Skip to content

Commit

Permalink
Favicon Changes (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRogers99 authored Jan 27, 2024
1 parent f9f432c commit 576503e
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 124 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon.ico
Binary file not shown.
Binary file removed icons/120x120.png
Binary file not shown.
Binary file removed icons/128x128.png
Binary file not shown.
Binary file removed icons/144x144.png
Binary file not shown.
Binary file removed icons/152x152.png
Binary file not shown.
Binary file removed icons/16x16.png
Binary file not shown.
Binary file removed icons/180x180.png
Binary file not shown.
Binary file removed icons/192x192.png
Binary file not shown.
Binary file removed icons/32x32.png
Binary file not shown.
Binary file removed icons/384x384.png
Binary file not shown.
Binary file removed icons/512x512.png
Binary file not shown.
Binary file removed icons/72x72.png
Binary file not shown.
Binary file removed icons/96x96.png
Binary file not shown.
20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#999999">
<meta name="apple-mobile-web-app-title" content="Emma &amp; Daniel">
<meta name="application-name" content="Emma &amp; Daniel">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>

<body>
Expand Down Expand Up @@ -288,16 +296,6 @@ <h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
<script src="scripts/simplyCountdown.min.js"></script>
<script src="scripts/menuspy.min.js"></script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register('service-worker.js').then(function(registration) {
console.log('ServiceWorker registered');
}).catch(function(err) {
console.log('ServiceWorker error: ', err);
});
})
}

var lavalampElm = document.querySelector('.lavalamp');
var positionLavalamp = function (activeElm) {
lavalampElm.style.width = activeElm.elm.offsetWidth + 'px';
Expand Down
Binary file added mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 0 additions & 46 deletions service-worker.js

This file was deleted.

75 changes: 8 additions & 67 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,78 +1,19 @@
{
"name": "Dan and Emma",
"description": "Description",
"theme_color": "#ffffff",
"background_color": "#768dbf",
"display": "standalone",
"scope": "/",
"start_url": "/",
"name": "Emma & Daniel",
"short_name": "Emma & Daniel",
"icons": [
{
"src": "icons/16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icons/32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/120x120.png",
"sizes": "120x120",
"type": "image/png"
},
{
"src": "icons/128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "icons/180x180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "icons/192x192.png",
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/512x512.png",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"short_name": "Dan and Emma"
}
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit 576503e

Please sign in to comment.