-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (84 loc) · 4.49 KB
/
index.html
File metadata and controls
92 lines (84 loc) · 4.49 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yeargin Haus</title>
<link rel="icon" type="image/svg+xml" href="img/favicon.svg">
<link rel="icon" type="image/ico" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="vertical-center fade-in">
<div class="container text-center">
<div class="row">
<div class="col-md-6 mb-3">
<div class="imgprofile">
<img src="img/stephen.jpg" alt="Stephen" />
</div>
<h2>Stephen Yeargin</h2>
<p>
<span class="h5">Software Engineer</span><br />
<!-- company -->
</p>
<ul class="list-unstyled">
<li><a href="https://stephenyeargin.com">stephenyeargin.com</a></li>
</ul>
<ul class="list-inline social-media-links">
<li class="list-inline-item"><a href="https://social.yearg.in/@stephenyeargin" rel="me"><i class="fab fa-mastodon"></i> <span class="sr-only">stephenyeargin</span></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/stephenyeargin/" rel="me"><i class="fab fa-linkedin"></i> <span class="sr-only">stephenyeargin</span></a></li>
<li class="list-inline-item"><a href="https://github.com/stephenyeargin" rel="me"><i class="fab fa-github"></i> <span class="sr-only">stephenyeargin</span></a></li>
</ul>
</div>
<div class="col-md-6 mb-3">
<div class="imgprofile">
<img src="img/samantha.jpg" alt="Samantha" />
</div>
<h2>Samantha Yeargin</h2>
<p>
<span class="h5">Software Engineer</span><br />
<!-- company -->
</p>
<ul class="list-unstyled">
<li><a href="https://blog.slyeargin.com">blog.slyeargin.com</a></li>
</ul>
<ul class="list-inline social-media-links">
<li class="list-inline-item"><a href="https://social.yearg.in/@samantha" rel="me"><i class="fab fa-mastodon"></i> <span class="sr-only">slyeargin</span></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/samanthay/" rel="me"><i class="fab fa-linkedin"></i> <span class="sr-only">samanthay</span></a></li>
<li class="list-inline-item"><a href="https://github.com/slyeargin" rel="me"><i class="fab fa-github"></i> <span class="sr-only">slyeargin</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/09b66f5b11.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.yearg.in/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>