-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgoa.html
157 lines (84 loc) · 4.5 KB
/
goa.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GOA</title>
<link rel="shortcut icon" href="./images/travel.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="information" id="information">
<div class="box-container">
<div class="box" >
<div class="image">
<img src="images/goa pricing.jpg " alt="">
</div>
<div class="content">
<p> <strong>Goa is a state on the southwestern coast of India within the Konkan region, with the Arabian sea forming its western coast. It is known for its beaches and famous for places of worship. Goa is faous for its Calangute beach, Fort Aguada, cruise, water sports, and manymore. <br>
The beach capital of India enjoys a long and uninterrupted coastline with relatively calmer waves and even sea floors. While water sports in Goa can be enjoyed at any one of the beaches in the north or the south, they are more popular and draw huge crowds at Baga, Calangute, Benaulim, Candolim, and nearby beaches. water sports activities such as Motorboat, Water scooter, pedal boats, paragliding, Windsurfing, Dinghy Sailing, Scuba Diving, Water Skiing, Angling, Parasailing, Water Scooter, Swimming, Bumper Ride, Banana Ride, Snorkeling, Speed Boat, White Water rafting, Yatch Sailing, Knee boarding, Kayaking, Wake boarding, Paddle Boarding and many more can enjoyed here. <br>
The best time to visit Goa is from November to February when the weather is ideal for sightseeing and relaxing on the stunning beaches. The temperature during this time ranges around 20 to 30 degrees Celcius and it is also the peak tourist season in Goa. Monsoons from June to September are another great time to visit Goa if you love the beach during rains. Summer is not a good time to visit Goa. With the temperature fluctuating between 25 to 35 degrees Celcius, the weather from March to May is extremely hot and humid.<br>
</strong>
</p>
</div>
</div>
</div>
</section>
<section class="pricing" id="pricing">
<h1 class="heading"> our <span>pricing</span> </h1>
<div class="box-container">
<div class="box" data-aos="zoom-in-up">
<h3> basic plan </h3>
<div class="price">
<span>Rs.</span>
<span class="amount">1000</span>
<span>/day</span>
</div>
<ul>
<li>10 days</li>
<li>Food and Beverages</li>
<li>Safety guides</li>
<li>Transportation</li>
<li> Hotel</li>
</ul>
<a href="basic plan.html" class="btn">choose plan</a>
</div>
<div class="box" data-aos="zoom-in-up">
<h3> standard plan </h3>
<div class="price">
<span>Rs.</span>
<span class="amount">1500</span>
<span>/day</span>
</div>
<ul>
<li>10 days</li>
<li>Food and Beverages</li>
<li>Safety guides</li>
<li>Transportation</li>
<li> Hotel (Ac accommodation)</li>
</ul>
<a href="standard plan.html" class="btn">choose plan</a>
</div>
<div class="box" data-aos="zoom-in-up">
<h3> premium plan </h3>
<div class="price">
<span>Rs.</span>
<span class="amount">2500</span>
<span>/day</span>
</div>
<ul>
<li>10 days</li>
<li>Food and Beverages</li>
<li>Safety guide<s/li>
<li>Transportation</li>
<li> Luxry Hotel </li>
</ul>
<a href="premium plan.html" class="btn">choose plan</a>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>