-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (89 loc) · 3.86 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="icon" sizes="192x192" href="https://www.wix.com/favicon.ico">
<title>Home | Restaurants online business</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section class="sec1">
<header>
<div class="logo">
<img src="images/logo.png" alt="">
<span>Restaurant</span>
</div>
<div class="btn">
<button>Start Now</button>
</div>
</header>
<div class="content">
<h1>Take your restaurant</h1>
<h1>online today</h1>
<h4>Grow your business with a commission-free ordering solution</h4>
<button>Start Now <i class="fa-solid fa-arrow-right fa-beat-fade" style="font-size: 20px;"></i></button>
<div class="image">
<img src="images\website-x2.webp">
</div>
</div>
<div class="shade"></div>
</section>
<section class="sec2">
<div class="part1">
<div>
<h1>Integrate with leading <br> Delivery & POS partners</h1>
<p>
Reach more customers at a flat-rate of $6.99 <br> per order with an integrated professional <br>
delivery
service—powered by DoorDash
</p>
<button>Start Now <i class="fa-solid fa-arrow-right fa-beat-fade" style="font-size: 20px;"></i></button>
</div>
</div>
<div class="part2">
<img src="images/sec2img.jpg" alt="">
</div>
</section>
<section class="sec3">
<div class="card1">
<img src="images/card1.png">
<h3>Serve your customers online</h3>
<p>Create an eye-catching menu and<br>get ready to start taking online <br>orders & reservations.</p>
<h6>Start Now <i class="fa-solid fa-arrow-right "></i></h6>
</div>
<div class="card2">
<img src="images/card2.webp">
<h3>Stay on top of business</h3>
<p>Manage your restaurant on the go<br> and keep up to date with orders<br> on the Wix Owner App.</p>
<h6>Start Now <i class="fa-solid fa-arrow-right "></i></h6>
</div>
<div class="card3">
<img src="images/card3.webp">
<h3>Encourage repeat orders</h3>
<p>Leverage data to understand your<br> customers and create personalized<br>offers they can’t refuse.</p>
<h6>Start Now <i class="fa-solid fa-arrow-right "></i></h6>
</div>
</section>
<section class="sec4">
<div class="title">
<h1>Wix Restaurants</h1>
<h1>Feed Your Business</h1>
<button>Start Now <i class="fa-solid fa-arrow-right fa-beat-fade" style="font-size: 20px;"></i></button>
</div>
</section>
<section class="sec5">
<p>privacy policy | Terms of use </p>
<img src="images/logo2.png">
<h3>|</h3>
<h4>This website was designed with Wix. </h4>
<h6>Aswanth Chandran, Kerala, India</h6>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
crossorigin="anonymous"></script>
</body>
</html>