From 361bc2c9ebc7d39fddf934ea65558f9b9cd27259 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Mon, 30 Jan 2023 00:09:42 -0800 Subject: [PATCH] Fixing footer and getting some global styles to apply. --- src/lib/components/footer/index.svelte | 2 +- src/routes/+layout.svelte | 9 +- src/routes/uses/+page.svelte | 653 ++++++++++++++++++++++++- 3 files changed, 660 insertions(+), 4 deletions(-) diff --git a/src/lib/components/footer/index.svelte b/src/lib/components/footer/index.svelte index d6736b1..ee9b420 100644 --- a/src/lib/components/footer/index.svelte +++ b/src/lib/components/footer/index.svelte @@ -63,7 +63,7 @@ margin: 0.5rem; } - nav .footer-list { + .footer-list { display: flex; flex-wrap: wrap; flex-direction: row; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 8c22eac..495604d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -88,10 +88,15 @@ } } - p, - li { + :global(p) { word-wrap: normal; font-size: var(--bodyTextSize); color: var(--lightShade); } + + :global(li) { + word-wrap: normal; + font-size: var(--bodyTextSize); + color: var(--lightShade); + } \ No newline at end of file diff --git a/src/routes/uses/+page.svelte b/src/routes/uses/+page.svelte index a6867d4..79125c7 100644 --- a/src/routes/uses/+page.svelte +++ b/src/routes/uses/+page.svelte @@ -1,5 +1,656 @@ - \ No newline at end of file + + +
+
+

/Uses

+

+ Inspired by{' '} + + Wes Bos's + {' '} + + /uses + {' '} + page and{' '} + + uses.tech + + , this is a list of what I use everyday for my work and personal life. +

+
+
+
+
+ Clean desktop +
+
+

Hardware & Accessories

+ +
+
+

Development

+

+ My development setup has been documented here:{' '} + + Computer Setup Info + + {'. '} +

+

+ And documentation for my terminal and coding setup can be found here:{' '} + + Dotfiles + + . +

+

Terminal & Shell Setup

+
+ +
  • + + iTerm2 + +
  • +
  • + + Oh My Zsh + + {': '} + Plugins I use are listed below: +
    +
  • + + Z + +
  • +
  • + + zsh-autosuggestions + +
  • +
  • + + zsh-syntax-highlighting + +
  • +
    + + +

    Useful System Packages

    + +

    Software

    + + +
    +

    Privacy Hardware and Software

    +

    + For the past few years I've been working towards moving my data to + selfhosted systems and systems I trust to hold my data. +

    +

    + If you want to see more info about this head to my{' '} + Privacy page. +

    + +
    + + + \ No newline at end of file