-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
42 lines (39 loc) · 1.93 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Contact Me</title>
<link rel="stylesheet" type="text/css" href="new.css" />
<link href="https://fonts.googleapis.com/css?family=Gugi" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="container">
<div class="topnav">
<a class="active" href="contact.html">Contact</a>
<a href="gallery.html">Gallery</a>
<a href="achievements.html">Achievements</a>
<a href="interests.html">Interests</a>
<a href="index.html">Home</a>
</div>
<div class="main">
<h1 class="b">CONTACT ME</h1>
<hr>
<br><br>
<p class="a"> I'm always up for meeting new people,talking about our infinitely large cosmos,fretting over politics,discussing ideas and working on projects which might one day change the world. </p>
<br>
<p class="a"> You can contact me through email(<b>[email protected]</b>) or any of the social media platforms mentioned below.</p>
<br><br><br><br><br>
<div class="icon-bar">
<a href="https://www.facebook.com/neelayan.sikdar" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="google"><i class="fa fa-google"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/sikdar_7/" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
<br><br>
<p class="a"><b>Copyright © 2018 Neelayan Sikdar </b> </p>
</div>
</div>
</body>
</html>