forked from Subhash2807/Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
65 lines (57 loc) · 2.22 KB
/
Contact.html
File metadata and controls
65 lines (57 loc) · 2.22 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Satisfy&display=swap" rel="stylesheet">
<title>Contact</title>
<link rel="stylesheet" href="css/blog.css">
<link rel="stylesheet" href="css/Contact.css">
</head>
<body>
<div class="body">
<div class="nav">
<div class="socialMedia">
<a href="Contact.html" class="social"><img src="png/facebook.png"></a>
<a href="Contact.html" class="social"><img src="png/twitter.png"></a>
<a href="Contact.html" class="social"><img src="png/google-plus.png"></a>
<a href="Contact.html" class="social"><img src="png/whatsapp.png"></a>
</div>
<div class="flex">
<div class="name">
<a href="#"><h1>Subhash</h1></a>
</div>
<div class="menu">
<ul>
<li class="link">
<a href="home.html">Home</a>
</li>
<li class="link">
<a href="about.html">About</a>
</li>
<li class="link">
<a href="project.html">Project</a>
</li>
<li class="link">
<a href="post.html">My post</a>
</li>
<li class="link">
<a href="Contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<div class="intro">
<span class="contact"><div id="contact">
<h1>Contact Me:</h1>
<ul>
<li><img src="png/facebook.png"><p>Subhashchaurasia67</p></li>
<li><img src="png/icons8-gmail-48.png"><p>Lcs2019016@iiitl.ac.in</p></li>
<li><img src="png/whatsapp.png"><p>+91 9354571675</p></li>
<li><img src="png/home.png"><p>Room No. 109, IIIT hostel,<br> IIIT Lucknow</p></li>
</ul>
</div>
</span>
</div>
</div>
</body>
</html>