-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsports&gaming.html
More file actions
299 lines (253 loc) · 12.4 KB
/
Copy pathsports&gaming.html
File metadata and controls
299 lines (253 loc) · 12.4 KB
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
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sports & Gaming</title>
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap"
rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<style>
</style>
</style>
</head>
<body>
<!-- Page Header Start -->
<div class="container-fluid page-header mb-5 p-0" style="background-image: url(img/carousel-1.jpg);">
<div class="container-fluid page-header-inner py-5">
<div class="container text-center pb-5">
<h1 class="display-3 text-white mb-3 animated slideInDown">Services</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center text-uppercase">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Pages</a></li>
<li class="breadcrumb-item text-white active" aria-current="page">Services</li>
</ol>
</nav>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Sports & Gaming Section -->
<div class="container" id="sports-gaming">
<div class="row justify-content-center">
<div class="col-12 text-center mb-5">
<h2 class="text-primary">Sports & Gaming</h2>
<p class="text-muted">Explore our exciting sports facilities and indoor games!</p>
</div>
<!-- Card 1 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🎱 Pool Table</h5>
<div class="stars"><i class="fa fa-star"></i> 8 Ball & Snooker Modes</div>
<p>Enjoy professional-grade pool tables for casual or competitive matches.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=pool">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=pool">Book Now</a>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>♟️ Chess Room</h5>
<div class="stars"><i class="fa fa-star"></i> Strategy Game</div>
<p>Challenge friends to a battle of minds in our peaceful chess lounge.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=chess">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=chess">Book Now</a>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🎲 Board Games</h5>
<div class="stars"><i class="fa fa-star"></i> Monopoly, Ludo & More</div>
<p>Play a variety of classic and modern board games in a cozy room.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=boardgames">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=boardgames">Book Now</a>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🏸 Badminton</h5>
<div class="stars"><i class="fa fa-star"></i> Indoor & Outdoor Courts</div>
<p>Book your court and enjoy a fast-paced match with friends or family.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=badminton">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=badminton">Book Now</a>
</div>
</div>
</div>
<!-- Card 5 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🚴 Cycling</h5>
<div class="stars"><i class="fa fa-star"></i> Track & Trails</div>
<p>Cycle on our dedicated tracks or rent a mountain bike for adventure.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=cycling">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=cycling">Book Now</a>
</div>
</div>
</div>
<!-- Card 6 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🏐 Beach Volleyball</h5>
<div class="stars"><i class="fa fa-star"></i> Sand Court</div>
<p>Join a team and enjoy a beach volleyball match in the sun!</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=volleyball">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=volleyball">Book Now</a>
</div>
</div>
</div>
<!-- Card 7 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🎾 Tennis</h5>
<div class="stars"><i class="fa fa-star"></i> Book a Session</div>
<p>Well-maintained court for casual and professional play.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=tennis">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=tennis">Book Now</a>
</div>
</div>
</div>
<!-- Card 8 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🏊 Swimming Pool</h5>
<div class="stars"><i class="fa fa-star"></i> Open 7AM–9PM</div>
<p>Relax or train in our clean and spacious indoor pool.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=swimming">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity=swimming">Book Now</a>
</div>
</div>
</div>
<!-- Card 9 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card-box">
<h5>🏋️ Gym & Fitness</h5>
<div class="stars"><i class="fa fa-star"></i> 24/7 Access</div>
<p>Train with modern equipment, personal trainers, and workout plans.</p>
<div class="d-flex justify-content-between mt-3">
<a class="btn btn-primary" href="sports_details.html?activity=gym">View Detail</a>
<a class="btn btn-outline-primary" href="sports_booking.html?activity= gym">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- Newsletter Start -->
<div class="container newsletter mt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="row justify-content-center">
<div class="col-lg-10 border rounded p-1">
<div class="border rounded text-center p-1">
<div class="bg-white rounded text-center p-5">
<h4 class="mb-4">Subscribe Our <span class="text-primary text-uppercase">Newsletter</span></h4>
<div class="position-relative mx-auto" style="max-width: 400px;">
<input class="form-control w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
<button type="button" class="btn btn-primary py-2 px-3 position-absolute top-0 end-0 mt-2 me-2">Submit</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Newsletter Start -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-light footer wow fadeIn" data-wow-delay="0.1s">
<div class="container pb-5">
<div class="row g-5">
<div class="col-md-6 col-lg-4">
<div class="bg-primary rounded p-4">
<a href="index.html">
<h1 class="text-white text-uppercase mb-3">GOLK</h1>
</a>
<p class="text-white mb-0">
<!-- Download <a class="text-dark fw-medium" href="https://htmlcodex.com/hotel-html-template-pro">Hotelier – Premium Version</a>, build a professional website for your hotel business and grab the attention of new visitors upon your site’s launch. -->
🌍 Thank you for exploring the world with us! Your adventure is our passion. See you on your next journey!
✈️
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<h6 class="section-title text-start text-primary text-uppercase mb-4">Contact</h6>
<p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>University of Ruhuna, Matara</p>
<p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+012 345 67890</p>
<p class="mb-2"><i class="fa fa-envelope me-3"></i>info@example.com</p>
<div class="d-flex pt-2">
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-5 col-md-12">
<div class="row gy-5 g-4">
<div class="col-md-6">
<h6 class="section-title text-start text-primary text-uppercase mb-4">Company</h6>
<a class="btn btn-link" href="">About Us</a>
<a class="btn btn-link" href="">Contact Us</a>
<a class="btn btn-link" href="">Privacy Policy</a>
<a class="btn btn-link" href="">Terms & Condition</a>
<a class="btn btn-link" href="">Support</a>
</div>
<div class="col-md-6">
<h6 class="section-title text-start text-primary text-uppercase mb-4">Services</h6>
<a class="btn btn-link" href="">Food & Restaurant</a>
<a class="btn btn-link" href="">Spa & Fitness</a>
<a class="btn btn-link" href="">Sports & Gaming</a>
<a class="btn btn-link" href="">Event & Party</a>
<a class="btn btn-link" href="">GYM & Yoga</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">Your Site Name</a>, All Right Reserved.
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a>
</div>
<div class="col-md-6 text-center text-md-end">
<div class="footer-menu">
<a href="">Home</a>
<a href="">Cookies</a>
<a href="">Help</a>
<a href="">FQAs</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
</body>
</html>