-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstranger-mini.php
102 lines (95 loc) · 3.52 KB
/
stranger-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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?php
include("connection.php");
?>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>preplan</title>
<link rel="stylesheet" href="plan-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>
<div class="container1">
<h2>WELCOME TO TRAVEL WITH STRANGERS</h2>
<h1>Are you tired of planning trips alone or waiting for friends to align their schedules? Introducing our
unique travel plans that allow you to explore new destinations with a group of fellow explorers. Simply
choose your preferred travel destination, and we'll connect you with a curated group of travellers who share
your sense of adventure.Whether you're a solo traveler, a couple, or a small group, our travel plans cater to
your needs, providing the perfect balance of structure and flexibility.</h1>
</div>
<div class="container">
<h2 class="sub-title">Latest Availabe Places</h2>
<div class="exclusives">
<div>
<a href="detstranger-mini.php">
<img src="images/gokarna.jpeg"/>
</a>
<span>
<h3>Gokarna</h3>
<h4> Starting Date: 11/5/24</h4>
</span>
</div>
<div>
<img src="images/coorg.jpeg">
<span>
<h3>Araku</h3>
<h4> Starting Date: 11/5/24</h4>
</span>
</div>
<div>
<img src="images/pondi.jpeg">
<span>
<h3>Pondicherry</h3>
<h4> Starting Date: 14/5/24</h4>
</span>
</div>
<div>
<img src="images/varkala.jpeg">
<span>
<h3>Varkala</h3>
<h4> Starting Date: 12/5/24</h4>
</span>
</div>
<div>
<img src="images/goa.jpeg">
<span>
<h3>Goa</h3>
<h4> Starting Date: 15/5/24</h4>
</span>
</div>
<div>
<img src="images/varanasi.jpeg">
<span>
<h3>Varanasi</h3>
<h4> Starting Date: 11/5/24</h4>
</span>
</div>
<div>
<img src="images/rajastan.jpeg">
<span>
<h3>Hampi</h3>
<h4> Starting Date: 21/5/24</h4>
</span>
</div>
<div>
<img src="images/jaipur.jpeg">
<span>
<h3>Jaipur</h3>
<h4> Starting Date: 19/5/24</h4>
</span>
</div>
</div>
</div>
</div>
</body>
</html>