-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
47 lines (42 loc) · 1.38 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
<title>Welcome to my Homepage</title>
</head>
<body>
<div id="header">
<div id="title">
<div><span>S</span>id <span>W</span>atal</div>
<div id="subtitle">Thought and Projects</div>
</div>
<div id="upper-nav">
<table>
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="blog/blog-index.html">Blog</a></td>
<td id="current-page"><a href="about.html">About</a></td>
<td><a href="projects.html">Projects</a></td>
</tr>
</table>
</div>
</div>
<div id="content">
<div id="tandb">About Me</div>
<div>Coming Soon</div>
</div>
<div id="footer">
<table>
<tr>
<td><a href="http://www.twitter.com/butterandguns"><img src="blog/assets/twitter.png" alt="twitter icon"/></a></td>
<td><a href="http://www.facebook.com/sidwatal"><img src="blog/assets/facebook.png" alt="facebook icon"/></a></td>
<td><a href="http://www.instagram.com/butterandguns"><img src="blog/assets/instagram.png" alt="instagram icon"/></a></td>
</tr>
</table>
<div id="disclaimer">
<a href="mailto:[email protected]">Contact via Email</a> All opinions are nobody's because they are probably wrong.
</div>
</div>
</body>