diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 0dc3627..0638f56 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -9,6 +9,7 @@ import Remix from '@iconify-icons/simple-icons/remix'; import Svelte from '@iconify-icons/simple-icons/svelte'; import TypeScript from '@iconify-icons/simple-icons/typescript'; + import SEO from "$lib/components/SEO.svelte"; import space_needle from '$lib/assets/images/space-needle.png?run'; import tortie_derp from '$lib/assets/images/tortie_derp.jpg?run'; import orange_derp from '$lib/assets/images/orange_derp.jpg?run'; @@ -16,9 +17,7 @@ import ExternalLink from '$root/lib/components/ExternalLink.svelte'; - - About | Bradley Shellnut - +
diff --git a/src/routes/articles/[page]/+page.svelte b/src/routes/articles/[page]/+page.svelte index b0489c5..abc8526 100644 --- a/src/routes/articles/[page]/+page.svelte +++ b/src/routes/articles/[page]/+page.svelte @@ -1,6 +1,6 @@ - - {seoTitle} - - +

Favorite Tech Articles

diff --git a/src/routes/portfolio/+page.svelte b/src/routes/portfolio/+page.svelte index ec0d156..91caef4 100644 --- a/src/routes/portfolio/+page.svelte +++ b/src/routes/portfolio/+page.svelte @@ -8,6 +8,7 @@ TabPanels, } from "@rgossiaux/svelte-headlessui"; import GitHub from '@iconify-icons/simple-icons/github'; + import SEO from '$lib/components/SEO.svelte'; import Portfolio from '$lib/components/Portfolio.svelte'; import personalSite from "$lib/assets/images/Bradley_Shellnut_New_Site.png?run"; import weddingWebsite from "$lib/assets/images/Wedding_Website.png?run"; @@ -22,9 +23,7 @@ export let data: PageData; - - Portfolio | Bradley Shellnut - +

Portfolio!

diff --git a/src/routes/privacy/+page.svelte b/src/routes/privacy/+page.svelte index 8ad688c..79bbff2 100644 --- a/src/routes/privacy/+page.svelte +++ b/src/routes/privacy/+page.svelte @@ -1,5 +1,6 @@ @@ -15,30 +16,11 @@ they are willing to give to any business/entity.

- For the sake of transparency I am using{' '} - - Umami Analytics - {' '} - to anonymously track visits to my site. You can completely block this - if you want by either using an AdBlocker like{' '} - - uBlock Origin - {' '} - and/or set your browser to send "Do Not Track" requests as I honor - them. + For the sake of transparency I am using Umami Analytics to anonymously track visits to my site. You can completely block this if you want by either using an AdBlocker like + uBlock Origin or setting your browser to send "Do Not Track" requests as I honor them.

-
+

Useful Resources

Here are a few sites/lists of privacy oriented software for you to @@ -46,34 +28,13 @@

@@ -81,59 +42,20 @@

Privacy Centric Paid Services I use:

@@ -141,48 +63,10 @@

NAS Servers for Self Hosting:

  • - - Synology - - : An easy, not cheap, local solution for Google Services like Drive, - Drive, Photos, Calendar, other services using Docker, etc. (Yes I - should use{' '} - - NextCloud - - ...maybe eventually) + Synology NAS: An easy, not cheap, local solution for Google Services like Drive, Photos, Calendar, other services using Docker, etc. (Yes I should use NextCloud Local Hosting Service...maybe eventually)
  • - Mac Mini: Used as a{' '} - - Plex Server - {' '} - for my Movies/TV/Music until I build a dedicated NAS and maybe - switch to{' '} - - JellyFin - {' '} - once it is more mature. + Mac Mini: Used as a Plex Server for my Movies/TV/Music until I build a dedicated NAS and maybe switch to JellyFin soon.
@@ -190,26 +74,7 @@

Software Deployed:

@@ -218,4 +83,11 @@ div { margin-bottom: 2rem; } + p { + margin-bottom: 1rem; + } + ul { + list-style-type: square; + padding-inline-start: 4rem; + } \ No newline at end of file diff --git a/src/routes/uses/+page.svelte b/src/routes/uses/+page.svelte index 3047466..b19dc0d 100644 --- a/src/routes/uses/+page.svelte +++ b/src/routes/uses/+page.svelte @@ -1,5 +1,6 @@ - - Uses | Bradley Shellnut - +