-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (177 loc) · 6.74 KB
/
index.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
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Delicacy Restaurant</title>
<link rel="stylesheet" href="sty.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Sacramento&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/fontawesome/4.7.0/css/font-awesome.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.7.0/js/all.js"></script>
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-
Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
</head>
<body>
<div class="back">
<div class="menu">
<div class="left">
<h4>Delicacy</h4>
</div>
<div class="right">
<ul class="nav">
<li><a href="#about">About</a></li>
<li><a href="gallery.html" >Gallery</a></li>
<li><a href="" >Contact Us</a></li>
<li><a href="" >Complain</a></li>
</ul>
</div>
</div>
</div>
<div class="sp">
<b><h1>Our Specialities</h1></b>
<b><h2>Welcome!</h2></b>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="5.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="7.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="8.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="9.png" class="d-block w-100" alt="...">
</div>
</div>
</div>
</div>
<br>
<div class="about" id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<span class="what-we-do">WHO <span class="we">ARE</span> WE?</span>
<p><strong>Delicacy Restaurants</strong> <br>Delicacy restaurant was built in 2017.
A property built with every modern comfort you could ask for,we are sure that you will enjoy every bit of your stay.Serving our happy customers from last three successful years now!<br>
<strong>Eat good, Live full!</strong></p>
<div class="qw">
<ul>
<i class="qw fas fa-wifi fa-2x"></i>
<i class="qw far fa-envelope fa-2x"></i>
<i class="qw fas fa-coffee fa-2x"></i><br>
</ul>
</div>
</div>
</div>
</div>
</div>
<br>
<div id="about" class="cd">
<div class="card cd1" style="width: 18rem;">
<img src="2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">A property built with every modern comfort you could ask for.</p>
</div>
</div>
<div class="card cd2" style="width: 18rem;">
<img src="1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">We are sure that you will enjoy every bit of your stay.</p>
</div>
</div>
<div class="card cd3" style="width: 18rem;">
<img class="card-img-top" src="3.jpg" alt="Card image cap">
<div class="card-body">
<p class="card-text">Enjoy,party come here and celebrate life.</p>
</div>
</div>
</div>
</div>
</div>
<section id="features">
<div class="row">
<div class="features-box col-lg-4">
<i class="fas fa-umbrella-beach fa-4x"></i>
<b> <h5>Relax</h5></b>
<p>A Refreshing place </p>
</div>
<div class="features-box col-lg-4">
<i class="fas fa-cocktail fa-4x"></i>
<b> <h5>Enjoy</h5></b>
<p>A place to party</p>
</div>
<div class="features-box col-lg-4">
<i class="fas fa-heart fa-4x"></i>
<b> <h5>Celebrate</h5></b>
<p>A place to rejuvenate</p>
</div>
</div>
</section>
<div class="contact">
<div class="l">
<div class="container">
<form id="contact" action="" method="post">
<h3>Quick Contact</h3>
<h4>Contact us today, and get reply with in 24 hours!</h4>
<fieldset>
<input placeholder="Your name" type="text" tabindex="1" required autofocus>
</fieldset>
<fieldset>
<input placeholder="Your Email Address" type="email" tabindex="2" required>
</fieldset>
<fieldset>
<input placeholder="Your Phone Number" type="tel" tabindex="3" required>
</fieldset>
<fieldset>
<textarea placeholder="Type your Message Here...." tabindex="5" required></textarea>
</fieldset>
<fieldset>
<button name="submit" type="submit" id="contact-submit" data-submit="...Sending">Submit</button>
</fieldset>
</form>
</div>
</div>
<div class="r">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d238133.1523816246!2d72.68221020433099!3d21.15914250210564!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be04e59411d1563%3A0xfe4558290938b042!2sSurat%2C%20Gujarat!5e0!3m2!1sen!2sin!4v1586324749891!5m2!1sen!2sin" width="500" height="400" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<div class="ct">
<b><h1><center>To enjoy great Experience, download our new app!</center></h1></b>
<br>
<button type="button" class="ct btn btn-secondary btn-lg"><i class="fab fa-google-play"></i>Download</button>
<button type="button" class="ct btn btn-secondary btn-lg"><i class="fab fa-apple"></i>Download</button>
</div>
<br>
</div>
<footer id="bot">
<i class=" qw fab fa-instagram fa-2x"></i>
<i class=" qw fab fa-twitter fa-2x"></i>
<i class="qw far fa-envelope fa-2x"></i>
<i class="qw fab fa-facebook-square fa-2x"></i><br>
@2020Copyright. All rights reserved.
</footer>
<script type="text/javascript" href="style.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-
J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-
Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-
wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</body>
</html>