-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2016Keys.html
143 lines (118 loc) · 7.38 KB
/
2016Keys.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Patowmack Divers Home Page</title>
<meta name="keywords" content="scuba diving Patowmack Divers Virginia" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/ico" href="./favicon.ico" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.6.2.min.js" integrity="sha256-2krYZKh//PcchRtd+H+VyyQoZ/e3EcrkxhM8ycwASPA=" crossorigin="anonymous"></script>
<script>
<!-- https://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file -->
$(function () {
var includes = $('[data-include]')
$.each(includes, function () {
var file = $(this).data('include') + '.html'
$(this).load(file)
})
})
</script>
<style>
p {
text-indent: 10px;
}
.dropdown-menu{
background-color: #6699FF;
border: 1px solid #D9534F;
}
</style>
</head>
<body class="bg-info">
<!-- <div data-include="body"></div>
<div data-include="navsite"></div> -->
<!-- banner -->
<div class="container-fluid" style="height:100px">
<div class="row">
<div class="col-sm-2">
<a href="index.html"> <img class="img-fluid float-start" style="height:100px" src="/images/patodivr.jpg" alt="Patowmack Divers' Logo" /> </a>
</div>
<div class="col-sm-8 pt-4">
<h1 class="text-center">patowmack divers</h1>
</div>
<div class="col-sm-2">
<a href="index.html"><img class="img-fluid float-end" style="height:100px" src="/images/patodivr.jpg" alt="Patowmack Divers' Logo" /> </a>
</div>
</div>
<!-- row -->
</div>
<!-- end banner -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark ps-5">
<!-- <div class="container-fluid "> -->
<a class="navbar-brand" href="http://pdc.mvpq.org">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Past Meetings</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/meetings2022.html">2022</a></li>
<li><a class="dropdown-item" href="/meetings2021.html">2021</a></li>
<li><a class="dropdown-item" href="/meetings2020.html">2020</a></li>
<li><a class="dropdown-item" href="/meetings2019.html">2019</a></li>
<li><a class="dropdown-item" href="/meetings2018.html">2018</a></li>
<li><a class="dropdown-item" href="/meetings2017.html">2017</a></li>
<li><a class="dropdown-item" href="/meetings2016.html">2016</a></li>
<li><a class="dropdown-item" href="/meetings2015.html">2015</a></li>
<li><a class="dropdown-item" href="/meetings2014.html">2014</a></li>
<li><a class="dropdown-item" href="/meetings2013.html">2013</a></li>
<li><a class="dropdown-item" href="/meetings2012.html">2012</a></li>
<li><a class="dropdown-item" href="/meetings2011.html">2011</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Trip Reports</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/2009StVincent.html">St. Vincent (2009)</a></li>
<li><a class="dropdown-item" href="/2010WPB.html">West Palm Beach (2010)</a></li>
<li><a class="dropdown-item" href="/2010CrystalRiver.html">Crystal River Manatees (2010)</a></li>
<li><a class="dropdown-item" href="/2011TCI.html">Turcs and Caicos (2011)</a></li>
<li><a class="dropdown-item" href="/2012Utila.html">Utila (2012)</a></li>
<li><a class="dropdown-item" href="/2013Cozumel.html">Cozumel (2013)</a></li>
<li><a class="dropdown-item" href="/2016Keys.html">Keys (2016)</a></li>
<li><a class="dropdown-item" href="/2016StMaartenSabaStKitts.html">St. Maarten, Saba, St. Kitts Liveaboard (2016) </a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Join Us</a>
<ul class="dropdown-menu">
<li><a target="_blank" class="dropdown-itme" href="bylaws.html">Bylaws</a></li>
<li><a target="_blank" class="dropdown-itme" href="join.html">Membership</a></li>
</ul>
</li>
<li class-"nav-item">
<a class="nav-link" target="_blank" href="https://maps.apple.com/place?q=Mylo%27s%20Grill&ll=38.9203674%2C-77.1501792&auid=16816917478954864278&lsp=9902&address=6238%20Old%20Dominion%20Dr%2C%20McLean%2C%20VA%20%2022101%2C%20United%20States">Map</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="row mx-4">
<h1 class="text-center"> Diving and Snorkling the Keys </h1>
<h3 class="text-center"> March 17, 2009 </h3>
<p>Inia, Paul, Larry and Eric dove the Floriday Keys from May 15 to May 21. Inia flew down a day early, but the rest of us flew down on Sunday.
<p>Monday we dove
<p>Tuesday we dove
<p>Wednesday we dove
<p>Thursday Larry and Paul did two dives on the Vandenberg off of Key West. Eric and Inia decided that the stormy weather and rough seas were more than they wanted to deal with. Eric wandered around Key West hitting Heminway's old hangout (Sloppy Joe's), the Mel Fischer Maritime Museum, and the Audubon House (where Audubon never visited). Sloppy Joe's is better for beer than food.
<p>Friday we took a ferry, the Yankee Freedom, out to Garden Key and Fort Jefferson in the Dry Tortugas, 70 miles west of Key West. The Frerry is a catamaran and took about 2:15 in each direction. We took a tour of the fort and appreciated the hardships that the prisioners (including Dr. Mudd) endured. The only natural water in the Dry Tortugas is rainwater, and there isn't much of that. Everything has to be hauled After lunch (included in the ticket) we snorkled. I have done a lot more diving than snorkling, but the snorkling was fun. I have snorkled in my wetsuit, but found that my natural boyancy was enough that I didn't need anything more. It was a challenge to identify the fish (parrotfish, etc.) because they appeared paler and we viewed them from the top.
<p>Larry, Paul, and Eric flew back direct from Key West to National Airport. Inia spent a few more days in the Keys.
<div class="container" style="height: 50px"><img src="images/_DSC4449.jpg" class="h-50 w-100" alt = "..."></div>
<p class="text-center"> <a href="http://www.facebook.com/PatowmackDivers"><img src="/images/f_logo.jpg" style="border: none;" height="25" />Follow us on Facebook!</a>
or email us at "dive at patowmackdivers.com" replace <i> at </i> with @</p>
<p class="text-center">Copyright (c) 2011-2023 Patowmack Divers.com. All rights reserved.</p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>