-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
95 lines (91 loc) · 4.64 KB
/
menu.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Food Corner Harrow - Authentic Sri Lankan South Indian Food" />
<meta name="author" content="FoodCorner Harrow" />
<meta name="image" content="http://foodcorner4u.co.uk/assets/img/logo-main.png" />
<!-- Facebook OG Graph sharing -->
<meta property="og:url" content="http://foodcorner4u.co.uk" />
<meta property="og:title" content="FoodCorner Harrow" />
<meta property="og:description" content="Authentic Sri Lankan South Indian Food" />
<meta property="og:image" content="http://foodcorner4u.co.uk/assets/img/logo-main.png" />
<title>Food Corner</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="../"><img src="assets/img/navbar-logo.png" alt="" /></a>
<a class="home-toggler-right" href="../"><i class="fas fa-home"></i></a>
</div>
</nav>
<section class="page-section order" id="order">
<div class="text-center p-0 m-0">
<h2>Collection</h2>
<h2>Free Local Delivery Orders over £15</h2>
<hr>
<h3><a class="text-muted" href="tel:0208-866-9723">0208-866-9723</a></h3>
<hr>
<h3><a class="text-muted" href="https://goo.gl/maps/KqgxktrhPrfjHyKk7" target="_blank">418 Alexandra Avenue, Rayners Lane, Harrow, HA2 9TR</a></h3>
</div>
</section>
<!-- Portfolio Grid-->
<section class="page-section bg-dark menuViewer p-0">
<div class="container">
<!-- Brochure Page 1 -->
<div class="row">
<div class="col-lg-4 col-md-12 m-0 p-0">
<img src="assets/menu/A.jpeg">
</div>
<div class="col-lg-4 col-md-12 m-0 p-0">
<img src="assets/menu/B.jpeg"/>
</div>
<div class="col-lg-4 col-md-12 m-0 p-0">
<img src="assets/menu/C.jpeg"/>
</div>
</div>
<!-- Re How To -->
<div class="container">
<div class="text-center">
<h2>Free Local Delivery Orders over £15</h2>
</div>
</div>
<!-- Brochure Page 2 -->
<div class="row">
<div class="col-lg-4 col-md-12 m-0 p-0">
<img src="assets/menu/D.jpeg">
</div>
<div class="col-lg-4 col-md-12 m-0 p-0">
<img src="assets/menu/E.jpeg"/>
</div>
<div class="col-lg-4 col-md-12 m-0 p-0">
<img src="assets/menu/F.jpeg"/>
</div>
</div>
</div>
</section>
<!-- Portfolio Modals-->
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>