-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
444 lines (433 loc) · 15.9 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Alexander Chang</title>
<link rel="icon" type="image/png" href="images/logo.png" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Montserrat:wght@400;500;700&family=Inconsolata:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/styles.css" />
<noscript>Your browser does not support JavaScript!</noscript>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-QVZZXW1W1G");
</script>
</head>
<body>
<div class="landing container center-mobile">
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand"></a>
<button
class="navbar-toggler navbar-toggler-right"
type="button"
data-toggle="collapse"
data-target="#website-navigation"
aria-controls="website-navigation"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="website-navigation">
<ul class="navbar-nav navbar ml-auto">
<a href="#about-me" class="nav-item nav-link">About</a>
<!-- <a href="#experience" class="nav-item nav-link">Experience</a> -->
<a href="#projects" class="nav-item nav-link">Projects</a>
<a
href="https://drive.google.com/file/d/1ZWYdBOWmXiDk0yNrE5ltfLYytl2o0oDl/view?usp=share_link"
class="nav-item nav-link"
target="_blank"
>
Resume
</a>
</ul>
</div>
</nav>
<!-- Title Card -->
<div class="introduction">
<h6>Hi, my name is</h6>
<h1 class="stand-out">Alexander Chang</h1>
<h4>
I'm a
<span id="buzz-words"></span>
<span id="bottom-desktop">based in Boston, MA.</span>
<p id="bottom-mobile">based in Boston, MA.</p>
</h4>
<button
type="button"
class="btn btn-lg btn-outline-primary"
name="button"
>
<a id="contact-button" href="mailto:[email protected]">
Contact Me
</a>
</button>
</div>
</div>
<!-- About me section -->
<div class="about-me container" id="about-me">
<div class="row">
<!-- Text that has information about me -->
<div class="col-lg-6 about">
<p>
Hey! Welcome to my website. I am currently a fourth-year computer
science major at
<a href="https://www.northeastern.edu/" target="_blank">
<strong id="northeastern">Northeastern University</strong>
</a>
. I have strong interests in web development, software engineering,
and data science.
</p>
<p>
In December I finished working at
<a href="https://www.blueport.com/" target="_blank">
<strong id="blueport">Blueport Commerce</strong>
</a>
as a front-end development co-op. At Blueport, I mainly utilized a
tech stack of Angular and SCSS to implement mobile-first web
components. In September I also started working with
<a href="https://www.c4cneu.com/" target="_blank">
<strong id="c4c">Code4Community</strong>
</a>
, an organization that aids non-profits in the Boston area.
Currently, we are constructing a virtual senior center in
partnership with Little Brothers Friends of the Elderly.
</p>
<p>
Most recently, from May to December of 2022 I worked at
<a href="https://www.pathai.com">
<strong id="pathai">PathAI</strong>
</a>
, a biotechnology company. Here I did full-stack web development
utilizing Vue.js, Django, and PostgreSQL.
</p>
<p>
I have experience working with React, Angular, TypeScript, Node.js,
and many other technologies. Currently learning Rust and
WebAssembly.
</p>
<p>
Outside of school I am an active runner and soccer player. My
favorite sports teams are Arsenal and the New York Red Bulls.
</p>
</div>
<!-- Picture of me -->
<div class="col-lg-6 about">
<img
src="images/profile-modified.png"
class="profile-image"
alt="al-chang-img"
/>
</div>
</div>
</div>
<!-- Work Experience -->
<!-- <div class="work-experience container" id="experience">
<h4 class="center-mobile">Work Experience</h4>
</div> -->
<!-- Projects -->
<div class="projects container" id="projects">
<h4 class="center-mobile">
Here are a few notable projects that I have worked on.
</h4>
<div class="row">
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">Spotocracy</h5>
</div>
<div class="card-body">
<p class="card-text">
Spotocracy is a web application that allows users to join a
collective queue for song playback. Songs are played back
through the device of the room creator, meaning only the creator
of a spotocracy room is required to have a Spotify account.
Users can vote on songs, and the most upvoted song is
automatically played.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">React</li>
<li class="tech">Chakra UI</li>
<li class="tech">TypeScript</li>
<li class="tech">Nest.js</li>
<li class="tech">Socket.io</li>
<li class="tech">Spotify API</li>
</ul>
</small>
<p class="contact">
<a
href="https://github.com/al-chang/spotocracy"
target="_blank"
>
<i class="fab fa-github icon"></i>
</a>
<a href="https://spotocracy.netlify.com/" target="_blank">
<i class="fas fa-external-link-alt icon"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">
Brawl Stars Profile Visualizer Front End
</h5>
</div>
<div class="card-body">
<p class="card-text">
Front-end for Brawl Stars profile visualizer. Brawl Stars is a
mobile PvP game created by SuperCell. The front-end is built
using React, and creates data visualizations utilizng Chart.js.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">JavaScript</li>
<li class="tech">React</li>
<li class="tech">Chart.js</li>
</ul>
</small>
<p class="contact">
<a
href="https://github.com/al-chang/brawl-stars-profile-visualizer-front-end"
target="_blank"
>
<i class="fab fa-github icon"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">
Brawl Stars Profile Visualizer Back End
</h5>
</div>
<div class="card-body">
<p class="card-text">
Back-end for Brawl Stars profile visualizer. Brawl Stars is a
mobile PvP game created by SuperCell. The back-end fetches
player data from the Brawl Stars API.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">JavaScript</li>
<li class="tech">Node.js</li>
<li class="tech">Express</li>
</ul>
</small>
<p class="contact">
<a
href="https://github.com/al-chang/brawl-stars-profile-visualizer-back-end"
target="_blank"
>
<i class="fab fa-github icon"></i>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">Easy Animator</h5>
</div>
<div class="card-body">
<p class="card-text">
Created an animator using Java. Used Java Swing for the UI.
Animator allows for the creation, deletion, and modification of
a variety of different 2D shapes. User can control position,
color, size, and rotation.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">Java</li>
<li class="tech">Java Swing</li>
</ul>
</small>
<p class="contact">Available Upon Request</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">Predicting Video Game Sales</h5>
</div>
<div class="card-body">
<p class="card-text">
Completed an analysis of a data set regarding video game sales,
and used machine learning techniques to make predictions on the
data. Used feature selection and model optimization to optimize
predictions.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">Python</li>
<li class="tech">Pandas</li>
<li class="tech">Plotly</li>
<li class="tech">Sci-Kit Learn</li>
<li class="tech">SciPy</li>
</ul>
</small>
<p class="contact">
<a
href="https://github.com/al-chang/DS3000-FinalProject"
target="_blank"
>
<i class="fab fa-github icon"></i>
</a>
<a
href="https://colab.research.google.com/drive/19AWlobdsqHWtr6nvq1M21cdCvx9tOKaF?usp=sharing"
target="_blank"
>
<i class="fas fa-external-link-alt icon"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">Personal Website</h5>
</div>
<div class="card-body">
<p class="card-text">
This is the website currently displayed. Utilized Bootstrap for
certain component styling and layout features, but most CSS and
HTML is original. Created custom JavaScript code for typing
feature on website load.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">HTML</li>
<li class="tech">CSS</li>
<li class="tech">JavaScript</li>
<li class="tech">Bootstrap</li>
</ul>
</small>
<p class="contact">
<a
href="https://github.com/al-chang/al-chang.github.io"
target="_blank"
>
<i class="fab fa-github icon"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 project-element">
<div class="card">
<div class="card-header">
<h5 class="card-title">Colleges of Boston Analysis</h5>
</div>
<div class="card-body">
<p class="card-text">
Analyzed the impact that colleges have on the city of Boston.
Looked at crime, trash, and housing prices data to determine the
overall positive / negative effect that the schools have on the
city.
</p>
</div>
<div class="card-bottom">
<hr />
<small>
<ul class="tech-list">
<li class="tech">R</li>
<li class="tech">ggplot2</li>
<li class="tech">ggmap</li>
<li class="tech">tidyverse</li>
</ul>
</small>
<p class="contact">
<a
href="https://github.com/al-chang/college-of-boston-analysis"
target="_blank"
>
<i class="fab fa-github icon"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<hr class="section-divider" />
<div class="contact container">
<div class="icons">
<a href="https://www.github.com/al-chang" target="_blank">
<i class="fab fa-github icon"></i>
</a>
<a href="https://www.linkedin.com/in/al-chang-" target="_blank">
<i class="fab fa-linkedin icon"></i>
</a>
<a href="mailto:[email protected]">
<i class="fas fa-envelope icon"></i>
</a>
</div>
<p>© Alexander Chang</p>
</div>
<footer>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/cda309cb6a.js"
crossorigin="anonymous"
></script>
<script src="scripts/index.js" charset="utf-8"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-QVZZXW1W1G"
></script>
</footer>
</body>
</html>