-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (78 loc) · 3.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-49814413-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-49814413-3');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name- "robots" content="index, follow">
<meta property="og:type" content="website">
<meta name="description" content="Aspiring Software Engineer | CompE and CS @ Northeastern">
<meta name="og:description" content="CompE and CS @ NEU - Aspiring Software Engineer">
<meta name="author" content="Christopher Wong">
<meta name="og:title" content="Christopher Wong">
<meta property="og:image" content="https://christopherwong.co/images/profile.jpg">
<meta name="twitter:image" content="https://christopherwong.co/images/profile.jpg">
<link rel="stylesheet" href="css/grid/simple-grid.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<link rel="stylesheet" href="css/index.css" rel="stylesheet" type="text/css">
<title>Christopher Wong</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<div class="blurb">
<h1>Hey there, I'm Christopher.<h1>
<p>
I'm currently a fourth year B.S. Candidate in Computer Engineering
and Computer Science at Northeastern University in Boston.
</p>
<p>
<span class="font-emphasis">
I'm passionate about building dynamic software products that solve complex problems.
</span>
I've worked on a variety of products ranging from large scale data analytics platforms to consumer facing web applications and dashboards.
</p>
<p>
Connect with me over
<a class="custom-link" href="#">email</a>,
<a class="custom-link" target="_blank" href="https://linkedin.com/in/christopher-gw-wong">LinkedIn</a>,
or check out my <a class="custom-link" target="_blank" href="resources/resume.pdf">resume</a>.
</p>
<p>
I recently built an HQ Trivia <a class="custom-link" target="_blank" href="https://medium.com/@cgww/cheating-at-hq-trivia-66df364b7c68">bot</a> and a community service time tracking <a class="custom-link" target="_blank" href="https://github.com/christopher-wong/CS4500-Software-Development-Time-Tracker">platform.</a>
</p>
<p>
Currently Software Engineering Co-op at
<a target="_blank" href="https://www.tesla.com" class="tesla bold">Tesla.</a>
<br/>
Incoming Software Engineering Co-op at
<a target="_blank" href="https://www.apple.com" class="apple bold">Apple.</a>
<br/>
Formely
<a target="_blank" href="https://www.digitalocean.com" class="digitalocean bold">DigitalOcean</a>,
<a target="_blank" href="https://www.autodesk.com/trust/security">
<span class="autodesk bold">Autodesk</span>,
</a>
and
<a target="_blank" href="https://www.firstfuel.com">
<span class="firstfuel bold">
FirstFuel Software.
</span>
</a>
</p>
</div>
</div>
</div>
</div>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="js/index.js"></script> -->
</body>
</html>