1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
AM
8d4125daf0 Add gitea link 2025-06-22 15:09:36 +02:00
AM
f5a5020c88 fix typo 2025-06-22 15:01:51 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -16,4 +16,4 @@ This is the source code for [my personal webpage](https://molnarandrei.com)
- Design Patterns: Elements of Reusable Object Oriented Software (done)
- Building Microservices (not started yet)
- [ ] More portfolio public code
- [ ] Store built with htmx and Java Spring because I want to learn html and work with templates.
- [ ] Store built with htmx and Java Spring because I want to learn htmx.

View File

@ -25,6 +25,12 @@
{#each Object.entries(navlinks) as [id, intl]}
<a href="#{id}" class="chip round">{$_(`${intl}.slug`)}</a>
{/each}
<a href="https://gitea.molnarandrei.com/explore/repos"
class="chip round"
target="_blank"
rel="noopener noreferrer">
Git
</a>
</div>
<button class="s transparent circle" data-ui="#nav-menu">
<i>menu</i>