-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfishing.html
77 lines (64 loc) · 5.74 KB
/
fishing.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
<html>
<head>
<title>Fishing - 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="b3">
<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="fishingtext">
<h1>Fishing on the property</h1>
<p>We are happy to help you with any of the materials you need to be successful in your fishing adventure on our private fishing dock.
Whether it be waiters, poles, gear, or netting, we have you covered. In the months of July you are most likely to catch King Salmon and
Sockeye Salmon. When you have caught all your fish, our servent, Nico Roberts, will fillet, package, and freeze your fish for you. You don't
need to do any work!
</p>
<h1>Kenai River Information</h1>
<p>This area supports the largest and perhaps most diverse freshwater sport fishing opportunities in the State of Alaska. Kenai River fisheries for king, sockeye and coho salmon are the largest freshwater sport fisheries for these species in Alaska. Resident species such as rainbow trout, Dolly Varden/Arctic char, Arctic grayling, lake trout and steelhead trout also provide popular fishing opportunity in lakes and flowing waters. Pink salmon runs to rivers, streams and creeks occur in large numbers during even-numbered years. The department also stocks 27 lakes in which the species stocked varies by lake however includes rainbow trout, landlocked salmon, Arctic grayling and Arctic char. River fisheries occur for a variety of species from motorized boats, non-motorized drift boats and from the riverbanks. Fishing area lakes is popular from both motorized and non-motorized boats and canoes.</p>
<p>For good reason the Kenai River is the most well-known fishing destination in the area. From its source at the outlet of Kenai Lake at Cooper Landing the Kenai flows 80 miles to Cook Inlet and offers anglers both early- and late-run king, sockeye, coho and pink salmon as well as superb fishing for rainbow trout. Other popular flowing waters that support differing fishing experiences as well as great salmon fishing or fishing for resident species include: Kasilof, Russian and Swanson rivers as well as Resurrection Creek. Despite the popularity of these rivers, nearly one hundred lakes in the area contain more fishable water than all of the most popular flowing waters of the rivers and creeks combined. These lakes support natural production of rainbow and lake trout, Dolly Varden/Arctic char and Arctic grayling. Road accessible river fishing from boat or riverbank for salmon, fishing remote alpine lakes for Arctic grayling or fishing for rainbow trout in remote wilderness lakes are some of the sport fishing opportunities that are available in the Northern Kenai Peninsula Area.</p>
</div>
</body>
</html>