-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
83 lines (81 loc) · 2.5 KB
/
Copy pathindex2.html
File metadata and controls
83 lines (81 loc) · 2.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>What we offer section</title>
<link rel="stylesheet" href="css/style2.css" />
</head>
<body>
<main>
<p>Services</p>
<h1>What do we offer?</h1>
<p>
With experience in travel for more than 30 years we can offer you a
complete travel solution
</p>
<article class="offers">
<section class="offer">
<div class="icon">
<img src="./icons/air_ticketing.svg" alt="icon air ticketing" />
</div>
<h3>Air Ticketing</h3>
<p>
We book all domestic & International flights with the best prices &
discounts
</p>
</section>
<section class="offer">
<div class="icon">
<img src="./icons/passport.svg" alt="icon passport" />
</div>
<h3>Visa Processing</h3>
<p>
We can provide you with the best consultancy to et you the visa that
you want
</p>
</section>
<section class="offer">
<div class="icon">
<img src="./icons/hajj.svg" alt="icon hajj" />
</div>
<h3>Hajj & Umrah</h3>
<p>
We are the largest certified provider of Hajj packages for pilgrams
all over Bangladesh
</p>
</section>
<section class="offer">
<div class="icon">
<img src="./icons/tour_planning.svg" alt="icon tour planning" />
</div>
<h3>Tour Planning</h3>
<p>
Choose from our thousands of tour packages the one that suits you
and your family the most.
</p>
</section>
<section class="offer">
<div class="icon">
<img src="./icons/recruiting.svg" alt="icon recruiting" />
</div>
<h3>Recruiting</h3>
<p>
We can provide you with the best consultancy to get you the visa
that you want
</p>
</section>
<section class="offer">
<div class="icon">
<img src="./icons/consultancy.svg" alt="icon consultancy" />
</div>
<h3>Consultancy</h3>
<p>
We provide consultancy for all your travel needs. Our travel experts
can help you 24X7
</p>
</section>
</article>
</main>
</body>
</html>