-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
475 lines (457 loc) · 21.6 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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!DOCTYPE html>
<html>
<head>
<title>Business Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Styles -->
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/compiled/bootstrap-overrides.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/compiled/theme.css" />
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="css/compiled/index.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/lib/animate.css" media="screen, projection" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="pull_top">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle pull-right" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><strong>CLEAN CANVAS</strong></a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="about-us.html">ABOUT US</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">PAGES <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="features.html">Features</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio-item.html">Portfolio Item</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="sign-in.html">Sign in</a></li>
<li><a href="sign-up.html">Sign up</a></li>
<li><a href="backgrounds.html">Backgrounds</a></li>
</ul>
</li>
<li><a href="pricing.html">PRICING</a></li>
<li><a href="contact.html">CONTACT US</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="sign-up.html">Sign up</a></li>
<li><a href="sign-in.html">Sign in</a></li>
</ul>
</div>
</div>
</div>
<section id="feature_slider" class="lol">
<!--
Each slide is composed by <img> and .info
- .info's position is customized with css in index.css
- each <img> parallax effect is declared by the following params inside its class:
example: class="asset left-472 sp600 t120 z3"
left-472 means left: -472px from the center
sp600 is speed transition
t120 is top to 120px
z3 is z-index to 3
Note: Maintain this order of params
For the backgrounds, you can combine from the bgs folder :D
-->
<article class="slide" id="showcasing" style="background: url('img/backgrounds/landscape.png') repeat-x top center;">
<img class="asset left-30 sp600 t120 z1" src="img/slides/scene1/macbook.png" />
<div class="info">
<h2>Beautiful theme for showcasing your works.</h2>
</div>
</article>
<article class="slide" id="ideas" style="background: url('img/backgrounds/aqua.jpg') repeat-x top center;">
<div class="info">
<h2>We love to turn ideas into beautiful things.</h2>
</div>
<img class="asset left-480 sp600 t260 z1" src="img/slides/scene2/left.png" />
<img class="asset left-210 sp600 t213 z2" src="img/slides/scene2/middle.png" />
<img class="asset left60 sp600 t260 z1" src="img/slides/scene2/right.png" />
</article>
<article class="slide" id="tour" style="background: url('img/backgrounds/color-splash.jpg') repeat-x top center;">
<img class="asset left-472 sp650 t210 z3" src="img/slides/scene3/ipad.png" />
<img class="asset left-365 sp600 t270 z4" src="img/slides/scene3/iphone.png" />
<img class="asset left-350 sp450 t135 z2" src="img/slides/scene3/desktop.png" />
<img class="asset left-185 sp550 t220 z1" src="img/slides/scene3/macbook.png" />
<div class="info">
<h2>Fully Responsive theme</h2>
<a href="features.html">TOUR THE PRODUCT</a>
</div>
</article>
<article class="slide" id="responsive" style="background: url('img/backgrounds/indigo.jpg') repeat-x top center;">
<img class="asset left-472 sp600 t120 z3" src="img/slides/scene4/html5.png" />
<img class="asset left-190 sp500 t120 z2" src="img/slides/scene4/css3.png" />
<div class="info">
<h2>
Responsive <strong>HTML5 & CSS3</strong>
Theme
</h2>
</div>
</article>
</section>
<div id="showcase">
<div class="container">
<div class="section_header">
<h3>Our Services</h3>
</div>
<div class="row feature_wrapper">
<!-- Features Row -->
<div class="features_op1_row">
<!-- Feature -->
<div class="col-sm-4 feature first">
<div class="img_box">
<a href="services.html">
<img src="img/service1.png">
<span class="circle">
<span class="plus">+</span>
</span>
</a>
</div>
<div class="text">
<h6>Responsive theme</h6>
<p>
There are many variations of passages of generators on the embarrassing hidden in content here making it look like.
</p>
</div>
</div>
<!-- Feature -->
<div class="col-sm-4 feature">
<div class="img_box">
<a href="services.html">
<img src="img/service2.png">
<span class="circle">
<span class="plus">+</span>
</span>
</a>
</div>
<div class="text">
<h6>Easy customization</h6>
<p>
There are many variations of passages of generators on the embarrassing hidden in content here making it look like.
</p>
</div>
</div>
<!-- Feature -->
<div class="col-sm-4 feature last">
<div class="img_box">
<a href="services.html">
<img src="img/service3.png">
<span class="circle">
<span class="plus">+</span>
</span>
</a>
</div>
<div class="text">
<h6>Made with love</h6>
<p>
There are many variations of passages of generators on the embarrassing hidden in content here making it look like.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="features">
<div class="container">
<div class="section_header">
<h3>Features</h3>
</div>
<div class="row feature">
<div class="col-sm-6">
<img src="img/showcase1.png" class="img-responsive" />
</div>
<div class="col-sm-6 info">
<h3>
<img src="img/features-ico1.png" />
Beautiful on all devices
</h3>
<p>
There are many variations of passages of Lorem Ipsum available, but the randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6 pic-right">
<img src="img/showcase2.png" class="pull-right img-responsive" />
</div>
<div class="col-sm-6 info info-left">
<h3>
<img src="img/features-ico2.png" />
Blog page included
</h3>
<p>
There are many variations of passages of Lorem Ipsum available, but the randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6">
<img src="img/showcase3.png" class="img-responsive" />
</div>
<div class="col-sm-6 info">
<h3>
<img src="img/features-ico3.png" />
Simple and clean coming soon page
</h3>
<p>
There are many variations of passages of Lorem Ipsum available, but the randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
</p>
</div>
</div>
</div>
</div>
<!-- Pricing Option -->
<div id="in_pricing">
<div class="container">
<div class="section_header">
<h3>Pricing</h3>
</div>
<div class="row charts_wrapp">
<!-- Plan Box -->
<div class="col-sm-4">
<div class="plan">
<div class="wrapper">
<h3>Lite</h3>
<div class="price">
<span class="dollar">$</span>
<span class="qty">35</span>
<span class="month">/month</span>
</div>
<div class="features">
<p>
<strong>10</strong>
Shared Projects
</p>
<p>
<strong>4</strong>
Team Members
</p>
<p>
<strong>10</strong>
Storage
</p>
</div>
<a class="order" href="pricing.html">ORDER NOW</a>
</div>
</div>
</div>
<!-- Plan Box -->
<div class="col-sm-4 pro">
<div class="plan">
<div class="wrapper">
<img class="ribbon" src="img/badge.png">
<h3>Pro</h3>
<div class="price">
<span class="dollar">$</span>
<span class="qty">99</span>
<span class="month">/month</span>
</div>
<div class="features">
<p>
<strong>10</strong>
Shared Projects
</p>
<p>
<strong>25</strong>
Team Members
</p>
<p>
<strong>Unlimited</strong>
Storage
</p>
<p>
<strong>Plus </strong>
Phone Support
</p>
</div>
<a class="order" href="pricing.html">ORDER NOW</a>
</div>
</div>
</div>
<!-- Plan Box -->
<div class="col-sm-4 standar">
<div class="plan">
<div class="wrapper">
<h3>Standard</h3>
<div class="price">
<span class="dollar">$</span>
<span class="qty">65</span>
<span class="month">/month</span>
</div>
<div class="features">
<p>
<strong>10</strong>
Shared Projects
</p>
<p>
<strong>4</strong>
Team Members
</p>
<p>
<strong>10</strong>
Storage
</p>
</div>
<a class="order" href="pricing.html">ORDER NOW</a>
</div>
</div>
</div>
</div>
<div class="start">
<p>Start your free, no-risk, 14 day trial! </p>
<a href="pricing.html">Start Now!</a>
</div>
</div>
</div>
<div id="clients">
<div class="container">
<div class="section_header">
<h3>Clients</h3>
</div>
<div class="row">
<div class="col-md-2 col-sm-4 client">
<div class="img client1"></div>
</div>
<div class="col-md-2 col-sm-4 client">
<div class="img client2"></div>
</div>
<div class="col-md-2 col-sm-4 client">
<div class="img client3"></div>
</div>
<div class="col-md-2 col-sm-4 client">
<div class="img client1"></div>
</div>
<div class="col-md-2 col-sm-4 client">
<div class="img client2"></div>
</div>
<div class="col-md-2 col-sm-4 client">
<div class="img client3"></div>
</div>
</div>
</div>
</div>
<!-- starts footer -->
<footer id="footer">
<div class="container">
<div class="row sections">
<div class="col-sm-4 recent_posts">
<h3 class="footer_header">
Recent Posts
</h3>
<div class="post">
<a href="blogpost.html">
<img src="img/recent_post1.png" class="img-circle" />
</a>
<div class="date">
Wed, 12 Dec
</div>
<a href="blogpost.html" class="title">
Randomised words which don't look embarrasing hidden.
</a>
</div>
<div class="post">
<a href="blogpost.html">
<img src="img/recent_post2.png" class="img-circle" />
</a>
<div class="date">
Mon, 12 Dec
</div>
<a href="blogpost.html" class="title">
Randomised words which don't look embarrasing hidden.
</a>
</div>
</div>
<div class="col-sm-4 testimonials">
<h3 class="footer_header">
Testimonials
</h3>
<div class="wrapper">
<div class="quote">
<span>“</span>
There are many variations of passages of randomised words which don't look even slightly believable. You need to be sure there isn't anything embarrassing of text.
<span></span>
</div>
<div class="author">
<img src="img/user-display.png" />
<div class="name">Alejandra Galvan Castillo</div>
<div class="info">
Details Canvas
</div>
</div>
</div>
</div>
<div class="col-sm-4 contact">
<h3 class="footer_header">
Contact
</h3>
<form action="#" method="post">
<input type="text" placeholder="Your name" />
<input type="text" placeholder="Your email" />
<textarea rows="3" placeholder="Message"></textarea>
<input type="submit" value="Send" />
</form>
</div>
</div>
<div class="row credits">
<div class="col-md-12">
<div class="row social">
<div class="col-md-12">
<a href="#" class="facebook">
<span class="socialicons ico1"></span>
<span class="socialicons_h ico1h"></span>
</a>
<a href="#" class="twitter">
<span class="socialicons ico2"></span>
<span class="socialicons_h ico2h"></span>
</a>
<a href="#" class="gplus">
<span class="socialicons ico3"></span>
<span class="socialicons_h ico3h"></span>
</a>
<a href="#" class="flickr">
<span class="socialicons ico4"></span>
<span class="socialicons_h ico4h"></span>
</a>
<a href="#" class="pinterest">
<span class="socialicons ico5"></span>
<span class="socialicons_h ico5h"></span>
</a>
<a href="#" class="dribble">
<span class="socialicons ico6"></span>
<span class="socialicons_h ico6h"></span>
</a>
<a href="#" class="behance">
<span class="socialicons ico7"></span>
<span class="socialicons_h ico7h"></span>
</a>
</div>
</div>
<div class="row copyright">
<div class="col-md-12">
© 2013 Clean Canvas. All rights reserved. Theme by Detail Canvas.
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/theme.js"></script>
<script type="text/javascript" src="js/index-slider.js"></script>
</body>
</html>