-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating favicon with modern manifest crap.
- Loading branch information
Showing
43 changed files
with
172 additions
and
170 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,31 +7,20 @@ | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Yrsa:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T20:51:21.735Z"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T21:28:30.960Z"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Hi, I wanted you personally to see a list of some actual apple names, and some that aren't."> | ||
<!-- RSS Feed--> | ||
<link rel="alternate" type="application/rss+xml" href="https://ahoylemon.xyz/feed.xml" title="Ahoy! Lemon's RSS Feed"> | ||
<!-- favicons--> | ||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194"> | ||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="/manifest.json"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#e4e72c"> | ||
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> | ||
<meta name="theme-color" content="#e4e72c"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2024"> | ||
<link rel="manifest" href="/site.webmanifest?v=2024"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#313131"> | ||
<link rel="shortcut icon" href="/favicon.ico?v=2024"> | ||
<meta name="msapplication-TileColor" content="#e5e828"> | ||
<meta name="theme-color" content="#e5e828"> | ||
<!--social--> | ||
<!-- OpenGraph--> | ||
<meta property="og:title" content="Actual names of U of M apples | 🍋"> | ||
|
@@ -71,8 +60,7 @@ <h1><a class="homelink" href="https://ahoylemon.xyz"><span class="small">Hi, my | |
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Twitter</title> | ||
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"></path> | ||
</svg> | ||
<del>Twitter</del></a></li> | ||
</svg><span>Twitter</span></a></li> | ||
<li><a href="https://www.etsy.com/shop/AhoyLemon" rel="me"> | ||
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Etsy</title> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square70x70logo src="/mstile-70x70.png"/> | ||
<square150x150logo src="/mstile-150x150.png"/> | ||
<square310x310logo src="/mstile-310x310.png"/> | ||
<wide310x150logo src="/mstile-310x150.png"/> | ||
<TileColor>#e4e72c</TileColor> | ||
</tile> | ||
</msapplication> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="/mstile-150x150.png?v=2024"/> | ||
<TileColor>#e5e828</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,31 +7,20 @@ | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Yrsa:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T20:51:21.568Z"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T21:28:31.149Z"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="I make a lot of stuff, including this website to show the stuff I make."> | ||
<!-- RSS Feed--> | ||
<link rel="alternate" type="application/rss+xml" href="https://ahoylemon.xyz/feed.xml" title="Ahoy! Lemon's RSS Feed"> | ||
<!-- favicons--> | ||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194"> | ||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="/manifest.json"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#e4e72c"> | ||
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> | ||
<meta name="theme-color" content="#e4e72c"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2024"> | ||
<link rel="manifest" href="/site.webmanifest?v=2024"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#313131"> | ||
<link rel="shortcut icon" href="/favicon.ico?v=2024"> | ||
<meta name="msapplication-TileColor" content="#e5e828"> | ||
<meta name="theme-color" content="#e5e828"> | ||
<!--social--> | ||
<!-- OpenGraph--> | ||
<meta property="og:title" content="Some websites I made for clients"> | ||
|
@@ -129,8 +118,7 @@ <h1><a class="homelink" href="https://ahoylemon.xyz"><span class="small">Hi, my | |
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Twitter</title> | ||
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"></path> | ||
</svg> | ||
<del>Twitter</del></a></li> | ||
</svg><span>Twitter</span></a></li> | ||
<li><a href="https://www.etsy.com/shop/AhoyLemon" rel="me"> | ||
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Etsy</title> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,31 +7,20 @@ | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Yrsa:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T20:51:21.947Z"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T21:28:31.320Z"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="I make a lot of stuff, including this website to show the stuff I make."> | ||
<!-- RSS Feed--> | ||
<link rel="alternate" type="application/rss+xml" href="https://ahoylemon.xyz/feed.xml" title="Ahoy! Lemon's RSS Feed"> | ||
<!-- favicons--> | ||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194"> | ||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="/manifest.json"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#e4e72c"> | ||
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> | ||
<meta name="theme-color" content="#e4e72c"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2024"> | ||
<link rel="manifest" href="/site.webmanifest?v=2024"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#313131"> | ||
<link rel="shortcut icon" href="/favicon.ico?v=2024"> | ||
<meta name="msapplication-TileColor" content="#e5e828"> | ||
<meta name="theme-color" content="#e5e828"> | ||
<!--social--> | ||
<!-- OpenGraph--> | ||
<meta property="og:title" content="These are the decks I've written."> | ||
|
@@ -78,8 +67,7 @@ <h1><a class="homelink" href="https://ahoylemon.xyz"><span class="small">Hi, my | |
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Twitter</title> | ||
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"></path> | ||
</svg> | ||
<del>Twitter</del></a></li> | ||
</svg><span>Twitter</span></a></li> | ||
<li><a href="https://www.etsy.com/shop/AhoyLemon" rel="me"> | ||
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Etsy</title> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,31 +7,20 @@ | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Yrsa:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T20:51:21.341Z"> | ||
<link rel="stylesheet" href="/css/ahoylemon.css?v=2024-02-04T21:28:30.553Z"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="I make a lot of stuff, including this website to show the stuff I make."> | ||
<!-- RSS Feed--> | ||
<link rel="alternate" type="application/rss+xml" href="https://ahoylemon.xyz/feed.xml" title="Ahoy! Lemon's RSS Feed"> | ||
<!-- favicons--> | ||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194"> | ||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="/manifest.json"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#e4e72c"> | ||
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> | ||
<meta name="theme-color" content="#e4e72c"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2024"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2024"> | ||
<link rel="manifest" href="/site.webmanifest?v=2024"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2024" color="#313131"> | ||
<link rel="shortcut icon" href="/favicon.ico?v=2024"> | ||
<meta name="msapplication-TileColor" content="#e5e828"> | ||
<meta name="theme-color" content="#e5e828"> | ||
<!--social--> | ||
<!-- OpenGraph--> | ||
<meta property="og:title" content="Hi, my name is Lemon."> | ||
|
@@ -129,8 +118,7 @@ <h1><span class="small">Hi, my name is </span><span class="big">Lemon.</span> | |
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Twitter</title> | ||
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"></path> | ||
</svg> | ||
<del>Twitter</del></a></li> | ||
</svg><span>Twitter</span></a></li> | ||
<li><a href="https://www.etsy.com/shop/AhoyLemon" rel="me"> | ||
<svg class="icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | ||
<title>Etsy</title> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.