-
Notifications
You must be signed in to change notification settings - Fork 0
/
prices.html
100 lines (81 loc) · 6.3 KB
/
prices.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
<html>
<head>
<title>Kenai River Keystone Retreat</title>
<!-- Bootstrap external link -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- Link to external CSS style page -->
<link rel="stylesheet" type="text/css" href="styles.css">
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</head>
<body class="b1">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="navbar-brand active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link nav-1" href="overview.html">
Overview
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item nav-" href="#">Keystone House</a>
<a class="dropdown-item nav-" href="#">Log Cabin</a>
<div class="dropdown-divider"></div>
</li>
<li class="nav-item">
<a class="nav-link nav-2" href="prices.html">Prices</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link nav-3 dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Activities
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="fishing.html">Fishing</a>
<a class="dropdown-item" href="hiking.html">Hiking</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" target="_blank" href="http://www.alaska.org/destination/kenai-soldotna/things-to-do">Activities in Soldotna</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link nav-4" href="gallery.html">Gallery</a>
</li>
</ul>
</div>
</nav>
<div id="pricebox">
<h1>Prices </h1>
<h2 id="cbtxt">Cabin</h2>
<p>The total price to stay in the 400 square foot cabin is approximately 100 dollars a night plus tax during the months of July, August, and September.
All other months are available by month rent only at the price of 1,200 dollars. If you choose to stay here during the Summer, our handiman, Nico,
will set you up with all equipment needed for fishing, activities, filleting, and packaging. Please reserve accordingly.</p>
<h2 id="hstxt">House</h2>
<p>The total price to stay in the 1000 square foot cabin is approximately 300 dollars a night plus tax during the months of July, August, and September.
All other months are available by month rent only at the price of 2,500 dollars. If you choose to stay here during the Summer, our handiman, Nico,
will set you up with all equipment needed for fishing, activities, filleting, and packaging. Please reserve accordingly.
</p>
<h1>Package Deal</h1>
<p>
Kenai Keystone Retreat and Fenton Bros Fishing, two of the finest and most preferred lodges and fishing charter companies, have partnered to bring you the very best in accommodations and Kenai Peninsula fishing and sightseeing.
You will be in exquisite comfort in our modern handcrafted log cabins, which are richly decorated in the Alaska theme with furnishings and appointments designed for your upmost comfort. The Keystone Retreat grounds and view of the Kenai River and the surrounding mountains are nothing short of breathtaking. At Keystone, you will enjoy 100 feet of Kenai River frontage with private fishing docks, a fish cleaning station, equipment to vacuum pack your days catch, and ample freezer space.
Fenton Bros, one of the best known and most respected fishing charter companies on the Kenai Peninsula, will provide your guided fishing excursions. These fully guided trips include all of the necessary gear, tackle and fish filleting, and are often the highlight of our guest’s trip to Alaska. Fenton Bros knows where the fish are and how to maximize your success.
The following is our most popular package, but it can be customized to your specific needs.
</p>
<h3>6 NIGHTS LODGING, 4 DAYS GUIDED FISHING CHARTERS</h3>
<h4>$2,595 PLUS TAX – <b>Pricing is based on double occupancy.</b></h4>
<h5><br>This package includes:</h5><br>
<ol>
<li>6 nights Deluxe Lodging on the Kenai river with fully guided fishing trips for Halibut, Salmon, Trout and More</li>
<li>4 Full day Guided Charters – Choose from Upper or Lower Kenai River, Upper or Lower Kasilof River, and Cook Inlet salt water</li>
<li>1 Day Off – Add an excursion of your choice or enjoy private fishing at Keystone.</li>
</ol>
</div>
</body>
</html>