-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
415 lines (394 loc) · 25.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<title>OneTree</title>
</head>
<body>
<section id="cover">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="wall-sticker">
<div class="wall-sticker-content">
<div class="lead">
we.<br>
plant.<br>
trees.<br>
</div>
<br>
<a href="#features"><button type="button" class="btn btn-primary btn-lg">Learn more</button></a>
</div>
</div>
</div>
<div class="col-md-6 offset-md-2">
<div class="moto-content">
<h1 class="moto">For <span class="bold-green">every</span> item sold, we plant 1 tree. <br><br> Want to become a <span class="green-underline">part</span> of it?</h1>
<div class="arrow-down-content">
<a href="#products"><i class="fa fa-arrow-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<nav id="main-nav" class="navbar sticky-top navbar-toggleable-md navbar-inverse bg-inverse" >
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#cover">ONE<span class="bold-green">TREE</span></a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#cover">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Feature</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#numbers">Numbers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-md-2" type="text" placeholder="Search">
<button class="btn btn-outline-success my-2 my-md-0" type="submit">Search</button>
</form>
</div>
</nav>
<section id="features">
<div class="section-feature">
<div class="container">
<h2 class="heading wp-animated" data-animation="fadeInDown">What <span class="bold-green">we</span> do?</h2>
<p class="lead under-heading wp-animated" data-animation="fadeInDown">Take a look at what we do as a company</p>
<div class="row wp-animated-group">
<div class="col-md-3 square wp-animated" data-animation="fadeInLeft" data-animation-delay="0.5s">
<i class="fa fa-tree fa-5x" aria-hidden="true"></i>
<hr class="green-hr">
<p>We plant one tree for every product we sell. With your help, this program will secure the biodiversity of our forests and ensure our future generations of the adventure and exploration we are so lucky to have today.</p>
</div>
<div class="col-md-3 square wp-animated" data-animation="fadeInUp" data-animation-delay="1s">
<i class="fa fa-leaf fa-5x" aria-hidden="true"></i>
<hr class="green-hr">
<p>One tree can have an incredible impact on the ecosystems we plant in. All trees planted are local species, often times in some of the harshest regions. We aim to plant in areas that have the greatest need.</p>
</div>
<div class="col-md-3 square wp-animated" data-animation="fadeInUp" data-animation-delay="1s">
<i class="fa fa-recycle fa-5x" aria-hidden="true"></i>
<hr class="green-hr">
<p>It takes about one tree to make 3,000 units of our varying products. This means we are replenishing our forests at a rate of roughly 3,000 times our tree usage. This makes a vast impact on the sustainability of the forests.</p>
</div>
<div class="col-md-3 square wp-animated" data-animation="fadeInRight" data-animation-delay="0.5s">
<i class="fa fa-pagelines fa-5x" aria-hidden="true"></i>
<hr class="green-hr">
<p>With your help, this program will secure the biodiversity of our forests and ensure our future generations of the adventure and exploration we are so lucky to have today.</p>
</div>
</div>
</div>
</div>
</section>
<section id="timeline">
<div class="section-timeline">
<div class="container">
<h2 class="heading wp-animated" data-animation="fadeInDown">Our <span class="bold-green">timeline</span></h2>
<p class="lead under-heading wp-animated" data-animation="fadeInDown">Get a grasp of our milestones</p>
<ul class="timeline wp-animated-group">
<li>
<div class="timeline-badge wp-animated" data-animation="fadeInDownBig" data-animation-delay="0.3s" data-animation-offset="60%">2016</div>
<div class="timeline-panel wp-animated" data-animation="fadeInLeft" data-animation-delay="1.3s" >
<div class="timeline-heading">
<h4 class="timeline-title">100,000 trees <span class="green-underline">planeted</span></h4>
<p><small class="text-muted"><i class="fa fa-clock-o" aria-hidden="true"></i>11 hours ago via Twitter</small></p>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge wp-animated" data-animation="fadeInDownBig" data-animation-delay="0.6s">2015</div>
<div class="timeline-panel wp-animated" data-animation="fadeInRight" data-animation-delay="1.5s" >
<div class="timeline-heading">
<h4 class="timeline-title">First <span class="green-underline">55,031</span> plants bought</h4>
<p><small class="text-muted"><i class="fa fa-clock-o" aria-hidden="true"></i>16 hours ago via Twitter</small></p>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge wp-animated" data-animation="fadeInDownBig" data-animation-delay="1s">2014</div>
<div class="timeline-panel wp-animated" data-animation="fadeInLeft" data-animation-delay="1.7s" >
<div class="timeline-heading">
<h4 class="timeline-title">Company <span class="green-underline">founded</span></h4>
<p><small class="text-muted"><i class="fa fa-clock-o" aria-hidden="true"></i>20 hours ago via Twitter</small></p>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<section id="parallax" data-type="background" data-speed="4">
<div class="section-parallax">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2 wp-animated-group">
<h2 class="wp-animated" data-animation="bounceInLeft">Are you ready to be a part of <strong>the story</strong>?</h2>
<p><a href="#contact" class="btn btn-lg btn-block btn-success parallax-btn wp-animated" data-animation="bounceInRight" data-animation-delay="0.5s">Yes, please!</a></p>
</div>
</div>
</div>
</div>
</section>
<section id="products">
<div class="section-cards">
<div class="container">
<h2 class="heading wp-animated" data-animation="fadeInDown">Our <span class="bold-green">products</span></h2>
<p class="lead under-heading wp-animated" data-animation="fadeInDown">See what we're compable of doing</p>
<div class="row wp-animated-group">
<div class="col-md-4">
<div class="card wp-animated" data-animation="zoomIn">
<div class="card-block">
<h4 class="card-title">Hiking & Sightseeing</h4>
<h6 class="card-subtitle text-muted">Support card subtitle</h6>
</div>
<img src="img/tree1.jpg" alt="Card image" />
<div class="card-block">
<p class="card-text">Some quick example of text to build on the card text.</p>
<a href="#" class="card-link">Card Link</a>
<a href="#" class="card-link">Another Link</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card wp-animated" data-animation="zoomIn" data-animation-delay="0.3s">
<div class="card-block">
<h4 class="card-title">Mountain Biking</h4>
<h6 class="card-subtitle text-muted">Support card subtitle</h6>
</div>
<img src="img/tree2.jpg" alt="Card image" />
<div class="card-block">
<p class="card-text">Some quick example of text to build on the card text.</p>
<a href="#" class="card-link">Card Link</a>
<a href="#" class="card-link">Another Link</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card wp-animated" data-animation="zoomIn" data-animation-delay="0.6s">
<div class="card-block">
<h4 class="card-title">Traveling & Exploration</h4>
<h6 class="card-subtitle text-muted">Support card subtitle</h6>
</div>
<img src="img/tree3.jpg" alt="Card image" />
<div class="card-block">
<p class="card-text">Some quick example of text to build on the card text.</p>
<a href="#" class="card-link">Card Link</a>
<a href="#" class="card-link">Another Link</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="numbers">
<div class="section-numbers">
<div class="container">
<h2 class="heading wp-animated" data-animation="fadeInDown">The <span class="bold-green">numbers</span> don't lie</h2>
<p class="lead under-heading wp-animated" data-animation="fadeInDown">Check out what our numbers say about us</p>
<div class="row">
<div class="col-sm-3">
<div class="num">
<div class="num-content">
<span class="counter">13,863</span>
<p>Tree planted</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="num">
<div class="num-content">
<span class="counter">6,263</span>
<p>Customers served</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="num">
<div class="num-content">
<span class="counter">2,866</span>
<p>Products sold</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="num">
<div class="num-content">
<span class="counter">1,562</span>
<p>Tons recycled</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials">
<div class="section-testimonials">
<div class="container">
<h2 class="heading wp-animated" data-animation="fadeInDown">Clients' <span class="bold-green">testimonials</span></h2>
<p class="lead under-heading wp-animated" data-animation="fadeInDown">Read what others say about our services</p>
<div class="row">
<div class="col-md-4">
<div class="row testimonial">
<div class="col-sm-4">
<img src="img/user1.jpg" alt="testimonial" class="testimonial-img">
</div>
<div class="col-sm-8">
<blockquote>
<i class="fa fa-quote-right"></i>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos modi ducimus quis, rerum pariatur similique iste recusandae, quo impedit ipsum consequuntur optio odit. Vero nihil recusandae ipsum aspernatur ab unde.
<hr class="testimonials-hr">
<cite>— Steven, successful tree planter</cite>
</blockquote>
</div>
</div>
</div>
<div class="col-md-4">
<div class="row testimonial">
<div class="col-sm-4">
<img src="img/user2.jpg" alt="testimonial" class="testimonial-img">
</div>
<div class="col-sm-8">
<blockquote>
<i class="fa fa-quote-right"></i>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos modi ducimus quis, rerum pariatur similique iste recusandae, quo impedit ipsum consequuntur optio odit. Vero nihil recusandae ipsum aspernatur ab unde.
<hr class="testimonials-hr">
<cite>— Fabio, successful tree planter</cite>
</blockquote>
</div>
</div>
</div>
<div class="col-md-4">
<div class="row testimonial">
<div class="col-sm-4">
<img src="img/user3.jpg" alt="testimonial" class="testimonial-img">
</div>
<div class="col-sm-8">
<blockquote>
<i class="fa fa-quote-right"></i>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos modi ducimus quis, rerum pariatur similique iste recusandae, quo impedit ipsum consequuntur optio odit. Vero nihil recusandae ipsum aspernatur ab unde.
<hr class="testimonials-hr">
<cite>— Chris, successful tree planter</cite>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="section-contact">
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<h2 class="heading" data-animation="fadeInDown">Leave us a <span class="bold-green">message</span>!</h2>
<form action="index.php" class="form-horizontal" method="post">
<div class="form-group row">
<label for="name" class="col-md-2 col-sm-3 col-form-label">Name</label>
<div class="col-md-10 col-sm-9">
<input type="text" class="form-control" name="name" placeholder="First & Last Name" value="">
</div>
</div>
<div class="form-group row">
<label for="email" class="col-md-2 col-sm-3 col-form-label">Email</label>
<div class="col-md-10 col-sm-9">
<input type="email" class="form-control" name="email" placeholder="Email@Domain.com" value="">
</div>
</div>
<div class="form-group row">
<label for="message" class="col-md-2 col-sm-3 col-form-label">Message</label>
<div class="col-md-10 col-sm-9">
<textarea type="email" class="form-control" name="message" rows="4" placeholder="" value=""></textarea>
</div>
</div>
<div class="form-group row">
<label for="human" class="col-md-2 col-sm-3 col-form-label">2 + 3 = ?</label>
<div class="col-md-10 col-sm-9">
<input type="email" class="form-control" name="human" placeholder="Your Answer" value="">
</div>
</div>
<div class="form-group row">
<div class="col-md-8 offset-md-2 offset-sm-3 col-sm-6">
<input type="submit" class="btn btn-success" name="submit" value="Send the raven!">
</div>
</div>
<div class="form-group row">
<div class="col-md-8 offset-md-2 offset-sm-2 col-sm-8">
<!-- Will be used to display an alert to the user -->
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-4">
<span>Copyright © Asher Garland</span>
</div>
<div class="col-sm-4">
<div class="row social-links">
<div class="col-3">
<a href="#"><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></a>
</div>
<div class="col-3">
<a href="#"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></a>
</div>
<div class="col-3">
<a href="#"><i class="fa fa-google-plus-square fa-2x" aria-hidden="true"></i></a>
</div>
<div class="col-3">
<a href="#"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-sm-4">
<a href="#cover"><i class="fa fa-3x fa-chevron-circle-up"></i></a>
</div>
</div>
</div>
</footer>
<script src="js/tether.min.js"></script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js'></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/easy-waypoint-animate.js"></script>
<script src="js/main.js"></script>
</body>
</html>