-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdetstranger-mini.php
83 lines (71 loc) · 2.75 KB
/
detstranger-mini.php
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
<?php
include("connection.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hotel Advertisement</title>
<link rel="stylesheet" href="details-mini.css">
</head>
<body>
<div class="header">
<nav>
<p>ExploreEase</p>
<ul class="nav-links">
<li><a href="home-mini.php">Home</a></li>
<li><a href="about-mini.php">Contact Us</a></li>
<li><a href="review-mini.php">Reviwes</a></li>
</ul>
<a href="sign_in.php" class="register-btn">register</a>
</nav>
</br>
<div class="container">
<img src="images/gokarna.jpeg" alt="Courtyard by Marriott Aravali Resort Hotel Advertisement">
<div class="text-content">
<h3>Gokarna</h3>
<p>Trip at 5999rs</p>
<div class="ratings">
<p>4.3/5</p>
<p>Excellent</p>
<a href="review-mini.php">View Reviews</a>
</div>
<p>Gift yourself a fun solo trip to Gokarna. Experience the thrill of traveling with strangers. make friends for life.</p>
<h4>Inclusions:</h4>
<p>Food and Dining, local transportation, to and fro tickets and stay.</p>
<h4>Exclusions:</h4>
<p>Monuments tickets, personal expenses and other expenses.</p>
</br>
<div class="nav1">
<a href="trip_str.php" class="register-btn">Plan Trip</a>
</div>
</div>
<div class="container">
<h2>Itinerary:</h2>
</div>
<div class="container2">
<h1>Gokarna & Dandeli 3 Days 2 Nights Itinerary</h1>
<h2>Day 0 (Thursday) Start from Hyd - Hubli</h2>
<p>Train starts at 4pm</p>
<h2>Day 1 (Friday) Day starts at 6am</h2>
<p>Zacuzi bath, Boating, Zipline</p>
<p>Enjoy the rain dance with music</p>
<p>Bonfire with the story telling sessions</li>
<p>Night stay Gokarna - Beach stay</p>
<h2>Day 2 (Saturday) Day starts at 6am</h2>
<p>Morning Gokarna main Beach walk</p>
<p>6 Beaches trek & 5 mountains</p>
<p>Belekon, Paradise, Friends Beach</p>
<p>Small hell, Half moon, Om Beach</p>
<p>Om Beach sea shore fun</p>
<p>Explore Honnavar Back waters</p>
<p>Board Train at Hubli 8:30pm</p>
<p>Night stay Dandeli - Tent stay</p>
<h2>Day 3 (Sunday) Day starts at 6am</h2>
<p>Witness the vivacious at Murdeshwar beach</p>
</div>
</div>
</div>
</body>
</html>