-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.92 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 1.92 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Justin Stribling</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Justin Stribling">
<meta name="author" content="Justin Stribling">
<link rel="stylesheet" type="text/css" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q43CTG4Y01"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-Q43CTG4Y01');
</script>
</head>
<body class="page">
<div class="header">
<h1>Justin Stribling</h1>
<hr class="name-bar">
<h3>Software Engineer | Meta | UWaterloo Alumnus</h3>
</div>
<div class="content">
<p>I am a Software Engineer currently based in San Francisco working at <a href="https://www.facebook.com"
target="_blank">Meta</a>. I graduated with a Bachelor's degree in <a
href="https://uwaterloo.ca/software-engineering/" target="_blank">Software Engineering</a> from the <a
href="https://uwaterloo.ca/" target="_blank">University of Waterloo</a> in 2019.</p>
<p>I love learning new things, and I'm always looking for opportunities to help fuel this passion.</p>
<p>You can find my Résumé <a href="justin_stribling_resume_2023_07_09.pdf" target="_blank">Here</a>. If you're
interested in getting in touch with me, you can send me an <a
href="mailto:justinastribling@gmail.com">Email</a> — I'd love to hear from you! You can also find out
more about my projects on <a href="https://github.com/jastribl" target="_blank">GitHub</a> or connect with
me on <a href="https://www.linkedin.com/in/justinstribling/" target="_blank">LinkedIn</a>.</p>
</div>
</body>
</html>