-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (324 loc) · 19.1 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
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>haonan-portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css" >
</head>
<body >
<section id="header">
<header class="p-3 border-bottom">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap"><use xlink:href="#bootstrap"></use></svg>
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="#" class="nav-link px-2 link-secondary">Overview</a></li>
<li><a href="#" class="nav-link px-2 link-body-emphasis">Inventory</a></li>
<li><a href="#" class="nav-link px-2 link-body-emphasis">Customers</a></li>
<li><a href="#" class="nav-link px-2 link-body-emphasis">Products</a></li>
</ul>
<form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role="search">
<input type="search" class="form-control" placeholder="Search..." aria-label="Search">
</form>
<div class="dropdown text-end">
<a href="#" class="d-block link-body-emphasis text-decoration-none dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<img src="https://github.com/mdo.png" alt="mdo" width="32" height="32" class="rounded-circle">
</a>
<ul class="dropdown-menu text-small">
<li><a class="dropdown-item" href="#">New project...</a></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
<li><a class="dropdown-item" href="#">Profile</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Sign out</a></li>
</ul>
</div>
</div>
</div>
</header>
</section>
<!-- Title -->
<section id="title" class="lightblue">
<div class="container col-xxl-8 px-4 pt-5">
<div class="row flex-lg-row-reverse align-items-center g-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/dogPortrait.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width=100% loading="lazy">
</div>
<div class="col-lg-6">
<p class="fs-5 justify-content-md-start mb-0">Hello Everyone, I'm</p>
<h1 class="display-1 fw-bold text-body-emphasis lh-1 mb-3">Haonan Yan</h1>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-code-slash" viewBox="0 0 16 16">
<path d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0m6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0"/>
</svg>
Programmer </button>
<button type="button" class="btn btn-outline-dark btn-lg px-4">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-robot" viewBox="0 0 16 16">
<path d="M6 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M3 8.062C3 6.76 4.235 5.765 5.53 5.886a26.6 26.6 0 0 0 4.94 0C11.765 5.765 13 6.76 13 8.062v1.157a.93.93 0 0 1-.765.935c-.845.147-2.34.346-4.235.346s-3.39-.2-4.235-.346A.93.93 0 0 1 3 9.219zm4.542-.827a.25.25 0 0 0-.217.068l-.92.9a25 25 0 0 1-1.871-.183.25.25 0 0 0-.068.495c.55.076 1.232.149 2.02.193a.25.25 0 0 0 .189-.071l.754-.736.847 1.71a.25.25 0 0 0 .404.062l.932-.97a25 25 0 0 0 1.922-.188.25.25 0 0 0-.068-.495c-.538.074-1.207.145-1.98.189a.25.25 0 0 0-.166.076l-.754.785-.842-1.7a.25.25 0 0 0-.182-.135"/>
<path d="M8.5 1.866a1 1 0 1 0-1 0V3h-2A4.5 4.5 0 0 0 1 7.5V8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1v-.5A4.5 4.5 0 0 0 10.5 3h-2zM14 7.5V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.5A3.5 3.5 0 0 1 5.5 4h5A3.5 3.5 0 0 1 14 7.5"/>
</svg>
Developer </button>
</div>
</div>
</div>
</div>
</section>
<!-- Self Introduction -->
<section id="selfIntro">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row align-items-start g-5 py-5">
<div class="col-10 col-sm-8 col-lg-4 ">
<img src="./images/dogImg.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="400" loading="lazy">
</div>
<div class="col-lg-8">
<div class="row flex-lg-row mb-5 align-items-center">
<div class="col-5">
<h2 class="display-5 fw-bold text-body-emphasis lh-1">About Me</h2>
</div>
<div class="col-lg-7" id="greenline">
</div>
</div>
<p class="lead mb-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet. Nullam nec feugiat elit, quis pellentesque dolor. Nulla vitae euismod erat. Sed porttitor justo neque, lacinia scelerisque tortor tincidunt sit amet. Nulla posuere elementum metus, vel aliquam nibh fringilla ac. Ut quis dignissim urna, sit amet ullamcorper ante. Aliquam vitae est augue.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Hire Me</button>
<button type="button" class="btn btn-outline-dark btn-lg px-4">Download CV</button>
</div>
</div>
</div>
</div>
</section>
<!-- Recent Project -->
<section id="recentproject" class="lightblue">
<div class="container px-4 py-5" id="custom-cards">
<h3 class="display-5 fw-bold text-body-emphasis lh-1">Recent Project</h3>
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('./images/rc1.png');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Deep Learning</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet. Nullam nec feugiat elit, quis pellentesque dolor. Nulla vitae euismod erat. Sed porttitor justo neque, lacinia scelerisque tortor tincidunt sit amet.
</p>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('./images/rc2.png');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Go App</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet. Nullam nec feugiat elit, quis pellentesque dolor. Nulla vitae euismod erat. Sed porttitor justo neque, lacinia scelerisque tortor tincidunt sit amet.
</p>
</div>
</div>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('./images/rc3.png');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Travel App</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet. Nullam nec feugiat elit, quis pellentesque dolor. Nulla vitae euismod erat. Sed porttitor justo neque, lacinia scelerisque tortor tincidunt sit amet.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-start g-5 py-5">
<div class="col-10 col-sm-8 col-lg-4 ">
<img src="./images/skills.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="300" loading="lazy">
</div>
<div class="col-lg-8">
<div class="row flex-lg-row-reverse mb-5 align-items-center justify-content-between">
<div class="col-6">
<h4 class="display-5 fw-bold text-body-emphasis lh-1">Personal Skills</h4>
</div>
<div class="col-lg-5" id="greenline">
</div>
</div>
<p class="lead mb-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet. Nullam nec feugiat elit, quis pellentesque dolor. Nulla vitae euismod erat. Sed porttitor justo neque, lacinia scelerisque tortor tincidunt sit amet. Nulla posuere elementum metus, vel aliquam nibh fringilla ac. Ut quis dignissim urna, sit amet ullamcorper ante. Aliquam vitae est augue.
</p>
<div class="row flex-lg-row mb-2 align-items-center justify-content-start">
<div class="col-6">
<div class="row ms-0">
<p class="mb-2 px-0 fw-bold" style="font-size: larger;">Machine Learning</p>
</div>
<div class="row flex-lg-row mb-5 ms-0 align-items-center justify-content-start">
<div class="col-6" style="background-color:#a6a6a6; height: 12px;">
<div class="row">
<div class="col-9" style="background-color: #94d8a8; height:12px;"></div>
</div>
</div>
<div class="col-4 col-sm-3">
<p class="lh-1 mb-0" style="font-size: larger;">85%</p>
</div>
</div>
</div>
<div class="col-6">
<div class="row ms-0">
<p class="mb-2 px-0 fw-bold" style="font-size: larger;">Security</p>
</div>
<div class="row flex-lg-row mb-5 ms-0 align-items-center justify-content-start">
<div class="col-6 " style="background-color:#a6a6a6; height: 12px;">
<div class="row">
<div class="col-11" style="background-color: #94d8a8; height:12px;"></div>
</div>
</div>
<div class="col-4 col-sm-3">
<p class="lh-1 mb-0" style="font-size: larger;">90%</p>
</div>
</div>
</div>
</div>
<div class="row flex-lg-row mb-5 align-items-center justify-content-start">
<div class="col-6">
<div class="row ms-0">
<p class="mb-2 px-0 fw-bold" style="font-size: larger;">Web Development</p>
</div>
<div class="row flex-lg-row mb-5 ms-0 align-items-center justify-content-start">
<div class="col-6" style="background-color:#a6a6a6; height: 12px;">
<div class="row">
<div class="col-11" style="background-color: #94d8a8; height:12px;"></div>
</div>
</div>
<div class="col-4 col-sm-3">
<p class="lh-1 mb-0" style="font-size: larger;">95%</p>
</div>
</div>
</div>
<div class="col-6">
<div class="row ms-0">
<p class="mb-2 px-0 fw-bold" style="font-size: larger;">Algorithm</p>
</div>
<div class="row flex-lg-row mb-5 ms-0 align-items-center justify-content-start">
<div class="col-6 " style="background-color:#a6a6a6; height: 12px;">
<div class="row">
<div class="col-9" style="background-color: #94d8a8; height:12px;"></div>
</div>
</div>
<div class="col-4 col-sm-3">
<p class="lh-1 mb-0" style="font-size: larger;">85%</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Best Work -->
<section id="bestwork" class="lightblue">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row mb-0 align-items-center">
<div class="col-4">
<h2 class="display-5 fw-bold text-body-emphasis lh-1">My Best Work</h2>
</div>
<div class="col-lg-8" id="greenline">
</div>
</div>
<div class="row flex-lg-row-reverse align-items-start justify-content-between g-5 py-5">
<div class="col-lg-7 ">
<img src="./images/bestWork.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="100%" loading="lazy">
</div>
<div class="col-lg-5 pe-5">
<h4 class="fw-bold lh-1 mb-3" style="color: #286d3c;">Machine Learning</h4>
<p class="lead ">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet.
</p>
<h4 class="fw-bold lh-1 mb-3" style="color: #286d3c;">Machine Learning</h4>
<p class="lead ">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam a pulvinar purus, at condimentum massa. Vestibulum fringilla commodo nunc nec imperdiet.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2 mt-5">See More</button>
</div>
</div>
</div>
</div>
</section>
<!--Achievement-->
<section id="achievement">
<div class="container col-xxl-8 px-2 py-5 my-5">
<!-- Three columns of text below the carousel -->
<div class="row flex-lg-row justify-content-even py-5">
<div class="col-lg-4">
<div class="container" style="display: flex; flex-direction: column; justify-content: center; align-items:center">
<img class="rounded-circle mb-3" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h3 class="">Competiton</h3>
<p class="text-center"> Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>
<p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="container" style="display: flex; flex-direction: column; justify-content: center; align-items:center">
<img class="rounded-circle mb-3" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h2 class="fw-bold lh-1" style="color: #286d3c;">Best Award</h2>
<p class="text-center">Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>
<p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<div class="container" style="display: flex; flex-direction: column; justify-content: center; align-items:center">
<img class="rounded-circle mb-3" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Generic placeholder image" width="140" height="140">
<h3>Champin</h3>
<p class="text-center">Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>
<p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
</div>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</section>
<section id="contact info" class="lightblue">
<div class="container col-xxl-8 px-4 py-5 ">
<div class="row flex-lg-row align-items-start justify-content-between g-5 py-5 mb-3">
<div class="col-lg-4 ">
<img src="./images/contact.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="400" loading="lazy">
</div>
<div class="col-lg-7">
<div class="row flex-lg-row mb-5 justify-content-between align-items-center">
<div class="col-5">
<h2 class="display-5 fw-bold text-body-emphasis lh-1">Contact Information</h2>
</div>
<div class="col-lg-6" id="greenline"></div>
<div class="row mt-5">
<div class="col-4">
<h3 class="fw-bold lh-1 mb-3" style="color: #286d3c;">Email: </h3>
</div>
<div class="col-8">
<a href="" style="font-style: italic; font-size: x-large;">www.testplacehoder@mgmail.com</a>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-4">
<h3 class="fw-bold lh-1 mb-3" style="color: #286d3c;">LinkedIn: </h3>
</div>
<div class="col-8">
<a href="" style="font-style: italic; font-size: x-large;">www.linkedin.com</a>
</div>
</div>
<div class="row justify-content-start mt-5">
<div class="col-4">
<h3 class="fw-bold lh-1 mb-3" style="color: #286d3c;">Phone: </h3>
</div>
<div class="col-8">
<a href="" style="font-style: italic; font-size: x-large;">+1 111-111-1111</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>