-
Notifications
You must be signed in to change notification settings - Fork 0
/
pro2.html
45 lines (37 loc) · 1.38 KB
/
pro2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZK</title>
<link rel="stylesheet" href="./assets/style.css">
<style>
</style>
</head>
<body>
<div class="nav block">
<div class="nav_block block_item">
<a href="./index.html" class="nav_block_item"><div>Bio</div></a>
<a href="./projects.html" class="nav_block_item active"><div>Project</div></a>
<a href="./resume.html" class="nav_block_item"><div>Resume</div></a>
</div>
<div class="logo_block block_item">
<img width="48px" src="./assets/images/logo.png" alt="">
</div>
</div>
<div class="main_content layout pro2">
<div class="project_detail_block">
<div class="project_detail_item">
<img src="./assets/images/pro/pro2-1.jpg" alt="">
</div>
<div class="project_detail_item">
<img src="./assets/images/pro/pro2-2.jpg" alt="">
</div>
<div class="project_detail_item" id="pro2_video" style="position: relative;">
<img src="./assets/images/pro/pro2-3.jpg" alt="">
<video loop autoplay muted style="height:520px;position:absolute;left: 0px;top:0px" src="./assets/videoes/pro2.mp4"></video>
</div>
</div>
</div>
</body>
</html>