-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
60 lines (58 loc) · 2.16 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Affordable and authentic food">
<meta name="keywords" content="Serve delicious food">
<meta name="author" content="Sai Kishore">
<title>Food Park | About</title>
<link rel="stylesheet" href="./css/style1.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Food</span> Park</h1>
</div>
<nav>
<u1>
<li><a href="home.html">Home</a></li>
<li class="current"><a href="#">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="index.html"><strong>Log in</strong></a></li>
</nav>
</div>
</header>
<section id="newsletter">
<div class="container">
</div>
</section>
<section id="main">
<div class="container">
<article id="main-col">
<h1 class="page-title">About Us</h1>
<ul>
<li>Food Park aims to connect the neighborhood to a dining experience in the same way ingredients are connected to food.</li>
<li>We wish to provide you with the best authentic indian cusines that people crave for.</li>
<li>Here you will get the best dishes from the best restaurants around you.</li>
<li>This initiative is taken by us, the coding guys, to solve a major problem this world is facing.</li>
<li>A major part of food produced gets wasted everyday, which we are trying to avoid here using data analytics.</li>
<li>We wish to create an ideal world in which no one remains hungary in their lives, and the food produced remains cheaper.</li>
</u1>
<p><br><br></p>
</article>
<aside id="sidebar">
<div class="dark">
<h3>What we do...</h3>
<p>We make the best food in the city.</p>
</div>
</aside>
</div>
</section>
<footer>
<p>Food Park, Copyright © 2019</p>
</footer>
</body>
</html>