-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
324 lines (282 loc) · 15.1 KB
/
website.html
File metadata and controls
324 lines (282 loc) · 15.1 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Jam Programs</title>
<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=Montserrat:wght@200;400&display=swap" rel="stylesheet">
<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=Agdasima:wght@400;700&family=Montserrat:wght@200;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="stylesheet" href="styles/about.css">
<link rel="stylesheet" href="styles/projects.css">
<link rel="stylesheet" href="styles/extracurriculars.css">
<link rel="stylesheet" href="styles/skills.css">
<!--<link rel="stylesheet" href="styles/glow.css">-->
</head>
<body>
<main>
<div id="glow-container" class="glow"></div>
<section class="header-section">
<header class="header">
<button onclick="scrollToSection('home')" class="home-button">
Home
</button>
<button onclick="scrollToSection('about')" class="about-button" >
About
</button>
<button onclick="scrollToSection('project')" class="projects-button">
Projects
</button>
<button onclick="scrollToSection('extracurriculars')" class="extracurriculars-button">
Extracurriculars
</button>
</header>
</section>
<section class="home" id="home">
<div>
<h1 class="">JAMIN CHUNG</h1>
</div>
<div>
<h2 class="about-me"> <span>Computer Science Major </span> | <span>Economics Minor</span> | <span>Research-Intern</span></h2>
</div>
<div>
<h2 class="lets-go">Let's take a scroll.</h2>
</div>
</section>
<section class="about" id="about">
<div class="title">
<h1>ABOUT</h1>
</div>
<div class="about-div">
<div class="picture"> <!-- portrait and links -->
<div class="portrait-div">
<img class="portrait" src="images/me">
</div>
<div class="link-container">
<div class="link">
<img class="icon" src="icons/github-mark-white.png">
JammyBoi41
</div>
<div class="link2">
<img class="icon" src="icons/mail.png">
jamin.chung@ufl.edu
</div>
<div class="link2">
<img class="icon" src="icons/linkedin.png">
jamin-chung
</div>
</div>
</div>
<div class="about-info">
<div class="h2-container">
<h2>
A Rising Junior at the University of Florida, I've long had an interest in tech. Being a CS student, I strive to discover everything I can related to Software Engineering and have been fortunate enough to be given the opportunity to develop some of my own projects as well as working within a team setting with others to contribute towards an end product as well. I'm willing to explore all realms related to the tech industry, hoping to dedicate my persistence and problem-solving ability to an organization who can mutually benefit me with experience and a culture for growth.
</h2>
<h2>
Outside of academia and professional development, I enjoy weightlifting, longboarding around my campus, and spending time with friends both on campus and back at home.
</h2>
</div>
</div>
</div>
</section>
<section class="project" id="project"> <!--be careful, header button named 'projects'-->
<div class="title">
<h1>PROJECTS</h1>
</div>
<div class="project-container">
<div class="card1">
<div class="front">
<button>
<img class="project-thumbnail" src="images/Fitness2.png">
</button>
</div>
<div class="back">
<div class="project-desc">
<span>Jam's Powerlifting App</span> - A personal project that combines a passion for fitness and software development, this application's back-end was written in Python and front-end development was done with Qt(PySide6). It incorporates the Python package <i>sqlite3</i> for storing user information. It makes use of a public database to provide the user with a pre-loaded list of food options to log for convenience, while also allowing them to log custom meals as well. Additionally, it supports Personal Record tracking for the 3 powerlifts, as well as nutritional display for tracking calories and protein intake, all in a custom, simplified interface.
</div>
<button></button> <!-- just so that the pointer stays on the backs too -->
</div>
</div>
<div class="card2">
<div class="front">
<button>
<img class="project-thumbnail" src="images/Airplanes.png">
</button>
</div>
<div class="back">
back
</div>
</div>
<div class="card3">
<div class="front">
<button>
<img class="project-thumbnail" src="images/Airplanes.png">
</button>
</div>
<div class="back">
back
</div>
</div>
<div class="card3">
<div class="front">
<button>
<img class="project-thumbnail" src="images/Airplanes.png">
</button>
</div>
<div class="back">
back
</div>
</div>
</div>
<div class="project-name">
<div class="project1">
JAM'S POWERLIFTING APP
</div>
<div class="project1">
FLIGHT DELAY CALCULATOR
</div>
<div class="project1">
Project3
</div>
<div class="project1">
Project4
</div>
</div>
</section>
<section class="extracurriculars" id="extracurriculars">
<div class="title">
<h1>EXTRACURRICULARS</h1>
</div>
<div class="extracurricular-container">
<div class="ball-container">
<div class="ball1">
<button onclick="swapText('ball1'); moveBalls();" onclick="moveBalls()" class="overlay"></button>
</div>
<div class="ball2">
<button onclick="swapText('ball2')" class="overlay"></button>
</div>
<div class="ball3">
<button onclick="swapText('ball3')" class="overlay"></button>
</div>
</div>
<div class="js-extra-desc extra-desc">
<div class="js-extra-title extra-title">
</div>
<div class="js-extra-time extra-time">
</div>
<div class="js-extra-info extra-info"></div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="title">
<h1>SKILLS</h1>
</div>
<div class="skill-desc">
<div class="skill-desc1">
I have experience in a number of languages, including SQL, Python, CSS/HTML, Java and C++. I've also worked with a number of libraries and packages, including but not limited to mySQL, Qt, PySide, and pandas.
</div>
</div>
<div class="skill-container">
<div class="cplusplus">
<div class="outer">
<div class="inner">
<div class="language">
C++
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px"> <!--always make sure these are the same dimension as outer-->
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#22ffff" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle class="cplusplus-circle" cx="100" cy="100" r="90" stroke-linecap="round" /> <!-- to center: make cx = cy and tinker with r-->
</svg>
</div>
<div class="css-html">
<div class="outer">
<div class="inner">
<div class="language">
CSS/HTML
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px"> <!--always make sure these are the same dimension as outer-->
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#22ffff" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle class="css-html-circle" cx="100" cy="100" r="90" stroke-linecap="round" /> <!-- to center: make cx = cy and tinker with r-->
</svg>
</div>
<div class="python">
<div class="outer">
<div class="inner">
<div class="language">
Python
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px"> <!--always make sure these are the same dimension as outer-->
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#22ffff" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle class="python-circle" cx="100" cy="100" r="90" stroke-linecap="round" /> <!-- to center: make cx = cy and tinker with r-->
</svg>
</div>
<div class="sql">
<div class="outer">
<div class="inner">
<div class="language">
SQL
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px"> <!--always make sure these are the same dimension as outer-->
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#22ffff" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle class="sql-circle" cx="100" cy="100" r="90" stroke-linecap="round" /> <!-- to center: make cx = cy and tinker with r-->
</svg>
</div>
<div class="java">
<div class="outer">
<div class="inner">
<div class="language">
Java
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px"> <!--always make sure these are the same dimension as outer-->
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#22ffff" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle class="java-circle" cx="100" cy="100" r="90" stroke-linecap="round" /> <!-- to center: make cx = cy and tinker with r-->
</svg>
</div>
</div>
</section>
</main>
<script src="scripts/balls.js"> </script>
<script src="scripts/cards.js"> </script>
<!--<script src="scripts/glow.js"> </script>-->
</body>
</html>