-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (123 loc) · 4.06 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://www.andrewmcwatters.com/stylesheets/vendor.css"
/>
<link
rel="stylesheet"
href="https://www.andrewmcwatters.com/stylesheets/theme.css"
/>
<title>Andrew McWatters</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-198850217-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-198850217-1");
</script>
</head>
<body class="d-flex flex-column h-100">
<!-- <h1>Hello, world!</h1> -->
<header>
<div class="container" style="margin-top: 1in; margin-bottom: 1in">
<p>
<a href="/">
<picture>
<img
src="images/logo.r52@2x.svg"
alt="Andrew McWatters"
height="16"
/>
</picture>
</a>
</p>
<nav>
<ul class="nav">
<li class="nav-item">
<a class="nav-link ps-0" href="/">Home</a>
</li>
<li class="nav-item text-center">
<a
class="nav-link"
href="https://1drv.ms/w/c/f66db256f88f744b/EUt0j_hWsm0ggPbQsAAAAAABcB7S3Ez4_OBR__uqpwsIig?e=Fi0q83"
target="_blank"
>Résumé<!-- <br /><small class="text-new">New</small> --></a
>
</li>
<li class="nav-item text-center">
<a class="nav-link pe-0" href="https://blog.andrewmcwatters.org"
>Blog<!-- <br /><small class="text-new">New</small> --></a
>
</li>
</ul>
</nav>
</div>
</header>
<main class="d-flex flex-grow-1">
<div
class="container d-flex flex-column flex-grow-1 justify-content-center"
style="margin-bottom: 1in"
>
<h1>
<small
>Principal. Fractional Executive. Developer. Designer.
Statistician.</small
>
</h1>
<p>
<a href="https://github.com/andrewmcwatters"
>Follow me on GitHub →</a
>
</p>
<p>
<!-- <span class="text-new">New</span><br /> -->
<a href="https://www.andrewmcwatters.com"
>Learn more about professional services →</a
>
</p>
</div>
</main>
<footer>
<div class="container py-3">
<p class="mb-0">
<span class="text-muted"
>Copyright © 2009-2024 Andrew McWatters. All rights reserved.</span
>
</p>
</div>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
-->
</body>
</html>