Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions Swiggy_order/Swiggy_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<link
href="https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@300&display=swap"
rel="stylesheet"
/>
<meta charset="utf-8" />
<title>Helping Guide</title>
<style>
img {
height: 400px;
width: 400px;
}
li {
font-size: large;
}
</style>
</head>
<body style="font-family: 'Gemunu Libre', sans-serif">
<div style="display: flex; justify-content: center; align-items: center">
<div
style="
background: #e8fcff;
margin: 12px;
width: 50%;
display: flex;
justify-content: center;
align-items: center;
"
>
<div style="margin: 14px; width: 80%">
<h2
style="color: #3a6351; font-size: 40px; text-decoration: underline"
>
How to Order food from Swiggy -
</h2>
<h4>Follow these steps -</h4>
<ol>
<li>Open the Swiggy mobile application</li>
<li>Click on ‘Restaurants From where you want to order food’</li>
<li>Click on ‘Find Offers also’</li>
<li>Click on ‘View Cart’</li>
<li>Choose the Payment Option</li>
<li>Click on ‘Place Order’</li>
<li>Give Feedback</li>
</ol>

<div>
<h3>Step 1.</h3>
<img src="home.jpg" />
<h3>Step 2.</h3>
<img src="order.png" />
<h3>Step 3.</h3>
<img src="offer.png" />
<h3>Step 4.</h3>
<img src="place order.jpg" />
<h3>Step 5.</h3>
<img src="feedback.png" />
</div>
</div>
</div>
</div>
</body>
</html>
Binary file added Swiggy_order/feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Swiggy_order/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Swiggy_order/offer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Swiggy_order/order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Swiggy_order/place order.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.