-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcar-guide.html
169 lines (166 loc) · 8.21 KB
/
car-guide.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Car Rental</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="container" class="">
<header>
<div id="header-container">
<section class="utility-bar">
<article class="logo-container">
<div class="">
<h1 tabindex="0">Vrum Vrum company</h1>
</div>
</article>
</section>
<div id="nav-container">
<article class="nav-menu">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="skip-to-content">
<a href="#main-content" class="skip-to-content">Skip to content</a>
</td>
<td>
<a href="car-guide.html">Car Guide</a>
</td>
<td>
<a href="index.html">Car Hire</a>
</td>
<td>
<a href="not-implemented.html">Van Hire</a>
</td>
<td>
<a href="not-implemented.html">Locations</a>
</td>
<td>
<a href="not-implemented.html">Bussines Hire</a>
</td>
<td>
<a href="not-implemented.html">Offers</a>
</td>
<td>
<a href="not-implemented.html">Products</a>
</td>
<td>
<a href="not-implemented.html">Help</a>
</td>
<td>
<a href="not-implemented.html">Gold Plus Reward</a>
</td>
</tr>
</tbody>
</table>
</article>
</div>
</div>
</header>
<div id="page">
<div id="guide-container">
<div id="guide-label">
<h2 tabindex="0" id="main-content">Car categories</h2>
</div>
<div id="guide-content">
<div class="grid-container">
<div class="grid-item">
<span class="skip-to-content"><a href="#car-category">Skip to category selection</a></span>
<ul>
<li><span tabindex="0">Category: <strong>A</strong></span></li>
<li class="skip-to-content"><a href="#car-category">Skip to category selection</a></li>
<li class="skip-to-content"><a href="#cat-b">Skip to next category</a></li>
<li><span tabindex="0">Price day: <strong>10$</strong></span></li>
<li><span tabindex="0">Price week: <strong>70$</strong></span></li>
<li><span tabindex="0">Price weekend: <strong>30$</strong></span></li>
</ul>
</div>
<div class="grid-item">
<img tabindex="0" src="img/A.jpg"
alt="A category car image. Car is white and small, nice color. But you can't see anyways, so why am I even trying">
</div>
<div class="grid-item">
<ul>
<li><span tabindex="0" id="cat-b">Category: <strong>B</strong></span></li>
<li class="skip-to-content"><a href="#car-category">Skip to category selection</a></li>
<li class="skip-to-content"><a href="#cat-c">Skip to next category</a></li>
<li><span tabindex="0">Price day: <strong>12$</strong></span></li>
<li><span tabindex="0">Price week: <strong>80$</strong></span></li>
<li><span tabindex="0">Price weekend: <strong>36$</strong></span></li>
</ul>
</div>
<div class="grid-item">
<img tabindex="0" src="img/B.jpg"
alt="B category car image, bit longer, silver colour.">
</div>
<div class="grid-item">
<ul>
<li><span tabindex="0" id="cat-c">Category: <strong>C</strong></span></li>
<li class="skip-to-content"><a href="#car-category">Skip to category selection</a></li>
<li class="skip-to-content"><a href="#cat-d">Skip to next category</a></li>
<li><span tabindex="0">Price day: <strong>14$</strong></span></li>
<li><span tabindex="0">Price week: <strong>90$</strong></span></li>
<li><span tabindex="0">Price weekend: <strong>40$</strong></span></li>
</ul>
</div>
<div class="grid-item">
<img tabindex="0" src="img/C.jpg"
alt="C category car image, bit bigger than A category car, silver-white colour.">
</div>
<div class="grid-item">
<ul>
<li><span tabindex="0" id="cat-d">Category: <strong>D</strong></span></li>
<li class="skip-to-content"><a href="#car-category">Skip to category selection</a></li>
<li><span tabindex="0">Price day: <strong>15$</strong></span></li>
<li><span tabindex="0">Price week: <strong>95$</strong></span></li>
<li><span tabindex="0">Price weekend: <strong>55$</strong></span></li>
</ul>
</div>
<div class="grid-item">
<img tabindex="0" src="img/D.jpg" alt="D category car image, small, blue colour.">
</div>
</div>
<form class="grid-container" action="index.html" method="GET">
<div id="choose-option" class="grid-item">
<strong>
<label class="label" for="car-category">Choose category:</label>
</strong>
<select name="car-category" id="car-category"
aria-label="Select element to choose car category."
required>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
</select>
</div>
<div class="grid-item">
<input type="submit" class="button" name="" value="Book">
</div>
</form>
</div>
</div>
</div>
</div>
<footer>
<article id="social-bar">
<form>
<fieldset>
<label for="social-email" id="social-label">
Enter your email to receive news from us.
<input type="text" id="social-email" value="Your email!">
</label>
<button type="button" id="social-button">Sign up!</button>
</fieldset>
</form>
<ul>
<li><a href="http://www.instagram.com/"><img src="img/ig.png" alt="Instagram"></a></li>
<li><a href="https://twitter.com/"><img src="img/twitter.png" alt="Twitter"></a></li>
<li><a href="https://www.facebook.com/"><img src="img/fb.png" alt="Facebook"></a></li>
</ul>
</article>
</footer>
</body>
</html>