-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (315 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kelly Tran</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="images/icons/logo.png">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body class="background">
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">
<img src="images/icons/logo.png" width="75" height="75" alt="Kelly Tran">
<button class="navbar-toggler hide" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</a>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#"> home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-me"> about </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#connect"> let's connect! ♥ </a>
</li>
</ul>
</div>
</nav>
<div class="gradient"></div>
<div class="container">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 text-center" style="padding-top: 10%">
<h1 class="hero"> hello! i'm </h1>
</div>
<div class="col-sm-2"></div>
</div>
<div class="row">
<div class="col-sm-12 text-center" style="padding-bottom: 1%">
<h1 class="name">
kelly tran
</h1>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center" style="padding-bottom: 10%">
<div class="hero" id="typed-strings">
<p class="hero">a <strong>programmer</strong></p>
<p class="hero">a <strong>barista</strong></p>
<p class="hero">a <strong>musician</strong></p>
<p class="hero">a <strong>foodie</strong></p>
</div>
<span id="typed"></span>
</div>
</div>
<div class="row">
<div class="col-sm-12 justify-content-center" style="padding-bottom: 10%">
<a href="#about-me" ><img src="images/icons/down.png" id="down"> </a>
</div>
</div>
</div>
<section id="about-me">
<div class="gradient-2"></div>
<div class="container">
<div class="row">
<div class="col-12 text-center" style="margin-top: 100px">
<h1 id="header"> about me </h1>
</div>
</div>
<div class="row">
<div class="col-12 text-center" style="margin-top: 10px">
<img src="images/aboutme/kelly-tran.jpg" style="width: 300px; border-radius:100%">
</div>
</div>
<div class="container">
<div class="row reveal">
<div class="col-3">
<!--div class="gradient"></~!div--->
</div>
<div class="col-2" style="text-align:center;">
<img src="images/aboutme/web.png" alt="website" id="icon">
</div>
<div class="col-2" style="text-align:center;">
<img src="images/aboutme/mic.png" alt="music" id="icon">
</div>
<div class="col-2" style="text-align:center;">
<img src="images/aboutme/coffee.png" alt="coffee" id="icon">
</div>
<div class="col-3"></div>
</div>
<div class="row reveal" style="margin-top: 50px; margin-bottom: 100px;">
<div class="col-2"></div>
<div class="col-8">
<p class="about-me">
I'm a <strong> sophomore </strong> at UC Berkeley studying Computer Science and minoring in Data Science & Music.
<br> <br>
Alongside my studies, I work as a barista part-time at a cafe and produce my own music (<strong>kxllyrxse </strong> on all streaming services)
<br> <br>
During my freetime, I love exploring new restaurants + cafes, going on spontaneous thrifting trips, and jamming out with friends.
</p>
</div>
<div class="col-2"></div>
</div>
<div class="row">
<div class="col-sm-12 justify-content-center" style="padding-bottom: 5%">
<a href="#projects" ><img src="images/icons/down.png" id="down"> </a>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container-fluid" >
<div class="row reveal">
<div class="col-12 text-center" style="margin-top: 100px">
<h1 id="header"> projects & more </h1>
<p> <i> from class projects to stuff i enjoy to do on my freetime! </i> </p>
</div>
</div>
<div class="container justify-content-center" style="width:90%">
<div class="row reveal project">
<div class="col-md-3 col-sm-12 justify-content-center text-center">
<span class="dot"> </span>
<img src="images/projects/coffee.webp" class="project-logo coffee" alt="Caffeify">
</div>
<div class="col-md-9 col-sm-12">
<div class="row" style="padding:0px 50px"> </div>
<div class="row">
<a class="project-header" href="https://kxllytrxn.github.io/spotify-cafe.io/#"> Caffeify </a>
</div>
<div class="row">
<p class="project-info">
> Technologies used: <i> Spotify Web API, ReactJS, Node.js </i><br>
> Built a web application using React & Node.js & hosted through GitHub Pages <br>
> Programmed an algorithm to determine a user's coffee order based on user listening history extracted from Spotify's Web API
</p>
</div>
</div>
</div>
<div class="row reveal project">
<div class="col-md-3 col-sm-12 justify-content-center text-center">
<span class="dot-3" style="margin-bottom: 20%;"> </span>
<img src="images/projects/diamond1.webp" class="project-logo diamond" alt="Diamond">
</div>
<div class="col-md-9 col-sm-12">
<div class="row" style="padding:0px 50px"> </div>
<div class="row">
<h1 class="project-header"> Build Your Own World: Minecraft-Edition </h1>
</div>
<div class="row">
<p class="project-info">
> Technologies used: <i> Java </i><br>
> Programmed a random-world generation algorithm with Minecraft-inspired elements and design <br>
> Game objective: user-interactive avatar must collect all the randomly-placed diamonds within a reduced line-of-sight
</p>
</div>
</div>
</div>
<div class="row reveal project">
<div class="col-md-3 col-sm-12 justify-content-center text-center">
<div class="dot-2" style="margin-bottom: 15%;"> </div>
<img src="images/projects/chat.png" class="project-logo chatroom" alt="Chatroom">
</div>
<div class="col-md-9 col-sm-12">
<div class="row" style="padding:0px 50px"> </div>
<div class="row">
<h1 class="project-header"> EnigmaChat </h1>
</div>
<div class="row">
<p class="project-info">
> Technologies used: <i> HTML/CSS, jQuery, Express, Angular, & Node.js </i><br>
> Built a private chatroom that sends Engima-encrypted messages to one-another <br>
> Presented a live demo of the final project to panelists from PayPal, Amazon & Roblox
</p>
</div>
</div>
</div>
<div class="row reveal project">
<div class="col-md-3 col-sm-12 justify-content-center text-center">
<div class="dot-4" style="margin-bottom: 30%;"> </div>
<img src="images/experience/SAAS_logo.png" class="project-logo" id="SAAS" alt="SAAS Berkeley">
</div>
<div class="col-md-9 col-sm-12">
<div class="row" style="padding:0px 50px"> </div>
<div class="row">
<h1 class="project-header"> SAAS Berkeley </h1>
</div>
<div class="row">
<h2 class="position-title"> Web Development Committee Director (May 2022 - Present) </h2>
</div>
<div class="row">
<p class="project-info">
> Technologies used: <i> HTML/CSS, Django, ReactJS, Figma </i><br>
> Redesigned and coded the recruitment timeline, sub-committee pages and the homepage
for the club website by creating high-fidelity mock-ups and using Bootstrap libraries <br>
> Manage and oversee 4-8 projects each semester from committee members with weekly meetings
using various different technologies such as ReactJS, APIs, etc.
</p>
</div>
</div>
</div>
</div>
<div class="row" style="padding:40px 0px"> </div>
<div class="row">
<div class="col-sm-12 justify-content-center" style="padding-bottom: 10%">
<a href="#connect" ><img src="images/icons/down.png" id="down"> </a>
</div>
</div>
</div>
</div>
</section>
<section id="connect">
<div class="container">
<div class="row reveal text-center">
<div class="col-12 text-center" style="margin-top: 10px">
<h1 id="header"> let's connect! </h1>
</div>
</div>
<div class="container reveal justify-content-center" style="padding: 0% 25%">
<div class="row justify-content-between text-center">
<div class="col-2"></div>
<div class="col-2">
<a href="http://instagram.com/kxllytrxn/" id="social"><img src="images/icons/insta.svg" /></a>
</div>
<div class="col-2">
<a href="https://www.linkedin.com/in/kelly-tran-2210" id="social"><img src="images/icons/linkedin.svg" /></a>
</div>
<div class="col-2">
<a href="https://github.com/kxllytrxn" id="social"><img src="images/icons/github.svg" /></a>
</div>
<div class="col-2">
<a href="mailto: [email protected]" id="social"><img src="images/icons/mail.svg" /></a>
</div>
<div class="col-2"></div>
</div>
</div>
<div class="row reveal">
<div class="scroll-container">
<div class="photo-gallery">
<img id="image" src="images/aboutme/matcha.JPG"/>
<img id="image" src="images/aboutme/concert.JPG"/>
<img id="image" src="images/aboutme/tora.JPG"/>
<img id="image" src="images/aboutme/glade.jpg"/>
<img id="image" src="images/aboutme/big-game.JPG"/>
</div>
</div>
</div>
</div>
</section>
<footer class="text-center" style="background-color: rgba(66, 76, 69, 0.2)">
<div class="container p-3">
<section>
<div class="row con">
<ul class="list-unstyled mb-0">
<li>
<h5> <a href="#" class="links">home</a> </h5>
</li>
</ul>
<ul class="list-unstyled mb-0">
<li>
<h5> <a href="#about-me" class="links">about me</a> </h5>
</li>
</ul>
<ul class="list-unstyled mb-0">
<li>
<h5> <a href="#projects" class="links">projects</a> </h5>
</li>
</ul>
<ul class="list-unstyled mb-0">
<li>
<h5> <a href="" class="links">let's connect!</a> </h5>
</li>
</ul>
</div>
</section>
</div>
<div class="text-center p-3" style="background-color: rgba(62, 90, 74, 0.338)">
© 2023 Coded by Kelly Tran ♥
</div>
</footer>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script>
var typed = new Typed('#typed', {
stringsElement: '#typed-strings',
typeSpeed: 100,
startDelay: 10,
backSpeed: 100,
backDelay: 700,
smartBackspace: true,
shuffle: false,
loop: true,
loopCount: Infinity,
});
</script>
</body>
<script src="script.js"></script>
</html>