-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (318 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="/style.css" />
<!--box icons-->
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet" />
</head>
<body>
<!-- hi -->
<!-- hi -->
<!-- header design-->
<header class="header">
<a href="#" class="logo">Lucas.</a>
<div class="bx bx-menu" id="menu-icon"></div>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#portfolio">Portfolio</a>
<a href="#education">Education</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
<span class="active-nav"></span>
</nav>
</header>
<!-- Portfolio section design -->
<!-- home section design -->
<section class="home" id="home">
<div class="home-content">
<h1>Hi, I'm <span>Lucas Szeto</span></h1>
<div class="text-animate">
<h3>Software Engineer</h3>
</div>
<p>
Welcome to my website! I made the website by JS/HTML/CSS.
<br />
Feel free to play around with buttons and check out the effects I've made.
<br />
Download my <span>Resume</span> for more details or just <a href="#contact"><span>contact</span> </a> me.
</p>
<div class="btn-box">
<a href="/2024 Szeto Lok_Software engineer_CV.pdf" download="myResume" class="btn">Resume</a>
<!-- <a href="#" class="btn">Let's Talk</a> -->
</div>
</div>
<!-- <div class="image">
<img src="/IMG_2832.JPG">
</div> -->
<div class="home-sci">
<a href="https://gitlab.com/SzetoLok" target="_blank"><i class="bx bxl-gitlab"></i></a>
<a href="http://www.linkedin.com/in/lok-szeto-ab808320b" target="_blank"
><i class="bx bxl-linkedin-square"></i
></a>
</div>
<!-- <div class="home-imgHover">hihihi</div> -->
</section>
<!-- about section design -->
<section class="about" id="about">
<h2 class="heading">About <span>me</span></h2>
<div class="about-img">
<img src="/myPhoto.png" alt="photo of myself" />
<span class="circle-spin"></span>
</div>
<div class="about-content">
<h3>Software Engineer</h3>
<p class="about-text">
Hi! I am Lucas. I have been doing programming for almost 2 years. I’ve been building my career in the IT
industry while studying for a translation degree.
<span class="about-more">
<br /><br />
I have a year of experience as a Java programmer with Quantr Limited. In my short time there, I've already
contributed to over a dozen projects and learned a lot about software development.
<br />
<br />
I love exploring new technologies and finding innovative ways to use them to improve people's lives. As a
tech-savvy person, I am always eager to learn and share my knowledge with others.
</span>
</p>
<div class="btn-box btns">
<button class="btn btn-readmore">Read More</button>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<div class="portfolio-container">
<h2 class="heading">My <span>work</span></h2>
<div class="portfolio-list">
<div class="portfolio-item">
<img src="Quantr.png" />
<div class="portfolio-item-layer">
<h3>Educational Software</h3>
<p>
This software simulates the operation of hardwares, allowing students to easily learn electrical
engineering knowledge.
</p>
<a href="https://www.quantr.foundation/2023/03/qemu-log-panel-tutorial/" target="_blank"
><i class="bx bx-link-alt"></i
></a>
</div>
</div>
<div class="portfolio-item">
<img src="GekkoLab.png" />
<div class="portfolio-item-layer">
<h3>Company Landing Page</h3>
<p>This is GekkoLab's landing page, showcasing the products and the blogs of the company.</p>
<a href="https://www.gekko.ai/" target="_blank"><i class="bx bx-link-alt"></i></a>
</div>
</div>
<div class="portfolio-item">
<img src="Arturst.png" />
<div class="portfolio-item-layer">
<h3>Salon Landing Page</h3>
<p>
This is Artrust's landing page which enables clients to make reservation and browse the service details
.
</p>
<a href="https://www.artrusthk.com/" target="_blank"><i class="bx bx-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- education section design -->
<section class="education" id="education">
<h2 class="heading">My <span>Journey</span></h2>
<div class="education-row">
<div class="education-column">
<h3 class="title">Education</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2021-2023</div>
<h3>City University</h3>
<p>BA in Translation and Interpretation</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2019-2021</div>
<h3>HKUSPACE</h3>
<p>HD in Translation and Interpretation</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2013-2019</div>
<h3>Queen's College</h3>
</div>
</div>
</div>
</div>
<div class="education-column">
<h3 class="title">Experience</h3>
<div class="education-box experience">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>Mar 2022 - Jun 2023</div>
<h3>
<pre>Quantr <span>Java Programmer</span></pre>
</h3>
<div class="job-detail-box">
<ul class="job-detail">
<li>
Engaged in various activities throughout the Software Development Life Cycle to contribute to developing and implementing application systems.
</li>
<li>
Designed and crafted efficient code in Java to add features and make the software work properly.
</li>
<li>
Identified and troubleshooted technical issues, ensuring timely resolution and an enhanced user experience.
</li>
<li>
Collaborated closely with the development team to understand project requirements and contribute to the design and architecture of the educational software.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="education-box experience">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>Aug 2023</div>
<h3>
<pre>Gekko <span>Software Engineer Intern</span></pre>
</h3>
<div class="job-detail-box">
<ul class="job-detail">
<li>Worked closely with various designers to address
design-related challenges and provide technical solutions.
</li>
<li>
Continuously optimized the code to improve the overall design implementation and user experience.
</li>
<li>
Utilized HTML, TailwindCSS, and Vue.js to seamlessly convert design concepts into robust and high-quality code.
</li>
<li>
Ensured responsiveness across different devices and screen sizes, allowing for a consistent and optimized user experience.
</li>
<li>
Documented features and technical details for future reference.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div></div>
</div>
</section>
<!-- skills section design -->
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-row">
<div class="skills-column">
<h3 class="title">Coding Skills</h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Java<span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>HTML<span>70%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>CSS<span>70%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Javascript<span>65%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
<div class="skills-column">
<h3 class="title">Languages</h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Cantonese<span>100%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Mandarin<span>95%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>English<span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Spansish<span>40%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<div class="input-field">
<input type="text" id="fullname" placeholder="Full Name" required />
<span class="focus"></span>
</div>
<div class="input-field">
<input type="text" id="email" placeholder="Email Address" required />
<span class="focus"></span>
</div>
</div>
<div class="input-box">
<div class="input-field">
<input type="text" id="number" placeholder="Mobile Number" required />
<span class="focus"></span>
</div>
<div class="input-field">
<input type="text" id="emailsubject" placeholder="Email Subject" required />
<span class="focus"></span>
</div>
</div>
<div class="textarea-field">
<textarea name="" id="message" cols="30" rows="10" placeholder="Your Message" required></textarea>
<span class="focus"></span>
</div>
<div class="btn-box btns">
<button type="submit" class="btn" onclick="sendMail()">Submit</button>
</div>
</form>
</section>
<!-- footer design -->
<section class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Lucas Szeto | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#"><i class="bx bx-up-arrow-alt"></i></a>
</div>
</section>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
;(function () {
emailjs.init("hnVQKaCxFu6_kLnQi")
})()
</script>
<script src="/script.js"></script>
</body>
</html>