-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathabout.html
100 lines (90 loc) · 5.02 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Royal Food Cafe</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img src="images/logoo-removebg-preview.png" style="width: 30% "alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="home.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fa fa-user-circle" aria-hidden="true"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fa fa-cutlery" aria-hidden="true"></i>
</a>
</li>
</div>
</ul>
</nav>
<h1 class="tagLine">
<marquee>Welcome To The Royal Food cafe</marquee>
</h1>
<div class="design-container" style="margin-top: 20px;">
<h1 class="design">About Royal Food Cafe</h1>
<p class="design">
Here at Royal Food Cafe, we believe that food is a celebration of life and that traditional foods
are an enduring part of
our culture. Family owned and operated, we challenge ourselves everyday to live up to our name by preparing and
serving traditional, Indian home style meals with devotion, elegance, and grace. Each of us has special
memories
of home-made-food - the kind that keeps us longing for it when we are away from home. Capturing this authentic
flavor has become a critical undertaking for Royal Food Cafe and we are proud to continue to cook
traditional meals from
recipes perfected from over thousands of years. <br>
A Indian food-lover’s dream, Royal Food Cafe's Food is prepared for you using the finest seasonal ingredients in
separate vegetarian and non-vegetarian kitchens by our specially trained chefs. Good food has the ability to
delight your sense of taste and leave you happier. Our menu features a large range of vegetables, meats and
delicious desserts from rich culture including authentic indian cuisine that tastes like it came
straight from Kerala. Each menu item is specifically tailored with flair and attention to detail is
characteristic of Royal Food Cafe for every occasion, whether it be a large dinner party, family
outing, intimate first
date. Regardless of the occasion, you can always expect a great atmosphere with great food at the Royal Food Cafe.
</p>
</div>
<marquee class="tagLine"><b>Royal Food Cafe is the best Cafe in Ahmedabad</b></marquee>
<div class="footer">
<div>
<h4>Copyright <i class="fa fa-copyright" aria-hidden="true"></i>Royal Food Cafe By Amisha Purswani All Rights
Reserved.</h4>
<p>Note: We are making incremental efforts in reaching complete ADA compliancy. Some portions of website may
not be compliant at the moment.</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
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.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
</body>
</html>