-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
79 lines (75 loc) · 3.71 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 dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Jesse Johnson</title>
<meta name="description" content="Father, husband, and software developer" />
<meta name="author" content="Jesse Johnson" />
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png" />
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png" sizes="192x192" />
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-TileImage" content="favicons/mstile-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/basscss.min.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body class="m3">
<header>
<h1 class="h1 m0">Jesse Johnson</h1>
<ul class="list-reset m0 mt1">
<li class="inline-block mr2">
<a class="text-decoration-none" href="mailto:[email protected]">[email protected]</a>
</li>
<li class="inline-block">
<a class="text-decoration-none" href="https://www.jessejjohnson.com">jessejjohnson.com</a>
</li>
</ul>
</header>
<main>
<p>
A <strong>father</strong>, <strong>husband</strong> and <strong>software developer</strong> who loves playing
hockey and a good frozen lemonade.
</p>
</main>
<footer>
<ul class="list-reset h5 m0 mt1">
<li class="inline-block mr2">
<a
class="inline text-decoration-none"
href="https://www.stackoverflow.com/users/540756/jesse-johnson?tab=profile"
>Stack Overflow</a
>
</li>
<li class="inline-block mr2">
<a class="inline text-decoration-none" href="https://www.github.com/jessejjohnson">GitHub</a>
</li>
<li class="inline-block mr2">
<a class="inline text-decoration-none" href="https://www.twitter.com/jessejjohnson">X</a>
</li>
<li class="inline-block">
<a class="inline text-decoration-none" href="https://www.linkedin.com/in/jessejjohnson">LinkedIn</a>
</li>
</ul>
</footer>
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="698571a4-4d70-4f14-be32-fe3c78a72461"></script>
</body>
</html>