-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (238 loc) · 7.48 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
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" type="text/css" href="./styles/styles.css" />
<title>Leiebilen - Lei en bil</title>
</head>
<body>
<!-- Header -->
<div class="header">
<ul class="header__list">
<li class="header__item">
<a class="header__link logo" href="index.html"
>Leiebilen<span style="font-size: 10px">®</span></a
>
</li>
<li class="header__item">
<div>
<ul class="header__list">
<li class="header__item">
<a class="header__link button--language" href=""
>NO/NO
<hr
/></a>
</li>
<li class="header__item">
<a class="header__link button--login" href=""
>Logg inn/Meld deg inn nå</a
>
</li>
</ul>
</div>
</li>
</ul>
</div>
<!-- Navigation Menu Bar -->
<nav class="navigation">
<ul class="navigation__list">
<li class="navigation__item dropdown">
<a href="javascript:void(0)" class="dropbtn">Leiebil</a>
<div class="dropdown-content">
<a href="./404.html">Søk pris</a>
<a href="./rentals.html">Bilguide</a>
</div>
</li>
<li class="navigation__item dropdown">
<a href="javascript:void(0)" class="dropbtn">Varebil</a>
<div class="dropdown-content">
<a href="./404.html">Søk pris</a>
<a href="./404.html">Bilguide</a>
</div>
</li>
<li class="navigation__item dropdown">
<a href="javascript:void(0)" class="dropbtn">Steder</a>
<div class="dropdown-content">
<a href="./404.html">Søk Alle Utleiestasjoner</a>
<a href="./404.html">Norske Utleiestasjoner</a>
</div>
</li>
<li class="navigation__item">
<a class="navigation__link" href="./404.html">Bedriftsavtale</a>
</li>
<li class="navigation__item">
<a class="navigation__link" href="./404.html">Spesialtilbud</a>
</li>
<li class="navigation__item dropdown">
<a href="javascript:void(0)" class="dropbtn">Produkter</a>
<div class="dropdown-content">
<a href="./404.html">Månedsleie</a>
<a href="./404.html">Barnesete</a>
<a href="./404.html">Bildeling</a>
<a href="./404.html">Neverlost GPS</a>
<a href="./404.html">Pluss Forsikring</a>
<a href="./404.html">Superforsikring</a>
<a href="./404.html">Tilleggssjåfør</a>
<a href="./404.html">Vinterutstyr</a>
</div>
</li>
<li class="navigation__item dropdown">
<a href="javascript:void(0)" class="dropbtn">Hjelp</a>
<div class="dropdown-content">
<a href="./404.html">Vis/ Endre/ Avbestill</a>
<a href="./404.html">Finn Kvittering</a>
<a href="./404.html">Etterregistrer Bonuspoeng</a>
<a href="./404.html">Nyttig Informasjon</a>
<a href="./404.html">Leievilkår Og Betingelser</a>
<a href="./404.html">Kontakt Oss</a>
</div>
</li>
<li class="navigation__item dropdown">
<a href="javascript:void(0)" class="dropbtn">Gold Plus Rewards</a>
<div class="dropdown-content">
<a href="./404.html">Bli Medlem Nå</a>
<a href="./404.html">Gold Plus Rewards Poeng</a>
</div>
</li>
</ul>
</nav>
<!-- Booking Section -->
<!-- Skjemaet skal være todelt - Enten bestille en bil, eller logge inn på eksisterende booking (tenker to skjemaer) -->
<section>
<div class="marketing__main">
<div class="forms">
<ul class="form__navigation">
<li class="form__item" id="form__item--one">
<a class="form__link active" id="form__one">
Bestill en bil
</a>
</li>
<li class="form__item" id="form__item--two">
<a class="form__link" id="form__two">
Vis/endre/avbestill
</a>
</li>
</ul>
<!-- Booking Form -->
<div class="form__wrapper">
<form id="form__book">
<label for="location"
><strong>Sted eller flyplasskode</strong> (by, land eller
flyplasskode)</label
>
<input
id="location"
class="input__main"
type="text"
name="location"
/>
<a href="">Finn lokasjon</a>
<br />
<input type="checkbox" value="otherLocation" /> Jeg skal levere
kjøretøyet til en annen lokasjon <br />
<label for="pickup"><strong>Hentes:</strong></label
><br />
<input
id="pickup"
class="input__date"
type="text"
name="pickup"
/>
<select class="input__time-select">
<option value="12:00">12:00</option>
<option value="12:30">12:30</option>
</select>
<br />
<label for="delivery"><strong>Leveres:</strong></label>
<br />
<input
id="delivery"
class="input__date"
type="text"
name="delivery"
/>
<select class="input__time-select">
<option value="12:00">12:00</option>
<option value="12:30">12:30</option>
</select>
<div class="divide"></div>
<label for="cartype"><strong>Biltype:</strong></label>
<br />
<select id="cartype" class="input__car-select">
<option value="all">Vis alle</option>
<option value="compact">Kompakt</option>
<option value="suv">SUV</option>
<option value="economy">Økonomi</option>
</select>
<div class="input__grey">
<input type="checkbox" value="useReward" /> Bruk mine
Rewardspoeng
</div>
<div class="input__grey">
<input type="checkbox" value="discount" /> Jeg har rabatt (CDP,
PC, kupong eller annen kode -)
</div>
<button type="submit" class="button--order-as-member">
Bestill som medlem
</button>
<button type="submit" class="button--order-as-guest">
Bestill som gjest
</button>
</form>
</div>
<!-- Reservation Form -->
<div class="form__wrapper">
<form id="form__view">
<label for="reservation_number"
><strong>Reservasjonsnummer*</strong></label
>
<br />
<input
class="input__main"
type="text"
id="reservation_number"
name="reservation_number"
/>
<br />
<label for="reservation_lastname"
><strong>Etternavn*</strong></label
>
<br />
<input
class="input__main"
type="text"
id="reservation_lastname"
name="reservation_lastname"
/>
<div class="divide"></div>
<button>Søk</button>
</form>
</div>
</div>
</div>
<div class="marketing__gold"></div>
<div class="marketing__vans"></div>
<div class="marketing__info"></div>
</section>
<div class="information">
<div class="information__left">
<h2>Bilutleie</h2>
</div>
<div class="information__right">
<p>
Velkommen til Leiebilen Bilutleie. Lei en bil på nettet fra en av våre
verdensomspennende lokasjoner. Med over 90 års erfaring i bil- og
varebilutleie kan du dra nytte av vårt store bilutvalg og gjøre din
bestilling på nettet med en gang. Med de aller beste tilbud og avtaler
på bilutleie, er Leiebilen.no det beste stedet å bestille din leiebil.
Start din bestillingsprosess ved å bruke vårt online bestillingssystem
ovenfor og sjekk ut våre tilgjengelige tilbud på bil- og varebil!
</p>
</div>
</div>
<div class="divide--yellow"></div>
<script src="./js/formController.js"></script>
</body>
</html>