-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
40 lines (40 loc) · 1.36 KB
/
profile.html
File metadata and controls
40 lines (40 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Profile | ghanshyam.com</title>
<meta charset="utf-8"/>
<meta name="description" content="Web address of Ghanshyam Gehlot" />
<meta name="keywords" content="ghanshyam, gehlot, MANIT" />
<meta name="author" content="Ghanshyam Gehlot"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="header">
<div id="menubar">
<ul class="nav">
<li><a href="contact.html">Contact Me</a></li>
<li><a href="photo.html">Photo</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="index.html" style="border-left:1px solid #1d1d1d;">Home</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<div id="logo"></div>
<div id="photo">
<div id="social">
<ul>
<li><a href="https://www.facebook.com/ghanshyam.gehlot" target="_blank"><img src="images/facebook.png" class="fade"/></a></li>
<li><a href="https://plus.google.com/108846832527103242619/about" target="_blank"><img src="images/gplus.png" class="fade"/></a></li>
<li><a href="https://twitter.com/ghnshym" target="_blank"><img src="images/twitter.png" class="fade"/></a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
<p>© 2013 Ghanshyam Gehlot</p>
</div>
</body>
</html>