Skip to content

Commit

Permalink
Merge pull request #39 from arturo-lang/add-favicon
Browse files Browse the repository at this point in the history
Add favicon
  • Loading branch information
drkameleon authored Jan 30, 2024
2 parents 6c6ac0f + e2abfd0 commit ef3bed8
Show file tree
Hide file tree
Showing 26 changed files with 18 additions and 0 deletions.
Binary file added public/favico/android-icon-144x144.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 public/favico/android-icon-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 public/favico/android-icon-36x36.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 public/favico/android-icon-48x48.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 public/favico/android-icon-72x72.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 public/favico/android-icon-96x96.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 public/favico/apple-icon-114x114.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 public/favico/apple-icon-120x120.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 public/favico/apple-icon-144x144.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 public/favico/apple-icon-152x152.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 public/favico/apple-icon-180x180.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 public/favico/apple-icon-57x57.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 public/favico/apple-icon-60x60.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 public/favico/apple-icon-72x72.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 public/favico/apple-icon-76x76.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 public/favico/apple-icon-precomposed.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 public/favico/apple-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 public/favico/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 public/favico/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 public/favico/favicon-96x96.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 public/favico/favicon.ico
Binary file not shown.
Binary file added public/favico/ms-icon-144x144.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 public/favico/ms-icon-150x150.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 public/favico/ms-icon-310x310.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 public/favico/ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions website/components/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&family=Questrial&display=swap" rel="stylesheet">

<!-- FavIcon -->
<link rel="apple-touch-icon" sizes="57x57" href="<||= siteroot ||>/favico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="<||= siteroot ||>/favico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="<||= siteroot ||>/favico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="<||= siteroot ||>/favico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="<||= siteroot ||>/favico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="<||= siteroot ||>/favico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="<||= siteroot ||>/favico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="<||= siteroot ||>/favico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="<||= siteroot ||>/favico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="<||= siteroot ||>/favico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="<||= siteroot ||>/favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="<||= siteroot ||>/favico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="<||= siteroot ||>/favico/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="<||= siteroot ||>/favico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<!-- Icons -->
<script src="https://kit.fontawesome.com/8bfb2fe6f4.js" crossorigin="anonymous"></script>

Expand Down

0 comments on commit ef3bed8

Please sign in to comment.