improved content
This commit is contained in:
+11
-30
@@ -1,41 +1,22 @@
|
||||
---
|
||||
title: "Markus Graf, Ruby on Rails Entwickler, Accessibility Consultant"
|
||||
description: "Entwicklung individueller Webapplikationen in Ruby on Rails. Datenerhebung, Datenaggregation und Datenanalyse mit R, Accessibility Consulting."
|
||||
description: "Offene, ehrliche und nach Sinnhaftigkeit strebende Entwickler-Persönlichkeit."
|
||||
---
|
||||
|
||||
# Markus Graf
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
||||
**Adresse:**
|
||||
Huebwisstrasse 5
|
||||
8117 Fällanden
|
||||
[info@markusgraf.ch](mailto:info@markusgraf.ch)
|
||||
[+41 (0)79 261 16 37](tel:+41792611637)
|
||||
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-2">
|
||||
<img src="/images/profile/markusgraf.jpg" alt="Portraitbild Markus Graf" class="img-fluid" />
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
|
||||
## Hey, ich bin Markus
|
||||
|
||||
- 🧘♂️ Offene, ehrliche und nach Sinnhaftigkeit strebende Entwickler-Persönlichkeit.
|
||||
- 🔬 Erfahrungen im wissenschaftlichen Arbeiten und in der Datenanalyse.
|
||||
- 👨💻 Über 20 Jahre Erfahrung in der Konzeption, Entwicklung und Wartung von Web-Applikationen.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Softwareentwicklung
|
||||
|
||||
- Individuelle Webapplikationen mittels Ruby on Rails, PHP und MySQL
|
||||
- Umfrage- und Testsysteme mittels Helena oder LimeSurvey
|
||||
|
||||
## Datenanalyse
|
||||
|
||||
- Datenaufbereitung / Aggregation
|
||||
- Datenanalyse in R
|
||||
- Automatisierte Berichterstellung mit LaTeX und R
|
||||
|
||||
## Barrierefreiheit
|
||||
|
||||
- Individuelle Beratung für Web Accessibility.
|
||||
- Beratende Begleitung bezüglich Barrierefreiheit neuer und bestehender Projekt.
|
||||
|
||||
#
|
||||
---
|
||||
|
||||
## Projekte und Referenzen
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 offset-lg-2">
|
||||
<article class="mt-5 mb-5">
|
||||
{{ if .Title }}
|
||||
<header class="mb-4">
|
||||
<h1 class="display-5">{{ .Title }}</h1>
|
||||
{{ if .Date }}
|
||||
@@ -11,6 +12,8 @@
|
||||
</p>
|
||||
{{ end }}
|
||||
</header>
|
||||
{{ end }}
|
||||
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,14 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-center text-muted">
|
||||
<p class="mb-0">© {{ now.Year }} {{ .Site.Title }}. All rights reserved.</p>
|
||||
<p class="mb-0">
|
||||
<address>
|
||||
Huebwisstrasse 5<br/>
|
||||
8117 Fällanden<br/>
|
||||
<a href=mailto:info@markusgraf.ch>info@markusgraf.ch</a><br/>
|
||||
<a href="tel:+41792611637">+41 (0)79 261 16 37</a>
|
||||
</address>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
<h1><a class="navbar-brand" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user