-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (307 loc) · 9.53 KB
/
index.html
File metadata and controls
320 lines (307 loc) · 9.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="shortcut icon" href="./images/favicon.ico" />
<meta
name="keyword"
content="Christopher Ling, portfolio, javascript, student, developer"
/>
<meta
name="description"
content="Undergraduate student studying computer science at Georgia Insitute of Technology and aspiring software engineer."
/>
<meta property="og:title" content="Christopher Ling | Student and Developer" />
<meta
property="og:description"
content="Undergraduate student studying computer science at Georgia Institute of Technology and aspiring software engineer."
/>
<meta property="og:type" content="website" />
<meta name="theme-color" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script defer src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<script defer src="script.js"></script>
<script
defer
src="https://use.fontawesome.com/releases/v5.15.1/js/all.js"
data-auto-a11y="true"
></script>
<script defer src="https://friconix.com/cdn/friconix.js"></script>
<script
defer
src="https://code.iconify.design/1/1.0.7/iconify.min.js"
></script>
<title>Christopher Ling | Portfolio</title>
</head>
<body>
<!-- BACK TO TOP BUTTON -->
<button id="back-to-top">
<i class="fas fa-arrow-up"></i>
</button>
<!-- HEADER -->
<header id="home">
<nav id="nav" aria-label="Main menu">
<div class="logo">
<h3>Christopher <span>Ling</span></h3>
</div>
<ul class="links">
<li>
<a href="#home" class="link"><i class="fas fa-home"></i> Home</a>
</li>
<li>
<a href="#about" class="link"><i class="fas fa-user"></i> About</a>
</li>
<li>
<a href="#skills" class="link"
><i class="fas fa-tools"></i> Skills</a
>
</li>
<li>
<a href="#projects" class="link"
><i class="fab fa-codepen"></i> Projects</a
>
</li>
<li>
<!-- DARK MODE TOGGLE -->
<div class="color-toggle-container">
<input type="checkbox" id="color-toggle-input" />
<label for="color-toggle-input" class="color-toggle-label">
<div class="color-toggle"></div>
</label>
</div>
</li>
</ul>
<div class="hamburger-menu" id="hamburger-menu">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<!-- HERO SECTION -->
<div class="hero">
<h1 class="h1">Hi, I'm a <span class="animate"></span></h1>
<p class="student" id="student">
Full-time student with a passion for software engineering.
</p>
<div class="hero-btns">
<a href="#about" class="about" id="about-btn">About me</a>
<a href="#projects" class="projects-btn" id="projects-btn"
>Projects</a
>
</div>
</div>
<!-- SOCIAL LINKS -->
<div class="socials" id="socials">
<ul>
<li>
<a
href="https://www.linkedin.com/in/ling-christopher"
target="_blank"
class="linkedin"
aria-label="LinkedIn"
rel="noopener"
>LinkedIn<i class="fi-snsuxl-linkedin"></i
></a>
</li>
<li>
<a
href="https://github.com/christopher-ling"
target="_blank"
class="github"
aria-label="GitHub"
rel="noopener"
>GitHub<i class="fi-snsuxl-github-alt"></i
></a>
</li>
<li>
<a
href="mailto:cling40@gatech.edu"
target="_blank"
class="email"
aria-label="Email"
rel="noopener"
>Email<i class="fi-xwsuxl-envelope-solid"></i
></a>
</li>
</ul>
</div>
</header>
<main>
<!-- ABOUT ME -->
<section id="about">
<div class="container-about">
<div class="about-me" id="about-me">
<h2><span>About</span> Me</h2>
<p>
I'm currently an undergraduate looking to improve my software and
web development knowledge. I study at Georgia Institute of Technology, and I'm
majoring in computer science. My programming journey kickstarted when
taking AP Computer Science Principles class in high school. The Odin Project's Full Stack JavaScript Curriculum is
just one of the ways I'm learning to code now. Besides coding, I
like to play tennis and video games, watch anime, and learn
languages.
</p>
</div>
<div class="student-img">
<img
src="./images/hello.svg"
height="250px"
width="350px"
alt="guy with laptop on a desk"
loading="lazy"
/>
</div>
</div>
</section>
<!-- SKILLS -->
<section id="skills">
<div class="header" id="header">
<h2>My <span>Skills</span></h2>
</div>
<div class="container lazy-background" id="container">
<div class="languages">
<p><i class="fas fa-code"></i></p>
<h3>Languages</h3>
<span
>JS/TS
<span
class="iconify"
data-icon="logos:javascript"
data-inline="false"
></span>
<span
class="iconify"
data-icon="logos-typescript-icon"
data-inline="false"
></span
></span>
<br />
<span
>Python
<span
class="iconify"
data-icon="logos:python"
data-inline="false"
></span
></span>
<br />
<span
>Java <span class="iconify" data-icon="logos:java"></span
></span>
<br />
<span
>C
<span
class="iconify"
data-icon="logos:c"
></span
></span>
<br />
<span
>MYSQL
<span
class="iconify"
data-icon="vscode-icons:file-type-mysql"
></span
></span>
<br />
<span
>HTML
<span
class="iconify"
data-icon="logos:html-5"
data-inline="false"
></span
></span>
<br />
<span
>CSS
<span
class="iconify"
data-icon="logos:css-3"
data-inline="false"
>
</span>
</div>
<div class="frameworks">
<p><i class="fas fa-book-reader"></i></p>
<h3>Frameworks/Libraries/Databases</h3>
<span
>React.js
<span
class="iconify"
data-icon="logos:react"
data-inline="false"
></span
></span>
<br />
<span
>Node.js
<span
class="iconify"
data-icon="logos:nodejs-icon"
data-inline="false"
></span>
<br />
</div>
<div class="technologies">
<p><i class="fas fa-tools"></i></p>
<h3>Technologies</h3>
<span
>Git
<span
class="iconify"
data-icon="logos:git-icon"
data-inline="false"
></span
></span>
<br />
<span
>Firebase
<span
class="iconify"
data-icon="logos:firebase-icon"
></span
></span>
<br />
</div>
</div>
</section>
<!-- PROJECT SHOWCASE -->
<section id="projects">
<div class="header" id="header">
<h2>My <span>Projects</span></h2>
</div>
<div class="container reveal lazy-background">
<!-- PROJECT 1 -->
<div class="card lazy-background" id="card">
<div class="card-img card6"></div>
<div class="card-text">
<h2>LeetCode Spaced Repitition</h2>
<p>A website to apply spaced repitition on LeetCode questions.</p>
<br />
<p class="made-with">
Coming Soon...
</p>
</div>
</div>
<!-- PROJECT 2 -->
<div class="card lazy-background" id="card">
<div class="card-img card4"></div>
<div class="card-text">
<h2>Weather App</h2>
<p>A simple web application to see the weather.</p>
<br />
<p class="made-with">
Coming Soon...
</p>
</div>
</div>
</div>
</section>
</main>
<footer></footer>
</body>
</html>