diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png deleted file mode 100644 index 93105ab..0000000 Binary files a/public/android-chrome-192x192.png and /dev/null differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png deleted file mode 100644 index 3cabe9a..0000000 Binary files a/public/android-chrome-512x512.png and /dev/null differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png deleted file mode 100644 index f78caae..0000000 Binary files a/public/apple-touch-icon.png and /dev/null differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png deleted file mode 100644 index 00e41ed..0000000 Binary files a/public/favicon-16x16.png and /dev/null differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png deleted file mode 100644 index 75ebc2d..0000000 Binary files a/public/favicon-32x32.png and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 8c32c5f..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100644 index 93949cf..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1,2 +0,0 @@ -{"name":"Michael Bradley's Website","short_name":"Michael Bradley","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#0dcdcd","background_color":"#000000"} - diff --git a/src/Body.tsx b/src/Body.tsx index 450072e..2d234f1 100644 --- a/src/Body.tsx +++ b/src/Body.tsx @@ -34,7 +34,7 @@ const Fetch = () => { University: Carleton

- Major CGPA: 11.52/12 (A+) + Major CGPA: 11.50/12 (A+)

Languages: C/C++, Python, TypeScript diff --git a/src/Head.tsx b/src/Head.tsx index 7ef334b..ea2e5dc 100644 --- a/src/Head.tsx +++ b/src/Head.tsx @@ -18,8 +18,12 @@ const Styles = () => ( ); + +// TODO: Find better icon than GH avatar +// const SEO = () => ( <> + @@ -56,22 +60,12 @@ const OpenGraph = () => ( ); -const Favicon = () => ( - <> - - - - - -); - const Head = () => ( <> - );