-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
444 lines (427 loc) · 22.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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Introduce To Ziyi</title>
<link rel="stylesheet" href="resourse/css/main.css">
<link rel="stylesheet" href="resourse/css/bootstrap.min.css">
<link rel="stylesheet" href="resourse/css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="icon" sizes="any" mask="" href="resourse/images/book.svg">
<style>
a:hover {
color: red;
}
#map {
width: 400px;
height: 240px;
border-radius: 20px;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
</style>
</head>
<body>
<!-- nav -->
<nav class="navbar navbar-expand-md bg-dark navbar-dark py-3 pt-lg-3 fixed-top">
<div class="container">
<a href="#" class="navbar-brand">Ziyi's CV</a>
<div class="collapse navbar-collapse" id="navbarNavDarkDropdown">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDarkDropdownMenuLink" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Language
</a>
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="navbarDarkDropdownMenuLink">
<li><a class="dropdown-item" href="index.html">Engish</a></li>
<li><a class="dropdown-item" href="index_CN.html">Chinese</a></li>
</ul>
</li>
</ul>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#menu">
<img src="resourse/images/button-nav.svg" alt="" style="width: 30px; height: 30px;">
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ms-auto ">
<li class="nav-item">
<a href="#st" class="nav-link text-light">Info</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link text-light">Projects</a>
</li>
<li class="nav-item">
<a href="#certificate" class="nav-link text-light">Certificate&Award</a>
</li>
<li class="nav-item">
<a href="#questions" class="nav-link text-light">Questions</a>
</li>
<li class="nav-item">
<a href="http://localhost:8080/assignment1/click" class="nav-link text-light">Navigate </a>
</li>
<li class="nav-item">
<a href="https://github.com/ZiyiTsang">
<button type="button" class="btn btn-primary position-relative">
<span
class="position-absolute top-0 start-100 translate-middle p-2 bg-danger border border-light rounded-circle">
<span class="visually-hidden">New alerts</span>
</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z">
</path>
</svg>
Github
</button>
</li>
</a>
</ul>
</div>
</div>
</nav>
<!-- showcase -->
<section id="st" class="bg-dark text-light p-5 mt-3 text-center text-sm-start">
<div class="container">
<div class="d-sm-flex align-items-center justify-content-between">
<div>
<h1>Just a <span class="text-warning"> Devloper </span></h1>
<p class="lead my-3 ">
"A good programmer should be the kind of person who has to look on both sides when crossing a
one-way street."
</p>
<p class="my-2 ">
—Doug Linder
</p>
<br>
<a href="form.html">
<button type="button" class="btn btn-primary">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-telephone-outbound" viewBox="0 0 16 16">
<path
d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z">
</path>
</svg>
Contact ME
</button>
</a>
<br />
<br />
<p class="lead" style="font-size: 15px;">Last updated:27/Mar/2023</p>
</div>
<img style="zoom: 110%;" class="img-fluid d-none d-sm-block" src="resourse/images/程序员 (1).svg"
alt="" />
</div>
</div>
</section>
<!-- self-intro -->
<section class="p-3" id="projects">
<div class="container">
<h2 class="text-center mb-4 mt-3">Basic Info</h2>
<div class="row align-items-center justify-content-between">
<div class="col-md">
<h2>Ziyi ZENG</h2>
<div>
<p class="lead">
<br>
<strong>Age:</strong>22
<br>
<strong>Resident City:</strong> Xiamen, Fujian, China
<br>
<strong>Institute:</strong> Xiamen University (Malaysia branch)
<br>
<strong>Identity:</strong> Student
<br>
<strong>Education:</strong> B.Eng (ongoing)
<br>
<strong>Campus experience:</strong> ex club-chairman
<br>
<strong>Hobbies:</strong> hot pot, roll string, sleep
<br>
<strong>Motto:</strong> Give life to time, not time to life
<br>
<strong>Expected graduation time:</strong>2024-07
<br>
<strong>Programming language:</strong> C + +, Golang
</p>
</div>
<p class="lead"><strong>Distance from undergraduate graduation:</strong></p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar"
style="width: 70%">70%</div>
</div>
<br>
</div>
<div class="col-md">
<img src="resourse/images/me.jpg" id="self-image"
class="border img-fluid rounded float-end d-none d-sm-block" alt="" srcset="">
</div>
</div>
</div>
</section>
<!-- Research interest -->
<section class="p-5">
<div class="container " id="Research">
<h3 class="text-center">Research</h3>
<div class="row align-items-center justify-content-between">
<p class="lead" style="text-align:center"><strong>-------To be filled------</strong></p>
</div>
</div>
</section>
<!-- Boxes -->
<section class="p-5 bg-primary text-light ">
<div class="container">
<h2 class="text-center mb-4 ">Projects</h2>
<!--firstbox-->
<div class="row text-center g-3">
<div class="col-md">
<div class="card bg-dark text-light">
<div class="card-body text-center">
<div class="h3 ">
<i class="bi bi-display"></i>
</div>
<h5 class="card-title">
AI image classification
</h5>
<p class="card-text">
Using tensorflow2 framework, image classification is realized based on different depth
convolution layers. At present,
about 78% accuracy is achieved in cat and dog classification task. It can be compatible
with other data sets.
</p>
<a href="https://github.com/ZiyiTsang/AIclassification" class="btn btn-primary">Read
more</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card bg-dark text-light">
<div class="card-body text-center">
<div class="h3 ">
<i class="bi bi-laptop"></i>
</div>
<h5 class="card-title">
Go Blog
</h5>
<p class="card-text">
The front-end adopts bootstrap framework.And back-end using golang with
Embedded-standard libraries. In terms
of database, MySQL is used to realize data query and modification. MVC architecture is
used to ensure efficient and
reliable code organization.
</p>
<a href="https://github.com/ZiyiTsang/Go_blog" class="btn btn-primary">Read more</a>
</div>
</div>
</div>
<div class="col-sm">
<div class="card bg-dark text-light">
<div class="card-body text-center">
<div class="h3 ">
<i class="bi bi-pc-display"></i>
</div>
<h5 class="card-title">
To be added..
</h5>
<p class="card-text">
This is a project to be added. I don't know what to write. In short, let's put
it here first.
</p>
<a href="" class="btn btn-primary">Read more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- certificate -->
<section class="p-5">
<div class="container " id="certificate">
<h3 class="text-center">Certificate&Award</h3>
<div class="row align-items-center justify-content-between">
<div class="col-md">
<img src="https://xuecdn2.aliyunedu.net/img_61e169aed1a4e4542d600b2d271ae42b.png"
class="img-fluid d-none d-sm-block img-thumbnail" alt="" srcset="">
</div>
<div class="col-md p-5">
<h2>Alibaba Cloud Certified
Associate</h2>
<p class="lead">
<strong>Organizer:</strong> Alibaba cloud
<br>
<strong>Introduction:</strong> Alibaba cloud certified Associate(ACA)
is a professional technology certification for the use of Alibaba cloud's basic
products, which mainly
involves Alibaba cloud's core products in computing, storage, network and security. It is a
comprehensive test and
capability certification for students to master the technical skills of Alibaba cloud's main
products,
It is mainly for students and developers, and can also be used as an entry certificate for
operation and maintenance
personnel.
<br>
<strong>Score:</strong> 88 (PASS)
</p>
<p>Certificate No:ACA01210800329990L</p>
<a href="https://edu.alibabacloud.com/certification/aca_cloudcomputing" class="btn btn-light mt-3">
<i class="bi bi-chevron-right"></i> Read More
</a>
</div>
</div>
<div class="row align-items-center justify-content-between ">
<div class="col-md p-5">
<h2>PAT</h2>
<p class="lead">
<strong>Organizer:</strong> ZheJiang University,CHINA(ZJU)
<br>
<strong>Introduction:</strong> computer programming ability test of Zhejiang University
Test (PAT) is a unified examination organized by the school of computer science and technology
of Zhejiang University.
It aims to cultivate and show students' ability to analyze, solve problems and computer
programming, scientifically
evaluate computer programming talents, and provide reference standards for enterprises to select
talents.
<br>
<strong>Score:</strong>rank 25%
</p>
<p>Certificate No:B210911061520997215</p>
<a href="https://www.patest.cn/" class="btn btn-light mt-3">
<i class="bi bi-chevron-right"></i> Read More
</a>
</div>
<div class="col-md">
<img src="resourse/images/PAT.jpg" class="img-thumbnail img-fluid d-none d-sm-block" alt=""
srcset="">
</div>
</div>
</div>
</section>
<!-- question area-->
<section id="questions " class="p-5 bg-primary">
<div class="container">
<h2 class="text-center mb-4 text-light " id="questions">Frequently Asked Questions</h2>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Whether to accept employment in other places?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>Sure!</strong>
Actually, I'm not sensitive to where I work. If it's local, it's naturally the best, but I
don't think the job I'm
interested in has much to do with the location.
<br>Relatively speaking, as long as you
receive my resume, your
company's workplace can be accepted by me.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
If you are hired, how long do you want to work?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
It depends on the timing announced by the school.<br>
But I will try my best to work in the company for as long as possible.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact&map -->
<section class="p-5 position-relative">
<div class="container ">
<h2 class="text-center mb-4">Contact Info</h2>
<div class="row g-5">
<div class="col-md-7">
<ul class="list-group list-group-flush lead py-3 p-3">
<li class="list-group-item">
<span class="fw-bold">Location:</span> Siming,Xiamen,Fujian,China
</li>
<li class="list-group-item">
<span class="fw-bold">Phone:</span> (+86)12345678
</li>
<li class="list-group-item">
<span class="fw-bold">Email:</span> [email protected]
</li>
<li class="list-group-item">
<span class="fw-bold">QQ:</span>1034337098
</li>
</ul>
</div>
<div class="col-md-5 d-none d-md-block">
<div id="map"></div>
</div>
</div>
<a href="#" class="position-absolute bottom-0 end-1 p-1">
<i class="bi bi-arrow-up-circle h1"></i>
</a>
</div>
</section>
<!-- footer -->
<footer class=" p-1 bg-warning text-dark text-center ">
<div class="container">
<p>Copyright © 2022<br> Ziyi-CME1909120</p>
</div>
</footer>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Give me high marks</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<strong>Dear lecturer:</strong> <br> Your marking is very importent to me. <br> Please please give
me high
marks!!
<img src="https://tse1-mm.cn.bing.net/th/id/R-C.b1a1f089ccf4f82c0b2dd54a9337c88a?rik=3fv9KsTvXdYCrQ&riu=http%3a%2f%2fwww.clker.com%2fcliparts%2fe%2ff%2ff%2f5%2f15161673081150830793clipart-begging-for-help.med.png&ehk=z5lQvGiG8BGUchhcqmJHgaLIXHm55VQCzOpYCqeg2jw%3d&risl=&pid=ImgRaw&r=0&sres=1&sresct=1"
alt="" class="img-fluid img-thumbnail">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Yes!</button>
</div>
</div>
</div>
</div>
<!-- js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script type="text/javascript">
window._AMapSecurityConfig = {
securityJsCode: '1097f7db0854239131bbae7f26f81e93',
}
</script>
<script type="text/javascript"
src="https://webapi.amap.com/maps?v=1.4.15&key=16d0439070769f06e98f979cc8811b93"></script>
<script>
var map = new AMap.Map('map', {
resizeEnable: true,
zoom: 17,
center: [118.117428, 24.48923],
pitch: 55,
viewMode: '3D'
});
var marker = new AMap.Marker({
position: new AMap.LngLat(118.117428, 24.48923),
title: 'location'
});
map.add(marker);
</script>
</body>
</html>