-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
189 lines (163 loc) · 8.23 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!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>Cookie-Breakers</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h1 class="site-heading text-center text-white d-none d-lg-block">
<!--<span class="site-heading-upper text-primary mb-3">A Free Bootstrap 4 Business Theme</span>-->
<span class="site-heading-lower" style="font-weight: 200; text-shadow: 6px 0px 0px currentColor;">Cookie Breakers</span>
</h1>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark py-lg-4" id="mainNav">
<div class="container">
<a class="navbar-brand text-uppercase text-expanded font-weight-bold d-lg-none" href="index.html"><h3 align="center">Cookie-Breakers</h3></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mx-auto">
<li class="nav-item active px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="about.html">About</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="model.html">Model</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="Team.html">Team</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="feedback.html">Feedback</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="page-section clearfix">
<div class="container">
<div class="intro">
<img class="intro-img img-fluid mb-3 mb-lg-0 rounded" src="img/intro.jpg" alt="">
<div class="intro-text left-0 text-center bg-faded p-5 rounded">
<h2 class="section-heading mb-4">
<span class="section-heading-lower">Warning System</span>
<span class="section-heading-upper">For Drivers</span>
</h2>
<p class="mb-3">Sometimes driver doesn't aware about the surrounding area and traffic density/ School Areas/ Residental Areas/ Hospitals/ some sharp turns which leads to accidents and even deaths in some cases.
</p>
<div class="intro-button mx-auto">
<a class="btn btn-primary btn-xl" href="model.html">Know More!</a>
</div>
</div>
</div>
</div>
</section>
<section class="page-section cta">
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<div class="cta-inner text-center rounded">
<h2 class="section-heading mb-4">
<span class="section-heading-upper">Our Promise</span>
<span class="section-heading-lower">Better System</span>
</h2>
<p class="mb-0">The system will warn the driver before the actual location so that the driver limits the speed. Also the warning will be displayed on the LCD screen with Buzzer sound to fully warn the driver that will prevent from any untoward.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="mainfooter" role="contentinfo" style="border-top: 2px solid white;">
<div class="footer-middle">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<h4>Heading 1</h4>
<ul class="list-unstyled">
<li><a href="#"></a></li>
<li><a href="#">Payment Center</a></li>
<li><a href="#">Contact Directory</a></li>
<li><a href="#">Forms</a></li>
<li><a href="#">News and Updates</a></li>
<li><a href="#">FAQs</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<h4>Heading 2</h4>
<ul class="list-unstyled">
<li><a href="#">Website Tutorial</a></li>
<li><a href="#">Accessibility</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Webmaster</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<!--Column1-->
<div class="footer-pad">
<h4>Heading 3</h4>
<ul class="list-unstyled">
<li><a href="#">Parks and Recreation</a></li>
<li><a href="#">Public Works</a></li>
<li><a href="#">Police Department</a></li>
<li><a href="#">Fire</a></li>
<li><a href="#">Mayor and City Council</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<h4>Follow Us</h4>
<ul class="social-network social-circle">
<li><a href="https://github.com/Cookie-Breakers/drivesafe.github.io" class="icoGitHub" target="_blank" title="GitHub"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.facebook.com/CoBreakers" class="icoFacebook" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul>
<!--User Count -->
<br>
<a title="website counter"><img style="margin-top: 25px; width: 9em;" src="https://counter11.stat.ovh/private/freecounterstat.php?c=2bhhhzrn3dtskkncwhs2mmd6c83hke5h" border="0" title="website counter" alt="website counter"></a>
</div>
</div>
</div>
</div>
<div id="copyright">
<p class="m-0 small">© Copyright 2020 - Cookie-Breakers.All rights reserved</p>
<p>Made with ♥ by <a style="color: yellowgreen; font-weight: bold;" href="https://github.com/orgs/Cookie-Breakers/dashboard">Team Cookie-Breakers</a></p>
</div>
</footer>
<!-- Back top -->
<a id="button"></a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>