-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (114 loc) · 5.47 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Reginald Suh</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Global Styles -->
<link href="css/global.css" rel="stylesheet">
<!-- About -->
<link href="css/about.css" rel="stylesheet">
<!-- Fakeloader -->
<link href="css/fakeLoader.css" rel="stylesheet">
</head>
<body>
<div id="fakeLoader"></div>
<!-- Emoji Section -->
<div class="container-fluid">
<div class="row">
<!-- The col-lg-6 is 719 px on my local machine (Close to 700px) -->
<div class="col-lg-6 col-lg-offset-3" id="emoji_div">
<img src="images/emoji.svg" alt="" id="emoji_img">
</div>
</div>
</div>
<!-- Name Section -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-lg-offset-3" id="nameTitle_div">
<h2 id="nameTitle">Reginald Suh</h2>
</div>
</div>
</div>
<!-- Navigation Section -->
<nav role="navigation" id="navigation">
<hr id="hr">
<ul>
<li>
<a href="index.html"><span class="highlighted" id="index">About</span></a>
</li>
</ul>
<hr id="hr">
</nav>
<!-- ABOUT SECTION STARTS HERE -->
<!-- Introduction Section -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-lg-offset-3" id="introduction_title_div">
<h1 id="introduction_title">Hi, My name is Regi</h1>
</div>
</div>
</div>
<!-- About Section -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1" id="about_div">
<h2 id="about">About Me</h2>
<p id="introduction_text">I'm a 4th year undergraduate <a href="https://cs.uwaterloo.ca/" target="_blank"><span class="highlighted">Computer Science</a></span> student at the University of Waterloo (estimated 2019). I have worked at <a href="https://shopify.ca/" target="_blank"><span class="highlighted">Shopify</a></span>, <a href="https://universe.com/" target="_blank"><span class="highlighted">Universe (Acquired by Ticketmaster)</a></span>, <a href="https://vidyard.com/" target="_blank"><span class="highlighted">Vidyard</a></span>, and <a href="https://www.americanexpress.com/canada/" target="_blank"><span class="highlighted">American Express</a></span>. I love experimenting with new technologies, and I get excited about designing and building amazing products. </p>
</div>
</div>
</div>
<!-- Interests Section -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1" id="interests_div">
<h2 id="interests">Interests</h2>
<p id="interests_text">Some things I've been exploring/doing:</p>
<ul id="interest_ul">
<li>Playing golf as often as I can</li>
<li>Coffee and latte art</li>
<li>Musical theatre/Broadway shows</li>
<li>Investment</li>
<li>Exercise</li>
<li>Travel</li>
</ul>
</div>
</div>
</div>
<!-- Contact Section -->
<!-- <div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1">
<h2 id="contact">Contact</h2>
<p>If you would like to discuss job opportunities, or just chat, you can reach me by <a href="mailto:[email protected]" target="_top"><span class="highlighted">Email</span></a> or <a href="https://ca.linkedin.com/in/reginaldsuh" target="_blank"><span class="highlighted">LinkedIn</span></a>.</p>
</div>
</div>
</div>
-->
<!-- Footer Section -->
<footer class="site-footer">
<div id="inner">
<p id="email"><a href="mailto:[email protected]" target="_top"><span class="highlighted">[email protected]</span></a></p>
<p id="linkedin"><a href="https://ca.linkedin.com/in/reginaldsuh" target="_blank"><span class="highlighted">LinkedIn</span></a></p>
<p id="github"><a href="https://github.com/rsuh" target="_blank"><span class="highlighted">Github</span></a></p>
<section id="copyright">© 2018 REGINALD SUH.</section>
<section id="vapor_shoutout">Theme inspired by <a href="https://github.com/sethlilly/vapor" target="_blank"><span class="highlighted">vapor</span></a></section>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105362503-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>