-
Notifications
You must be signed in to change notification settings - Fork 0
/
sylhet3.html
112 lines (99 loc) · 4.78 KB
/
sylhet3.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>resort</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="/styleresort.css">
</head>
<nav class="navbar">
<div class="container">
<a class="navbar-brand" href="location.html">
<img src="/photos/logo.png" alt="" width="150" height="95">
</a>
</div>
</nav>
<body>
<div class="container_fluid text-center">
<h4 style="color: red; padding-top: 15px; font-family:'Georgia'" class="text-center wavy ">Seat status - </h4>
<hr style="color: rgb(8, 53, 53);">
<h4 style="font-family:'Georgia'" class="text-center wavy">Photos</h4>
<div class="row">
<div class="col photo_padding_left">
<img src="/photos/sylhet/3.jpg" alt="" height="290" width="300">
</div>
<div class="col ">
<img src="/photos/sylhet/3.1.jpg" alt="" height="290" width="300">
</div>
<div class="col photo_padding_right">
<img src="/photos/sylhet/3.2.jpg" alt="" height="290" width="300">
</div>
</div>
<div class="row">
<div class="col photo_padding_left">
<img src="/photos/sylhet/3.3.PNG" alt="" height="290" width="300">
</div>
<div class="col ">
<img src="/photos/sylhet/3.4.PNG" alt="" height="290" width="300">
</div>
<div class="col photo_padding_right">
<img src="/photos/sylhet/3.5.jpg" alt="" height="290" width="300">
</div>
</div>
<div style="background-color: #F1F1F1;width: 101%;" class="row container_fluid ">
<h4 style="font-family:'Georgia'; padding-top: 2%;"><u>Pakages</u></h4>
<div class="col">
<h5 style="font-family:'Georgia'" class="top_padding "><u>Premium</u></h5>
<div class="border-right top_padding">
<ul style="font-family:'Century Gothic'" class=" photo_padding_right">
<li style="font-family:'Century Gothic'">Breakfast included</li>
<li style="font-family:'Century Gothic'">Swimming pool</li>
<li style="font-family:'Century Gothic'">Bedroom (AC included)</li>
<li style="font-family:'Century Gothic'">Free wifi</li>
<li style="font-family:'Century Gothic'">Snacks</li>
<li style="font-family:'Century Gothic'">TV</li>
</ul>
<h3 style="color: #197288; font-family:'Century Gothic'; padding-top: 5%;" class="wavy">Book now!</h5>
<div class="row ">
<div class="col top_padding">
<a href="paybkash.html"><button type="button" class="btn btn-outline-secondary">Pay now!</button></a>
</div>
<div class="col top_padding">
<button type="button" class="btn btn-outline-secondary">Pay on arrival!</button>
</div>
</div>
</div>
</div>
<div class="col">
<h5 style="font-family:'Georgia'" class="top_padding "><u>Classic</u></h5>
<div class="top_padding">
<ul style="font-family:'Century Gothic'" class="photo_padding_right">
<li style="font-family:'Century Gothic'">Breakfast included</li>
<li style="font-family:'Century Gothic'">Bedroom</li>
<li style="font-family:'Century Gothic'">Free wifi</li>
</ul>
<h3 style="color: #197288;padding-top: 16%;font-family:'Century Gothic'" class="wavy">Book now!</h5>
<div class="row ">
<div class="col top_padding">
<a href="paybkash2.html"><button type="button" class="btn btn-outline-secondary">Pay now!</button></a>
</div>
<div class="col top_padding">
<button type="button" class="btn btn-outline-secondary">Pay on arrival!</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="height: 60px; background-color: #474C5E;text-align: center; bottom: 0;">
<p style="padding-top: 1.5%; color: aliceblue;font-size: 12px;">All rights reserved</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
<!-- <div class="footer-padding top_padding"></div>
<div class="footer">
<p>All rights reserved</p>
</div> -->
</div>
</html>