-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
319 lines (277 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<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=Bruno+Ace&family=Bruno+Ace+SC&family=Noto+Sans+TC:wght@300;400;700&family=Noto+Serif+TC&family=Roboto:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<!-- end of CDN -->
<title>WILLIAM LEE</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<nav class="nav container">
<ul class="nav-list flex justify-between pt-10 font-2xs text-light">
<li>
<h1>
<a href="#">WILLIAM LEE</a>
</h1>
</li>
<li>
<p>BASED IN TAIWAN</p>
</li>
<li>
<p>
CURRENTLY FRONT END <br />
ENGINEER AT HEXSCHOOL
</p>
</li>
<li>
<a href="#contact">CONTACT ME</a>
</li>
</ul>
</nav>
<div class="hero container flex justify-between align-center py-18 gap-6">
<figure class="flex h-full">
<!-- <figure class="flex w-half h-full align-center"> -->
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/people.png"
alt="WILLIAM"
class="hero-img"
/>
</figure>
<section class="w-half text-right">
<p class="font-xl-half text-left">
HI<br />
I’M A FRONT-END<br />
DEVELOPER
</p>
<h2 class="font-xl text-primary">WILLIAM</h2>
<a
href="#contact"
class="btn-contact inline-flex py-3 px-6 align-center font-2xs theme-white border-radius-8"
>
CONTACT ME
<span class="ml-1 material-symbols-outlined"> arrow_outward </span>
</a>
</section>
</div>
<!-- end of hero -->
</header>
<main>
<section class="intro py-40">
<div class="container flex justify-between gap-6">
<section class="w-two-fifth">
<!-- QQ -->
<h2 class="mb-9 font-xl-half">INTRODUCTION</h2>
<p class="mb-8 font-sm">
Hi, I'm William Lee, a Front-End Developer with a passion for
building beautiful and responsive websites that provide an optimal
user experience.
</p>
<div class="flex gap-4">
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/sparkle-sm.png"
alt="sparkle-sm"
class="sparkle-sm"
/>
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/sparkle-sm.png"
alt="sparkle-sm"
class="sparkle-sm"
/>
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/sparkle-sm.png"
alt="sparkle-sm"
class="sparkle-sm"
/>
</div>
</section>
<div class="flex justify-between align-center gap-6">
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/sparkle-sm.png"
alt="sparkle"
class="sparkle"
/>
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/photographer.png"
alt="photographer"
class="photographer"
/>
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/people-2.png"
alt="people-2"
class="people-2"
/>
</div>
</div>
</section>
<!-- end of intro -->
<!--
/* #REVIEW */
-->
<section class="about theme-white">
<div class="container flex justify-between align-center py-40">
<ul class="about-card-list flex flex-wrap gap-6 text-dark">
<li class="about-card-item">
<div class="p-4">
<p class="mb-1 font-xs">01</p>
<h3 class="mb-1 font-xs">Attention to Detail</h3>
<p class="font-2xs">
Meticulous code analysis and optimization.
</p>
</div>
</li>
<li class="about-card-item">
<div class="p-4">
<p class="mb-1 font-xs">02</p>
<h3 class="mb-1 font-xs">Adaptability</h3>
<p class="font-2xs">Swift learning of new technologies.</p>
</div>
</li>
<li class="about-card-item">
<div class="p-4">
<p class="mb-1 font-xs">03</p>
<h3 class="mb-1 font-xs">Problem Solver</h3>
<p class="font-2xs">Identifying and resolving issues.</p>
</div>
</li>
<li class="about-card-item">
<div class="p-4">
<p class="mb-1 font-xs">04</p>
<h3 class="mb-1 font-xs">Team Player</h3>
<p class="font-2xs">Collaborates and shares ideas.</p>
</div>
</li>
</ul>
<section class="about-txt w-two-fifth">
<h2 class="font-xl-half mb-9">ABOUT ME</h2>
<p class="font-sm text-dark">
With over 5 years of experience, I'm proficient in HTML, CSS,
JavaScript, jQuery, and React. I have a strong understanding of
user experience design and accessibility. I'm always learning new
technologies and techniques to stay up-to-date in the field.
</p>
</section>
</div>
</section>
<!-- end of about -->
<section id="contact" class="contact">
<div class="container flex justify-between">
<section class="contact-txt flex align-center gap-4 font-xl-half">
<h2>CONTACT ME</h2>
<span class="material-symbols-outlined"> trending_flat </span>
</section>
<ul class="sns-icon-list w-two-fifth flex align-center gap-5">
<li>
<a href="#">
<img
loading="lazy"
src="./images/discord_edited.png"
alt="discord"
class="discord"
/>
</a>
</li>
<li>
<a href="#">
<img
loading="lazy"
src="./images/instagram_edited.png"
alt="instagram"
class="instagram"
/>
</a>
</li>
<li>
<a href="#">
<img
loading="lazy"
src="./images/message_edited.png"
alt="message"
class="message"
/>
</a>
</li>
</ul>
</div>
</section>
<!-- end of contact -->
<section class="project py-40 theme-white">
<div class="container flex flex-col align-end">
<h2 class="project-title mb-4 font-xl-half">MY PROJECTS</h2>
<div class="flex gap-6">
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/Rectangle 10.png"
alt="project-10"
class="project-10"
/>
<div>
<div class="project-info flex gap-6 font-2xs">
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/Rectangle 15.png"
alt="project-15"
class="project-15"
/>
<div>
<p>
I've worked on a variety of websites, including e-commerce
sites, blogs, and landing pages. I take pride in creating
clean, efficient, and user-friendly code.
</p>
<a
href="#"
class="btn-more-info inline-flex py-3 px-6 align-center theme-black border-radius-8"
>SEE MORE
<span class="ml-2 material-symbols-outlined">
arrow_outward
</span>
</a>
</div>
</div>
<!-- end of project-info -->
<div class="flex gap-6">
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/Rectangle 14.png"
alt="project-14"
class="project-14"
/>
<img
loading="lazy"
src="https://raw.githubusercontent.com/hexschool/2022-web-layout-training/main/2023week2/Rectangle 29.png"
alt="project-29"
class="project-29"
/>
</div>
</div>
</div>
</div>
</section>
<!-- end of project -->
</main>
<footer class="footer container py-10 text-center">
<small class="font-2xs"> ALL RIGHTS RESERVED @HEXSCHOOL2023 </small>
</footer>
</body>
</html>