-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (85 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Concert+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<div class="navbar" id="navi">
<div class="logo">
<img src="logo.png" alt="logo image">
</div>
<div class="a">
<ul id="lis">
<li class="items"><a href="#">Home</a></li>
<li class="items"><a href="#">About Us</a></li>
<li class="items"><a href="#">Contact Us</a></li>
<li class="items"><a href="#">Review Us</a></li>
</ul>
</div>
</div>
<section class="s1">
<h2 id="head1">Welcome to My Online Meal !!</h2>
<P id="para1">This is a brick-and-mortar supermarket or grocery store that allows online ordering, or a
standalone e-commerce service that includes grocery items.
There is usually a delivery charge for this service.
Fruit and vegetables are a good source of vitamins and minerals, including folate, vitamin C and potassium.
They're an excellent source of dietary fibre, which can help to maintain a healthy gut and prevent
constipation and other digestion problems. </P>
<button id="b1"> Order Now!!</button>
</section>
<div id="n">Our Services !!</div>
<section class="s2">
<div id="box1">
<img src="a1 (2).png" alt="img1">
<h2 class="head2">Food Catering</h2>
<p id="para2">Luxurious Event Catering, good Prices, Excellent Indian food Quality & Trained Staff. Discover
the Benefits of Planning Your Events with Us and Make ur day the best.</p>
</div>
<div id="box2">
<img src="a2.png.png" alt="img2">
<h2 class="head2">Bulk ordering</h2>
<p id="para3"> One of the best Hotel surround with wholesale markets
Group bulk order with excellent taste and Quality. so try once and give us a oppurtuinity to serve u the
best.
</p>
</div>
<div id="box3">
<img src="a3.ong.png" alt="img3">
<h2 class="head2">Fast delivery</h2>
<p id="para4">Enjoy finger-licking good food at home through fast food delivery services
we try and deliver the food within 30 - 45 minutes from the time of placing the order.!</p>
</div>
</section>
<div id="op">Our Clients !!</div>
<section class="s3">
<div class="imges" id="i1"><img src="c1.png" alt="c1"></div>
<div class="imges" id="i2"><img src="c2.png" alt="c2"></div>
<div class="imges" id="i3"><img src="c3.png" alt="c3"></div>
</section>
<div id="yo">For More Information !!</div>
<section class="s4">
<form action="">
<input type="text" placeholder="Name*" id="n1">
<input type="text" placeholder="Email*" id="e1">
<input type="text" placeholder="Phone" id="p1">
<textarea name="ta" id="t1" placeholder="Requirement"></textarea>
<button id="b2">Submit</button>
</form>
</section>
<footer>
<div class="center">
Copyright © www.MyOnlineMeal.com. All rights reserved! </div>
</footer>
</body>
</html>