-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfishing_fleet.html
291 lines (255 loc) · 14.6 KB
/
fishing_fleet.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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marine Fleet ->Fishing Fleets</title>
<!-- Bootstrap 5.2x cdn link -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Fontawasome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom CSS link -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- favicon icon -->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
</head>
<body>
<!-- ========= Header Start ======== -->
<header id="header">
<nav class="navbar navbar-expand-lg shadow">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo-dark.png" alt="logo-dark" height="45px">
</a>
<button class="navbar-toggler text-bg-light" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fs-6"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ms-auto align-items-lg-center">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Fleets
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="luxury_fleet.html">Luxury </a></li>
<li><a class="dropdown-item" href="sailing_fleet.html">Sailing</a></li>
<li><a class="dropdown-item" href="fishing_fleet.html">Fishing</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faqs.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="site_map.html">Site Map</a>
</li>
<li class="nav-item contact-item text-center">
<a class="contact-btn px-3" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- ========= Header End ======== -->
<!-- ====== - Intro Section Start ======= -->
<section class="intro-section intro-overlay" style="background-image: url(assets/images/fishing_product_bg.jpg);">
<div class="container">
<div class="row text-center">
<h2 class="intro-title">Fishing Fleets</h2>
<p class="intro-text">Book your luxury trip with Fishing Fleet today and explore the beauty of the
ocean.</p>
</div>
</div>
</section>
<!-- ====== - Intro Section End ======= -->
<!-- ====== Luxury Product Start ======= -->
<section class="fishing-product fleet-product">
<div class="container mysection">
<div class="row py-lg-3 py-md-3 py-sm-2 py-0 gy-3">
<div class="col-md-4 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/images/fishing_p_1.jpg" class="card-img-top img-fluid" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="card-title d-inline-block p-0">Angler</h5>
<span class="p-price">$50,000</span>
</div>
<p class="card-text"> A fleet of well-equipped fishing boats designed to help you reel in the big one.</p>
<button type="button" class="mybtn p-btn" data-bs-toggle="modal"
data-bs-target="#exampleModal">Buy Now</button>
</div>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/images/fishing_p_2.jpg" class="card-img-top img-fluid" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="card-title d-inline-block p-0">Bountiful</h5>
<span class="p-price">$40,000</span>
</div>
<p class="card-text">A collection of spacious vessels built for successful catching fishing trips.</p>
<button type="button" class="mybtn p-btn" data-bs-toggle="modal"
data-bs-target="#exampleModal">Buy Now</button>
</div>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/images/fishing_p_3.jpg" class="card-img-top img-fluid" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="card-title d-inline-block p-0">Catcher</h5>
<span class="p-price">$80,000</span>
</div>
<p class="card-text">A group of rugged boats designed to withstand the toughest conditions at sea.</p>
<button type="button" class="mybtn p-btn" data-bs-toggle="modal"
data-bs-target="#exampleModal">Buy Now</button>
</div>
</div>
</div>
</div>
<div class="row py-lg-3 py-md-3 py-sm-2 py-0 gy-3">
<div class="col-md-4 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/images/fishing_p_4.jpg" class="card-img-top img-fluid" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="card-title d-inline-block p-0">Fisherman</h5>
<span class="p-price">$90,000</span>
</div>
<p class="card-text">A fleet of reliable vessels equipped with the latest fishing technology.</p>
<button type="button" class="mybtn p-btn" data-bs-toggle="modal"
data-bs-target="#exampleModal">Buy Now</button>
</div>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/images/fishing_p_5.jpg" class="card-img-top img-fluid" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="card-title d-inline-block p-0">Hooked </h5>
<span class="p-price">$100,000</span>
</div>
<p class="card-text">A collection of versatile boats perfect for both inshore and offshore fishing.</p>
<button type="button" class="mybtn p-btn" data-bs-toggle="modal"
data-bs-target="#exampleModal">Buy Now</button>
</div>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/images/fishing_p_6.jpg" class="card-img-top img-fluid" alt="...">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="card-title d-inline-block p-0">Netted</h5>
<span class="p-price">$180,000</span>
</div>
<p class="card-text">A group of sturdy vessels built to navigate the roughest waters of the best catch.</p>
<button type="button" class="mybtn p-btn" data-bs-toggle="modal"
data-bs-target="#exampleModal">Buy Now</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-md">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-6" id="exampleModalLabel">Thank you for your purchase!✅</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Your order has been successfully received and will be processed shortly.
</div>
</div>
</div>
</div>
<!-- ====== Luxury Product End ======= -->
<!-- ========= Contact Us Start ======== -->
<section id="contact-us" class="contact-bg" style="background-image: url(assets/images/contact_bg.jpg);">
<div class="container mysection">
<!-- Section Title Start -->
<div class="row text-center">
<div class="col-md-12">
<span class="mysection-top-title">Contact Us</span>
<h2 class="mysection-title">Get in Touch</h2>
<p class="text-white pb-3">We value your feedback and look forward to hearing from you soon!</p>
<a href="contact.html" class="contact-btn mybtn">Contact Us</a>
</div>
</div>
<!-- Section Title End -->
</div>
</section>
<!-- ========= Contact Us End ======== -->
<!-- ========= Footer Start ======== -->
<section id="footer">
<div class="container mysection">
<footer class="row row-cols-1 row-cols-sm-2 row-cols-md-5 my-footer">
<div class="col mb-3">
<a href="index.html" class="d-flex align-items-center mb-3 link-dark text-decoration-none">
<img src="assets/images/logo-white.png" alt="" height="45px">
</a>
<p>We are a premier provider of luxury yachts and boats for all your marine needs.</p>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5>OUR Menu</h5>
<ul class="nav flex-column footer-nav">
<li class="nav-item mb-2"><a href="index.html" class="nav-link p-0 ">Home</a></li>
<li class="nav-item mb-2"><a href="faqs.html" class="nav-link p-0 ">FAQs</a></li>
<li class="nav-item mb-2"><a href="site_map.html" class="nav-link p-0 ">Site Map</a></li>
</ul>
</div>
<div class="col mb-3">
<h5>Our Fleets</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="luxury_fleet.html" class="nav-link p-0 ">Luxury</a></li>
<li class="nav-item mb-2"><a href="sailing_fleet.html" class="nav-link p-0 ">Sailing</a></li>
<li class="nav-item mb-2"><a href="fishing_fleet.html" class="nav-link p-0 ">Fishing</a></li>
</ul>
</div>
<div class="col mb-3">
<h5>CONTACT</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="tel:+92345498302" class="nav-link p-0 "> <span><i
class="fa-solid fa-phone"></i></span> +92345498302</a></li>
<li class="nav-item mb-2"><a href="mailto:[email protected]" class="nav-link p-0 text-lowercase"> <span><i
class="fa-solid fa-envelope"></i></span> [email protected]</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 "> <i
class="fa-sharp fa-solid fa-location-dot"></i></span> Mountain View, Fake st.</a>
</li>
<!-- <li class="nav-item mb-2"><a href="#" class="nav-link p-0 ">FAQs</a></li> -->
</ul>
</div>
</footer>
<div class="text-center pt-4 mt-4 border-top footer-bottom-text">
<p>© 2023 Marine Fleet - All rights reserved.</p>
</div>
</div>
</section>
<!-- ========= Footer End ======== -->
<!-- js link -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
</body>
</html>