-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
50 lines (42 loc) · 1.75 KB
/
index.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
43
44
45
46
47
48
49
50
<!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>
<?php include "views/index/homeScreen.php" ?>
<?php include "views/index/eventStates.php" ?>
<?php include "views/index/theme.php" ?>
<?php include "views/index/speakers.php" ?>
<?php include "views/index/pastEvent.php" ?>
<!-- <div class="container-fluid pt-5 pb-5">
<div class="row">
<div class="col-md-10 offset-md-1 ">
<h3 class="h3-responsive text-center" >LATEST NEWS</h3>
<div class="container-fluid mt-3">
<div class="row">
<div class="col-md-6">
<h4 class="h4-responsive" style="color: #1565c0"><b>Call for Speakers</b></h4>
<p>GDG Jalandhar has been announced! The the biggest conference about Google technologies in Jalandhar will take in an ancient city of Punjab. That means that it is time to open <a href="#">call for talk submissions</a>.</p>
</div>
<div class="col-md-6">
<h1></h1>
</div>
</div>
</div>
</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>