-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (135 loc) · 6.73 KB
/
index.html
File metadata and controls
138 lines (135 loc) · 6.73 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
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="image/Logomain.jpeg">
<title> 121 Restaurant</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<div class="logo">
<a href="index.html">
<img class="logomain" src="image/Logomain.jpeg" alt="logo">
</a>
</div>
<input type="checkbox" id="click">
<label for="click" class="menu-btn">
<i class="fas fa-bars">||||</i>
</label>
<ul>
<li>
<a href="https://compiled.social/creativeabhi13">+918603944898</a>
</li>
<li>
<a href="menu.html">Menu</a>
</li>
<li>
<a href="https://sites.google.com/view/creativeabhi13/home" target="blank">About</a>
</li>
<li>
<a href="https://sites.google.com/view/creativeabhi13/about-us" target="blank">Awards</a>
</li>
<li>
<a href="https://forms.gle/X7RsXYRrepa1gkS76" target="blank" >Feedback</a>
</li>
</ul>
</nav>
<p class="xuv">
<img src="image/bg.jpg" width="100%" alt="">
</p>
<hr>
<section class="xyz">
<h2>PHOTOS</h2>
<br>
<div class="photo">
<img src="image/1content.jpeg" width="30%" controls alt="">
<img src="image/3content.jpeg" width="30%" cotrols alt="">
<img src="image/4content.jpeg" width="30%" cotrols alt="">
</div>
</section>
<hr>
<br>
<section class="frame">
<h2>MAPS</h2>
<br>
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14306.971044643527!2d84.193196775177!3d26.302437958731886!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1ac8d21b370de87d!2sCreativeabhi13!5e0!3m2!1sen!2sin!4v1626242445279!5m2!1sen!2sin"
width="400" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<br>
<br>
<br>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3576.574262457042!2d84.18708851463033!3d26.307898218594513!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3993ab5be1b845c5%3A0x42cea08c59742e48!2sCreativeabhi!5e0!3m2!1sen!2sin!4v1626243077176!5m2!1sen!2sin"
width="400" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</section>
<hr>
<!-- jQuery (Bootstrap Js Plugins depend on it )-->
<script src="js/jquery-2.1.4.mim.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/script.js"></script>
<footer class="footer">
<section class="address">
<div >
<span>
Hours:</span>
<br>
Wed-Mon: 1:00pm - 1:00am
<br>
Tuesday closed
<br>
<br>
*Delivery area within 10 km,
<br>
with minimum order of Rs.500
<br> plus 50 rupees for all deliveries.
<br>
</div>
<div class="footerx">
<span>Address:</span>
RZ-18A/211-212,3rd Flower
<br>
Gali No.2j Block West
<br>
Sagarpur Near rajat dairy
<br>
New Delhi, DELHI 110046
<br>
India(110046)
<br>
<br>
<br>
</div>
<div>
Follow us on;
<br>
<a href="https://www.facebook.com/creativeabhi13" target="blank">
<img src="image/fb.png" width="20px" height="20px" alt="">
</a>
<a href="https://www.instagram.com/creativeabhi13" target="blank">
<img src="image/insta.png" width="20px" height="20px" alt="">
</a>
<a href="https://www.youtube.com/creativeabhi13" target="blank">
<img src="image/youtube.png" width="40px" height="40px" alt="">
</a>
<a href="https://www.linkedin.com/in/creativeabhi13/" target="blank">
<img src="image/linkedin.png" width="40px" height="40px" alt="">
</a>
<a href="https://wa.me/+918603944898" target="blank">
<img src="image/wha.png" width="40px" height="40px" alt="">
</a>
<br>
<br>
Thanks for ordering with us!!
<br>
Have a Nice day!!
<br>
</div>
</section>
<p style="text-align:center" >© Copyright 121restaurant 2021</p>
</footer>
</body>
</html>