Add Home and Projects section
This commit is contained in:
parent
95e7f8f333
commit
cac0398197
2 changed files with 176 additions and 16 deletions
40
index.html
40
index.html
|
@ -20,7 +20,7 @@
|
|||
<a href="#">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#showcase">Showcase</a>
|
||||
<a href="#projects">Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#about">About</a>
|
||||
|
@ -36,12 +36,38 @@
|
|||
<main>
|
||||
<section id="home">
|
||||
<div class="home-container">
|
||||
<p>Software Developer</p>
|
||||
</div>
|
||||
<h1>Hey 👋 I'm <span>Tarion</span>.</h1>
|
||||
<h2>Game Programmer</h2>
|
||||
<p>Currently working on a game in the Unity Engine.</p>
|
||||
<div class="links">
|
||||
<a href="https://github.com/pschwarzer20"><i class="fa-brands fa-github"></i></a></div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="showcase">
|
||||
<div class="showcase-container">
|
||||
|
||||
<section id="projects">
|
||||
<div class="projects-container">
|
||||
<h1>Projects</h1>
|
||||
<div class="projects">
|
||||
<div class="project">
|
||||
<h1>Game Engine</h1>
|
||||
<p>A Game Engine written in c++ using Lua as it's scripting language.</p>
|
||||
<ul>
|
||||
<li>C++</li>
|
||||
<li>Lua</li>
|
||||
</ul>
|
||||
<a href="https://git.tarion.org/tarion/Game-Engine"><i class="fa-brands fa-git-alt"></i></a>
|
||||
</div>
|
||||
<div class="project">
|
||||
<h1>schwarzer-energie.de</h1>
|
||||
<p>A Website for my Dads Chimney Sweeping & Energy Performance Certificate Business.</p>
|
||||
<ul>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
<li>JavaScript</li>
|
||||
<li>Hosting</li>
|
||||
</ul>
|
||||
<a href="https://schwarzer-energie.de/"><i class="fa-solid fa-globe"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="about">
|
||||
|
@ -58,7 +84,7 @@
|
|||
|
||||
<footer>
|
||||
<div class="links">
|
||||
<a href="https://discord.gg/APgmsfA9Ae"><i class='fab fa-discord'></i></a>
|
||||
<a href="mailto:patrickschwarzer2000@gmail.com"><i class="fa-solid fa-envelope"></i></i></a>
|
||||
<a href="https://github.com/pschwarzer20"><i class="fa-brands fa-github"></i></a>
|
||||
<a href="https://git.tarion.org/"><i class="fa-brands fa-git-alt"></i></a>
|
||||
<a href="https://steamcommunity.com/profiles/76561198119267753/"><i class="fa-brands fa-steam"></i></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue