-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
146 lines (118 loc) · 4.73 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travigo - About</title>
<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=Paytone+One&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<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=Marck+Script&display=swap" rel="stylesheet">
<style>
.aboutHeader {
background-color: #072f85;
height: 80px;
}
</style>
</head>
<body>
<header class="aboutHeader">
<a href="index.html" class="logo">Travigo</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="tours.html">Tours</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contactUs.html">Contact Us</a></li>
</ul>
</header>
<section class="container">
<div class="row-items">
<div class="container">
<div class="title">
<h2>Who are we</h2>
</div>
<br>
<p>Founded in 2005 by three university friends in Düsseldorf (Germany), trivago has since become a leading global accommodation search website. We are focused on reshaping the way millions of travelers search for and compare hotels and other accommodations. Part of Expedia Group (NASDAQ: TRVG), trivago’s mission is to become your companion to experience our world. </p>
</div>
<div class="container-img-b">
<img src="img/tourism.jpg">
</div>
</div>
</section>
<section class="container">
<div class="row-items">
<div class="container-img-b">
<img src="img/maroc.jpg">
</div>
<div class="container-box">
<p>we organize perfect trips all over Morocco.
We want you to enjoy and be moved by your experience here, whether it’s your first time, or a return trip.
We want you to see our beautiful country in the way you want to.
We will design a trip that suits the way you travel, and what you value.
Do you want Luxury? Adventure? Simplicity? There are so many ways to focus your time here, let’s choose the right things for you.
Throughout, OmegaTours takes care of everything, from the day you land, until the moment we say goodbye at the airport.
We handle all the logistics: in-country travel planning; book accommodations; and provide comfortable, private transportation.
But the most important thing is our people: Omega’s knowledgeable, friendly guides and drivers know and love this land, and love to share it with visitors.
We also have a wonderful network of people to host and help you go deeper in what you care to see: the freedom to explore in balance with your safety.
Come and see Morocco with us! You won’t be disappointed. </p>
</div>
</div>
</section>
<!--footer--->
<section id="contact">
<div class="footer">
<div class="main">
<div class="list">
<h4>Quick Links</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Tours</a></li>
</ul>
</div>
<div class="list">
<h4>Support</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Tour</a></li>
</ul>
</div>
<div class="list">
<h4>Contact Info</h4>
<ul>
<li><a href="#">98 West 21th Street</a></li>
<li><a href="#">New York NY 10016</a></li>
<li><a href="#">+(123)-123-1234</a></li>
<li><a href="#">[email protected]</a></li>
<li><a href="#">+(123)-123-1234</a></li>
</ul>
</div>
<div class="list">
<h4>Connect</h4>
<div class="social">
<a href="#"><i class='bx bxl-facebook' ></i></a>
<a href="#"><i class='bx bxl-instagram-alt' ></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class='bx bxl-linkedin' ></i></a>
</div>
</div>
</div>
</div>
<div class="end-text">
<p>Copyright ©2022 All rights reserved | Travigo</p>
</div>
</section>
<!--link to js--->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>