Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgravlin committed Oct 23, 2023
1 parent 257fa54 commit 0dfa6b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Binary file added assets/favicons/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/favicons/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/favicons/favicon.ico
Binary file not shown.
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ <h1 class="headertitle">Ted Gravlin</h1>
</div>
<!-- Page title and favicons -->
<title> Ted Gravlin </title>
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/site.webmanifest">
<link rel="mask-icon" href="images/favicons/safari-pinned-tab.svg" color="#33cdc6">
<meta name="apple-mobile-web-app-title" content="Ted Gravlin">
<meta name="application-name" content="Ted Gravlin">
<meta name="msapplication-TileColor" content="#33cdc6">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
</head>

<body>
Expand Down Expand Up @@ -64,7 +58,7 @@ <h1 class="divider" id="projects">Projects</h1>
<div class="projectcard">
<img class="cardheader" src="./assets/images/QR-Crypt.png">
<h3>QR-Crypt</h3>
<p>An encrypted QR Code generator</p>
<p>A password-protected QR Code generator</p>
</div>
</a>
<a class="noshow" href="https://tedgravlin.github.io/signal-update-info/" target="_blank">
Expand Down

0 comments on commit 0dfa6b9

Please sign in to comment.