-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
55 lines (50 loc) · 2.59 KB
/
index.php
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
<?php include 'view/laxheader.php'; ?>
<!--Top Parallax Container Image-->
<div class="parallax-container">
<div class="parallax"><img src="images/springtop.jpg" alt="Some More Cool Spring Happiness"></div>
</div>
<div id="midText">
<!-- Regular Container for Content if Any! -->
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 m6 l8 center">
<h3>Check Out Some Happy Thoughts!</h3>
</div>
<div class="col s12 m6 l4 center">
<br />
<a href="home" class="waves-effect waves-light btn-large" id="homeButton"><i class="material-icons right">cloud</i>Check it Out!</a>
</div>
</div>
<div class="row">
<div class="col s12 m6 l4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">brightness_high</i></h2>
<h5 class="center">Makes You Feel Good</h5>
<p class="light">When you think of the spring, you think of the warm sun, all of the people frolicking, makes you think about how great of a time it is to live in right! Sadness and the reciprocation of sadness only beings more sadness, the only thing that can solve the world's problems is love and empathy!</p>
</div>
</div>
<div class="col s12 m6 l4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">brightness_high</i></h2>
<h5 class="center">Gets You Through The Day!</h5>
<p class="light">When you are not having the best of days, it's okay because once you think happy thoughts, all that positivity will come back and benefit you! You're gonna like the way you look, I guarantee it.</p>
</div>
</div>
<div class="col s12 m12 l4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">brightness_high</i></h2>
<h5 class="center">Makes Other People Feel Good Too!</h5>
<p class="light">Why waste all of the spring goodness, fun and kindness with yourself when you can promote a better environment, in the spring and not, when you reciprocate the warm attitudes to those around you! You can only solve hate and sadness with kindness and empathy!</p>
</div>
</div>
</div>
</div>
</div>
<!--End of Container-->
</div>
<!--Bottom Parallax Container Image-->
<div class="parallax-container">
<div class="parallax"><img src="images/springbottom.jpg" alt="The Last Spring Happiness Image"></div>
</div>
<?php include 'view/laxfooter.php'; ?>