-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 4.98 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
53
54
55
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>SBManageSVVV Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><!--===============================================================================================-->
<link href="images/icons/favicon.ico" rel="icon" type="image/png" /><!--===============================================================================================-->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="fonts/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="fonts/iconic/css/material-design-iconic-font.min.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="vendor/animate/animate.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="vendor/css-hamburgers/hamburgers.min.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="vendor/animsition/css/animsition.min.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="vendor/select2/select2.min.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="vendor/daterangepicker/daterangepicker.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
<link href="css/util.css" rel="stylesheet" type="text/css" />
<link href="css/main.css" rel="stylesheet" type="text/css" /><!--===============================================================================================-->
</head>
<body>
<div class="container-contact100">
<div class="header">
<div style="float:left">
<h2><b>SBManageSVVV</b></h2>
<p>Don't Stress Just Book and Go!</p>
</div>
<div style="float:right;padding-right:10px;">
<form action="Contact.html" target="_self">
<div class="container-contact100-form-btn1"><button class="contact100-form-btn1"><span>Contact Us </span></button></div>
</form>
</div>
<div style="float:right;padding-right:10px;">
<form action="LoginA.html" target="_self">
<div class="container-contact100-form-btn1"><button class="contact100-form-btn1"><span>Admin Login </span></button></div>
</form>
</div>
</div>
<div class="wrap-contact100"><span class="contact100-form-title">Smart Bus Management </span>
<form action="Signup.html" target="_self"><label class="label-input100" for="introduction">We are extremely glad to introduce you to our website. As our project is selected for the implementation stage for eyic 2019 conducted by IIT-M and powered by MHRD, we are esteemed to develope a functional website to accomplish the basic working of our idea on the field. To begin SignUp or Login to our website:</label>
<div class="container-contact100-form-btn"><button class="contact100-form-btn"><span>Click Here To Proceed </span></button></div>
</form>
</div>
</div>
<!--===============================================================================================--><script src="vendor/jquery/jquery-3.2.1.min.js"></script><!--===============================================================================================--><script src="vendor/animsition/js/animsition.min.js"></script><!--===============================================================================================--><script src="vendor/bootstrap/js/popper.js"></script><script src="vendor/bootstrap/js/bootstrap.min.js"></script><!--===============================================================================================--><script src="vendor/select2/select2.min.js"></script><!--===============================================================================================--><script src="vendor/daterangepicker/moment.min.js"></script><script src="vendor/daterangepicker/daterangepicker.js"></script><!--===============================================================================================--><script src="vendor/countdowntime/countdowntime.js"></script><!--===============================================================================================--><script src="js/main.js"></script><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script></body>
</html>