cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit aa3cd00d6b7d5da8a91586928bfcdfedae94d5fb
parent aabe62ec4f28a5d35b47db9e1134fd45e43a3c67
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  4 Jun 2023 12:24:57 +0200

feat: update about page

Diffstat:
Mabout.md | 17++++++++++++++---
Mindex.html | 2+-
2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/about.md b/about.md @@ -4,8 +4,19 @@ title: About me permalink: /about/ --- -![Andreas Gruhler CV Picture](/assets/images/Gruhler Andreas_CV Grey.jpg){:width="160px" .pull-right} +<div style="text-align: justify"> -Apart from my [enthusiasm for open source software](https://diary.in0rdr.ch), I'm mainly interested in Distributed Ledgers, Relational Databases, Graph Theory, Reputation Systems and Infrastructure Automation (X as Code) in organizations. +<img src="/assets/images/Gruhler Andreas_CV Grey.jpg" + alt="Andreas Gruhler CV Picture" + style="width: 160px; margin: 0 0 10px 30px" + class="pull-right" /> -In my spare time I like to bike, board, ski or [tinker](https://code.in0rdr.ch/hashipi) around. +Apart from my <a href="/#coding_projects">enthusiasm for open source +software</a>, I'm mainly interested in Distributed Ledgers, Relational +Databases, Graph Theory, Reputation Systems and Infrastructure Automation (X as +Code) in organizations. + +In my spare time I like to bike, board, ski or <a +href="https://code.in0rdr.ch">tinker</a> around. + +</div> diff --git a/index.html b/index.html @@ -100,7 +100,7 @@ title: Home </div> <div class="container"> - <h2>Coding Projects</h2> + <h2 id="coding_projects">Coding Projects</h2> <ul> <li><a href="https://diary.in0rdr.ch">{% octicon book %}<span> diary</span></a> - Text-based journaling application</li> <li><a href="https://myheats.in0rdr.ch">{% octicon flame %}<span> myheats</span></a> - Live-leaderboard. Simple & elegant scoring</li>