mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
47 lines
1.2 KiB
Svelte
47 lines
1.2 KiB
Svelte
|
|
<script lang="ts">
|
||
|
|
import ExternalLink from "$lib/components/ExternalLink.svelte";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<section>
|
||
|
|
<h2>Hardware & Accessories</h2>
|
||
|
|
<ul>
|
||
|
|
<li>MacBook Pro 15-inch for work.</li>
|
||
|
|
<li>
|
||
|
|
Personal desktop running <a
|
||
|
|
href="https://pop.system76.com/"
|
||
|
|
title="PopOS Linux Distro">PopOS</a
|
||
|
|
>.
|
||
|
|
</li>
|
||
|
|
<li>Dell XPS 13 running PopOS.</li>
|
||
|
|
<li>
|
||
|
|
Phone 📱: Pixel 6 running <a href="https://grapheneos.org/">GrapheneOS</a
|
||
|
|
>.
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Keyboard ⌨️: <a
|
||
|
|
href="https://www.duckychannel.com.tw/en/Ducky-One2-RGB-TKL"
|
||
|
|
title="Ducky One 2 RGB TKL Keyboard">Ducky Keyboard</a
|
||
|
|
>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Mouse 🖱️: <a
|
||
|
|
href="https://www.amazon.com/Logitech-G502-Performance-Gaming-Mouse/dp/B07GBZ4Q68"
|
||
|
|
title="Logitech G502 Gaming Mouse">Logitech G502 Gaming Mouse</a
|
||
|
|
>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Chair 🪑: <a
|
||
|
|
href="https://secretlabus.myshopify.com/collections/omega-series#omega_2020-stealth"
|
||
|
|
title="Secretlab Omega 2020 Fabric">SecretLab Omega 2020 Fabric</a
|
||
|
|
>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Monitor 🖥️: <a
|
||
|
|
href="https://www.samsung.com/us/computing/monitors/gaming/32--odyssey-g7-gaming-monitor-lc32g75tqsnxza/"
|
||
|
|
title="Samsung Odyssey G7 Gaming Monitor"
|
||
|
|
>Samsung Odyssey G7 Gaming Monitor</a
|
||
|
|
>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</section>
|