-
Notifications
You must be signed in to change notification settings - Fork 0
/
intropage.html
63 lines (49 loc) · 2.79 KB
/
intropage.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
<!DOCTYPE html>
<html>
<head>
<link href = "../buggystylesheet.css" rel = "stylesheet">
<link href="../letsBuggy/css-social-buttons/social-buttons.css" rel="icons">
<script src="buggy.js"></script>
<title>Buggy</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,400,500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,900,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- <img src="../minicar.jpg">-->
<div>
<h1 id="Buggy">Buggy</h1>
</div>
<div id="description">
<p>We want to save you money. <br>
Buggy is here to help you find the perfect carpool group to save money for your ride to the airport.</p>
</div>
<hr>
<form name="firstInput" onsubmit="return validateForm()">
<div class="airport"><span>
<a href=# id="O" class="airportbtn" type="button" name="airport" value="ohare">O'HARE</a>
<a href=# id="M" class="airportbtn" type="button" name="airport" value="midway">MIDWAY</a></span>
</div>
<div class="date">
<button href=# class="datebtn" type="button" name="date" value="june4">June 4th</button>
<button href=# class="datebtn" type="button" name="date" value="june5">June 5th</button>
<button href=# class="datebtn" type="button" name="date" value="june6">June 6th</button>
<button href=# class="datebtn" type="button" name="date" value="june7">June 7th</button>
<button href=# class="datebtn" type="button" name="date" value="june8">June 8th</button>
<button href=# class="datebtn" type="button" name="date" value="june9">June 9th</button>
<button href=# class="datebtn" type="button" name="date" value="june10">June 10th</button>
<button href=# class="datebtn" type="button" name="date"
value="june11">June 11th</button>
<button href=# class="datebtn" type="button" name="date" value="june12">June 12th</button>
</div>
<div id="letsbuggy">
<a href=/2ndpage.html class="nextbtn" type="submit" value="submit">Let's Buggy</a>
</div>
</form>
<hr class="mini">
<div id="fb">
<a href="https://www.facebook.com" class="sb no-border facebook blue">Facebook</a>
</div>
</body>
</html>