-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (61 loc) · 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
<!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 active"><div>Bio</div></a>
<a href="./projects.html" class="nav_block_item"><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="layout main_content">
<div class="banner block">
<div class="home_banner_left block_item">
<div class="title1 title_block1">
Hi, I'm Zijun Kang 👋
</div>
<div class="title_block2">
<div class="title2">
I am a UX/UI designer from China.
</div>
<div class="title3">
I fuse empathy with interactivity to design solutions that not only solve complex problems but also enchant
</div>
</div>
<div class="title_block3">
<div class="title_block3_item">
<div>
<img src="./assets/images/icon2.png" alt="">
</div>
<div class="title4">
ZijunKang
</div>
</div>
<div class="title_block3_item">
<div>
<img src="./assets/images/icon3.png" alt="" style="margin-top:8px">
</div>
<div class="title4">
</div>
</div>
</div>
</div>
<div class="home_banner_img block_item">
<img src="./assets/images/home.png" alt="">
</div>
</div>
</div>
</body>
</html>