forked from JosephSingculan/finalProject---Copy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (64 loc) · 2.8 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
<!DOCTYPE html>
<html>
<head>
<title>
CebTours - Cebu Tours
</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="main">
<div class="box1">
<div class="logo"><img src="CEBTOURS LOGO2.svg" alt="" width="200px" height="150px"></div>
<ul class>
<li>Home</li>
<li>Tour Packages</li>
<li>About us</li>
</ul></div>
<div class="box2"><h4>
<div class="welcome"><h1>WELCOME TO <span class="ceb"><i>CEB</i></span><span class="tours">TOURS</span>!</h1></div>
<div class="search">
<form>
<ion-icon name="search-circle-outline"></ion-icon>
<input type="text" placeholder="Search for tour packages">
<button type="submit">Search</button>
<!-- <ion-icon name="search-circle-outline"></ion-icon> -->
</div>
</form>
</div>
</h4></div>
<!-- <div class="box3"><h4>Test</h4></div> -->
</div>
<div class="box3"><h4>
<div class="container1">
<div class="statement1">
<div class="description1">
<img src="person_booking.jpg" alt="" width="250px" height="190px">
<div class="line"></div>
<p><i>Discover the Cebu with ease! CebTours makes booking your
dream tour package a breeze, ensuring a hassle-free and enjoyable experience.</i></p>
</div>
</div>
<div class="statement2">
<div class="description2">
<img src="cebutour.jpg" alt="" width="250px" height="190px">
<div class="line"></div>
<p><i>Escape the ordinary and immerse yourself in extraordinary journeys.
Explore our diverse range of meticulously planned tour packages tailored
just for you.</i></p></div>
</div>
<div class="statement3">
<div class="description3">
<img src="magellanscross.jpg" alt="" width="250px" height="190px">
<div class="line"></div>
<p><i>Explore, experience, and embrace new horizons with
our expertly designed tour packages. Your next great adventure starts here!</i></p></div>
</div>
</div>
</h4></div>
<!-- <div class="box3"><h4>Test</h4></div> -->
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>