-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
114 lines (91 loc) · 4.58 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>New Age - Start Bootstrap Theme</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
<!-- Custom styles for this template -->
<link href="css/new-age.min.css" rel="stylesheet">
<link href="css/new-age.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top" style = "font-family: 'Poppins', arial;">serendipity</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#login" style = "font-family : Poppins, arial">Login</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features" style = "font-family : Poppins, arial">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about" style = "font-family : Poppins, arial">About</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-7 my-auto anim">
<div class="header-content mx-auto">
<h1 class="mb-5 first-text" style = "font-family: Poppins, ubuntu, arial; font-size: 3rem;" >Accident Prevention Prototype & Live Vehicle Tracking</h1>
<hr>
<h6 class="wow fadeInLeft animated" style = "padding-bottom: 1rem; font-family: Poppins, ubuntu, arial;" data-wow-delay="0.3s" style="visibility: visible; animation-name: fadeInLeft; animation-delay: 0.3s;">
Accident prevention refers to the plans, preparations and actions taken to avoid or stop an accident before it happens for real.
</h6>
<a href="http://127.0.0.1:8002/" class="btn btn-outline btn-xl js-scroll-trigger active animbutton" style = "padding: .84rem 2.14rem; margin: .375rem;
margin-top: 0.375rem;
margin-right: 0.375rem;
margin-bottom: 0.375rem;
margin-left: 0rem;">GET ASSISTANCE</a>
<a href="#download" class="btn btn-outline btn-xl js-scroll-trigger animbutton" style = "padding: .84rem 2.14rem; margin: .375rem;
margin-top: 0.375rem;
margin-right: 0.375rem;
margin-bottom: 0.375rem;
margin-left: 0.375rem;">REPORT ACCIDENT</a>
</div>
</div>
<div class="col-lg-5 my-auto">
<img src="img/accidento.png " class="img-fluid animbutton" alt="">
</div>
</div>
</div>
</header>
<a href="#" class="back-to-top" style="display: inline; color: #fff"><i class="fa fa-angle-up"></i></a>
<footer>
<div class="container">
<p>© serendipity 2019. All Rights Reserved.</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>