Files
homepage/lib/homepage_web/controllers/page_html/home.html.heex
2024-06-10 22:08:52 +02:00

34 lines
1.1 KiB
Plaintext

<section class="about">
<h2>about</h2>
<.markdown>
Hi, my name is **Rüdiger Diedrich** and this is my homepage.
Check out some of the projects I've been working on.
</.markdown>
</section>
<section class="projects">
<h2>projects</h2>
<.project
url="https://chicken.rdiedri.ch"
forge_url="https://forge.rdiedri.ch/rdiedrich/exponential-chicken-egg"
>
<:title>Exponential Chicken Egg</:title>
The chicken is very busy. \
100% implemented in Phoenix Liveview. Press spacebar (or tap) for fun.
</.project>
<.project url="https://app.rdiedri.ch" forge_url="https://forge.rdiedri.ch/rdiedrich/physics">
<:title>Physics</:title>
Random falling blocks under the yoke of gravity. \
Typescript using the pixi engine. Click or tap a block to give it a boost.
</.project>
<.project
url="https://colorer.vercel.app"
forge_url="https://forge.rdiedri.ch/rdiedrich/colorer"
>
<:title>Colorer</:title>
Play around with HSLA color. \
Reactive app show-casing SolidJS, deployed on vercel.
</.project>
</section>