diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 6240da8..0000000 --- a/.prettierignore +++ /dev/null @@ -1,21 +0,0 @@ -# build output -dist/ -# generated types -.astro/ - -# dependencies -node_modules/ - -# logs -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - - -# environment variables -.env -.env.production - -# macOS-specific files -.DS_Store diff --git a/.prettierrc.json b/.prettierrc.json deleted file mode 100644 index e69de29..0000000 diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 96ae002..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..50a8bea --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,25 @@ + + + + diff --git a/public/favicon_git.png b/public/favicon_git.png deleted file mode 100644 index 4c59a2b..0000000 Binary files a/public/favicon_git.png and /dev/null differ diff --git a/public/git_favicon.svg b/public/git_favicon.svg new file mode 100644 index 0000000..0afdb77 --- /dev/null +++ b/public/git_favicon.svg @@ -0,0 +1,37 @@ + + + + diff --git a/src/components/Link.astro b/src/components/Link.astro index 3538aba..8f74727 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -2,5 +2,10 @@ const { ...rest } = Astro.props; --- - + + → + diff --git a/src/components/LinkButton.astro b/src/components/LinkButton.astro index a06e0e2..32bec86 100644 --- a/src/components/LinkButton.astro +++ b/src/components/LinkButton.astro @@ -2,6 +2,8 @@ const { ...rest } = Astro.props; --- -
- +
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 23d1d13..54b6bea 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,39 +9,69 @@ import type { ISourceOptions } from "tsparticles-engine"; import { options } from "../../particles"; import Particles from "astro-particles"; const opts = options as ISourceOptions; - --- - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + -
- - - -
- - Email me at - + Email me at
noahs@uchicago.edu diff --git a/src/sections/footer.astro b/src/sections/footer.astro index 591b72d..6bccb80 100644 --- a/src/sections/footer.astro +++ b/src/sections/footer.astro @@ -1,6 +1,7 @@ --- --- +