-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (128 loc) · 4.07 KB
/
Copy pathindex.html
File metadata and controls
128 lines (128 loc) · 4.07 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Food Delivery Services Pakistan | Onlinefood.com </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav id="navbar">
<div class="logo">
<img src="Recents/logo.png" alt="MyOnlinefoodweb.com">
</div>
<ul>
<li class="item"><a href="#">Home</a></li>
<li class="item"><a href="#">Services</a></li>
<li class="item"><a href="#"> About Us</a></li>
<li class="item"><a href="#">Contact Us</a></li>
</ul>
</nav>
<div class="home-section">
<h1 class="h1">Welcome to Onlinefood.com</h1>
<p>Welcome to our online food paradise, where delicious flavors and culinary delights awaits you!</p>
<p>Explore flavors and satisfy your cravings with our premier food delivery service.</p>
<button class="btn">Order Now</button>
</div>
<div class="services">
<h1>Our services</h1>
<div class="menu">
<div class="box">
<h2>Fast Food</h2>
<p>Indulge in our selection of fast food favorites, </p>
<p>where every bite is a delicious escape!</p>
<img src="Recents/box1.png" alt="MyOnlinefoodweb.com">
</div>
<div class="box">
<h2>Restraunts</h2>
<p>Indulge in our selection of favorite Restraunts,</p>
<p>Explore and set your favorites!</p>
<img src="Recents/boximg.png" alt="MyOnlinefoodweb.com">
</div>
<div class="box">
<h2>Food Ordering</h2>
<p>Order Your favorite food from your favorite</p>
<p> places and Restraunts now.</p>
<img src="Recents/delivery.png" alt="MyOnlinefoodweb.com">
</div>
</div>
</div>
<div class="aboutus">
<div class="partners">
<img src="Recents/partner1.png" alt=" Our">
</div>
<div class="partners">
<img src="Recents/partner2.jpg" alt="">
</div>
<div class="heading-container">Partners</div>
<div class="partners">
<img src="Recents/partner3.jpg" alt="">
</div>
<div class="partners">
<img src="Recents/partner4.jpg" alt="">
</div>
</div>
<div class="contact-us">
<form action="#" id="form">
<div class="form">
<label for="Name">Name: </label>
<br>
<input type="text" placeholder="Enter your name">
</div>
<div class="form">
<label for="Email">Email</label>
<br>
<input type="email" placeholder="Enter Your Email">
</div>
<div class="form">
<label for="Phone Number">Phone No.</label>
<br>
<input type="number" placeholder="Enter Your phone number">
</div>
<div class="form">
<label for="Message">Message</label>
<br>
<textarea name="Message" id="message" cols="30" rows="10" placeholder="Type Your Message"></textarea>
</div>
<br>
<button class="btn1">Submit</button>
</form>
<div class="heading-container">
<h2>Contact Us</h2>
</div>
<img src="Recents/contact back.png" alt="Contact us now">
</div>
<footer>
<div class="content">
<img src="Recents/footer.png" alt="Contact">
<div class="boxc">
<p>Popular Listings
<br>
Lord Of Food Lahore
<br>
Going Places Restaurant Karachi
<br>
Burger Maison Eat and Feel
<br>
Al-Barakah Bites Karachi</p>
</div>
<div class="boxc">
Contact
<br>
123 Anywhere Street,
<br>
Lahore, Pakistan
<br>
info@reallygreatistic.pk
</div>
<div class="boxc">
<p>Download App</p>
<img src="Recents/playicon.png" alt="download now">
</div>
</div>
<div class="footer">
Copyright © www.onlinefood.com | All rights reserved.
</div>
</footer>
</body>
</html>