forked from YadnikaDabhade/Restaurant-FoodWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
198 lines (164 loc) · 5.33 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
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Restaurant website template with html and css</title>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- custom css file link -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- Link Footer Font Family-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik+Gemstones&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Martian+Mono:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<!-- header section start -->
<header>
<a href="#" class="logo"><img src="logo.png"></a>
<nav class="navbar">
<a href="#home" class="active">home</a>
<a href="#about">about</a>
<a href="#menu">menu</a>
<a href="#team">team</a>
<a href="#reservation">reservation</a>
<a href="#blog">blog</a>
</nav>
<div class="icons">
<i class="fas fa-bars" id="menu"></i>
<i class="fas fa-search"></i>
<i class="fas fa-heart"></i>
<i class="fas fa-shopping-cart"></i>
</div>
</header>
<!-- header section end -->
<!-- slider section start -->
<div class="home" id="home">
<div class="swiper home-slider">
<div class="swiper-wrapper wrapper">
<div class="swiper-slide slide slide1">
<div class="content">
<img src="crown-symbol.png">
<h3>delicious royate</h3>
<h1>gift voucher</h1>
<p>
give away your beloved customers
</p>
<a href="#" class="btn">order now</a>
</div>
</div>
<div class="swiper-slide slide slide2">
<div class="content">
<img src="crown-symbol.png">
<h3>sale of 10% this dish</h3>
<h1>the fresh</h1>
<p>
food restaurant
</p>
<a href="#" class="btn">order now</a>
</div>
</div>
<div class="swiper-slide slide slide3">
<div class="content">
<img src="crown-symbol.png">
<h3>we are open</h3>
<h1>fresh fruits</h1>
<p>
you will love it
</p>
<a href="#" class="btn">order now</a>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<!-- Footer Section Start -->
<div class="Footer">
<div class="info">
<div class="About">
<div class="Address" id="about">
<img id="img" src="Address.jpg">
</div>
<div class="Number" id="about">
<img id="img" src="phone.jpg">
</div>
<div class="Fax" id="about">
<img id="img" src="fax.jpg">
</div>
<div class="Email" id="about">
<img id="img" src="email.jpg">
</div>
</div>
<div class="Feedback">
<table>
<tr>
<td class="first-col">
<h10>A R E Y O U A </h10><br>
<h9> F O O D I E ?
</h9><br><br><br><br>
<h1>G E T I N T O
U C H </h1><br><br>
<p>Royate is Proud to offer you the best food at affordable prices . </p>
<p>Visit to our nearest Restaurants.</p><br>
</td>
<td class="Second-col">
<form action="index.html">
<label>
<p id="blink">Register For Free:</p><br><br><br>
</label>
<input id="email" type="email"
placeholder=" Enter your email Address"><br><br><br><br><br>
<input id="submit" type="submit"
value=" S I G N M E U P ! "><br><br><br><br><br>
</form>
</td>
</tr>
</table>
<div class="bottom-container">
<a href="https://www.linkedin.com/" class="fa fa-linkedin"></a>
<a href="https://twitter.com/" class="fa fa-twitter"></a>
<a href="https://youtube.com/" class="fa fa-youtube"></a>
<a href="https://www.Facebook.com/" class="fa fa-facebook"></a>
<div><span class="coptr">© 2022 Copyright:</span><span><a class="asec" href=""> Royate.com</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Section End-->
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".home-slider", {
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 7500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
loop: true,
});
</script>
<script type="text/javascript">
let menu = document.querySelector('#menu');
let navbar = document.querySelector('.navbar');
menu.onclick = () => {
menu.classList.toggle('fa-times');
navbar.classList.toggle('active');
}
</script>
</body>
</html>