-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainPage.html
177 lines (156 loc) · 6.35 KB
/
mainPage.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Booking</title>
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/scripts.js"></script>
<!-- materialize css & js -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- material icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
<body>
<div class="navbar-fixed">
<nav class="teal">
<div class="container">
<div class="nav-wrapper">
<a href="#!" class="brand-logo">Booking</a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="#search">Search</a></li>
<li><a href="#popular">Popular Places</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-demo">
<li>
<a href="#search">Search</a>
</li>
<li>
<a href="#popular">Popular Places</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
<!-- Section: Search -->
<section id="search" class="section section-search teal darken-1 white-text center scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h3>Search Destinations</h3>
<div class="input-field">
<input class="white grey-text autocomplete" placeholder="Where are you going?" type="text" id="autocomplete-input">
</div>
</div>
</div>
</div>
</section>
<!-- Section: Hotels -->
<section id="popular" class="section section-hotels scrollspy">
<div class="container">
<div class="row">
<h4 class="center teal-text">Popular Places</h4>
<div class="col s12 m4">
<div class="card">
<div class="card-image">
<img class="imgHotels" src="https://hello-hotels-bucuresti.continentalhotels.ro/wp-content/uploads/sites/9/2021/02/Hello-Hotels-intrare_2.jpg" alt="">
<span class="card-title">Hello Hotels</span>
</div>
<div class="card-content">
<p>Hello Hotels has opened a new chapter in Romanian hotel industry, being the first 2-star hotel of Continental Hotels chain.</p>
<div class="row">
<div class="col s12">
<a href="https://www.facebook.com/HelloHotels"><i class="material-icons small teal-text">facebook</i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image">
<img class="imgHotels" src="https://media-cldnry.s-nbcnews.com/image/upload/t_fit-1240w,f_auto,q_auto:best/newscms/2017_18/1987311/170503-hotel-california-baja-mexico-njs-909a-1987311.jpg" alt="">
<span class="card-title">California Hotel</span>
</div>
<div class="card-content">
<p>Located just a short walk from Greyhound Bus Station, California Hotel & Casino offers guests a convenient base while visiting Las Vegas.</p>
<div class="row">
<div class="col s12">
<a href="https://www.facebook.com/PalmSpringsHotelCalifornia"><i class="material-icons small teal-text">facebook</i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card">
<div class="card-image">
<img class="imgHotels" src="https://www.hotel-board.com/picture/ramada-plaza-bucharest-hotel-1458758.jpg" alt="">
<span class="card-title">Ramada Plaza Bucharest Hotel</span>
</div>
<div class="card-content">
<p>Our Ramada Plaza Bucharest Convention Center hotel is the perfect place to relax and refresh during your stay.</p>
<div class="row">
<a href="https://www.facebook.com/RamadaNorth"><i class="material-icons small teal-text">facebook</i></a>
<li><a class="waves-effect waves-light teal white-text btn" href="HotelPage.html">View Hotel</a></li>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 center">
<a href="mailto:[email protected]" class="btn btn-large grey darken-3">CONTACT ME</a>
</div>
</div>
</div>
</section>
<!-- Section: Contact -->
<section id="contact" class="section section-contact scrollspy">
<div class="container">
<div class="row">
<div class="col s12 m6">
<div class="card-panel teal white-text center">
<i class="material-icons medium">email</i>
<h5>Contact Us For Booking</h5>
<p>Quick, Simple, Easy to Use. Best price guarantee!</p>
</div>
<ul class="collection with-header">
<li class="collection-header">
<h4>Location</h4>
</li>
<li class="collection-item">Booking Agency</li>
<li class="collection-item">Strada Avram Iancu 492-500, Florești 407280</li>
<li class="collection-item">Romania</li>
</ul>
</div>
<!-- Google Maps API -->
<div class="col s12 m6">
<div id="map" style="width:100%;height:480px;"></div>
<script>
function myMap() {
var mapProp = {
center: new google.maps.LatLng(46.7712, 23.6236),
zoom: 7,
};
var map = new google.maps.Map(document.getElementById("map"), mapProp);
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB-YzdoAIU7rLngGyDDIWsThJijIiwWg2Y&callback=myMap"></script>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="section teal darken-2 white-text center">
<p class="flow-text">Booking © 2022</p>
</footer>
</body>
</html>