-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
342 lines (263 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>portfolio page </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Chonburi&family=Ysabeau:ital,wght@0,800;1,900&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=Exo+2:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Asset&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=Exo+2:wght@100;200&display=swap" rel="stylesheet">
</head>
<body>
<!-- navbar section -->
<nav class="navbar">
<div class="navbar-container">
<a href="#home" id="navbar-logo"><img src="Images/red-cat-image.png" class="logo">
</a>
<!-- navbar toggle -->
<div class="navbar-toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar-menu">
<li class="navbar-item" id="home-page">
<a href="#home" class="navbar-links">Home</a>
</li>
<li class="navbar-item" id="about-me-page">
<a href="#about-me" class="navbar-links">About me</a>
</li>
<li class="navbar-item" id="why-software-page">
<a href="#why-software" class="navbar-links">Why Software Development</a>
</li>
<li class="navbar-item" id="myproject-page">
<a href="#myproject" class="navbar-links">Projects</a>
</li>
<li class="navbar-item" id="tutorial-page">
<a href="#tutorial" class="navbar-links">Self-learn journey</a>
</li>
</ul>
</div>
</nav>
<!-- hero section -->
<div class="hero" id="home">
<div class="hero-container">
<h1 id="hero-text"> Hi, I'm Lucien Lin </h1>
</div>
</div>
<!-- about me section -->
<div class="about-me-and-why-container">
<div id="about-me">
<div id="about-me-title-div">
<h2 class="paragraph-title"> ABOUT ME </h2>
</div>
<div id="about-image-container">
<img src="Images/head-shot-image.png" class="headshot">
</div>
<p class="paragraph-content"> Hey, I'm Lucien! These days, I work as a Footwear Designer and occasionally dabble in travel planning.<br><br>
I'm all about embracing challenges and constantly expanding my horizons. There's just something incredibly satisfying about the sense of accomplishment that comes with learning new things.<br>
During my free time, I love exploring the great outdoors and going on invigorating hikes. One of my most memorable adventures was a 12-day trek in Cotswold. But I am not all about natural.. sometimes I getting lost in a seemingly endless scroll of adorable cat videos.
</p>
</div>
<div id="why-software">
<div id="why-title-div"">
<h2 class="paragraph-title" >Why Software Development?
</h2>
</div>
<div id="about-image-container">
<img src="Images/typewriter.png" class="typewriter">
</div>
<p class="paragraph-content">
I've always been filled with ideas for solving problems and improving existing concepts, especially when I encounter manual processes in my work. However, I never really considered coding as something for me. That is, until I heard the inspiring story of my friend, who taught themselves to code without a computer science degree. It sparked something within me, and I decided to give it a shot.<br>
It's been two monthes since I delved into the world of coding, the more I learn about coding,, the more exhilarating it becomes. I find immense joy in the process of tackling JavaScript questions and attempting to crack them. Every time I come across a masterful solution, I can't help but aspire to reach that level one day.<br>
My ultimate goal is to become a software developer who creates meaningful software that helps people. It's what drives me and keeps me motivated on this journey.
</p>
</div>
</div>
<div class="red-background-section">
<!-- project start -->
<div class="projects-header" id="myproject">
<h1 class="projects-section-title">
My Projects
</h1>
<div class="project-wrapper">
<!--1 card div start -->
<div class="project-cards">
<div class="proejct-image-container">
<a class="cards-link" href="https://luciensday.github.io/eat-them-all/">
<img src="Images/eat-them-all-image.png" class="card-images">
</a>
</div>
<div class="text-in-card">
<a class="cards-link" href="https://luciensday.github.io/eat-them-all/">
<div class="tag-container">
<span class="proejct-card-tag">game</span>
<span class="proejct-card-tag">html </span>
<span class="proejct-card-tag">CSS </span>
<span class="proejct-card-tag">JS</span>
</div>
<h3 class="project-card-title"> Eat Them All
</h3>
<p class="card-description-text">
A 2-players dice-rolling game. Inspired by classic games Pacman and Snakes
</p>
</a>
</div>
</div>
<!-- 1 card end -->
<!-- 2 card div start -->
<div class="project-cards">
<div class="proejct-image-container">
<a class="cards-link" href="https://luciensday.github.io/tribute-page/">
<img src="Images/tribute-page-image.png" class="card-images">
</a>
</div>
<div class="text-in-card" >
<a class="cards-link" href="https://luciensday.github.io/tribute-page/">
<div class="tag-container">
<span class="proejct-card-tag">webpage</span>
<span class="proejct-card-tag">html </span>
<span class="proejct-card-tag">CSS </span>
<span class="proejct-card-tag">JS</span>
</div>
<h3 class="project-card-title"> Tribute Page
</h3>
<p class="card-description-text">
Webpage project to the inspirational figure Wikipedia founder Jimmy Wales.
</p>
</a>
</div>
</div>
<!-- 2 card div end -->
</div>
</div>
<!-- end of my projection div -->
<!-- starting of tutorial completed -->
<div class="projects-header" id="tutorial">
<h1 class="projects-section-title">
Tutorial completed
</h1>
<div class="project-wrapper">
<!-- 3rd card div start -->
<div class="project-cards">
<div class="proejct-image-container">
<a class="cards-link" href="https://luciensday.github.io/snakes-game/">
<img src="Images/snake-game-image.png" class="card-images">
</a>
</div>
<div class="text-in-card">
<a class="cards-link" href="https://luciensday.github.io/snakes-game/">
<div class="tag-container">
<span class="proejct-card-tag">game</span>
<span class="proejct-card-tag">JS</span>
</div>
<h3 class="project-card-title"> Snake Game
</h3>
<p class="card-description-text">
Collision detection + canvas set-up in Javascript practice. Course designed by @Kenny Yip Coding
</p>
</a>
</div>
</div>
<!-- 3rd card div end -->
<!-- 4rd card div start -->
<div class="project-cards">
<div class="proejct-image-container">
<a class="cards-link" href="https://luciensday.github.io/mandrake/">
<img src="Images/sprite-image.png" class="card-images">
</a>
</div>
<div class="text-in-card">
<a class="cards-link" href="https://luciensday.github.io/mandrake/">
<div class="tag-container">
<span class="proejct-card-tag">game</span>
<span class="proejct-card-tag">html </span>
<span class="proejct-card-tag">CSS </span>
<span class="proejct-card-tag">JS</span>
</div>
<h3 class="project-card-title"> Sprite Sheet
</h3>
<p class="card-description-text">
Use sprite sheet to create animation. Course designed by @franks laboratory
</p>
</a>
</div>
</div>
<!-- 4rd card div end -->
<!-- 5rd card div start -->
<div class="project-cards">
<div class="proejct-image-container">
<a class="cards-link" href="https://luciensday.github.io/memory-game/">
<img src="Images/memory-game-image.png" class="card-images">
</a>
</div>
<!-- Trial -->
<div class="text-in-card">
<a class="cards-link" href="https://luciensday.github.io/memory-game/">
<div class="tag-container">
<span class="proejct-card-tag">game</span>
<span class="proejct-card-tag">html </span>
<span class="proejct-card-tag">CSS </span>
<span class="proejct-card-tag">JS</span>
</div>
<h3 class="project-card-title"> Memory Game
</h3>
<p class="card-description-text">
practicing array-accessing javascript game. Course designed by Ania Kubow.
</p>
</a>
</div>
</div>
<!-- 5rd card div end -->
<!-- 6rd card div start -->
<div class="project-cards">
<div class="proejct-image-container">
<a class="cards-link" href="https://luciensday.github.io/game-rock-paper-scissors/">
<img src="Images/rock-paper-scissors.png" class="card-images">
</a>
</div>
<div class="text-in-card">
<a class="cards-link" href="https://luciensday.github.io/game-rock-paper-scissors/">
<div class="tag-container">
<span class="proejct-card-tag">webpage</span>
<span class="proejct-card-tag">JS</span>
</div>
<h3 class="project-card-title"> Rock-Paper-Scissors
</h3>
<p class="card-description-text">
Basic game rule javascript game. Class designed by Ania Kubow.
</p>
</a>
</div>
</div>
<!-- 6rd card div end -->
</div>
</div>
<!-- End of tutorial section -->
</div>
<!-- end of red-section -->
</div>
<div class="seperate-line"></div>
<footer>
<div class="footer-frame">
<div class="contact">
<p>[email protected]</p>
<p>London, UK </p>
</div>
<div class="social-media">
<p><a href="https://github.com/Luciensday?tab=repositories">Github</a></p>
</div>
<div class="name-with-year">
<p>©2023 Lucien Lin </p>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>