-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
124 lines (104 loc) · 6.48 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>About Us</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!-- Bootstrap core CSS -->
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./assets/css/carousel.css" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- Header -->
<header>
<nav class="navbar navbar-expand-lg navbar-custom">
<a class="navbar-brand" href="index.html">Rivendell Gardens</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<h1>About Us</h1>
<p>Rivendell Gardens is a dream of ours. We love nature and protecting the environment.
We want to grow trees that not only provide oxygen, shade, aesthetic beauty, but also produce delicious edible fruits.
Currently we are planting fruit trees on our farm and we are in the process of preparing a tropical fruit trees nursery which will be opened to the public on Saturday and
Sundays (coming soon). We do sell our grafted fruit trees from Riverview and Lake Wales. Just email us and you can come by to pick them up.
Our fruit trees are grafted or air layered. Some have fruits already and others will fruit within 1-2 years.
Our goal is to share the exotic trees and fruits to everyone at a great price.
Soon we will build a Japanese Garden with Koi ponds where you all can tour and enjoy it as much as we do.</p>
</main>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<!-- START THE FEATURETTES -->
<hr>
<h2>Plans for the future</h2>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Phase 1: <span class="text-muted">Plant all our fruit trees</span></h2>
<p class="lead">We want to make sure we plant everything before moving onto our next development plan. Our goal is to have many variety kinds of fruits such as sugar apples, mangos, lychee, coconuts, dragon fruits, and many more. We not only want to plant fruit trees, but also other unique flowers and trees like the beautiful wisteria flower and dragon blood tree.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="./images/plants/lychee_tree.jpg" alt="Lychee Tree">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Phase 2: <span class="text-muted">Build our koi fish pond</span></h2>
<p class="lead">What makes us unique will be our koi fish ready to welcome everyone. Not only will you be able to enjoy the koi pond, but also our signature Rivendell Gardens. We plan to have many trees and flowers for people to enjoy walking around our beautiful garden. Heavily inspired by japanese culture, we hope to bring a nice environment for Lake Wales.</p>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" src="./images/koi-pond-with-waterfall.jpg" alt="koi fish">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Phase 3: <span class="text-muted">Have the look and feel of the Tokyo night lights</span></h2>
<p class="lead">We want to bring attraction to Lake Wales with japanese culture. We hope to have many food trucks and other events for people to gather here. Hosting every weekend to the public to come and enjoy the atmosphere. Later on we also plan on having unique villages that people can stay for vacation and experience our passion project</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="./images/tokyo-night-market.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
</footer>
</main>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>
<script src="../../../../dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="../../../../assets/js/vendor/holder.min.js"></script>
</body>
</html>