-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (86 loc) · 3.16 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=League+Spartan:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
</head>
<body>
<div class="main-container">
<div class="content-wrapper">
<div class="left-part">
<div class="image-wrapper">
<img src="assets/Step1.png" height="367px" alt="Step 1" />
</div>
<div class="image-wrapper">
<img src="assets/Step2.png" height="440px" alt="Step 2" />
</div>
<div class="image-wrapper">
<img src="assets/Step3.png" height="452px" alt="Step 3" />
</div>
<div class="image-wrapper">
<img src="assets/Step4.png" height="450px" alt="Step 4" />
</div>
</div>
<div class="right-part">
<p class="sub-title">Easy Online Booking Process</p>
<h1 class="title">You’re seconds away from securing your Iceland car rental.</h1>
<div class="steps-switch-wrapper">
<button class="step-swtich-button">
<div class="step-number">
<span>1</span>
</div>
<p class="step-switch-title">
Select your travel days
</p>
<p class="step-switch-description">
Want to relax in the Blue Lagoon during the summer or hunt the Northern Lights during the winter? Pick
your travel days and hit ‘Search’.
</p>
</button>
<button class="step-swtich-button">
<div class="step-number">
<span>2</span>
</div>
<p class="step-switch-title">
Choose your favorite ride
</p>
<p class="step-switch-description">
Take a good look at our new vehicle fleet. From 4x4s & SUVs to electric and luxury vehicles, the choice is
yours!
</p>
</button>
<button class="step-swtich-button">
<div class="step-number">
<span>3</span>
</div>
<p class="step-switch-title">
Add your extras & insurances
</p>
<p class="step-switch-description">
Feel at home on the road and don’t worry about a thing thanks to our comprehensive insurances and top
extras.
</p>
</button>
<button class="step-swtich-button">
<div class="step-number">
<span>4</span>
</div>
<p class="step-switch-title">
Complete your booking and fly to Iceland!
</p>
<p class="step-switch-description">
All you need to do now is fill in your personal details and complete the online payment process. See you
in Iceland!
</p>
</button>
</div>
</div>
</div>
</div>
</body>
</html>