summaryrefslogtreecommitdiff
path: root/src/components/sections/TechStack.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/sections/TechStack.astro')
-rw-r--r--src/components/sections/TechStack.astro19
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>