-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html-ORIG
86 lines (74 loc) · 4.63 KB
/
index.html-ORIG
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="cuba dive the blue wild in Fort Lauderdale and the Florida Keys. Scuba courses available for new divers thru divemaster. Speciality scuba lessons and dive trips." />
<meta name="keywords" content="Scuba Diving, PADI, Open Water, Divemaster, Fort Lauderdale, Florida Keys" />
<meta name="author" content="Captain Markos" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:400" />
<link type="text/css" rel="stylesheet" href="/vendor/font-awesome-4.1.0/css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" href="/styles/foundation.css" />
<link type="text/css" rel="stylesheet" href="/styles/normalize.css" />
<link type="text/css" rel="stylesheet" href="/styles/bluewild.css" />
<link type="image/x-icon" rel="SHORTCUT ICON" href="favicon.ico" />
<title>Blue Wild Scuba: home</title>
<script type="text/javascript" src="/vendor/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/bluewildscuba.js"></script>
<script type="text/javascript">
$(document).ready(function() {
console.log('--> DOM is loaded');
});
</script>
</head>
<body>
<header>
<div class="row offset-top">
<div class="small-12 medium-6 large-6 columns no-padding small-only-text-center">
<div class="logo-style">Blue Wild</br>Scuba</div>
</div>
<div class="small-12 medium-6 large-6 columns contact-info small-only-text-center">
<a href="tel:19542135067">
<i class="fa fa-phone"></i> : (954) 213-5067
</a>
<br class="show-for-small-only" />
<br class="show-for-small-only" />
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope"></i> : [email protected]
</a>
</div>
</div>
</header>
<!-- navbar -->
<div class="row">
<div class="large-12 column nav">
<ul class="inline-list">
<li class="no-margin-left"><a href="/index.html"><i class="fa fa-home icon-font-size"></i></a></li>
<li><a href="/courses.html">Scuba Courses</a></li>
<li><a href="/aboutus.html">About Us</a></li>
<li><a href="/divelog/index.php" target="_self" class="hide-for-small-only">Dive Log</a></li>
<li><a href="/reefcreatures/index.php" target="_self">Reef Creature Quiz</a></li>
<!-- <li style="float: right;"><span id="facebook-like-button2"></span></li> -->
</ul>
</div>
</div>
<!-- BEGIN: home.html -->
<div class="row">
<ul class="small-block-grid-2 medium-block-grid-3 large-block-grid-3">
<li class="last-image"><a href="/courses.html"><img src="/images/padi_elearn.jpg" alt="Learn to Dive" /></a></li>
<li class="last-image"><a href="/courses.html"><img src="/images/padi_elearn.jpg" alt="Courses eLearning" /></a></li>
<li class="last-image"><a href="/courses.html"><img src="/images/aow_vandenburg.jpg" alt="PADI Advanced Open Water" /></a></li>
</ul>
</div>
<div class="row">
<div class="small-12 large-12 columns no-padding antialised">
<div class="panel">
<p>SCUBA diving the Fort Lauderdale area and the Florida Keys. Here we are your guides to diving the blue wild.</p>
<p>If you've found yourself here and are looking to do some scuba diving, you found the right place. We teach <a style="color:#ffff00;" class="bwlink" href="/courses">PADI courses</a> from Discover Scuba Diving, Open Water all the way to Divemaster and specialities. Located in Hollywood, Florida makes us centrally located to the South Florida diving.</p>
<p>Thinking about becoming <a style="color:#ffff00;" class="bwlink" href="/courses.html">Open Water</a> certified? Need to take a <a style="color:#ffff00;" class="bwlink" href="/courses.html">scuba refresher course</a>? Looking for a <a style="color:#ffff00;" class="bwlink" href="/courses.html">divemaster guide</a>? How about a <a style="color:#ffff00;" class="bwlink" href="/courses.html" >beach dive</a>? Want to continue your scuba education or perhaps become a PADI <a style="color:#ffff00;" class="bwlink" href="/courses.html">Divemaster</a>? We are a husband / wife small business and there's a lot we can do in regards to your SCUBA diving adventures. Check us out and feel free to contact us with any questions.</p>
</div>
</div>
</div>
<!-- END: home.html -->
</body>
</html>