-
Notifications
You must be signed in to change notification settings - Fork 0
/
garden.html
205 lines (178 loc) · 8.77 KB
/
garden.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
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<!-- Additional CSS must be placed after Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster|Open+Sans" />
<link rel="stylesheet" href="css/styles.css" />
<title>Top 10: Homestead Websites </title>
</head>
<style>
.background-image, .d-flex-auto{
background-image:url("img/barn-short.jpg");
background-image: repeat;
background-size: cover;
backface-visibility: visible;
}
.sticky-top{
background-image:url("img/green-field.jpeg");
}
.container-image{
background-image:url("img/golden-field.jpeg");
background-repeat:no-repeat;
background-size: cover;
backface-visibility: visible;
}
</style>
<body>
<header class="d-flex-auto jumbotron jumbotron-fluid background-image">
<div class="container-fluid">
<div class="row">
<div class="col">
<h1>Top 10</h1>
<h2>Homestead Websites</h2>
<br>
<br>
<br>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-expand-sm navbar-dark sticky-top">
<div class="container">
<a class="navbar-brand" href="homepage.html"><img src="img/lakepic.jpg" height="30" width="30" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#top10Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="top10Navbar">
<ul class="navbar-nav">
<li class="nav-item"> <a class="nav-link" href="homepage.html"><i
class="fa fa-home fa-lg"></i> Home</a>
</li>
<li class="nav-item active"> <a class="nav-link" href="garden.html"><i class="fa fa-leaf fa-lg"></i>
Garden</a></li>
<li class="nav-item"> <a class="nav-link" href="sites.html"><i class="fa fa-list fa-lg"></i>
Sites</a></li>
<li class="nav-item"> <a class="nav-link" href="contactus.html"><i
class="fa fa-address-card fa-lg"></i> Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="homepage.html">Home</a></li>
<li class="breadcrumb-item active">Garden</li>
</ol>
<h2 class="text-center">Garden</h2>
</div>
</div>
</div>
<div class="container">
<div class="row row-content">
<div class="col-sm-6">
<div class="card">
<div class="card-body table-success">
<h3 class="card-header text-center text-white">Our First Garden</h3>
<p class="text-center"> <br>
As a kid, I lived on a little farm for a few years. We had chickens, turkeys, pigs and a
pretty good
sized garden.
Even though we moved from there and never had the animals, my parents would make a little
garden out
of the space we had available.
Years later, I find myself looking back and wishing I would have continued this practice in
my own
adult life. I sadly haven't planted
anything in our backyard, even though we have lived there for 8 years now. Enter in 2020 and
the
CV19. Stores are barren and fresh
food is harder and harder to come by. As I look into my barren backyard I am kicking myself
for not
acting sooner. Thankfully this story
didn't end in my family and I starving and splitting our last canned lima bean. Instead, it
ends in
my family coming together and growing
one of the best gardens/homesteads that anyone could ask for. This is only the beginning for
us. How
about you? Are you ready to plant a
seed of hope into your garden of dreams? I encourage you to decide sooner, rather than later
to
begin.
</p>
</div>
</div>
</div>
<div class="media">
<div class="col media-body mx-auto align-self-center">
<h3 class="card-header text-center text-white">Seeds of Hope</h3>
<img src="img/potted-plants.jpg" class="img-fluid" />
</div>
</div>
</div>
</div>
<div class="col">
<div class="card card-body mx-auto bg-light mt-3">
<blockquote class="blockquote">
<p class="mb-0">I will not follow where the path may lead, but I will go where there is no
path, and I will leave a trail.</p>
<footer class="blockquote-footer">Muriel Strode,
<cite title="Source Title">"Wind-Wafted Wild Flowers" -
The Open Court, 1903</cite>
</footer>
</blockquote>
</div>
</div>
<footer class="site-footer">
<div class="container container-image">
<div class="row">
<div class="col-4 col-sm-2 offset-1">
<h4>Links</h4>
<ul class="list-unstyled">
<li><a href="homepage.html">Home</a></li>
<li><a href="garden.html">Garden</a></li>
<li><a href="sites.html">Sites</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</div>
<div class="col-6 col-sm-5 text-center">
<h4>Social</h4>
<a class="btn btn-social-icon btn-instagram" href="http://instagram.com/"><i
class="fa fa-instagram"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://facebook.com/"><i
class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i
class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-google" href="http://youtube.com/"><i
class="fa fa-youtube"></i></a>
</div>
<div class="col-sm-4 text-center">
<a role="button" class="btn btn-link" href="tel:+18005555555"><i class="fa fa-phone"></i>
1-800-555-5555</a><br />
<a role="button" class="btn btn-link" href="mailto:[email protected]"><i
class="fa fa-envelope-o"></i> [email protected]</a>
</div>
</div>
</div>
</footer>
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
<!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>-->
</html>