-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (79 loc) · 3.9 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Luke Elmers 🚀 tech lead / software architect</title>
<meta property="og:title" content="Luke Elmers 🚀 tech lead / software architect">
<meta name="description" content="I ship software.">
<meta name="og:description" content="I ship software.">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header id="particles-js">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 794 794">
<defs>
<mask id="header--mask">
<rect fill="#fcfcfc" x="0" y="0" width="794" height="794" />
<circle cx="397" cy="397" r="397" />
<polyline fill="#fcfcfc" points="226.331402
183.089224 311.895713 183.089224
311.895713 610.910776 226.331402
610.910776 226.331402 183.089224" />
<rect fill="#fcfcfc" x="226.331402" y="525.346466" width="342.257242" height="85.5643105" />
<rect fill="#fcfcfc" x="397.460023" y="354.217845" width="171.128621" height="85.5643105" />
<rect fill="#fcfcfc" x="397.460023" y="183.089224" width="171.128621" height="85.5643105" />
</mask>
</defs>
<rect fill="#fcfcfc" fill-opacity="1" width="100%" height="100%" mask="url(#header--mask)" />
</svg>
</header>
<h1>luke<br />elmers</h1>
<h2>tech lead / software architect</h2>
<h3>👋 hello</h3>
<p>
I'm Luke.
I've been shipping software for nearly 20 years, freelancing for small businesses &
non-profits, & working full time in agency, startup, & corporate environments.
In the agency world, I managed teams of developers creating big-budget digital
experiences for Fortune 500 clients. Now I spend most of my time architecting and
building web applications and platform services.
</p>
<h3>❤️ friends</h3>
<p>
<ul>
<li>Some folks I've been lucky to work with: <a href="https://elastic.co" target="_blank">Elastic</a></li>
<li>AirMap</li>
<li>Vow to be Chic</li>
<li><a href="https://common.is" target="_blank">COMMON</a></li>
<li><a href="http://www.kraftrecipes.com" target="_blank">Kraft</a></li>
<li><a href="https://tabasco.com" target="_blank">Tabasco</a></li>
<li><a href="https://tostitos.com" target="_blank">Tostitos</a></li>
<li><a href="https://www.pepsi.com" target="_blank">Pepsi</a></li>
<li><a href="https://www.htc.com" target="_blank">HTC</a></li>
<li><a href="https://www.grammy.com" target="_blank">GRAMMYs</a></li>
<li><a href="https://www.nissanusa.com/" target="_blank">Nissan</a></li>
<li><a href="https://www.nesquik.com/" target="_blank">Nesquik</a></li>
<li><a href="http://www.pacificstandardtime.org/" target="_blank">The Getty / PST</a></li>
<li><a href="https://www.qualcomm.com/" target="_blank">Qualcomm</a></li>
<li><a href="https://www.activision.com/" target="_blank">Activision</a></li>
<li><a href="http://www.linksys.com/" target="_blank">Linksys</a></li>
<li><a href="https://www.trimble.com/" target="_blank">Trimble</a></li>
</ul>
</p>
<h3>🔎 whereabouts</h3>
<p>
Currently I'm a Principal Engineer at
<a href="https://elastic.co/" target="_blank">Elastic</a>,
serving as the Tech Lead for
<a href="https://github.com/elastic/kibana" target="_blank">Kibana</a>.
You can also find me on <a href="https://linkedin.com/in/lukeelmers" target="_blank">LinkedIn</a>
and <a href="https://github.com/lukeelmers" target="_blank">GitHub</a>.
</p>
<br />
<script src="js/particles.min.js" defer></script>
<script src="js/app.js" defer></script>
</body>
</html>