From 424fd908ac9aa87af713cdf9d84d7bcf8f0cdbe1 Mon Sep 17 00:00:00 2001 From: Patrick Schwarzer <patrickschwarzer2000@gmail.com> Date: Mon, 12 May 2025 21:02:17 +0200 Subject: [PATCH] Add more projects --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/index.html b/index.html index b3a5ecd..3ba6af3 100644 --- a/index.html +++ b/index.html @@ -93,6 +93,25 @@ </ul> <a href="https://schwarzer-energie.de/"><i class="fa-solid fa-globe"></i></a> </div> + <div class="project"> + <h1>tarion.org</h1> + <p>Personal portfolio showcasing my projects and development work.</p> + <ul> + <li>HTML</li> + <li>CSS</li> + <li>JavaScript</li> + <li>Hosting</li> + </ul> + <a href="https://tarion.org/"><i class="fa-solid fa-globe"></i></a> + </div> + <div class="project"> + <h1>LOV-8</h1> + <p>A fantasy console built with LÖVE2D, featuring a sandboxed environment for developing games within strict limitations.</p> + <ul> + <li>Lua</li> + </ul> + <a href="https://git.tarion.org/tarion/LOV-8"><i class="fa-brands fa-git-alt"></i></a> + </div> </div> </div> </section>