Files
homepage/lib/homepage_web/controllers/page_html/home.html.heex

34 lines
1.1 KiB
Plaintext
Raw Normal View History

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