-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
56 lines (49 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet">
<link href="favicon.ico" rel="shortcut icon" >
<title> Contact
</title>
</head>
<body style="background: url(./images/rep.PNG) repeat;">
<div id="heading">
<div id="menu">
<ul id="nav" class="nav" style="display:inline;">
<li class="first" style="padding-left:40px; display:block;width:150px; float:left">
<a href="Mychildhood.html">CHILDHOOD</a></li>
<li class="first" style="padding-right:50px;display:block">
<a href="Education.html">EDUCATION</a></li>
<li class="second" "><a href="start.html"> ABOUT ME </a></li>
<li class="third" ><a href="Interests.html">INTERESTS</a></li>
<li class="third" ><a href="Contact.html">CONTACT</a></li>
</ul>
</div>
</div>
<div >
<div class="Pcontact" >
CONTACT:
</div>
<div class="contactright" style="margin-top:40px;text-align:center;font-family:bookman;font-size:18px; ">
<font style="margin-top:40px;text-align:center;font-family:bookman;font-size:24px;"><u> You may write at : </u></font><br><br>
<ul >
<li class="social_gmail">Gmail : [email protected] </li>
<li class="social_telephone">Contact : +91 9126147548. <br><br></li>
</ul>
</div>
<br><br>
<div class="column" style="margin-left:24%;">
<img src="./images/contact.jpg" ><br><br><br><br></img>
</div>
<div id="base">
<div id="menu1">
<ul >
<li class="social" > <a href="https://www.facebook.com/priyanka.jayaswal.58?ref=tn_tnmn">Facebook </a></li>
<li class="social"> <a href="https://plus.google.com/u/0/">Google+ </a></li>
<li class="social" ><a href="https://twitter.com/PriyankaJaya">Twitter </a> </li>
<li class="social" ><a href="http://www.linkedin.com/profile/view?id=228372108&trk=nav_responsive_tab_profile_pic">Linked In </style></a> </li>
</ul>
</div>
</div>
</body>
</html>