-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
286 lines (248 loc) · 13.8 KB
/
index.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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!doctype html>
<html lang="en-us">
<head>
<!-- Basics -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Fore ~ A Responsive Template from Blueberry</title>
<!-- Meta -->
<meta name="description" content="Fore is a free, responsive front end template from Blueberry, made by Jordan Bowman.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jordan Bowman">
<meta name="keywords" content="awesome, hott, extremely attractive, sheer brilliance">
<!-- CSS, Normalize First, minify for production -->
<link href="less/fore.css" rel="stylesheet">
<!-- Import web fonts using the link tag instead of CSS @import -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,900" rel="stylesheet">
<!-- Icons from http://fontawesome.io/ -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- Favicon.ico and apple-touch-icon.png (according to Apple docs). A good tool is http://iconogen.com/. Place these in the root directory. -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chrome/">install Google Chrome</a> to experience this site.</p>
<![endif]-->
<!-- Header -->
<header id="main-header">
<div class="container">
<h1>Fore</h1>
<p>A free responsive site template from Blueberry</p>
</div>
</header>
<!-- First call to action -->
<section class="call-to-action">
<div class="cta-container cf">
<p>Astounding call to action? Yeah, that's right.</p>
<a class="btn" href="#">Get Started →</a>
</div>
</section>
<!-- Macbook Section -->
<section id="macbook">
<div class="container">
<h2>What's this all about?</h2>
<p>Fore was designed and built by <a href="http://www.jrdnbwmn.com" target="_blank">Jordan Bowman</a>. It is released for free on <a href="http://eatablueberry.com" target="_blank">Blueberry</a> under the <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution license</a>. Use it – I hope you make millions of dollars and find a hot spouse with it.</p>
<img src="images/macbookpro.png"/>
</div>
</section>
<!-- Summary Section -->
<section id="summary">
<div class="container">
<h2>What makes Fore so great?</h2>
<p>It's responsive, beautiful, built with the latest code, includes all front end files, and (best of all) it is and always will be free. Didn't even see that comin', didya?</p>
<a class="btn" href="#">Button</a>
</div>
</section>
<!-- Three Images Section -->
<section id="three-images">
<div class="container">
<header class="body-header">
<h2>You're probably feeling really inspired.</h2>
<p>Pellentesque fermentum dolor. Aliquam quam lectus, facilisis auctor, ultrices ut, elementum vulputate, nunc.</p>
</header>
<article class="cf">
<div class="img-circle-div">
<img src="images/circle1.jpg"/>
<h3>Morbi in sem quis dui</h3>
<p>Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</p>
</div>
<div class="img-circle-div">
<img src="images/circle2.jpg"/>
<h3>Nam nulla quam, gravida non</h3>
<p>Pellentesque fermentum dolor. Aliquam quam lectus, facilisis auctor, ultrices tem.</p>
</div>
<div class="img-circle-div">
<img src="images/circle3.jpg"/>
<h3>Suspendisse commodo</h3>
<p>Sed adipiscing ornare risus. Morbi est est, blandit sit amet, sagittis vel, euismod vel, velit.</p>
</div>
</article>
</div>
</section>
<!-- Slider Section -->
<section class="slider-main">
<div id="left-arrow">
<a href="#" class="unslider-arrow prev">
<i class="fa fa-chevron-left fa-2x"></i>
</a>
</div>
<div id="right-arrow">
<a href="#" class="unslider-arrow next">
<i class="fa fa-chevron-right fa-2x"></i>
</a>
</div>
<div class="slider">
<ul>
<li class="slide" id="slide1">
<h2>This is a responsive slider.</h2>
<p>It comes from <a href="https://github.com/idiot/unslider" target="_blank">Unslider</a>, where you'll also find issue reports (their website is out of date).</p>
<a class="btn" href="#">Button</a>
</li>
<li class="slide" id="slide2">
<h2>It also adjusts for height...</h2>
<p>...and has keyboard support.</p>
<a class="btn" href="#">Button</a>
</li>
<li class="slide" id="slide3">
<h2>It has touch/swipe support for mobile.</h2>
<p>That javascript comes courtesy of <a href="http://stephband.info/jquery.event.swipe/" target="_blank">@stephband</a>.</p>
<a class="btn" href="#">Button</a>
</li>
<li class="slide" id="slide4">
<h2>Vestibulum auctor dapibus.</h2>
<p>Sed adipiscing ornare risus. Morbi est est, blandit sit amet, sagittis vel, euismod vel, velit.</p>
<a class="btn" href="#">Button</a>
</li>
</ul>
</div>
</section>
<!-- List Section -->
<section id="list">
<div class="container">
<header class="body-header">
<h2>Aliquam erat volutpat.</h2>
<p>Sed adipiscing ornare risus. Morbi est est, blandit sit amet, sagittis vel, euismod vel, velit. Pellentesque egestas sem.</p>
</header>
<article>
<div class="list-row cf">
<div class="list-item">
<i class="fa fa-bullhorn fa-2x"></i>
<h3>Aenean erat volutpat</h3>
<p>Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam.</p>
</div>
<div class="list-item">
<i class="fa fa-code-fork fa-2x"></i>
<h3>Nam nulla quam</h3>
<p>Donec consectetuer ligula vulputate sem tristique cursus.</p>
</div>
</div>
<div class="list-row cf">
<div class="list-item">
<i class="fa fa-bolt fa-2x"></i>
<h3>Donec quam lectus</h3>
<p>Donec consectetuer ligula vulputate sem tristique cursus.</p>
</div>
<div class="list-item">
<i class="fa fa-folder-open fa-2x"></i>
<h3>Suspendisse commodo</h3>
<p>Morbi est est, blandit sit amet, sagittis vel, euismod vel, velit.</p>
</div>
</div>
<div class="list-row cf">
<div class="list-item">
<i class="fa fa-users fa-2x"></i>
<h3>Quisque volutpat mattis</h3>
<p>Integer vitae libero ac risus egestas placerat, elementum vulputate.</p>
</div>
<div class="list-item" id="last-item">
<i class="fa fa-wrench fa-2x"></i>
<h3>Lorem ipsum dolor</h3>
<p>Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam.</p>
</div>
</div>
</article>
</div>
</section>
<!-- Second call to action -->
<section class="call-to-action cta-2">
<div class="cta-container cf">
<p>Astounding call to action? Yeah, that's right.</p>
<a class="btn" href="#">Get Started →</a>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="social-boat">
<div class="gplus" style="vertical-align: top !important;">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div class="twitter" style="vertical-align: top !important;">
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div class="facebook" style="vertical-align: top !important; margin-top: -10px;">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
</div>
</div>
<div id="footer-text" class="small">
<p>© You | Photos by <a href="http://www.jrdnbwmn.com" target="_blank">Jordan Bowman</a> | Design by <a href="http://www.eatablueberry.com" target="_blank">Blueberry</a></p>
</div>
</div>
</footer>
<!-- Reference jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Reference Javascript, minified for production -->
<script src="js/fore.min.js"></script>
<!-- Unslider script -->
<script>
$(document).ready(function () {
var unslider = $('.slider').unslider();
$('.unslider-arrow').click(function(event) {
event.preventDefault();
if ($(this).hasClass('next')) {
unslider.data('unslider')['next']();
} else {
unslider.data('unslider')['prev']();
};
});
var unslider = $('.slider').unslider();
unslider.on('movestart', function(e) {
if((e.distX > e.distY && e.distX < -e.distY) || (e.distX < e.distY && e.distX > -e.distY)) {
e.preventDefault();
}
});
});
</script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>