-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (264 loc) · 18.6 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108732509-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-108732509-1');
</script>
<meta charset="utf-8">
<title>Jonah Chin</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/animate.css">
<link rel="stylesheet" href="/css/master.css">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a id="header" class="navbar-brand" href="#">Jonah Chin</a>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<section class="slide-wrapper">
<div class="container">
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="fill" id="primary-background">
<div class="row equal text-center primary-content">
<div class="col-md-6 col-xs-12">
<!-- <img src="/img/dark-face.png" class="vert-image-frame animated fadeIn"> -->
</div>
<div class="col-md-6 col-xs-12">
<h1>Hi, Jonah here</h1>
<p>
I'm a <strong>Computer Engineering</strong> student at Queen's University. I'm a nerdy kid who's super passionate about tech. You can usually find me writing code, playing video games or drawing. Welcome to my site!
</p>
<a class="btn btn-default btn-outline btn-lg" href="https://www.linkedin.com/in/jonahchin/" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i> LinkedIn</a>
<a class="btn btn-default btn-outline btn-lg" href="https://github.com/jonahchin" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a>
<a class="btn btn-default btn-outline btn-lg" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i> Email</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="fill" id="grad-pink">
<div class="equal row text-center primary-content">
<div class="col-md-4 col-xs-6">
<img class="hide" id="north60-logo" src="/img/north60.png" alt="North60">
</div>
<div class="col-md-4 col-xs-6">
<img id="img-android-gif" class="hide" src="/img/mdnius.gif" alt="MDnius gif">
</div>
<div class="col-md-4 col-xs-12 equal">
<h3>Android Developer</h3>
<p>
I worked at North60 Technologies during the summer of 2017. During my time at this fast paced startup, I worked as the sole in house Android developer. I was given the opportunity to take an application (which is still under NDA) from infancy to full
beta release. I learned a ton about the development lifecycle, and the difficulties that come along with app development and data synchronization across multiple platfroms. I worked closely with the iOS and back
end developer to ensure the best user experience for all platforms.
</p>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/android.png" alt="android" data-toggle="tooltip" title="Android">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/java.png" alt="java" data-toggle="tooltip" title="Java">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/couchbase.png" alt="couchbase" data-toggle="tooltip" title="Couchbase">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/git.png" alt="git" data-toggle="tooltip" title="Git">
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="fill" id="grad-blue">
<div class="row equal text-center primary-content">
<div class="col-md-6 col-xs-12">
<div class="macbook-frame animated fadeInLeft">
<video loop autoplay muted loop playsinline id="firework-clip" class="text-center">
<source src="/video/engsoc-clip.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="col-md-6 col-xs-12">
<h1>Queen's Engineering IT</h1>
<p>
During my 3rd year at Queen's University, I was hired as part of the Queen's Engineering Society's IT team. I worked with a small group of developers in revamping the Engineering Society's landing page. I learned a lot about server structure, and loved
the opportunity to work on a product that I had used in the past.
</p>
<div class="equal">
<div class="tooltip-container">
<img class="img-circle tech" src="/img/html.png" alt="html" data-toggle="tooltip" title="HTML">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/css.png" alt="css" data-toggle="tooltip" title="CSS">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/wordpress.png" alt="wordpress" data-toggle="tooltip" title="Wordpress">
</div>
</div>
<a class="btn btn-default btn-outline btn-lg" target="_blank" href="https://engsoc.queensu.ca/">Engineering Society Site</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="fill" id="grad-orange">
<div class="row equal text-center primary-content">
<div class="col-md-6 col-xs-12 equal">
<h1>Firework Simulator</h1>
<p>
Firework simulator is a 2D, java based project that I built myself in 2016. The simulator uses custom physics to replicate the path of fireworks as they're launched. The application allows users to customize the fireworks' launch angle, as well the speed
and direction of the wind in the environment. The most difficult part of this project was producing the individual sparks that are emitted from the moving firework.
</p>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/java.png" alt="java" data-toggle="tooltip" title="Java">
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="macbook-frame animated fadeInRight">
<video loop autoplay muted loop playsinline id="firework-clip" class="text-center">
<source src="/video/firework_sim_clip.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="fill" id="grad-pink">
<div class="row equal text-center primary-content">
<div class="col-md-6 col-xs-12">
<img src="/img/surfacebook.png" class="surfacebook-frame animated fadeInLeft">
</div>
<div class="col-md-6 col-xs-12 equal">
<h1>Budget++</h1>
<p>
Budget++ is a C++ based Windows application that I built as part of a six-person agile team. The goal of this project was to build something that students can use to track their spending over a certain amount of time. The application displays data in
pie charts, and allows users to compare their actual spendings to their projected budget.
</p>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/cplusplus.png" alt="cplusplus" data-toggle="tooltip" title="C++">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/visualstudio.png" alt="visualstudio" data-toggle="tooltip" title="Visual Studio">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/git.png" alt="git" data-toggle="tooltip" title="Git">
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="fill" id="grad-blue">
<div class="row equal text-center primary-content">
<div class="col-md-6 col-xs-12">
<img src="/img/gmhacks.jpg" class="animated rotateInDownLeft" id="hackathon-img">
</div>
<div class="col-md-6">
<div class="row">
<h1 id="hackathon-title">Hackathons</h1>
<hr id="hack-hr">
<div class="col-md-6 col-xs-6 equal">
<h3>QHacks 2017</h3>
<p>At QHacks 2017, my team attempted to build an internet based music player. I learned to set up a server using AWS.</p>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/ubuntu.png" alt="ubuntu" data-toggle="tooltip" title="Ubuntu Server">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/html.png" alt="html" data-toggle="tooltip" title="HTML">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/css.png" alt="css" data-toggle="tooltip" title="CSS">
</div>
</div>
<div class="col-md-6 col-xs-6 equal">
<h3>GM's HackAI 2017</h3>
<p>At GM's HackAI, I built a personal assistant using API.AI and Google's Actions on Google. My team presented our final project using a Google Home.</p>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/apiai.png" alt="api.ai" data-toggle="tooltip" title="API.AI">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/python.png" alt="python" data-toggle="tooltip" title="Python">
</div>
<div class="tooltip-container">
<img class="img-circle tech" src="/img/git.png" alt="git" data-toggle="tooltip" title="Git">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="fill" id="grad-orange">
<div class="row equal text-center primary-content">
<div class="col-md-12">
<h1>Art & Such</h1>
<p>
Here are a few of my favourite non-technical creations!
</p>
<div class="slider">
<figure class="slider__item"><img class="slider__image" src="/img/jack.jpg" />
<figcaption class="slider__caption">Jack (2017)</figcaption>
</figure>
<figure class="slider__item"><img class="slider__image" src="/img/joey.jpg" />
<figcaption class="slider__caption">Joey (2017)</figcaption>
</figure>
<figure class="slider__item"><img class="slider__image" src="/img/zombiecity.jpg" />
<figcaption class="slider__caption">Torn (2013)</figcaption>
</figure>
<figure class="slider__item"><img class="slider__image" src="/img/scrunch.jpg" />
<figcaption class="slider__caption">Scrunch (2014)</figcaption>
</figure>
<figure class="slider__item"><img class="slider__image" src="/img/dark-face.jpg" />
<figcaption class="slider__caption">Shade (2011)</figcaption>
</figure>
</div>
<i class="fa fa-angle-down slider__btn" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="/js/jquery.bcSwipe.min.js"></script>
<script src="/js/script.js"></script>
</body>
</html>