-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·137 lines (120 loc) · 8.01 KB
/
index.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
<!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 my-4">
<h3 class="text-center">Welcome to Patowmack Divers</h3>
<p>Patowmack Divers is a social group of people with a common interest: SCUBA DIVING!! Our members are male and female, from 20s to mid 70s. Our diving experience ranges from recently certified to retired instructors from warm water photographers, to deep wreck technical divers, and cave divers.</p>
<p>Patowmack Divers arranges several dive trips per year to locations off Virginia and Maryland seashores, Outer Banks, NC, and other great dive sites in the United States, the Caribbean, and beyond. Group purchasing power allows us to enjoy discounts on charters, rentals, and accommodations. We are also active in preservation, research, and environmental protection. We take full advantage of the aquatic expertise in the DC metro area for speakers at our meetings, including such diverse topics as Underwater Archeology, Reef Ecology, Treasure Hunting Expeditions, and Aquarium setup and operations.</p>
<p>We also have an annual Pasta Pigout to enjoy fresh pasta, good sauce, good wine, and good conversation.</p>
<h4 class="text-center">Where We Dive</h4>
<p>The short answer is anywhere. Club dive trips can be two divers or a dozen. Our recent dive trips include local quarries, West Palm Beach, Cozumel, Puerto Rico, Belize, St. Vincent, Palau, Sidapan, the Philipines, and Indonesia.</p>
<h4 class="text-center">2023 Meetings</h4>
<p>Patowmack Divers meets the first Monday of the month, unless it's a federal holiday. We are now holding hybrid meetings giving divers the option of joining us in person at <a href="https://www.mylosgrill.com/">Mylo's Grill</a> (6238 Old Dominion Dr., McLean, VA 22101) or on Zoom We a social half hour starting at 7:00 pm. This is a chance to talk, order drinks and food, etc. The meeting starts with club business at 7:30. Our meetings usually end between 9:00 and 9:30 pm.</p>
<h6 class="p5"><strong>Monday, January 9, 2023</strong></h6>
<p>Because New Year's is being celebrated on January 2, we will meet on the second Monday of the month.</p>
<p>Following club business, we will enjoy a presentation from Diane about her recent Transatlantic crossing on the Queen Mary 2. This will be followed by another brief video-based bio-lesson.</p>
<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>