-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (61 loc) · 2.84 KB
/
index.html
File metadata and controls
78 lines (61 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112801610-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112801610-1');
</script>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- Title -->
<title>Oliver Collins</title>
<meta name="author" content="Oliver Collins">
<meta name="keywords" content="Oliver,Collins,Oliver Collins">
<link rel="image_src" href="assets/images/me/me_2.jpg"/>
<link rel="canonical" href="https://olivercollins.github.io">
<!-- CSS Files -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="src/css/styles.css" rel="stylesheet">
</head>
<body>
<!-- Introduction Section -->
<div class="intro">
<div class="col-sm-6 name">
Oliver Collins
</div>
<div class="col-sm-12 degree">
B.A. Computer Science '19
</div>
</div>
<!-- About Me Section -->
<br>
<div class="about-me">
<div class="row">
<div class="col-md-2 pic">
<img src="assets/images/me/me_2.jpg">
</div>
<div class="col-md-6">
<div class="head">
Hi, I'm Oliver, a current Software Engineer on DoorDash's Shipping team.
</div>
<div class="content">
While I'm not working at <a href="https://www.doordash.com/">DoorDash</a>, I'm usually contributing to <a href="https://www.billiondollarstartupideas.com/">billiondollarstartupideas.com</a>, working as a Data Fellow for <a href="https://www.bluebonnetdata.org/">Bluebonnet Data</a>, and trying to pass time while in quarantine.
</div>
<div class="content">
I'd love to <a href="https://calendly.com/oliver-collins/15min">chat</a> if you're free, otherwise, you can view some of my past work experience on <a href="https://www.linkedin.com/in/collinsoliver/">LinkedIn</a>, several of my coding projects on <a href="https://github.com/OliverCollins">GitHub</a>, and you can also add me as a friend on <a href="https://www.facebook.com/OliverBCollins">Facebook</a>. Talk you to soon!
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<p><a href="./src/pages/contact.html">Contact</a> | <!-- <a href="./src/pages/newsletters.html">Newsletters</a> | --> <a href="./assets/resume/resume.pdf">Resume</a></p>
</div>
</body>
</html>