cv-website

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

commit aa87a628dfccc462691e888338d1469a0b89862b
parent 5a06820ab21b458ff844d129753bde4ebb3645c4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 27 Sep 2023 10:25:15 +0200

feat: add hivedav coding project

Diffstat:
M_includes/nav.html | 1+
Mindex.html | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/_includes/nav.html b/_includes/nav.html @@ -3,6 +3,7 @@ <h1 class="logo"><a href="{{ '/' | relative_url }}">{{ site.title_left }}<span>{{ site.title_right }}</span></a></h1> <ul class="navbar"> <li><a href="{{ '/about/' | relative_url }}">{% octicon person %}<span> about</span></a></li> + <li><a href="https://meet.in0rdr.ch">{% octicon calendar %}<span> meet</span></a></li> <li><a href="https://write.in0rdr.ch">{% octicon log %}<span> blog</span></a></li> <li><a href="https://m.in0rdr.ch/@in0rdr">{% octicon comment-discussion %}<span> social</span></a></li> <li><a href="https://code.in0rdr.ch">{% octicon repo %}<span> code</span></a></li> diff --git a/index.html b/index.html @@ -104,6 +104,7 @@ title: Home <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> + <li><a href="https://code.in0rdr.ch/hivedav">{% octicon calendar %}<span> hivedav</span></a> - A curlable free/busy scheduler with CalDAV integration</li> </ul> </div>