-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
153 lines (151 loc) · 5.63 KB
/
Copy pathindex.html
File metadata and controls
153 lines (151 loc) · 5.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>第二週-個人網站</title>
<link rel="stylesheet" href="style.css?kkk">
</head>
<body>
<header>
<nav>
<ul class="d-flex">
<li>WILLIAM LEE</li>
<li>BASED IN TAIWAN</li>
<li>CURRENTLY FRONT END <br>ENGINEER AT HEXSCHOOL</li>
<li>CONTACT ME</li>
</ul>
</nav>
</header>
<section class="banner">
<div class="container d-flex align-items-center">
<img class="mr-6"
src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/people.png?raw=true" />
<div>
<span class="fz-64">
Hi<br>
I’m a front-end developer
</span>
<span class="fz-128">William</span>
<div class="d-flex justify-content-end">
<a href="#" class="btn btn-light">contact me<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/arrow_outward.png?raw=true" /></a>
</div>
</div>
</div>
</section>
<section class="info">
<div class="container d-flex">
<div>
<span class="mb-9 fz-64" >Introduction</span>
<p class="mb-8">
Hi, I'm William Lee, a Front-End<br>
Developer with a passion for<br>
building beautiful and responsive<br>
websites that provide an optimal<br>
user experience.
</p>
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/sparkle-sm.png?raw=true" />
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/sparkle-sm.png?raw=true" />
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/sparkle-sm.png?raw=true" />
</div>
<ul class="d-flex">
<li class="mr-6">
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/sparkle.png?raw=true" />
</li>
<li class="mr-6">
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/photographer.png?raw=true" />
</li>
<li>
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/people-2.png?raw=true" />
</li>
</ul>
</div>
</section>
<section class="about">
<div class="container d-flex justify-content-between align-items-center">
<ul class="d-flex flex-warp justify-content-between">
<li class="mb-6">
<p class="fz-20">01</p>
<p class="fz-20">Attention to Detail</p>
<p>Meticulous code analysis and optimization.</p>
</li>
<li class="mb-6">
<p class="fz-20">02</p>
<p class="fz-20">Adaptability</p>
<p>Swift learning of new technologies.</p>
</li>
<li>
<p class="fz-20">03</p>
<p class="fz-20">Problem Solver</p>
<p>Identifying and resolving issues.</p>
</li>
<li>
<p class="fz-20">04</p>
<p class="fz-20">Team Player</p>
<p>Collaborates and shares ideas.</p>
</li>
</ul>
<div>
<p class="fz-64 mb-9">About Me</p>
<p>
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>
</div>
</div>
</section>
<section class="contact">
<div class="container d-flex justify-content-between align-items-center">
<div class="d-flex">
<span class="fz-64">CONTACT ME</span>
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/trending_flat_black_24dp%201.png?raw=true">
</div>
<ul class="d-flex">
<li class="mr-5">
<a class="d-block" href="#">
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/discord.png?raw=true" alt="discord">
</a>
</li>
<li class="mr-5">
<a class="d-block" href="#">
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/instagram.png?raw=true" alt="instagram">
</a>
</li>
<li>
<a class="d-block" href="#">
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/message.png?raw=true" alt="message">
</a>
</li>
</ul>
</div>
</section>
<section class="project">
<div class="container">
<p class="fz-64 mb-4">My Projects</p>
<div class="d-flex align-items-flex-start">
<img class="mr-6" src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/Rectangle%2010.png?raw=true"/>
<div>
<div class="d-flex mb-7">
<img class="mr-6" src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/Rectangle%2015.png?raw=true" />
<div class="d-flex justify-content-between flex-column align-items-start">
<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 class="btn btn-dark" href="#">
SEE MORE
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/arrow_outward-white.png?raw=true" />
</a>
</div>
</div>
<div class="d-flex ">
<img class="mr-6" src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/Rectangle%2014.png?raw=true" />
<img src="https://github.com/hexschool/2022-web-layout-training/blob/main/2023week2/Rectangle%2029.png?raw=true" />
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>all rights reserved @hexschool2023</p>
</div>
</footer>
</body>
</html>