-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (53 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css-files/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Document</title>
</head>
<body>
<header>
<!--navbar for the top of the page -->
<nav>
<ul>
<li class="columnIt"><a href="html-files/trees-intro.html">Trees</a></li>
<li class="columnIt remove"><a href="html-files/socials.html">Socials</a></li>
<li class="centerH1"><h1>trees for life</h1></li>
<li><a id="curTime"></a></li>
</ul>
</nav>
</header>
<!-- thoughts about trees, why they are important to me and the world -->
<section class="intro-desc">
<p> On this webpage, I will talk about a few of my favourite trees. I am really fascinated by trees, the way they grow,
the way they are constantly changing, shifting, going through different phases of life and rebirth, as they move through different seasons.
</p>
<p> As humans, we can relate lots with trees by the different cycles they are constantly going through, as we are constantly going through
different cycles. The only difference, is that the seasons we go through may be outside of a calender time. Some seasons may
last a day, a week, some may last a month, a few months, a year, or much longer.
</p>
<p>Thats really up to how we are being Guided through day to day moments of life. I hope this webpage can help share the beauty of
trees and how we need to do as much as we can while we are here to help the trees grow and flourish, rather than continue to
destroy, remove but never replace them.
</p>
</section>
<!-- another image with more text saying how trees remove toxins from the earth -->
<section>
<img class="trees-help-us" src="img-files/trees-help-us.jpg" alt="info graphic on how trees help humans yearly">
<section class="more-stats">
<p> Above is a representation of different examples of how trees are providing life and constantly helping out our environment.
It also talks about how trees provide water to the earth. How magical !!!! LETS PROTECT OUR TREES !!!!
</p>
</section>
</section>
<!-- social links -->
<section class="social-links">
<a href="https://www.github.com/dreymoreau" alt="external link to github" target='_blank' class="fa fa-github"></a>
<a href="https://www.linkedin.com/in/dreymoreau" alt="external link to linkedin" target='_blank' class="fa fa-linkedin"></a>
</section>
<script src="js-files/tree-homepage.js"></script>
</body>
</html>