forked from DanielJabbour/pickupweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (180 loc) · 5 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<title>
PickUp - Ride Share
</title>
<meta charset="utf-8">
<meta
name="viewport"
content="width=device-width,
initial-scale=1.0,
maximum-scale=1.0,
user-scalable=no"
>
<meta property="og:image:width" content="1300">
<meta property="og:image:height" content="740">
<link rel="stylesheet" href="index1.css" type="text/css" media="all" />
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
</head>
<body
data-page-name="home-global"
>
<nav
class="navbar navbar-fixed-top
navbar-default
role="navigation"
>
<div class="container">
<!-- Better mobile display -->
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar_collapse">
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div
class="collapse navbar-collapse"
id="navbar_collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a>
<!-- href="" Careers-->
Careers
</a>
</li>
<li>
<a > <!--href="" Contact Us-->
Contact Us
</a>
</li>
<li>
<a > <!--href="" Sign Up-->
Sign Up
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="navbar-placeholder"></div>
<div id="content">
</h1>
<div class="mtl mbl lead">
<div class="animation-container">
<img
alt="PickUp Banner"
class="animation-frame"
src="img/pickup website banner.png"
>
</div>
</div>
</div>
</div>
</div>
<div
class="feature-block"
>
<div class="container">
<div class="row text-center">
<div class="col-md-10 col-md-offset-1">
<h2 class="feature-header">
What is PickUp?
</h2>
</div>
</div>
<div class="row mtl">
<div class="col-md-4 col-md-push-6 lead mbl">
<p class="mts">
<br><br>Pickup is a ridesharing service designed to simplify the commute of university students around Ontario and provide the best commuting experience.<br><br><br>
Our app is currently in development and will be released in time for early September.<br><br>
In the meantime scroll down to try out our service from this website.
<br><br>
</p>
<p>
</p>
<div class="learn-more-button-wrapper mtm">
<a
class="btn btn-default btn-bordered"
target="_blank"
>
Sign up to become a driver
</a>
</div>
</div>
<div class="col-md-5 col-md-pull-3 mts text-center">
<div class="animation-container">
<div id="animation-container">
<video width="400" height="800" controls>
<source src="img/IMG_2497.TRIM 2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="feature-block black-bg">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2">
<h2 class="feature-header mtl">
Get A Ride Today <br> Please Fill Out The Following Form And Select Rider Or Driver<br>
<br>
Info:
</h2>
</div>
</div>
<div class="row text-center">
<form>
First Name:<br>
<input type="text" name="firstname"><br><br>
Last name:<br>
<input type="text" name="lastname"><br><br>
Starting From:<br>
<input type="text" name= "startinglocation"><br><br>
Destination:<br>
<input type="text" name= "Destination"><br><br>
Phone Number:<br>
<input type="text" name="PhoneNumber"><br><br>
Email Adress:<br>
<input type="text" name="EmailAddress"><br><br>
Time Of Departure:<br>
<input type="text" name="Time Of Departure"><br><br>
</form>
<form>
<input type="radio" name="usertype" value="Driver" checked> I Am A Driver<br>
<input type="radio" name="usertype" value="Rider"> I Am A Rider<br>
</form>
<br><br>
<form action="/action_page.php">
<input type="submit" value="Submit">
</form>
</div>
</div>
<div class="feature-block text-center">
<div class="container">
<h2 class="feature-header">
Contact Us:
</h2>
<div class="row mtx mbx">
<div class="col-md-10 col-md-offset-1">
<!-- <img
alt="PickUp"
class="downscale-fit"
src=""
> -->
<div class="lead">
pickuprideshare@gmail.com<br>
647-632-1080<br>
175 Longwood Road South Hamilton ON<br>
</div>
</div>
</div>
</div>
</body>
</html>