From 18f66fb73229351cd10343389eecfc0b37dcc7a0 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sat, 9 Dec 2023 21:41:51 +0100 Subject: [PATCH] :fire: remove tools/uses page --- src/data/tools.json | 31 ------------------------------- src/pages/uses.astro | 38 -------------------------------------- src/styles/global.css | 13 ------------- 3 files changed, 82 deletions(-) delete mode 100644 src/data/tools.json delete mode 100644 src/pages/uses.astro diff --git a/src/data/tools.json b/src/data/tools.json deleted file mode 100644 index 3b8bc87..0000000 --- a/src/data/tools.json +++ /dev/null @@ -1,31 +0,0 @@ -[ - { - "name": "Obsidian", - "description": "Private and flexible note‑taking app that adapts to the way you think", - "link": "https://obsidian.md/", - "icon": "https://img.icons8.com/?size=512&id=q53th37bGbV0&format=png", - "tag": "productivity" - }, - { - "name": "GitHub", - "description": "Code hosting for all projects", - "link": "https://github.com/", - "icon": "https://img.icons8.com/?size=512&id=52539&format=png", - "tag": "webdev" - }, - { - "name": "Alacritty", - "description": "A modern terminal emulator that comes with sensible defaults, but allows for extensive configuration", - "link": "https://alacritty.org/", - "icon": "https://cdn.icon-icons.com/icons2/3053/PNG/512/alacritty_macos_bigsur_icon_190410.png", - "tag": "productivity" - }, - { - "name": "Figma", - "description": "Design tool for all design artifacts and social media handles", - "link": "https://www.figma.com/", - "icon": "https://img.icons8.com/?size=512&id=zfHRZ6i1Wg0U&format=png", - "tag": "design" - } - ] - \ No newline at end of file diff --git a/src/pages/uses.astro b/src/pages/uses.astro deleted file mode 100644 index 429cf4f..0000000 --- a/src/pages/uses.astro +++ /dev/null @@ -1,38 +0,0 @@ ---- -import stackData from '../../data/tools.json' -import SectionContainer from '../components/SectionContainer.astro'; ---- - - -
-

Tools

-

Tools I use everyday (or at least most days)

- -
-
\ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 63aad1a..2f9c1d9 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -59,19 +59,6 @@ body { background-color: var(--dark-bg); } -/* TOOLS */ -.cards :hover { background: var(--light-hover) } - -.dark .cards :hover { background: var(--dark-hover) } - -.description p { color: var(--light-2); } - -.dark .description p { color: var(--dark-2); } - -.tag button { color: var(--light-3); border-color: var(--light-3); } - -.dark .tag button { color: var(--dark-3); border-color: var(--dark-3); } - /* BLOG */ .blog h1 { display: none;