cv-website

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

commit 21abab569109e671d9ca72593cf6f02f3828ae2d
parent ab20130da22fc792ede685f0c057e4325a3387fa
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 24 Apr 2023 13:18:11 +0200

feat: add coding projects and certs

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

diff --git a/_includes/nav.html b/_includes/nav.html @@ -7,7 +7,6 @@ <li><a href="{{ "/feed.xml" | relative_url }}" target="_blank">{% octicon rss %}<span> rss</span></a></li> <li><a href="https://code.in0rdr.ch">{% octicon repo %}<span> code</span></a></li> <li><a href="https://github.com/in0rdr">{% octicon mark-github %}<span> github</span></a></li> - <li><a href="https://diary.in0rdr.ch">{% octicon book %}<span> diary</span></a></li> </ul> </div> </nav> diff --git a/index.html b/index.html @@ -98,4 +98,20 @@ title: Home {% endif %} {% endfor %} </div> + + <div class="container"> + <h2>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> + </ul> + </div> + + <div class="container"> + <h2>Badges & Certifications</h2> + <ul> + <li><a href="https://www.credly.com/users/andreas-gruhler/badges">Credly Badges</a></li> + <li><a href="https://www.holopin.io/@in0rdr#badges">Holopin Badges</a></li> + </ul> + </div> </section>