-
Notifications
You must be signed in to change notification settings - Fork 0
/
online.html
44 lines (38 loc) · 1.42 KB
/
online.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Orbitron:900' rel='stylesheet' type='text/css'>
<link rel = "stylesheet" href = "css/style.css"/>
<link rel = "stylesheet" href = "css/reset.css"/>
<link rel = "stylesheet" href = "css/960_24_col.css"/>
<link rel = "stylesheet" href = "css/text.css"/>
<title>Freddy Thobhani</title>
</head>
<body>
<div class="wrap container_24">
<header class = "grid_16">
<h1><a href = "index.html" style = "text-decoration: none; color: black;" >Freddy Thobahani</a></h1>
</header>
<nav class = "grid_8">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="#">Find Me Online</a></li>
</ul>
</nav>
<div class="grid_24 main online">
<ul>
<li><a href="mailto:[email protected]" target="_top">Email</a></p></li>
<li><a target ="_blank" href="https://www.facebook.com/freddy.thobhani">Facebook</a></li>
<li><a target ="_blank" href="https://www.quora.com/profile/Freddy-Thobhani">Quora</a></li>
<li><a target ="_blank" href="https://www.instagram.com/freddythobhani/">Instagram</a></li>
<li><a target ="_blank" href="https://twitter.com/FreddyThobhani">Twitter</a></li>
</ul>
</div>
<footer>
<p>version 1.0</p>
</footer>
</div>
</body>
</html>