-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (80 loc) · 4.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swiggy</title>
<link rel="icon" type="link"
href="uil--swiggy.png">
<link rel="stylesheet" href="food.css">
<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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<div class="navi">
<h1>Swiggy</h1>
<ul>
<li><a href="index.html">Home |</a></li>
<li><a href="Register.html">Register Hotel |</a></li>
<li><a href="Go to gmail and compose an mail to ur mail id and copy the URL and paste here">Contact </a></li>
</ul>
</div>
<div class="image">
<div class="box1">
<img src="Chapathi.jpg" alt="summa" width="250px">
<h2>Chapathi</h2>
<p>It is made of wheat</p><br>
<button>Add to Cart</button>
</div>
<div class="box1">
<img src="Pizza.jpg" alt="summa" width="250px">
<h2>Pizza</h2>
<p>Made of cheese very dangerous</p><br>
<button>Add to Cart</button>
</div>
<div class="box1">
<img src="milk.jpg" alt="summa" width="250px">
<h2>Milk</h2>
<p>Stolen from cow</p><br>
<button>Add to Cart</button>
</div>
<div class="box1">
<img src="briyani.jpg" alt="summa" width="250px">
<h2>Briyani</h2>
<p>Variety of Indian Masala</p><br>
<button>Add to Cart</button>
</div>
<div class="box1">
<img src="Shawarma.jpg" alt="summa" width="250px">
<h2>Shawarma</h2>
<p>Arabic origin chapathi</p><br>
<button>Add to Cart</button>
</div>
<div class="box1">
<img src="Burger.jpg" alt="summa" width="250px">
<h2>Burger</h2>
<p>American origin Food</p><br>
<button>Add to Cart</button>
</div>
</div>
<div class="keela">
<p>© Swiggy 2024</p><br>
<p style="font-family: sans-serif; opacity: 70%; font-size: small;">Swiggy, founded in 2014 by Sriharsha Majety,
Nandan Reddy, and Rahul Jaimini, is one of India's largest food delivery platforms. It revolutionized the
way food is delivered in urban areas by connecting users with a wide range of local restaurants via its
easy-to-use app and website. Swiggy offers not just meals but also daily essentials and groceries through
its Instamart service, catering to the evolving needs of modern consumers.
The platform stands out for its highly efficient delivery system. Swiggy uses advanced technology, real-time
tracking, and a vast network of delivery partners to ensure orders reach customers quickly, often within 30
minutes. The service is available in over 500 cities across India, offering a diverse array of cuisines from
street food to premium dining. It provides users with various features such as no minimum order value, quick
reordering, and an option to schedule deliveries in advance.
Swiggy’s success is deeply rooted in its commitment to customer satisfaction. By constantly innovating,
expanding its offerings, and enhancing its delivery ecosystem, Swiggy has not only become a household name
but also set a new benchmark for food and grocery delivery in India, focusing on convenience, reliability,
and speed.</p><br>
<p style="font-size:small;">ALL RIGHTS RESERVED TO NAVEEN ®</p>
</div>
</body>
</html>