-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
64 lines (60 loc) · 2.1 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
<!doctype html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/Contact.css">
<html>
<header>
<div class="row">
<nav class="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#About">About</a></li>
<li><a href="index.html#Illus">Works</a></li>
<li><a href="Contact.html">Contact</a></li>
<li><a href="CV.html">CV</a></li>
</ul>
</div>
</nav>
</div>
</header>
<body>
<div class="Container">
<img class="Flower" src="img/flower.svg">
<div class="Wapper">
<div class="Header">
<h1 class="h-01">Contact</h1>
</div>
<div class="SocialMedia">
<div class="Circle">
<a href="https://www.instagram.com/?hl=zh-tw">
<p class="p-01">In</p>
</a></div>
<div class="Circle">
<a href="https://www.behance.net/26k1234o3">
<p class="p-01">Be</p>
</a>
</div>
<div class="Circle">
<a href="https://twitter.com/s947647">
<p class="p-01">Tw</p>
</a>
</div>
<div class="Circle">
<a href="https://enyalinlove.tumblr.com/">
<p class="p-01-1">Tumblr</p> </a>
</div>
</div>
<div class="Information">
<p class="p-02">Email:[email protected]<br>Phone:0921529183<br></p>
<p class="p-03">For any inquiries please get in touch at my mail<br>
I'd love to hear from you!</p>
</div>
</div>
</div>
</body>
</html>