-
Notifications
You must be signed in to change notification settings - Fork 0
/
ranchcamp.html
345 lines (325 loc) · 13.8 KB
/
ranchcamp.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
<!DOCTYPE html>
<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="https://fonts.googleapis.com/css?family=Lobster|Open+Sans" />
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.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" />
<title>Mount Joseph Hemp</title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-light sticky-top">
<a class="navbar-brand" href="index.html"><i class="fa fa-tree"></i></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="ranchcamp.html">Ranch/Camp <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="hemp.html">Hemp</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#blogTitle">Blog</a>
</li>
</ul>
<span class="navbar-text">
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</span>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col">
<h1 class="text-center">Ranch and Camp</h1>
</div>
<div class="row row-group mt-2">
<div class="col col-md-4 m-2 d-none d-md-block">
<img src="img/campfun.jpg" class="img-fluid" alt="Responsive image">
</div>
<div class="col-md-7 m-2">
<img src="img/cows.jpg" class="img-fluid" alt="Responsive image">
</div>
</div>
<div class="row row-group">
<div class="col col-md-7 m-2">
<img src="img/hike.jpg" class="img-fluid" alt="Responsive image">
</div>
<div class="col-md-4 m-2 d-none d-md-block">
<img src="img/driveranch.jpg" class="img-fluid" alt="Responsive image">
</div>
</div>
</div>
</div>
<div class="container mt-4">
<div class="row row-group">
<div class="col-md-4">
<h3>Cabins</h3>
<p>Rugged and rustic are the perfect words to define our cabins. Many are outfitted with furntiture pieces fashioned from twigs and branches.</p>
</div>
<div class="col-md-4">
<h3>Teepees</h3>
<p>Our spacious teepees come with a queen-size bed and waterviews. Glampers can also spy the sky through an opening in the ceiling, and observe the stars at night.</p>
</div>
<div class="col-md-4">
<h3>Campsites</h3>
<p>Our campsites are strategically located all ove the mountain for privacy and beautiful views. Platform and primitive sites are available. </p>
</div>
</div>
</div>
<div class="container">
<div class="row row-group">
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/cabinsmall.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Cabin Morel</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $59 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/teepeelake.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Teepee Eagle</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $49 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/tenthighmt.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Camp Wallowa</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $29 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
<div class="col-6 col-md-3 mt-3">
<div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/cabinwhammock.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Alder Cabin</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $79 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div>
</div>
</div>
<div class="row row-group">
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/tentsite.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Camp Fir</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $29 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/teepee.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Teepee Pierre</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $49 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/cabinwoods.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Guest Cabin</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $99 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
<div class="col-6 col-md-3 mt-3"><div class="card border-0" style="width: 11rem;">
<img class="card-img-top" src="img/redcabin.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Red Cabin</h5>
<p class="card-text">Fully stocked with amenities. <br />
Starting at <br /> $29 per day
</p>
<button type="button" class="btn btn-light" data-toggle="modal" data-target="#Modal">
Book Now!
</button>
</div>
</div></div>
</div>
</div>
<div class="modal fade" id="Modal" tabindex="-1" role="dialog" aria-labelledby="ModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="ModalLabel">Camping and Cabin Reservation Form</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="FormControlInputText">Name</label>
<input id="guestName" type="text" class="form-control" id="FormControlInputText" placeholder="Your name">
</div>
<div class="form-group">
<label for="FormControlInput1">Email address</label>
<input type="email" class="form-control" id="FormControlInput1" placeholder="[email protected]">
</div>
<div class="form-group">
<label for="FormControlSelect1">Number of Guests</label>
<select class="form-control" id="FormControlSelect1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5+</option>
</select>
</div>
<div class="form-group">
<label for="FormControlSelect2">Site Name</label>
<select id="siteSelection" multiple class="form-control" id="FormControlSelect2">
<option>Camp Morel</option>
<option>Teepee Eagle</option>
<option>Camp Wallowa</option>
<option>Alder Cabin</option>
<option>Camp Fir</option>
<option>Teepee Piere</option>
<option>Guest Cabin</option>
<option>Red Cabin</option>
</select>
</div>
<div class="form-group">
<label for="dateInputSelector">Check in date</label>
<input id="checkIn" type="date" class="form-control" id="dateInputSelector" placeholder="Check in date">
</div>
<div class="form-group">
<label for="dateInputSelector">Check out date</label>
<input id="checkOut" type="date" class="form-control" id="dateInputSelector" placeholder="Check out date">
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button id="submitBookButton" type="button" class="btn btn-dark">Submit</button>
</div>
</div>
</div>
</div>
<footer class="page-footer font-small mdb-color lighten-3 pt-4">
<div class="container text-center text-md-left">
<div class="row">
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 col-lg-2 mx-auto my-md-4 my-0 mt-4 mb-1">
<h5 class="font-weight-bold text-uppercase mb-4 text-nowrap">Site Map</h5>
<ul class="list-unstyled">
<li>
<p>
<a href="index.html">Home</a>
</p>
</li>
<li>
<p>
<a href="ranchcamp.html">Ranch/Camp</a>
</p>
</li>
<li>
<p>
<a href="hemp.html">Hemp</a>
</p>
</li>
<li>
<p>
<a href="#blogTitle">Blog</a>
</p>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-4 col-lg-3 mx-auto my-md-4 my-0 mt-4 mb-1">
<h5 class="font-weight-bold text-uppercase mb-4">Contact</h5>
<ul class="list-unstyled">
<li>
<p>
<a href="https://goo.gl/maps/fLZwg2vJpAL2M19y7" target="_blank" rel="noopener noreferrer"> <i
class="fa fa-home mr-3"></i> Joseph, Oregon 97846 </a>
</p>
</li>
<li>
<p>
<a href="mailto:[email protected]"><i class="fa fa-envelope mr-3"></i> [email protected]</a>
</p>
</li>
<li>
<p>
<a href="tel:541-432-8202"><i class="fa fa-phone mr-3"></i> 541-432-8202</a>
</p>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 col-lg-2 text-center mx-auto my-4">
<h5 class="font-weight-bold text-uppercase mb-4">Follow</h5>
<a type="button" class="btn-floating btn-fb">
<i class="fa fa-facebook-f"></i>
</a>
<a type="button" class="btn-floating btn-tw">
<i class="fa fa-twitter"></i>
</a>
<a type="button" class="btn-floating btn-gplus">
<i class="fa fa-google-plus-g"></i>
</a>
<a type="button" class="btn-floating btn-instagram">
<i class="fa fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">© 2021 Copyright:
<a href="https://mtjosephhemp.com/"> mtjosephhemp.com</a>
</div>
</footer>
<!-- jQuery must come first, then Popper.js, then the Bootstrap JavaScript plugins.-->
<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>
<script src="js/scripts.js"></script>
</body>
</html>