-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
221 lines (185 loc) · 7.76 KB
/
schedule.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta -->
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<!-- Mobile Metas -->
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<!-- Site Metas -->
<link href="src/media/WesmunFavicon.svg" rel="icon" type="image/png">
<title>WESMUN - Rules</title>
<!-- Bootstrap core CSS -->
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" rel="stylesheet">
<!-- Fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"/>
<!-- Font awesome style -->
<link href="src/css/font-awesome.min.css" rel="stylesheet"/>
<!-- Custom styles for this template -->
<link href="src/css/style.css" rel="stylesheet"/>
<!-- Responsive style -->
<style>
@media (max-width: 1300px) {
}
@media (max-width: 1120px) {
}
@media (max-width: 992px) {
.hero_area {
min-height: auto;
}
.hero_area {
background: linear-gradient(130deg, #57465c, #57465c);
}
.hero_area .hero_bg_box {
display: none;
}
.slider_section {
padding: 45px 0 75px 0;
}
.custom_nav-container .navbar-nav {
padding-top: 15px;
align-items: center;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
padding: 5px 25px;
margin: 5px 0;
}
}
@media (max-width: 576px) {
.header_section .header_top .contact_nav a span {
display: none;
}
}
@media (max-width: 480px) {
.slider_section .detail-box h1 {
font-size: 2rem;
}
.track_section form {
flex-direction: column;
align-items: flex-start;
}
.track_section form input {
width: 100%;
}
.track_section form button {
padding: 10px 60px;
margin-top: 10px;
}
}
@media (max-width: 420px) {
.service_section .box {
flex-direction: column;
}
}
@media (max-width: 376px) {
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
</style>
<!-- Colors and more Custom styles -->
<link href="src/css/rules.css" rel="stylesheet"/>
</head>
<body class="sub_page">
<div id="licensePopupMinimized"
style="position: fixed; bottom: 20px; right: 20px; background: #333; color: white; padding: 10px 20px; border-radius: 10px; cursor: pointer; display: flex; justify-content: center; align-items: center; z-index: 1001; font-family: Arial, sans-serif;">
<span>📜 View License Agreement</span>
</div>
<div id="autoAcceptNotification"
style="position: fixed; bottom: 20px; right: 20px; background: #28a745; color: white; padding: 10px 20px; border-radius: 10px; display: none; z-index: 1002; font-family: Arial, sans-serif;">
License has been automatically accepted.
</div>
<div id="licensePopup"
style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); color: white; flex-direction: column; justify-content: center; align-items: center; z-index: 1000; font-family: Arial, sans-serif; display: none;">
<div style="background: #333; padding: 20px; border-radius: 10px; max-width: 600px; text-align: center;">
<h2>License Agreement</h2>
<div id="licenseText"
style="max-height: 300px; overflow-y: auto; text-align: left; background: #444; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
<!-- License text will be inserted here -->
</div>
<label style="display: flex; align-items: center; margin-bottom: 20px;">
<input id="acceptCheckbox" style="margin-right: 10px;" type="checkbox"> I accept the terms and conditions
</label>
<button disabled
id="acceptButton"
style="padding: 10px 20px; background: #d32f2f; color: white; border: none; border-radius: 5px; cursor: pointer;">
Accept
</button>
</div>
</div>
<div class="hero_area">
<div class="hero_bg_box">
<div class="bg_img_box">
<img alt="Hero background image" src="src/media/Background.png">
</div>
</div>
<!-- Header Section -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>WESMUN 25</span>
</a>
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler" data-target="#navbarSupportedContent"
data-toggle="collapse" type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="venue_and_payments.html">Venue and Payment</a>
</li>
<li class="nav-item">
<a class="nav-link" href="committees.html">Committees</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- End Header Section -->
</div>
<!-- Schedule Section -->
<div class="schedule_section">
<div class="container text-center">
<div class="heading_container heading_center">
<h2>Schedule</h2>
</div>
<div class="schedule_images d-flex justify-content-center flex-wrap">
<div class="schedule_item m-3">
<img alt="Schedule Day 1" class="img-fluid" src="src/media/schedule/schedule%20day%201.webp">
</div>
<div class="schedule_item m-3">
<img alt="Schedule Day 2" class="img-fluid" src="src/media/schedule/schedule%20day%202.webp">
</div>
<div class="schedule_item m-3">
<img alt="Schedule Day 3" class="img-fluid" src="src/media/schedule/schedule%20day%203.webp">
</div>
</div>
</div>
</div>
<!-- End Schedule Section -->
<!-- JavaScript Files -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Popper.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- Custom JavaScript -->
<script src="src/js/license.js"></script>
<script src="src/js/prettyurl.js"></script>
</body>
</html>