-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeetings2017.html
195 lines (164 loc) · 10.6 KB
/
meetings2017.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
<!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">
<h4 class="text-center">2017 Meetings</h4>
<h6>Wednesday, January 3 at 7:30 pm</h6>
<p>Our meeting will be at Mylo's (see below for directions). Kris, Sarah, Buddy, Gloria and Eric will talk about their dive trip to Jupiter, FL after the hurricanes nd show pictures</p>
<h6>Wednesday, December 6 at 7:30 pm</h6>
<p>This will be our annual holiday party. Contact the club for details</p>
<h6>Wednesday, November 1 at 7:30 pm</h6>
<p>Our November meeting will be at Mylo's (see below for directions). Inia will talk about her dive trip to Bonaire and show pictures</p>
<table class="table">
<tr>
<td><img src="/images/2017Bonaire/Eagle Rays _ Curacao+Bonaire 2017.jpg" width = 75%></td>
<td><img src="/images/2017Bonaire/Sea Slug, Lettuce _ Curacao+Bonaire 2017.JPG" width = 75%></td>
<td><img src="/images/2017Bonaire/Urchin, Long-Spined White _ Curacao+Bonaire 2017.JPG" width = 25%></td>
</tr>
</table>
<h6>Wednesday, September 6 at 7:30 pm</h6>
<p>Our September meeting will be at Mylo's (see below for directions). Inia, Larry, Bruce, Eric, and Paul will present non-diving pictures from their trip to Indonesia. We took a tour of Jakarta and met some very nice people. We even provided impromptu English lessons for high school students. We toured Sorong, where our boat left from, and the legendary Bali.</p>
<table class="table">
<tr>
<td><img src="/images/2017/09/_OLY3494.jpg" width= 75%></td>
<td><img src="/images/2017/09/_OLY3606.jpg" width= 75%></td>
<td><img src="/images/2017/09/_RAW2905.jpg" width= 75%></td>
<td><img src="/images/2017/09/_RAW3175.jpg" width= 75%></td>
</tr>
</table>
<h6>Wednesday, August 3 at 7:30 pm</h6>
Our August meeting will August 2 at Mylo's. Inia, Larry, Bruce, and Paul will present pictures from their dive trip to Raja Ampat, Indonesia. The diving was awesome. Watch for the giant manta rays.
<table>
<td><img src="/images/2017RajaAmpat/_OLY2808.jpg" width=50%></td>
<td><img src="/images/2017RajaAmpat/_OLY2819.jpg" width=50%></td>
</table>
<h6>Wednesday, July 12 at 7:30 pm</h6>
We will meet at Mylo's one week late because of the July 4th holiday and lots of divers going out of town. Andrew will present a report on one of his techincal dives.
<h6>Wednesday, June 7 at 7:30 pm</h6>
We met and saw Manatee pictures from a trip to Florida by Gloria, Kris, Sarah, Andres, Kate, and Eric.
<h6>Wednesday, May 3 at 7:30 pm</h6>
We will hear from Johanna Polsenberg who is the Director of the Ocean Health Index at Conservation International. Johanna has more than 20 years of experience on international and ocean issues. She has worked with domestic and international non-governmental organizations, the U.S. Congress, academia, national governments and the private sector. She has managed large projects in Africa, Australia, Indonesia, the South Pacific, the Caribbean and the United States.
<a href=http://www.oceanhealthindex.org/news/Welcome_New_Director>More about Johanna</a>
<h6>Wednesday, March 1 at 7:30 pm</h6>
<p>The Bird’s Head Seascape of West Papua is not only the epicenter of marine biodiversity, it also appears to function as a “species factory”, on this talk We going to examine why Raja Ampat is consider among the best of best dive sites in the planet, We also will be immerse on a VR experience that transports you to the heart of Raja Ampat, Indonesia without having to travel. Never before has a conservation organization told the story of our oceans and coral reefs through and underwater VR film. Thanks to state-of-the-art VR technology, you’ll find yourself submerged in impossibly blue ocean waters, surrounded by coral reefs teeming with manta rays, sharks and hundreds of fish species. You will also see the impact of destructive fishing and poaching and hear personal stories of how it threatened to plunge ta local population into poverty.</p>
<p>Across the planet, CI protects nature for the benefit of people. Our passionate supporters have long felt an affinity for towering forests, mysterious oceans and exotic wildlife. Though the beauty of nature for many is often many thousands of miles away, because we love nature, we make the decision to protect it despite its distance.</p>
<table>
<tr>
<td><img src="/images/CI/ci_88392647 copy.jpg" width=300px></td>
<td><img src="/images/CI/RA2015 II 067 copy.jpg" width=300px></td>
</tr>
</table>
<h6>Wednesday, January 4 at 7:30 pm</h6>
<p>Gloria will show some pictures of a safari that she took in South Africa. OK, it's not diving, but the animals and pictures are pretty amazing.</p>
<table>
<tr>
<td><img src=/images/Gloria/_DSC3549sm.jpg style="width:200px"></td>
<td><img src=/images/Gloria/DSC_4619asm.jpg style="width:200px"></td>
<td><img src=/images/Gloria/DSC_5368sm.jpg style="width:200px"></td>
</tr>
</table>
<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>