-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (44 loc) · 1.76 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>IEDC Summit 2017 - Registration</title>
<link rel="stylesheet" href="css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container" style="height: 400px;">
<div class="row" id="first-container">
<div class="col">
<img id="logo" src="assets/logo2.png">
<br><br>
<h1 class="display-4">IEDC SUMMIT 2017</h1>
</div>
</div>
<div class="row" id="second-container">
<div class="col">
<a href="search-new.php" class="btn btn-primary btn-lg btn-block">Check In</a>
</div>
<div class="col">
<a href="checkedlist.php" class="btn btn-primary btn-lg btn-block">Checked In List</a>
</div>
<div class="col">
<a href="register.php" class="btn btn-primary btn-lg btn-block">New Registration</a>
</div>
<div class="col">
<a href="activity-hub.php" class="btn btn-primary btn-lg btn-block">Activity Hub</a>
</div>
<div class="col">
<a href="reports.php" class="btn btn-primary btn-lg btn-block">Reports</a>
</div>
</div>
<div style="clear: both;"></div>
</div>
<!-- Script starts -->
<script src="js/jquery-3.2.1.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<!-- Script ends -->
</body>
</html>