-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (45 loc) · 2.07 KB
/
index.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.65.3" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Thoughts, Code and Notes by Calen Robinette">
<title>
Food, Coffee, Code
</title>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Food, Coffee, Code" />
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="/css/main.min.4321edce0de245f4b1d32680d89ac669940fe5dec17e1791c721d9a0954987b4.css" integrity="sha256-QyHtzg3iRfSx0yaA2JrGaZQP5d7BfheRxyHZoJVJh7Q=" crossorigin="anonymous" media="screen">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact+Gothic">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Food, Coffee, Code"/>
<meta name="twitter:description" content="Thoughts, Code and Notes by Calen Robinette"/>
<meta property="og:title" content="Food, Coffee, Code" />
<meta property="og:description" content="Thoughts, Code and Notes by Calen Robinette" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://robinette.dev/" />
<meta property="og:updated_time" content="2020-03-02T18:49:41-05:00" /><meta property="og:site_name" content="Calen Robinette's blog" />
<title>Food, Coffee, Code</title>
</head>
<body>
<nav role="navigation" class="flex-container" id="splash">
<a href="/posts" class="big-link">
blog
</a>
<a href="https://github.com/calenrobinette" class="big-link">
code
</a>
<a href="/notes" class="big-link">
notes
</a>
<a href="/about" class="big-link">
about
</a>
</nav>
</body>
</html>