-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserhome.php
108 lines (92 loc) · 3.72 KB
/
userhome.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
103
104
105
106
107
108
<?php
include('useraccess.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>ResortBD</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale-1,maximum-scale-1" />
<link rel="stylesheet" type="text/css" href="css/portfolio.css">
<script type="text/javascript" src="js/jQuery-3.2.1.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<style>
</style>
<body>
<nav class="navbar navbar-light" style="background-color: #ffe6ff">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="userhome.php">ResortBD</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="accommodation.php">ACCOMMODATION</a></li>
<li><a href="reservation.php">RESERVATION</a></li>
<li><a href="review_rating.php">REVIEW</a></li>
<li><a href="api.php">API</a></li>
<li><a href="gallery.php">GALLERY</a></li>
<li><a href="contact.php">CONTACT US</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="logout.php"><span class="glyphicon glyphicon-user"></span>Logout</a></li>
</ul>
</div>
</nav>
<br>
<div class="caja">
<img src="image/CoupleDelux.jpg" alt="pajaro">
<p>
<button class="button" style="float:right;"><a href="reservation.php">BOOK NOW</a></button> <h2>COUPLE DELUX</h2>
Novem Couple Deluxe is at the center of Novem Empire.
You can get to the badminton court, swimming pool, lawns and restaurantand.
</p>
</div>
<div class="caja">
<img src="image/couplevilla.jpg" alt="pajaro">
<p>
<button class="button" style="float:right;"><a href="reservation.php">BOOK NOW</a></button> <h2>COUPLE VILLA</h2>
Novem Couple Villa is at the hill top of Novem. You can get
to the stunning view of pineapple gardens of adjacent valleys their own private pools and lawns.
</p>
</div>
<div class="caja">
<img src="image/woodcottage.jpg" alt="pajaro">
<p>
<button class="button" style="float:right;"><a href="reservation.php">BOOK NOW</a></button> <h2>WOOD COTTAGE</h2>
Novem Luxury wood cottagesredefine luxury and nobility.
Fully made and furnished with wood, the cottages have
their own private pools and lawns.
</p>
</div>
<div class="caja">
<img src="image/Mudhouse.jpg" alt="pajaro">
<p>
<button class="button" style="float:right;"><a href="reservation.php"">BOOK NOW</a></button> <h2>MUD HOUSE</h2>
Novem Mud-houses are fully made and furnished with
mud and equipped to provide you a pleasant taste of rural Bangladesh that have badminton court, swimming pool.
</p>
</div>
<div class="caja">
<img src="image/FamilyDelux.jpg" alt="pajaro">
<p>
<button class="button" style="float:right;"><a href="reservation.php">BOOK NOW</a></button> <h2>FAMILY DELUX</h2>
Novem Family Deluxe is at the center of Novem Empire.
You can get to the badminton court, swimming pool and the restaurant in no time.
</p>
</div>
<div class="caja">
<img src="image/duplexFam.jpg" alt="pajaro">
<p>
<button class="button" style="float:right;"><a href="reservation.php">BOOK NOW</a></button> <h2>FAMILY VILLA</h2>
Novem Couple Villa is at the hill top of Novem. You can get
to the stunning view of pineapple gardens of adjacent valleys that have badminton court, swimming pool.
</p>
</div>
</body>
</html>