summaryrefslogtreecommitdiff
path: root/src/components/sections/TechStack.astro
blob: 0b536e1dd641c9aecee4ff707340fb086fdef8fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>