Skip to content

Commit

Permalink
refactor: move icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon committed Mar 19, 2023
1 parent 187b3f2 commit bac15dc
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# bluntspoon.github.io
The home of [andrewbevan.me](https://andrewbevan.me) src.


# TODO
[] remove blog
[] wire-up analytics
[] work on rewrite and serve from Azure
[] move icons
11 changes: 5 additions & 6 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<link href="https://plus.google.com/+AndrewBevan1984" rel="publisher">

<!-- Icons and Theme -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=yyaLEwvRMA">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=yyaLEwvRMA">
<link rel="apple-touch-icon" sizes="180x180" href="css/icons/apple-touch-icon.png?v=yyaLEwvRMA">
<link rel="icon" type="image/png" sizes="32x32" href="css/icons/favicon-32x32.png?v=yyaLEwvRMA">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=yyaLEwvRMA">
<link rel="manifest" href="/manifest.json?v=yyaLEwvRMA">
<link rel="shortcut icon" href="/favicon.ico?v=yyaLEwvRMA">
<link rel="manifest" href="css/icons/manifest.json?v=yyaLEwvRMA">
<link rel="shortcut icon" href="css/icons/favicon.ico?v=yyaLEwvRMA">
<meta name="apple-mobile-web-app-title" content="Andrew Bevan">
<meta name="application-name" content="Andrew Bevan">
<meta name="theme-color" content="#ffffff">
Expand Down Expand Up @@ -177,7 +177,6 @@
<link rel="stylesheet" href="/css/main-layout.css">
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key=AIzaSyAkNJqtcasJBSzyGEAJfEhbwW_dP7-YD-E&language=en&libraries=places"></script>
<script type="module">

import '/js/bs-social-link.min.js';
</script>
</head>
Expand All @@ -203,7 +202,7 @@ <h1>Andrew Bevan</h1>
<p>Father | Husband | Developer | Maker</p>
<nav>
<ul>
<li> <a href="blog">Blog</a></li>
<!-- <li> <a href="blog">Blog</a></li> -->
<li> <a href="about">About Me</a></li>
</ul>
</nav>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit bac15dc

Please sign in to comment.