-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.php
42 lines (32 loc) · 1.31 KB
/
schedule.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>IO18 Extended</title>
<?php include "components/headerScript.php" ?>
</head>
<body class="white-skin">
<?php include "components/navbar.php" ?>
<br><br>
<div class="container-fluid mt-1 pt-5 pb-5" style="border-top: 4.8px solid #9e9e9e;" >
<div class="row align-items-center">
<div class="col-md-10 offset-md-1 p-3" >
<h1 class="google-font h1-responsive" style="color: #616161 ">Schedule</h1>
<p>Questions? Please contact gdgjalandhar@gmail.com.
<a href="#">GDG Jalandhar Code of Conduct</a></p>
<br>
<h3 class="google-font h3-responsive" style="color: #616161 ">Complete Schedule will be anncounced soon..</h3>
<br>
<hr>
</div>
</div>
</div>
<?php include "components/patners.php" ?>
<?php include "components/socials.php" ?>
<?php include "components/footer.php" ?>
<?php include "components/footerScript.php" ?>
</body>
</html>