-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Shawn Goulet's Personal Site</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="icon" href="../images/beau.png">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/work">Work</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="intro">
<h2>Greetings! I'm Shawn and this is my web site.</h2>
<p>I am Briggs and Codder's father and Janine's husband, first. I love data, full stack web development, and using both
to explain things, second. I lay my head in Charlotte, NC, USA.</p>
<p>During the day, I am a Senior Software Engineer in <a href="https://www.esri.com/en-us/arcgis/services/overview" target="_blank">Esri's Professional Services</a>.</p>
</div>
</div>
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/shawnmgoulet">github</a></li>
<li><a href="https://www.linkedin.com/in/shawngoulet/">linkedin</a></li>
<li><p>Credit: Dog [in site tab] by <a href="https://thenounproject.com/iconka/" target="_blank">Denis Sazhin</a> from the Noun Project</p></li>
</ul>
</footer>
</body>
</html>