FEAT: Added manifest.json, added website icon.

This commit is contained in:
MajorDroolz
2022-12-18 00:48:35 -05:00
parent 3c3c02e08a
commit 5a4dbcf178
5 changed files with 21 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

14
manifest.json Normal file
View File

@@ -0,0 +1,14 @@
{
"start_url": "/",
"name": "Max's Personal Website",
"short_name": "Max's Place",
"display": "minimal-ui",
"icons": [
{
"src": "/res/favicon.ico",
"type": "image/png",
"sizes": "144x144",
"purpose": "any"
}
]
}

BIN
res/.DS_Store vendored Normal file

Binary file not shown.

BIN
res/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This page holds a preview of the resume of Maxim Voldman Hutz.">
<!-- Header metadata. -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Security-Policy" content="
@@ -13,6 +14,12 @@
font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com;
connect-src ws:;
">
<!-- Site's Icon -->
<link rel="icon" type="image/png" href="/res/favicon.ico">
<!-- Site manifest. -->
<link rel="manifest" href="/manifest.json" />
<!-- Preconnect with the web-font services. -->
<link rel="preconnect" href="https://fonts.googleapis.com">