-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoom.html
More file actions
125 lines (122 loc) · 6.42 KB
/
Room.html
File metadata and controls
125 lines (122 loc) · 6.42 KB
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
<!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">
<link rel="icon" href="Pictures/loghouselogo.jpg"/>
<link rel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"/>
<link rel="stylesheet" href="mdb/css/mdb.min.css" />
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="bootstrapalt.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<title>Log House Farm Resort</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary" >
<div class="container">
<a class="navbar-brand" href="#">
<img src="Pictures/loghouselogo.jpg" alt="Logo" width="30" height="24" class="d-inline-block">
Log House
</a>
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navrespo">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navrespo">
<ul class="navbar-nav m-auto mb-2 mb-lg-0">
<a class="nav-link" href="home.html">Home</a>
<a class="nav-link active" aria-current="page" href="#">Room</a>
<a class="nav-link" href="Cottage.html"> Cottages</a>
<a class="nav-link" href="AboutUs.html">About Us</a>
<a class="nav-link" href="ContactUs.html">Contact Us</a>
</ul>
<button class="btn btn-primary">Book Now</button>
</div>
</div>
</nav>
</header>
<main>
<div class="hero-image">
<div class="hero-content">
<h1>Discover our cozy Rooms</h1>
<p>Experience the comfort and relaxation</p>
<a href="#" class="btn btn-primary">Explore Cottages</a>
</div>
</div>
<div class="container">
<!-- date picker -->
<div class="row my-5 justify-content-center">
<div class="col-md-2">
<input type="text" class="form-control" placeholder="Check-in-date" onfocus="(this.type='date')" onblur="(this.type='text')">
</div>
<div class="col-md-2">
<input type="text" class="form-control" placeholder="Check-out-date" onfocus="(this.type='date')" onblur="(this.type='text')">
</div>
</div>
<!-- Room1 -->
<div class="row d-flex justify-content-center mb-3" data-aos="fade-right" data-aos-delay="400">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center mb-2">
<img src="Pictures/placeholder.jpg" alt="picture" class="img-fluid rounded">
</div>
<div class="position-relative col-md-6 col-sm-12">
<h5>Title Text</h5>
<p style="text-align: justify;">This is a sample text about the resort's room and cottages, book now. This is a sample text about the resort's room and cottages, book now</p>
<button class="btn btn-primary mt-3">More Details</button>
</div>
</div>
<!-- Room2 -->
<div class="row d-flex justify-content-center mb-3" data-aos="fade-right" data-aos-delay="400">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 d-flex justify-content-center mb-2">
<img src="Pictures/placeholder.jpg" alt="picture" class="img-fluid rounded">
</div>
<div class="position-relative col-md-6 col-sm-6">
<h5>Title Text</h5>
<p style="text-align: justify;">This is a sample text about the resort's room and cottages, book now. This is a sample text about the resort's room and cottages, book now</p>
<button class="btn btn-primary mt-3">More Details</button>
</div>
</div>
<!-- Room3 -->
<div class="row d-flex justify-content-center mb-3" data-aos="fade-right" data-aos-delay="400">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 d-flex justify-content-center mb-2">
<img src="Pictures/placeholder.jpg" alt="picture" class="img-fluid rounded">
</div>
<div class="position-relative col-md-6 col-sm-6">
<h5>Title Text</h5>
<p style="text-align: justify;">This is a sample text about the resort's room and cottages, book now. This is a sample text about the resort's room and cottages, book now</p>
<button class="btn btn-primary mt-3">More Details</button>
</div>
</div>
<!-- Room4 -->
<div class="row d-flex justify-content-center mb-3" data-aos="fade-right" data-aos-delay="400">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 d-flex justify-content-center mb-2">
<img src="Pictures/placeholder.jpg" alt="picture" class="img-fluid rounded">
</div>
<div class="position-relative col-md-6 col-sm-6">
<h5>Title Text</h5>
<p style="text-align: justify;">This is a sample text about the resort's room and cottages, book now. This is a sample text about the resort's room and cottages, book now</p>
<button class="btn btn-primary mt-3">More Details</button>
</div>
</div>
</div>
</main>
<footer class="bg-light text-center text-lg-star">
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, .2);">
© 2020 Copyright
</div>
</footer>
<script type="text/javascript" src="mdb/js/mdb.min.js"></script>
<script type="text/javascript"></script>
<!-- animation -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 500,
easing: 'ease-in-out',
offset: 200,
once: true
});
</script>
</body>
</html>