-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrule.html
297 lines (240 loc) · 10.1 KB
/
rule.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
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rules & Regulations</title>
<link rel="stylesheet" href="./css/rule.css">
<script src="https://kit.fontawesome.com/2e2567c8e8.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Nav-bar section -->
<header>
<nav>
<div>
<img src="./asset/photos/logo1.png" alt="logo" id="vip">
</div>
<!-- logo image -->
<div class="left">
<a class="nav-btn" href="index.html">Home</a>
<a class="nav-btn" href="sports.html">Sports</a>
<a class="nav-btn" href="gallery.html">Gallery</a>
<a class="nav-btn" href="rule.html">Rules</a>
</div>
<div class="right">
<a class="nav-btn" href="calendar.html">Calendar</a>
<a class="nav-btn" href="about.html">About us</a>
<a class="nav-btn" href="faq.html">FAQs</a>
</div>
</nav>
</header>
<!-- body section -->
<section class="container">
<h1>Rules and Regulations</h1> <!-- main heading-->
<div class="container1">
<div class="box">
<h2>
<!-- heading here -->
Membership Requirements
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>All participants must be registered members of the sports club.</li><br><br>
<li>Membership cards must be presented for access to facilities.</li><br><br>
<li>Fees must be paid on time to avoid suspension of privileges.</li> <br><br>
<li>Members must update their personal information with the club regularly.</li><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Code of Conduct
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Respect for teammates, opponents, referees, and staff is mandatory.</li><br><br>
<li>Abusive language, aggressive behavior, or discrimination of any kind will not be tolerated.</li><br><br>
<li>Members must maintain sportsmanship at all times during games and events.</li><br><br>
<li>Bullying or harassment in any form will result in immediate disciplinary action.</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Facility Usage
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Equipment and facilities must be used responsibly and as intended.</li><br><br>
<li>Any damage to property must be reported immediately and may result in penalties.</li><br><br>
<li>Food and beverages are prohibited in certain areas, including courts and playing fields.
</li><br><br>
<li>Keep the premises clean by disposing of trash in designated bins.</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Health and Safety
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Players must ensure they are medically fit to participate.</li><br><br>
<li>Appropriate sportswear and safety gear must be worn during activities.</li><br><br>
<li>Injuries must be reported to the management or coaches promptly.</li><br><br>
<li>Any hazardous conditions or unsafe equipment must be reported immediately.</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Scheduling and Attendance
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Adhere to the scheduled timings for practice and matches.</li><br><br>
<li>Arrive at least 15 minutes before the start of any event or activity.</li><br><br>
<li>Notify the management in advance if unable to attend scheduled activities.</li><br><br>
<li>Repeated absence without notice may result in loss of privileges.</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Game Rules
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Follow the official rules of the respective sports.</li><br><br>
<li>Disputes during games will be resolved by referees or designated officials.</li><br><br>
<li>Players must respect the decisions of referees and umpires without argument.
</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- description here -->
Spectator Guidelines
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Spectators are encouraged to cheer positively and avoid disruptive behavior.</li><br><br>
<li>Unauthorized entry onto the playing area is strictly prohibited.</li><br><br>
<li>Any act of vandalism or disrespect towards players or staff will result in removal.</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Cancellation Policy
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Notify the club at least 24 hours in advance if you cannot attend an event.</li><br><br>
<li>The management reserves the right to cancel or reschedule activities in case of emergencies.</li><br><br>
<li>Refunds for cancellations will be processed according to the club’s refund policy.</li><br><br>
</ul>
</p>
</div>
<div class="box">
<h2>
<!-- heading here -->
Prohibited Activities
<hr>
</h2>
<p>
<!-- description here -->
<ul>
<li>Smoking, alcohol, and illegal substances are strictly banned on the premises.</li><br><br>
<li>Unauthorized use of equipment or areas is not allowed.</li><br><br>
<li>Gambling or betting on games is strictly prohibited.</li><br><br>
<li>Bringing weapons or hazardous materials onto the premises is forbidden.</li><br><br>
</ul>
</p>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<section class="footer">
<!-- Footer Logo -->
<div class="logo-nav">
<img src="./asset/photos/logo.png" alt="logo" >
<h2 class="foot-h2">Local Sports Club</h2>
</div>
<!-- This is for icons -->
<div class="fot-sec">
<div>
<a href="https://github.com/QUBITABHAY/Local_Sports_Club"><i class="fa-brands fa-github fa-2xl"></i></a>
<a href="https://instagram.com"><i class="fa-brands fa-instagram fa-2xl"></i></a>
</div>
<div>
<a href="https://x.com"><i class="fa-brands fa-x-twitter fa-2xl"></i></a>
<a href="https://linkdin.com"><i class="fa-brands fa-linkedin fa-2xl"></i></a>
</div>
</div>
<!-- Contact Information -->
<div class="lt fot-sec">
<div>
<i class="fa-solid fa-location-dot fa-xl"></i>
<a href="https://maps.app.goo.gl/JJr8rh8N6BWLpsKN9" class="astyle">ADYPU campus, Lohegaon, Pune, Maharashtra</a>
</div>
<div>
<i class="fa-solid fa-thin fa-phone fa-xl"></i>
<a href="tel:+916396721301" class="astyle">+91 6396721301</a>
</div>
<div>
<i class="fa-solid fa-envelope fa-xl"></i>
<a href="mailto:[email protected]" class="astyle">[email protected]</a>
</div>
</div>
<!-- Links -->
<div class="links fot-sec">
<div class="column1">
<a class="fot-btn" href="index.html">Home</a>
<a class="fot-btn" href="gallery.html">Gallery</a>
<a class="fot-btn" href="sports.html">Sports</a>
</div>
<div class="column1">
<a class="fot-btn" href="calendar.html">Calendar</a>
<a class="fot-btn" href="about.html">About us</a>
<a class="fot-btn" href="faq.html">FAQs</a>
</div>
<div class="column1">
<a class="fot-btn" href="register.html">Register Now</a>
</div>
</div>
</section>
<div class="copyright">
<p>© Copyright. All rights reserved 2024</p>
</div>
</footer>
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>
</body>
</html>