-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (122 loc) · 6.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BHROMAON</title>
<link rel="stylesheet" href="styles/normalize.css">
<link rel="stylesheet" href="styles/index.css">
<script src="https://kit.fontawesome.com/d74b12e982.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="./images/airplane-favicon.ico">
</head>
<body>
<header class="header">
<div class="header__main">
<h1 class="header__title">Bhromaon</h1>
<h2 class="header__subtitle">Safe Travel Anywhere</h2>
<form class="header__form">
<input class="header__form--input" type="text" id="search" name="search" placeholder="Search Your Travel Destination" required>
<button class="header__form--btn"><a href="#">Search <i class="fa-solid fa-magnifying-glass"></i></a></button>
</form>
</div>
<div class="header__scroll">
<h6 class="header__scroll--text">Scroll down</h6>
<i class="fa-solid fa-angle-down"></i>
</div>
<nav class="nav" id="myTopnav">
<h2 class="nav__logo"><a href="#">Bhromaon</a></h2>
<ul class="nav__list">
<li class="nav__list--item"><a href="#">Who we are</a></li>
<li class="nav__list--item"><a href="#">What we do</a></li>
<li class="nav__list--item"><a href="#">Travel with us</a></li>
<li class="nav__list--item"><a href="#">Contact us</a></li>
<li class="nav__list--icon"><a href="#"><i class="fa fa-bars nav__icon"></i></a></li>
</ul>
</nav>
</header>
<main>
<section class="section-one">
<article class="section-one__left">
<h2 class="section__title">Why Choose Us</h2>
<p class="section__text">Tion and dislike men who are so beguiled and demoralized by desire by the charms of pleasure of the moment,
so blinded by desire, that they cannot foresee</p>
<p class="section__text">Ddislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that.</p>
<button class="section__btn"><a href="#">Explore places</a></button>
</article>
<div class="section-one__right">
<div class="section-one__right--top">
<img src="images/section-one_img01.png" alt="House on the lake">
</div>
<div class="section-one__right--bottom">
<img src="images/section-one_img02.png" alt="Mountains">
</div>
</div>
</section>
<section class="banner">
<img class="banner__top" src="images/banner.png" alt="Connecting shape">
<div class="banner__bottom">
<div class="banner__bottom--item">
<img class="banner__img" src="images/banner_icon01.png" alt="Magnifying glass">
<h2 class="section__title">Search Places</h2>
</div>
<div class="banner__bottom--item">
<img class="banner__img" src="images/banner_icon02.png" alt="Checkmark">
<h2 class="section__title">Select Places</h2>
</div>
<div class="banner__bottom--item">
<img class="banner__img" src="images/banner_icon03.png" alt="Thumbs up">
<h2 class="section__title">Book & Enjoy</h2>
</div>
</div>
</section>
<section class="section-two">
<div class="section-two__container">
<div class="section-two__card">
<h3 class="section__subtitle">Spain</h3>
<h2 class="section__title--small">Grand Spain Madrid</h2>
<p class="section__text">But I must explain to you how all this mistaken idea of account to denouncing pleasure and praising pain was account
born and I account will give you a complete account of the system </p>
<button class="section__btn"><a href="#">Book now</a></button>
</div>
</div>
</section>
<section class="section-three">
<div class="section-three__container">
<div class="section-three__card">
<h3 class="section__subtitle">Spain</h3>
<h2 class="section__title--small">Grand Spain Madrid</h2>
<p class="section__text">But I must explain to you how all this mistaken idea of account to denouncing pleasure and praising pain was account
born and I account will give you a complete account of the system </p>
<button class="section__btn"><a href="#">Book now</a></button>
</div>
</div>
</section>
<section class="section-four">
<div class="section-four__heading">
<h2 class="section__title">What Our Tourist Say</h2>
</div>
<div class="section-four__card">
<img class="section_four__card--img" src="images/section-four_img.png" alt="Man standing on a mountain">
<div class="section-four__card--quote">
<h2 class="section__title--small">Sam Sumon</h2>
<p class="section__text"><i class="section-four__icon fa-solid fa-quote-left"></i> But I must explain to you how all this mistaken idea of account to denouncinpleasure and praising pain But I must
explain to you how all this mistaken idea of account to nai denouncing pleasure and praising pain was account born and I account will give
you a complete account of the system was account born and I account will give you a nai the complete account of the system</p>
</div>
</div>
</section>
</main>
<footer class="footer">
<h2 class="footer__logo"><a href="#">Bhromaon</a></h2>
<h3 class="section__text">Safe Travel Anywhere</h3>
<div class="footer__social-media">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
</div>
</footer>
</body>
</html>