my personal site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update index.html: Replace existing favicon links with new apple-touch-icon and PNG formats for improved compatibility and visual representation. Update .DS_Store file.

+23 -1
.DS_Store

This is a binary file and will not be displayed.

favicon/android-chrome-192x192.png

This is a binary file and will not be displayed.

favicon/android-chrome-512x512.png

This is a binary file and will not be displayed.

favicon/apple-touch-icon.png

This is a binary file and will not be displayed.

favicon/favicon-16x16.png

This is a binary file and will not be displayed.

favicon/favicon-32x32.png

This is a binary file and will not be displayed.

favicon/favicon.ico

This is a binary file and will not be displayed.

+19
favicon/site.webmanifest
··· 1 + { 2 + "name": "Jack Hannon", 3 + "short_name": "Jack", 4 + "icons": [ 5 + { 6 + "src": "/favicon/android-chrome-192x192.png", 7 + "sizes": "192x192", 8 + "type": "image/png" 9 + }, 10 + { 11 + "src": "/favicon/android-chrome-512x512.png", 12 + "sizes": "512x512", 13 + "type": "image/png" 14 + } 15 + ], 16 + "theme_color": "#f8fafc", 17 + "background_color": "#f8fafc", 18 + "display": "standalone" 19 + }
+4 -1
index.html
··· 10 10 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 11 11 <link href="https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> 12 12 <link rel="stylesheet" href="style.css"> 13 - <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>"> 13 + <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> 14 + <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> 15 + <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> 16 + <link rel="manifest" href="/favicon/site.webmanifest"> 14 17 <title>Jack Hannon</title> 15 18 <meta name="description" content="Marketing specialist and Virginia Tech graduate"> 16 19 <meta name="author" content="Jack Hannon">