-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (72 loc) · 3.58 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Staff Site Reliabiity Engineer | Erik Krieg</title>
<link rel="icon" type="image/gif" href="/images/saturn.gif" />
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<link rel="stylesheet" href="./src/css/main.css">
<!-- metas used by facebook -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Erik Krieg - Staff Site Reliabiity Engineer" />
<meta property="og:description" content="Staff Site Reliabiity Engineer Erik Krieg's online business card." />
<meta property="og:url" content="http://www.erikkrieg.com" />
<meta property="og:site_name" content="Erik Krieg" />
<meta property="og:image" content="http://www.erikkrieg.com/images/space-erik-compressor.jpg" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55409899-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<main>
<header class="main-header">
<h1 class="main-title">erik krieg</h1>
<a class="social-link" href="http://ca.linkedin.com/pub/erik-krieg/63/b46/2b1/" target="_blank">
<svg class="social-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path id="linkedin-square-rounded-icon" d="M411.945,50h-312c-27.614,0-50,22.386-50,50v312c0,27.614,22.386,50,50,50h312
c27.614,0,50-22.386,50-50V100C461.945,72.386,439.56,50,411.945,50z M180.996,392.99h-56.537V210.336h56.537V392.99z
M152.457,186.417c-18.465,0-33.432-15.09-33.432-33.703c0-18.614,14.967-33.704,33.432-33.704c18.463,0,33.432,15.09,33.432,33.704
C185.889,171.327,170.92,186.417,152.457,186.417z M392.865,392.99h-56.262c0,0,0-69.582,0-95.881
c0-26.296-9.988-40.974-30.781-40.974c-22.629,0-34.453,15.289-34.453,40.974c0,28.133,0,95.881,0,95.881h-54.223V210.336h54.223
v24.599c0,0,16.309-30.171,55.041-30.171s66.455,23.648,66.455,72.572C392.865,326.262,392.865,392.99,392.865,392.99z"/>
</svg>
</a>
</header>
<section class="hero-wrapper">
<div class="hero animate-hue">
<div class="hero__outer">
<div class="hero__inner">
<img src="/images/space-erik-compressor.jpg" alt="Erik semi-transparently overlayed ontop of an outer space background.">
</div>
<div class="hero__content">
<h2>Staff SRE (atm)</h2>
<p>AWS</p>
<p>CI/CD</p>
<p>GitOps</p>
<p>Kubernetes</p>
<p>Terraform</p>
<h2>Enthusiastic About...</h2>
<p>Terminals</p>
<p>Nix ecosystem</p>
<p>Homelabs</p>
<p>Everything as code</p>
<p>Go, Rust, et al.</p>
</div>
</div>
</div>
</section>
<footer class="main-footer animate-hue">
<ul class="scrolling-list">
</ul>
</footer>
</main>
</body>
</html>