-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeetings2015.html
166 lines (143 loc) · 8.36 KB
/
meetings2015.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
<!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">2014 Meetings</h4>
<h6>Wednesday, November 5, 2014</h6>
A double presentation:
<ul>
<li>Gloria will present her photos from a recent trip to Grand Turk</li>
<li>Paul will show money and "short snorters" which served as the Facebooks and cellphones of World War II</li>
</ul>
<p>We will also plan our December 3 Holiday Party, a trip to see Brian Skerry at the National Geographic, reschedule our January meeting, and discuss election.</p>
<p>As always we will talk about recent dive trips and plans for future diving.</p>
<h6>Wednesday, September 2, 2015</h6>
<p>Several club members will show pictures and talk about their adventures of exploring the Incan city of Machu Picchu. They visited it as a detour on their dive trip to the Gallapagos.</p>
<p>With the new start time, we will be done by 9:15 PM.</p>
<h6>Wednesday, August 5, 2015</h6>
Gloria and Inia will show pictures from their trip to dive the reefs of Papua New Guinea from a liveaboard. Don't miss some great photography and a fun evening with your dive buddies and a chance to make meet new dive buddies!
<p>With the new start time, we will be done by 9:15 PM.</p>
<h6>Wednesday, July 1, 2015</h6>
Paul and Larry showed pictures the took "Diving the Wrecks of Rabaul and the southern Coast of New Britain, PNG"
<h6>Wednesday, May 6, 2015</h6>
We will see pictures from September's Goliath Grouper aggregation in Jupiter Beach, Florida by Gloria, Kris, and Eric.
<h6>Wednesday, April 8, 2015</h6>
The April meeting will be held on <b>Wednesday, April 8th (not the 1st).</b> Mark your calendars accordingly. The presentation will be from the Navy History and Heritage Command (see below). Thank-you Brad! The location will be the Royal Restaurant. More details later. <br />
Patowmack Divers now meets at Royal Restaurant, 734 North Saint Asaph Street, Alexandria, VA 22314
<p>Same bat time of 7:30. Free off-street parking next to the restaurant.</p>
<h6>Wednesday, February 4, 2015</h6>
Gloria will show some of her stunning pictures from diving in British Columbia.
<table class="table">
<tr>
<td><img src="/images/BritishColumbia/_DSC2260sm.jpeg" style="width:100%" /></td>
<td><img src="/images/BritishColumbia/_DSC2505abc.jpeg" style="width:100%" /></td>
<td><img src="/images/BritishColumbia/_DSC2622sm.jpeg" style="width:100%" /></td>
</tr>
</table>
<h6>Wednesday January 7th, 2015</h6>
A presentation of pictures by club members who went on a dive trip to the Gallapagos.
<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>