-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
265 lines (224 loc) · 7.54 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Second Language Teaching and Learning in the 21st Century</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.ico" />
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Conference Website">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Abdessamad Ait Elmouden">
<!-- PLUGINS CSS STYLE -->
<!-- Bootstrap -->
<link href="plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="plugins/font-awsome/css/font-awesome.min.css" rel="stylesheet">
<!-- Magnific Popup -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Slick Carousel -->
<link href="plugins/slick/slick.css" rel="stylesheet">
<link href="plugins/slick/slick-theme.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- FAVICON -->
<link href="images/favicon.png" rel="shortcut icon">
</head>
<body class="body-wrapper">
<!--========================================
= Navigation Section =
=========================================-->
<nav class="navbar main-nav border-less fixed-top navbar-expand-lg p-0">
<div class="container-fluid p-0">
<!-- logo -->
<a class="navbar-brand" href="index.html">
<img class="Desktop-img" src="images/AUI_logo.png" width="100" height="50"
alt="logo">
<img class="mobile-img" src="images/MergedLogos.png" width="100" height="50"
alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link" data-toggle="dropdown">Call For Papers<i class="fa fa-angle-down"></i>
</a>
<!-- Dropdown list -->
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="call for papers.html">English</a></li>
<li><a class="dropdown-item" href="Arabic_details.html">عربية</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="registration.html">Registration
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="speakers.html">Speakers
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Program
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="workshops.html">Pre-Conference Workshops
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<a class="navbar-brand2" href="index.html">
<img src="images/background/UFS_logo.png" width="220px" height="45px" alt="logo">
</a>
</div>
</nav>
<!--==== End of Navigation Section ====-->
<!--================================
= Page Title =
=================================-->
<section class="page-title bg-title overlay-dark">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="title">
<h3>Event Schedule</h3>
</div>
<ol class="breadcrumb justify-content-center p-0 m-0">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Event Schedule</li>
</ol>
</div>
</div>
</div>
</section>
<!--==== End of Page Title ====-->
<!--==============================
= Schedule =
===============================-->
<section class="section schedule">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title">
<h3>Event <span class="alternate">Schedule</span></h3>
<p>The event will be held over three days – fully accommodated</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="schedule-tab">
<ul class="nav nav-pills text-center">
<li class="nav-item">
<a class="nav-link active" href="#nov20" data-toggle="pill">
Day-01
<span>23 May 2024</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#nov21" data-toggle="pill">
Day-02
<span>24 May 2024</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#nov22" data-toggle="pill">
Day-03
<span>25 May 2024</span>
</a>
</li>
</ul>
</div>
<!-- Headings -->
<div class="section-title">
<p>Coming Soon!</p>
</div>
<div class="download-button text-center">
<a href="https://forms.office.com/r/jJ7RF4AFKf" target="_blank" class="btn btn-main-md">Register
to Join</a>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Schedule ====-->
<!--============================
= Footer =
=============================-->
<footer class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center">
<div class="footer-logo">
<img src="images/aui-shss.png" alt="logo" class="img-fluid">
</div>
<ul class="social-links-footer list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com/AlAkhawayn/" target="_blank"><i
class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/alakhawayn_university/?hl=en" target="_blank"><i
class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Subfooter -->
<footer class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="copyright-text">
<p> <span style="color: aliceblue;"> © <span id="copyright">
<script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script>
</span> </span> <a href="http://www.aui.ma/en/">AUI</a></p>
</div>
</div>
<div class="col-md-6">
<a href="#" class="to-top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPTS -->
<!-- jQuey -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Shuffle -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Magnific Popup -->
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<!-- SyoTimer -->
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<!-- Google Mapl -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Custom Script -->
<script src="js/script.js"></script>
</body>
</html>