-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
49 lines (45 loc) · 2.48 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{TITLE} - andrewshay.me</title>
<meta content="Andrew Shay" name="author" />
<meta name="description" content="{DESCRIPTION}">
<meta content="public" http-equiv="Cache-control" />
<meta content="#2db7ff" name="theme-color" />
<link href="{ROOT}images/apple-touch-icon.png" rel="icon" sizes="192x192" />
<link href="{ROOT}images/favicon.ico" rel="shortcut icon" />
<link href="{ROOT}images/apple-touch-icon.png" rel="apple-touch-icon" />
<link rel="alternate" type="application/rss+xml" href="https://andrewshay.me/feed.xml"
title="Andrew Shay's Blog and Digital Garden">
<link href="https://andrewshay.me/feed.xml" type="application/atom+xml" rel="alternate"
title="Andrew Shay's Blog and Digital Garden" />
<meta property="og:title" content="{TITLE}">
<meta property="og:description" content="{DESCRIPTION}">
<meta property="og:url" content="https://andrewshay.me/{OGURL}">
<meta property="og:type" content="website">
<meta property="og:image" content="{ROOT}images/tile.png">
<meta property="og:updated_time" content="{UPDATED_TIME}" />
<meta name="last-modified" content="{UPDATED_TIME}" />
<link rel="stylesheet" href="{ROOT}style.css">
</head>
<body>
<header style="text-align: center;">
<div style="text-align: center;">
<a style="display: inline-block; outline: none;" href="{ROOT}"><img alt="Andrew Shay logo" width="400px"
style="display: inline-block;" src="{ROOT}images/logo-tall.png" /></a><br>
<div class="tagline">Blog & Digital Garden</div>
</div>
<nav style="padding-top: 1rem;">
<a href="{ROOT}">Home</a> <span style="white-space: nowrap; font-size: 0.8rem;">◢◤</span>
<a href="{ROOT}blog/">Blog</a> <span style="white-space: nowrap; font-size: 0.8rem;">◢◤</span>
<a href="{ROOT}digital-garden/">Digital Garden</a> <span
style="white-space: nowrap; font-size: 0.8rem;">◢◤</span>
<a href="{ROOT}projects/">Projects</a> <span style="white-space: nowrap; font-size: 0.8rem;">◢◤</span>
<a href="https://github.com/Andrew-Shay">GitHub</a> <span
style="white-space: nowrap; font-size: 0.8rem;">◢◤</span>
<a href="{ROOT}feed.xml">RSS</a>
</nav>
</header>
<div class="line"></div>