-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a58a167
commit 20ef5db
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>😉Zomato Clone</title> | ||
<link rel="stylesheet" href="webpagestyle.css"> | ||
</head> | ||
<body> | ||
<div class="parent"> | ||
</div> | ||
<div class="tomato"> | ||
|
||
<h1><i>zomato</i></h1><h5><i>for business</i></h5> | ||
|
||
</div> | ||
<div class="navbar"> | ||
<a id="anker" href="">Advertise</a> | ||
<button id="login">Login</button> | ||
<button id="create_account">Create Account</button> | ||
</div> | ||
<!-- <center> --> | ||
<div class="supercontent"> | ||
<div class="content"> | ||
<h1>Partner with Zomato</h1> | ||
<h1>at 0% commission for the 1st month!</h1> | ||
<br> | ||
<p>and get ads worth INR 1500. Valid for new restaurant in selected cities</p> | ||
<button id="e1">Register your restaurant</button> | ||
<button id="e2">Login to view your existing restaurants</button> | ||
<marquee behavior="scroll" direction="left"> | ||
<p style="font-size: small;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi quis molestiae, quia ullam incidunt.</p> | ||
</marquee> | ||
</div> | ||
<!-- </center> --> | ||
<!-- </div> --> | ||
<div class="subcontent"> | ||
<h1 align="center">Get started with online ordering</h1> | ||
<h5 align="center">please keep the documents ready for smooth signup </h5> | ||
<br> | ||
<div class="list"> | ||
<div class="subDiv"> | ||
<p>✅ FSSAI licensce copy (<a href="">apply now</a>) </p><br> | ||
<p>✅ Regular GSTIN (if applicable)</p><br> | ||
<p>✅ your restaurant menu</p><br> | ||
</div> | ||
<div class="subDiv1"> | ||
<p>✅ PAN card copy</p><br> | ||
<p>✅ Bank account details</p><br> | ||
<p>✅ Dish images for top 5 items</p><br> | ||
</div> | ||
</div> | ||
</div> | ||
</div><!--//supercontent--> | ||
<!-- </center> remove this gives inappropriate --> | ||
<!-- </div>//parent --> | ||
</body> | ||
</html> |