-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (159 loc) · 5.81 KB
/
Copy pathindex.html
File metadata and controls
202 lines (159 loc) · 5.81 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>WordPress Theme for writers</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<!-- style -->
<link type="text/css" rel="stylesheet" href="style.css">
<!-- loading less -->
<link type="text/css" rel="stylesheet/less" href="style.less">
<script src="js/less-1.6.1.min.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="top-nav">
<div class="container">
<div class="logo col-sm-3">
<h3><a href="index.html">Bronte</a></h3>
</div><!-- logo -->
<div class="nav col-sm-9">
<ul class="navbar pull-right">
<li>
<a href="#">About</a>
<ul>
<li><a href="index-2.html">Home Two</a></li>
<li><a href="index-3.html">Home Three</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div><!-- nav -->
</div><!-- container -->
</div><!-- top nav -->
<div class="header">
<div class="container">
<div class="content">
<h1>
Changing the world, one theme at a time !
</h1>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</p>
</div>
</div><!-- container -->
</div><!-- header -->
<div class="catalog">
<div class="container">
<div class="col-md-4 product">
<a href="#">
<img src="images/linchpin-seth-godin.jpg" class="img-responsive product-thumb" alt="Product title" />
</a>
<div class="details">
<h3><a href="#">Linchpin</a></h3>
<h4>Seth Godin</h4>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<a href="#">
<img src="images/reality-check-guy-kawasaki.jpg" class="img-responsive product-thumb" alt="Product title" />
</a>
<div class="details">
<h3><a href="#">Reality check</a></h3>
<h4>Guy Kawasaki</h4>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<a href="#">
<img src="images/the-referral-engine-john-jantsch.jpg" class="img-responsive product-thumb" alt="Product title" />
</a>
<div class="details">
<h3><a href="#">The referral engine</a></h3>
<h4>John Jantsch</h4>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<a href="#">
<img src="images/change-by-design-tim-brown.jpg" class="img-responsive product-thumb" alt="Product title" />
</a>
<div class="details">
<h3><a href="#">Change by design</a></h3>
<h4>Tim Brown</h4>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<a href="#">
<img src="images/how-to-win-friends-dale-carnegie.jpg" class="img-responsive product-thumb" alt="Product title" />
</a>
<div class="details">
<h3><a href="#">How to win friends & ..</a></h3>
<h4>Dale Carnegie</h4>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<a href="#">
<img src="images/six-thinking-hats-edward-de-bono.jpg" class="img-responsive product-thumb" alt="Product title" />
</a>
<div class="details">
<h3><a href="#">Six thinking hats</a></h3>
<h4>Edward De Bono</h4>
</div>
</div><!-- product -->
</div><!-- container -->
</div><!-- catalog -->
<div class="footer">
<div class="container">
<div class="col-md-4 product">
<div class="details">
<h5><i>Follow us</i></h5>
<ul class="social">
<li><a target="_blank" href="#"><i class="icon-facebook"></i></a></li>
<li><a target="_blank" href="#"><i class="icon-twitter"></i></a></li>
<li><a target="_blank" href="#"><i class="icon-linkedin"></i></a></li>
<li><a target="_blank" href="#"><i class="icon-instagram"></i></a></li>
</ul>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<div class="details">
<h5><i>Get in touch</i></h5>
<h5>info@somethingweb.com</h5>
</div>
</div><!-- product -->
<div class="col-md-4 product">
<div class="details">
<h5><i>Subscribe</i></h5>
<input type="text" placeholder="your email + enter" class="subscribe-form"/>
</div>
</div><!-- product -->
<div class="col-md-12">
<hr>
<div class="copyright">
© 2014. All Rights
<a href="http://eridesigns.com.au" target="_blank">Eri Designs</a>
</div>
</div>
</div><!-- container -->
</div><!-- footer -->
<!-- loading js -->
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/plugins/superfish.min.js"></script>
<script type="text/javascript" src="js/plugins/hoverIntent.js"></script>
<script type="text/javascript" src="js/plugins/backstretch.js"></script>
<script type="text/javascript" src="fontello/config.json"></script>
<script type="text/javascript">
//$(".header").backstretch("http://dl.dropbox.com/u/515046/www/garfield-interior.jpg");
</script>
<!-- loading fonts -->
<link type="text/css" rel="stylesheet" href="fontello/css/fontello-codes.css">
<link type="text/css" rel="stylesheet" href="fontello/css/fontello-embedded.css">
<link type="text/css" rel="stylesheet" href="fontello/css/fontello-ie7-codes.css">
<link type="text/css" rel="stylesheet" href="fontello/css/fontello-ie7.css">
<link type="text/css" rel="stylesheet" href="fontello/css/fontello.css">
</body>
</html>