1
0
Fork 0

added more projects

This commit is contained in:
Mia Rose Winter 2025-12-15 16:21:13 +01:00
parent 3db4afb24f
commit f8966406ae
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -19,7 +19,7 @@ import ProjectCard from "../components/ProjectCard.astro";
<a class="underline" href="https://miawinter.de" target="_blank">Mia Rose Winter</a> <a class="underline" href="https://miawinter.de" target="_blank">Mia Rose Winter</a>
</p> </p>
<h2 class="text-2xl lg:text-4xl font-medium mb-2">Projects</h2> <h2 class="text-2xl lg:text-4xl font-medium mb-2">Software Projects</h2>
<div class="grid grid-cols-1 xl:grid-cols-3 gap-8 gap-y-4 mb-8"> <div class="grid grid-cols-1 xl:grid-cols-3 gap-8 gap-y-4 mb-8">
<ProjectCard title="GeeksList" <ProjectCard title="GeeksList"
description="Keep track of your favorite shows" description="Keep track of your favorite shows"
@ -41,5 +41,19 @@ import ProjectCard from "../components/ProjectCard.astro";
<p class="text-end"><small>*if soon means in like the next <span class="line-through">5</span> 10 years</small></p> <p class="text-end"><small>*if soon means in like the next <span class="line-through">5</span> 10 years</small></p>
</ProjectCard> </ProjectCard>
</div> </div>
<h2 class="text-2xl lg:text-4xl font-medium mb-2">Other Projects and Notables</h2>
<div class="grid grid-cols-1 xl:grid-cols-3 gap-8 gap-y-4 mb-8">
<ProjectCard title="Bachelor Thesis"
description="Rapid Game Prototyping: An Agile Approach to Early Game Development"
link="https://hdms.bsz-bw.de/frontdoor/index/index/docId/7303" />
<ProjectCard title="Typst Thesis Template"
description="Typst template for bachelor/master thesis for my university."
repository="https://github.com/miawinter98/hdm-thesis"
link="https://typst.app/universe/package/pretty-hdm-thesis" />
<ProjectCard title="Game: Project Mothership"
description="Game Project that I lead for a year during university."
link="https://projectmothershipgame.com/" />
</div>
</main> </main>
</Layout> </Layout>