Skip to content

Commit

Permalink
Update favicon and manifest for better browser compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mranv committed May 31, 2024
1 parent c75bf0b commit 66c86be
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 1,139 deletions.
Binary file added assets/images/favicon/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 added assets/images/favicon/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 added assets/images/favicon/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.
Binary file added assets/images/favicon/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 added assets/images/favicon/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 added assets/images/favicon/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions assets/images/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
23 changes: 17 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,24 @@
Anubhav Gain - IT Specialist | System Support | Cyber Security
</title>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/images/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
id="favicon"
href="./assets/images/favicon.ico"
type="image/gif"
type="image/png"
sizes="16x16"
href="assets/images/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/images/favicon/site.webmanifest" />
<!-- google fonts preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down Expand Up @@ -66,19 +77,19 @@
<a class="navbar-brand" href="demo-freelancer.html">
<img
src="assets/images/logo.svg"
data-at2x="images/demo-freelancer-logo[email protected]"
data-at2x="assets/images/logo.svg"
alt=""
class="default-logo"
/>
<img
src="assets/images/logo.svg"
data-at2x="images/demo-freelancer-logo[email protected]"
data-at2x="assets/images/logo.svg"
alt=""
class="alt-logo"
/>
<img
src="assets/images/logo.svg"
data-at2x="images/demo-freelancer-logo[email protected]"
data-at2x="assets/images/logo.svg"
alt=""
class="mobile-logo"
/>
Expand Down
Loading

0 comments on commit 66c86be

Please sign in to comment.