-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsign.html
134 lines (130 loc) · 7.15 KB
/
sign.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
<!DOCTYPE html>
<html>
<head>
<title>
SignUp
</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<style>
#position{
top : 150px
}
.cards{
position: absolute;
margin-left: 20%;
}
</style>
</head>
<body>
<nav class="bg-secondary p-3 fixed-top">
<div class="float-left h1 text-light font-weight-bold">CHOCHE</div>
<button class="btn bg-light offset-7" id="home">Home</button>
<button class="btn bg-light mx-2 ml-4" id="detail">Car Details</button>
<button class="btn bg-light mx-2 " id="subscription">Subscription</button>
<a href="#" class="btn btn-light btn-lg active ml-2" id="sign" role="button" aria-pressed="true">Sign Up/In</a>
<!--<button class="btn bg-light mx-2 active" id="sign">Sign Up/In</button>-->
</nav>
<img src="resources/bg.jpeg" style="width: 100%;">
<div class="card offset-1 col-4 bg-light shadow p-3 py-4 mb-5 bg-white rounded position-fixed fixed-top" id="position">
<h2 class="font-weight-bold">Create Account</h2><hr>
<div>
<div class="form-group">
<label for="exampleInputName">Name</label>
<input type="text" class="form-control" id="name" aria-describedby="nameHelp" placeholder="Enter Name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="email" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
<button id="submit" class="btn btn-secondary">Submit</button>
</div>
</div>
<div class="container-fluid my-5 text-center">
<div class="row">
<div class="col-3">
<div class="card border-0">
<img src="resources/rideicon.svg" class="offset-5 my-3" style="width: 70px;"/>
<h2 class="card-title">3,000+</h2>
<h5 class="text-muted">Rides Daily</h5>
</div>
</div>
<div class="col-3">
<div class="card border-0">
<img src="resources/smileicon.svg" class="offset-5 my-3" style="width: 70px;"/>
<h2 class="card-title">35,00,000+</h2>
<h5 class="text-muted">Happy Users</h5>
</div>
</div>
<div class="col-3">
<div class="card border-0">
<img src="resources/metericon.svg" class="offset-5 my-3" style="width: 70px;"/>
<h2 class="card-title">30,00,00,000+</h2>
<h5 class="text-muted">Km Travelled<br><small>(enough for 500 round trips to the moon!)</small></h5>
</div>
</div>
<div class="col-3">
<div class="card border-0">
<img src="resources/rateing.svg" class=" my-4" style=""/>
<h2 class="card-title mt-2">Rating 4.7/5.0</h2>
<h5 class="text-muted">Rated by 4,00,000+ customers</h5>
</div>
</div>
</div>
</div>
<div class="mt-4 bg-dark p-4 text-light">
<h2 class="mb-5 text-center">About Us</h2>
<div class="container">
<div class="row">
<div class="col-6 p-5">
<p class="mb-3">COCHE makes it easier to drive different models with one click. So don't wait come to our site select what you like and drive your way! Happy driving</p>
<div class="row text-left">
<div class="col-4">
<p>in chennai</p>
<p>in bangalore</p>
<p>in Behar</p>
<p>in budai</p>
</div>
<div class="col-4">
<p>in chittoor</p>
<p>in hyderabad</p>
<p>in vijayavada</p>
<p>in delhi</p>
</div>
<div class="col-4">
<p>in nepal</p>
<p>in kerala</p>
<p>in bombe</p>
<p>in maloor</p>
</div>
</div>
<h3>COCHE</h3>
<p>You can choose your own car for your journey</p>
<h4>Contact Us</h4>
<p>FaceBook</p>
<p>Google Mail</p>
<p>Instagram</p>
<p>Twitter</p>
<h3>Why subscription?</h3>
<p>It's a different way of owning a car, without any down payment or car loan. Your monthly fee covers insurance, service & maintenance. Plus, there are no long term commitments - you can return, extend or buy-out the car when you want. And all this at a price cheaper than an EMI!</p>
<a href="subscription.html">Subscribe Your car here!</a>
<p class="mt-3">Have a Nice day ot everyone! Thankyou for Visiting Our <em class="h2 font-weight-bold">COCHE</em></p>
</div>
<div class="col-6">
<img src="resources/aboutimg.webp" />
</div>
</div>
</div>
<p class="text-center mt-5"><small>Copyright © 2020 ABC Technologies Pvt. Ltd.</small></p>
</div>
<script src="script.js"></script>
<script src="sign.js"></script>
</body>
</html>