Add more projects
This commit is contained in:
parent
7a9d4e52ca
commit
424fd908ac
1 changed files with 19 additions and 0 deletions
19
index.html
19
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue