-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (65 loc) · 3 KB
/
index.html
File metadata and controls
66 lines (65 loc) · 3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="index, follow">
<title>FriendlyDev | Your local friendly web developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<a href="http://github.com/FriendlyDev/friendlydev.com" class="contribute">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub">
</a>
<div class="navbar navbar-fixed-top" id="topbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./index.html">FriendlyDev</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="installation.html">About</a></li>
<li class="dropdown" id="portfolio-menu">
<a class="dropdown-toggle" data-toggle="dropdown" data-target="#portfolio-menu" href="portfolio.html">
Portfolio
<b class="caret"></b>
</a>
<ul class="portfolio-menu">
<li><a href="portfolio.html#intro">Home</a></li>
<li class="divider"></li>
<li><a href="portfolio.html#Project1">Project1</a></li>
<li><a href="portfolio.html#Project2">Project2</a></li>
<li><a href="portfolio.html#Project3">Project3</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<!-- li><a href="cli.html"><abbr title="Command Line Interface">CLI</abbr></a></li -->
</ul>
</div>
</div>
</div>
</div>
<div class="container" id="overview">
<div class="content">
<br /><br /><br /><br />
</div>
<footer>
<hr>
<p>
© 2012 <a href="http://djekl.co.uk/">Alan Wynn</a> —
get the source code on GitHub: <a href="http://github.com/djekl/FriendlyDev/friendlydev.com">FriendlyDev/friendlydev.com</a> —
<a href="https://plus.google.com/115740274620323745694" rel="publisher">Google+</a>
</p>
</footer>
</div>
</body>
</html>