This repository was archived by the owner on Feb 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschedule.html
More file actions
191 lines (171 loc) · 6.99 KB
/
schedule.html
File metadata and controls
191 lines (171 loc) · 6.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<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="Website/images/Favicons/ThumbsUp.Cycle.Favicon.png" rel="shortcut icon" type="">
<link href="Website/css/favicon.css" rel="stylesheet" type="text/css"/>
<script src="Website/js/favicon+urlpretty.js"></script>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Official Schedule for the Wesgreen 2024 Hackathon" name="description">
<meta content="Wesgreen Hackathon, Student-led Hackathon, Coding Competition, Hackathon 2024, Wesgreen International School, Muwailah Hackathon, Student Coding Event, Programming Contest, Tech Competition, Hackathon Registration, Hackathon Prizes, Hackathon Schedule, Hackathon Venue, Hackathon Sponsors, Hackathon FAQ, Hackathon Volunteers, Coding Challenge, Tech Event for Students, Hackathon Countdown, Hackathon Theme Reveal"
name="keywords">
<title>Wes:Hack - Schedule</title>
<!-- bootstrap core css -->
<link href="Website/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
<!--owl slider stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" rel="stylesheet"
type="text/css"/>
<!-- font awesome style -->
<link href="Website/css/font-awesome.min.css" rel="stylesheet"/>
<!-- Custom styles for this template -->
<link href="Website/css/style.css" rel="stylesheet"/>
<!-- responsive style -->
<link href="Website/css/responsive.css" rel="stylesheet"/>
<link href="Website/css/schedule.css" rel="stylesheet"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Wes:Hack",
"url": "https://www.weshack.me",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.yourwebsite.com/search?q=weshack",
"query-input": "required name=wesgreen hackathon"
}
}
</script>
</head>
<body class="sub_page">
<!-- header section starts -->
<header class="header_section" style="background-color: #231a6f;">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<span>
WES:HACK 24
</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=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="prizes.html">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="venue.html">Venue</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="schedule.html">Schedule<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="volunteers.html">Volunteers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rules.html">Rules</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- end header section -->
<section class="schedule-section">
<div class="container schedule-container">
<div class="heading_center">
<h2>Wes:Hack Event Schedule</h2>
</div>
<h3 class="text-center">Day 1 (December 13th)</h3>
<table class="schedule-table">
<tr class="table-heading">
<th>Event</th>
<th>Time</th>
</tr>
<tr>
<td>Registration/Attendance</td>
<td>8:30 AM – 9:00 AM</td>
</tr>
<tr>
<td>Hackathon Session (3 hrs)</td>
<td>9:00 AM – 12:00 PM</td>
</tr>
<tr>
<td>Break (Friday Prayer and Mental Refresh)</td>
<td>12:00 PM – 1:00 PM</td>
</tr>
<tr>
<td>Hackathon Session (3 hrs)</td>
<td>1:00 PM – 4:00 PM</td>
</tr>
<tr>
<td>Lunch Time & Day Over</td>
<td>4:00 PM – 5:00 PM</td>
</tr>
</table>
<h3 class="text-center" style="margin-top: 40px;">Day 2 (December 14th)</h3>
<table class="schedule-table">
<tr class="table-heading">
<th>Event</th>
<th>Time</th>
</tr>
<tr>
<td>Registration/Attendance</td>
<td>8:30 AM – 9:00 AM</td>
</tr>
<tr>
<td>Hackathon Session (3 hrs)</td>
<td>9:00 AM – 12:00 PM</td>
</tr>
<tr>
<td>Judging</td>
<td>12:00 PM – 1:00 PM</td>
</tr>
<tr>
<td>Break</td>
<td>1:00 PM – 1:30 PM</td>
</tr>
<tr>
<td>Student Showcase</td>
<td>1:30 PM – 2:15 PM</td>
</tr>
<tr>
<td>Break</td>
<td>2:15 PM – 3:15 PM</td>
</tr>
<tr>
<td>Award Ceremony</td>
<td>3:15 PM ~ 4:30 PM</td>
</tr>
</table>
</div>
</section>
<!-- jQuery -->
<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 JS -->
<script src="Website/js/cookie.js" type="text/javascript"></script>
</body>
</html>