-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (85 loc) · 2.42 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
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124258357-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124258357-1');
</script>
<title>I'm Jeff</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="row">
👋<br>
I'm Jeff<br>
I'm a <a href="https://www.ucf.edu/">UCF</a> alum and have worked at these places:
</div>
<div class="row">
<div class="logo">
<a class="logo" href="https://www.shopify.com">
<img src="logos/shopify.png" class="logo">
</a>
</div>
<div class="info">
<ul>
<li><a href="https://www.shopify.com">Shopify</a></li>
<li>2020-Present</li>
</ul>
</div>
</div>
<div class="row">
<div class="logo">
<a class="logo" href="https://www.grubhub.com">
<img src="logos/grubhub.png" class="logo">
</a>
</div>
<div class="info">
<ul>
<li><a href="https://www.grubhub.com">Grubhub</a></li>
<li>2018-2020</li>
</ul>
</div>
</div>
<div class="row">
<div class="logo">
<a class="logo" href="https://www.thelevelup.com">
<img src="logos/levelup.png" class="logo">
</a>
</div>
<div class="info">
<ul>
<li><a href="https://www.thelevelup.com">LevelUp</a> (acquired by Grubhub)</li>
<li>2016-2018</li>
</ul>
</div>
</div>
<div class="row">
<div class="logo">
<a class="logo" href="https://www.mathworks.com">
<img src="logos/mathworks.png" class="logo">
</a>
</div>
<div class="info">
<ul>
<li><a href="https://www.mathworks.com">MathWorks</a></li>
<li>2014-2016</li>
</ul>
</div>
</div>
<div class="row">
<div class="logo">
<a class="logo" href="https://www.microsoft.com"><img src="logos/microsoft.png" class="logo"></a>
</div>
<div class="info">
<ul>
<li><a href="https://www.microsoft.com">Microsoft</a></li>
<li>2013-2014</li>
</ul>
</div>
</div>
</body>
</html>