-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
39 lines (27 loc) · 1.46 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>Tuhin's Portfolio</title>
<link href="contact.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="flex_container" id="container">
<ul id="nav">
<li id="link1" ><a href="index.html" target="_self">Home</a></li>
<li id="link2"><a href="About.html">About</a></li>
<li id="link3"><a href="future.html">Future plan</a></li>
<li id="link4"><a href="#contact">Contact</a></li>
</ul>
<div id="content2"
<p><h2 style="text-align:center; color:black"><i>So, I think You are impressed by my website and eager to contact me.<br> <b style="color:green"><div id="tan">
To talk with me call me at<br><br>7699311681</div></b></i></h2></p>
<div id="facebook" >
<a href="https://www.facebook.com/profile.php?id=100007250744712"><img src="facebook.jpg" width="300px" height="185px" style=" margin:0 0 10px 10px; position:relative; right:7%"></a>
<a href="https://mail.google.com/mail/"><img src="gmail.jpg" width="300px" height="185px" style=" margin:0 0 10px 10px; position:relative; left:26%"></a>
<h2 style="position: relative; right:10%; color:blue">You can connect me on facebook<b style="position: relative; left:20%; color:red">Mail:<i style="color:red"> banerjeetuhin801@gmail.com</i></b>
</h2>
</div>
</div>
</body>