diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 9df3950..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/images/GitHubIcon.png b/public/images/GitHubIcon.png deleted file mode 100644 index 628da97..0000000 Binary files a/public/images/GitHubIcon.png and /dev/null differ diff --git a/public/images/NewLogo.svg b/public/images/NewLogo.svg new file mode 100644 index 0000000..1832c37 --- /dev/null +++ b/public/images/NewLogo.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + diff --git a/public/images/animatedFavicon.gif b/public/images/animatedFavicon.gif deleted file mode 100644 index 9f6c195..0000000 Binary files a/public/images/animatedFavicon.gif and /dev/null differ diff --git a/public/images/flappyThumb.jpg b/public/images/flappyThumb.jpg deleted file mode 100644 index f0559d0..0000000 Binary files a/public/images/flappyThumb.jpg and /dev/null differ diff --git a/public/images/logo.png b/public/images/logo.png deleted file mode 100644 index 03fea82..0000000 Binary files a/public/images/logo.png and /dev/null differ diff --git a/public/images/mentalMathThumb.webp b/public/images/mentalMathThumb.webp deleted file mode 100644 index ef74f78..0000000 Binary files a/public/images/mentalMathThumb.webp and /dev/null differ diff --git a/public/images/messagingThumb.png b/public/images/messagingThumb.png deleted file mode 100644 index 07e2727..0000000 Binary files a/public/images/messagingThumb.png and /dev/null differ diff --git a/public/images/movieThumb.svg b/public/images/movieThumb.svg deleted file mode 100644 index 1c8c1c6..0000000 --- a/public/images/movieThumb.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - diff --git a/public/images/pokeAPIThumb.png b/public/images/pokeAPIThumb.png deleted file mode 100644 index 2f36069..0000000 Binary files a/public/images/pokeAPIThumb.png and /dev/null differ diff --git a/public/images/quadraticBot.png b/public/images/quadraticBot.png deleted file mode 100644 index da60dd3..0000000 Binary files a/public/images/quadraticBot.png and /dev/null differ diff --git a/public/images/videoChatThumb.png b/public/images/videoChatThumb.png deleted file mode 100644 index a38837d..0000000 Binary files a/public/images/videoChatThumb.png and /dev/null differ diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/src/components/Jumbo.astro b/src/components/Jumbo.astro index 1a86a37..a75428e 100644 --- a/src/components/Jumbo.astro +++ b/src/components/Jumbo.astro @@ -6,11 +6,13 @@ import Divider from "./Divider.astro"
-

Henry Hiles

- - - Full Stack .NET Developer & Discord Bot Developer - +
+

Henry Hiles

+ + + Full Stack .NET Developer & Discord Bot Developer + +
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0bc22b1..29470d8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -14,7 +14,25 @@ const { page } = Astro.props - + + + + + - + Henry Hiles - {page} diff --git a/src/styles/Jumbo.module.css b/src/styles/Jumbo.module.css index 40162fa..df9559c 100644 --- a/src/styles/Jumbo.module.css +++ b/src/styles/Jumbo.module.css @@ -5,9 +5,9 @@ text-align: center; } -#jumbo img { - width: 200px; -} +/* #jumbo > div { + height: 100vh; +} */ #jumbo i { margin: 20px 0 30px; @@ -17,3 +17,11 @@ display: block; padding: 20px 10px; } + +#logo { + width: 25rem; +} + +#logo { + color: aqua; +}