Skip to content

Commit

Permalink
favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamAngle committed Sep 17, 2024
1 parent 093661e commit 725b3ba
Show file tree
Hide file tree
Showing 33 changed files with 8 additions and 61 deletions.
25 changes: 7 additions & 18 deletions _includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css">

<link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/manifest.json">
<meta name="msapplication-TileColor" content="#23a6d5">
<meta name="msapplication-TileImage" content="/assets/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#23a6d5">
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/icons/apple-touch-icon.png' | relative_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/icons/favicon-32x32.png' | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/icons/favicon-16x16.png' | relative_url }}">
<link rel="manifest" href="{{ '/icons/site.webmanifest' | relative_url }}">
<meta name="msapplication-TileColor" content="#E6E6FA">
<meta name="theme-color" content="#E6E6FA">

<!-- Setup Google Analytics -->
{% include head-custom-google-analytics.html %}

<!-- You can set your favicon here -->
{% if site.favicon %}
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
<link rel="shortcut icon" type="image/x-icon" href="{{ '/icons/favicon.ico' | relative_url }}">
{% endif %}
<link rel="stylesheet" href="{{ "/assets/custom_css/styles.css?v=" | append: site.github.build_revision | relative_url }}">

Expand Down
Binary file added assets/icons/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/icons/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 removed assets/icons/android-icon-144x144.png
Binary file not shown.
Binary file removed assets/icons/android-icon-192x192.png
Binary file not shown.
Binary file removed assets/icons/android-icon-36x36.png
Binary file not shown.
Binary file removed assets/icons/android-icon-48x48.png
Binary file not shown.
Binary file removed assets/icons/android-icon-72x72.png
Binary file not shown.
Binary file removed assets/icons/android-icon-96x96.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-114x114.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-120x120.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-144x144.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-152x152.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-180x180.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-57x57.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-60x60.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-72x72.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-76x76.png
Binary file not shown.
Binary file removed assets/icons/apple-icon-precomposed.png
Binary file not shown.
Binary file removed assets/icons/apple-icon.png
Binary file not shown.
Binary file added assets/icons/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.
2 changes: 0 additions & 2 deletions assets/icons/browserconfig.xml

This file was deleted.

Binary file modified assets/icons/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 assets/icons/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 removed assets/icons/favicon-96x96.png
Binary file not shown.
Binary file modified assets/icons/favicon.ico
Binary file not shown.
Binary file added assets/icons/favicon_io.zip
Binary file not shown.
41 changes: 0 additions & 41 deletions assets/icons/manifest.json

This file was deleted.

Binary file removed assets/icons/ms-icon-144x144.png
Binary file not shown.
Binary file removed assets/icons/ms-icon-150x150.png
Binary file not shown.
Binary file removed assets/icons/ms-icon-310x310.png
Diff not rendered.
Binary file removed assets/icons/ms-icon-70x70.png
Diff not rendered.
1 change: 1 addition & 0 deletions assets/icons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"Jasmine Angle's Website","short_name":"Jasmine Angle","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#E6E6FA","background_color":"#E6E6FA","display":"standalone"}

0 comments on commit 725b3ba

Please sign in to comment.