-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
68 lines (52 loc) · 2.31 KB
/
Contact.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jiacheng Wang</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="con_style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Suez+One&display=swap" rel="stylesheet">
</head>
<body>
<header><div class="WJC">Jiacheng Wang</div></header>
<div class="box0">
<nav>
<a href="index.html" class="btn-1">Home</a>
<a href="Experience.html" class="btn-1">Experience</a>
<a href="Publication.html" class="btn-1">Publication</a>
<a href="Tests.html" class="btn-1">Tests</a>
<a href="Course.html" class="btn-1">Course</a>
<a href="Motto.html" class="btn-1">Motto</a>
<a href="Contact.html" class="btn-0">Contact</a>
</nav>
</div>
<main>
<div class="con">
<h1>Contact Me</h1>
<div class="con_box1">
<img src="./images/Email_tag.png" class="tag1">
<p><a href="mailto:[email protected]">[email protected]</a></p>
<div class="blank1"></div>
<img src="./images/Tel_tag.png" class="tag2">
<p>+86 13554809850</p>
<div class="blank2"></div>
<img src="./images/Wechat_tag.png" class="tag3">
<p>w172304175</p>
<div class="blank1"></div>
<img src="./images/QQ_tag.png" class="tag4">
<p>172304715</p>
</div>
</div>
</main>
<footer>
<div class="contactinfo_top">[email protected]</div>
<div class="contactinfo">+86 13554809850</div>
<div class="contactinfo_bottom">©2021 by Jiacheng Wang.<br><a href="https://beian.miit.gov.cn/">粤ICP备2021084009号</a></div>
</footer>
</body>
</html>