forked from prose/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.htm
117 lines (82 loc) · 3.65 KB
/
test.htm
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title> Home | Phola</title>
<meta name="description" content="Phola Software Development and Training"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="author" content="Geoff W" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml" />
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="css/site.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" 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>
</button>
<a class="brand" href="#">Phola</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="/archive">Blog</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid banner">
<div class="container-fluid banner-inner">
<div class="container">
<div class="non-semantic-protector">
<div class="ribbon"><div class="ribbon-stitches-top"></div><strong class="ribbon-content"><h2>Crafting code since 1998</h2></strong><div class="ribbon-stitches-bottom"></div></div>
</div>
<h1 class="phologob">Phola</h1>
<p>Welcome to Phola, the home of freelancers Geoff and Veronique Wilbert. We create software, provide consultancy and training. Underwater.</p>
<p> <a href="#" class="btn btn-primary btn-large">ok, what else? »</a></p>
</div>
</div>
</div>
<div class="container">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="span4 post-lead">
<h2>one 2 one 2, This is just a Test</h2>
<span class="date">19 Jan 2012</span>
<p>Vestibulum imperdiet adipiscing arcu, quis aliquam dolor condimentum dapibus. Aliquam fermentum leo aliquet quam volutpat et molestie mauris mattis. Suspendisse semper consequat velit in suscipit.</p>
<p><a class="btn" href="/category2/2012/01/19/testing/">Read More</a></p>
</div><!--/span-->
<div class="span4 beegcon">
<i class="icon-beaker"></i>
<p>Post in the lab....</p>
</div><!--/span-->
<div class="span4 beegcon">
<i class="icon-beaker "></i>
<p>Post in the lab....</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/span-->
</div><!--/row-->
<!-- Show last 5 posts here -->
<footer>
<p>© Company 2013</p>
</footer>
</div><!--/.fluid-container-->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>