-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (120 loc) · 5.76 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<title>Our Services</title>
<link rel="shortcut icon" href="Capture.jpg">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="header.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://kit.fontawesome.com/6cc5c65b55.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar">
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<!-- <label class="logo">DesignX</label> -->
<img src="Capture.jpg" alt="logo">
<ul>
<li><a class="active" href="Web_gp.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="index.html">Services</a></li>
<li><a href="reccommend.html">Recomendation</a></li>
<li><a href="Wa.html">Contact</a></li>
</ul>
</nav>
<div class="container">
<h1>Our Services</h1>
<div class="row">
<div class="service">
<i class="fa-solid fa-route"></i>
<h2>Travel Guide</h2>
<p>Information: everything you need to know for your visit to Munich. Simply discover Munich - we look forward to seeing you in Munich. City of Munich. Official travel guide. simply Munich.</p>
</div>
<div class="service">
<i class="fa-solid fa-ticket"></i>
<h2>Ticket Booking</h2>
<p>Through this service, long-distance travelers could be able to book any bus seats for anywhere in Sri Lanka in one place.</p>
</div>
<div class="service">
<i class="fa-solid fa-hotel"></i>
<h2>Hotel Booking</h2>
<p>Get the best hotel room rates from Ceyline Travels, the leading hotel reservation service provider in Sri Lanka. Book your next hotel room with us.</p>
</div>
<div class="service">
<i class="fa-solid fa-cart-plus"></i>
<h2>Hospitality</h2>
<p>Consisting of restaurants, cafes, clubs, resorts, cruise lines, and other customer-oriented businesses, hospitality is a goliath-sized industry that creates</p>
</div>
<div class="service">
<i class="fa-solid fa-face-smile-wink"></i>
<h2>Entertainment</h2>
<p>Entertainment is a form of activities that take away people's stress basically come from work or school and give them properly amusement to relax.</p>
</div>
<div class="service">
<i class="fa-solid fa-car"></i>
<h2>Travel Finance</h2>
<p>Financial Management infers planning, figuring out, organizing, and controlling the monetary exercises like acquisition and use of assets of the endeavours.</p>
</div>
<div class="service">
<i class="fa-solid fa-location-pin"></i>
<h2>Accommodation</h2>
<p>Hotels remain the classic of the tourist accommodation, offering both room and board (breakfast, half board and board). From single rooms to royal suites.</p>
</div>
<div class="service">
<i class="fa-solid fa-users"></i>
<h2>Online Travel Agent</h2>
<p>An online travel agency (OTA) is a web-based marketplace that allows consumers to research and book travel products and services, including hotels, flights.</p>
</div>
</div>
</div>
<footer class="footer">
<div class="container1">
<div class="row1">
<div class="footer-col">
<h4>Your Destination</h4>
<ul>
<li><a href="Wa.html">Questions?</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Our Services</h4>
<ul>
<li><a href="#">Travel Guide</a></li>
<li><a href="#">Ticket Booking</a></li>
<li><a href="#">Hotel Booking</a></li>
<li><a href="#">Hospitality</a></li>
<li><a href="#">Entertainment</a></li>
<li><a href="#">Travel Finance</a></li>
<li><a href="#">Accommodation</a></li>
<li><a href="#">Online Travel Agent</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact Us</h4>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Messenger</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>