diff options
| author | Leo Goetz <dev@leogtz.de> | 2026-05-08 15:37:39 +0200 |
|---|---|---|
| committer | Leo Goetz <dev@leogtz.de> | 2026-05-08 15:37:39 +0200 |
| commit | d4f98e2d1f85fbdffa2470071e22bba2dacc00c0 (patch) | |
| tree | 02aff46bd5791d1eddca4432f89bc44945b8b033 /src/components/sections/TechStack.astro | |
Diffstat (limited to 'src/components/sections/TechStack.astro')
| -rw-r--r-- | src/components/sections/TechStack.astro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/components/sections/TechStack.astro b/src/components/sections/TechStack.astro new file mode 100644 index 0000000..0b536e1 --- /dev/null +++ b/src/components/sections/TechStack.astro @@ -0,0 +1,19 @@ +--- + +--- + +<div> + <h2 class="underline underline-offset-3 mb-2">Technologien</h2> + <p> + <a href="https://justfuckingusehtml.com/" class="underline">HTML</a> | <a + href="https://justfuckingusecss.com/" + class="underline">CSS</a + > | JS / TS | Nodejs | + <a href="https://justfuckingusereact.com/" class="underline">React</a> | <a + href="https://justfuckinguseastro.com/" + class="underline">Astro</a + > | <a href="https://justfuckingusetailwind.com/" class="underline" + >Tailwind</a + > | Nix/NixOS + </p> +</div> |
