-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (106 loc) · 5.08 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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>Fire Meal|| firemeal.com</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width:1588px)" href="css/phone.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="navbar">
<div id="logo">
<img src="weblogo/weblogo.jpg" alt="low internet connection">
</div>
<ul>
<li class="items"><a href="#home">Home</a></li>
<li class="items"><a href="#services-container">Our Services</a></li>
<li class="items"><a href="#clients-container">Our Clients</a></li>
<li class="items"><a href="#contact-container">Contact us</a></li>
</ul>
</div>
<section id="home">
<h1 class="h-primary">WELCOME TO GETYOURMEAL!🍱😋 </h1>
<p>Heyyyy! Let's take a break from cooking and make your day special just tap to order now!</p>
<p>Take leave and enjoy your meal with movie don't need to cook.</p>
<button class="btn">Order now👈</button>
</section>
<section id="services-container">
<h1 class="h-primary center">Our Services</h1>
<div id="services">
<div class="box">
<img src="/items-images/burger.jpg" alt="">
<h2 class="h-secondary">Food Cattering</h2>
<!-- <p class="center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis cum ipsa hic illum
eaque maiores reprehenderit minima voluptas, similique laboriosam!</p> -->
<p class="center"> The commitment to good food Service and food at its best,We speak the language of food,Best food for special occasions ,Great tastes at affordable prices.</p>
</div>
<div class="box">
<img src="/items-images/rajma.jpg" alt="">
<h2 class="h-secondary">Bulk Ordering</h2>
<!-- <p class="center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis cum ipsa hic illum
eaque maiores reprehenderit minima voluptas, similique laboriosam!</p> -->
<p class="center">No one who cooks,cooks alone. A cook in the kitchen is surrounded by the generations of cooks past.The advice and menus of cooks present,the wisdom of cookBook writers</p>
</div>
<div class="box">
<img src="/items-images/food dilevery.webp" alt="">
<h2 class="h-secondary">Food Ordering</h2>
<!-- <p class="center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis cum ipsa hic illum
eaque maiores reprehenderit minima voluptas, similique laboriosam!</p> -->
<p class="center">A Moments of Delivered on Time, its on time,A Trendy Food Delivery,Love your Hunger, Good Food for Good Moments,Desire meets a new Food,Your Favourite Food delivery Partner</p>
</div>
</div>
</section>
<section id="clients-container">
<h1 class="h-primary ">Our Clients</h1>
<div id="clients">
<div class="clients-items">
<img src="/logos/apple1.jpg" alt="">
</div>
<div class="clients-items">
<img src="/logos/twitter.jpg" alt="">
</div>
<div class="clients-items">
<img src="/logos/microsoft.jpg" alt="">
</div>
<div class="clients-items">
<img src="/logos/skype.jpg" alt="">
</div>
<div class="clients-items">
<img src="/logos/facebook.jpg" alt="">
</div>
</div>
</section>
<section id="contact-container">
<h1 class="h-primary">Contact Us</h1>
<div id="contacts">
<form action="">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" name="name" id="name" placeholder="Enter your name">
</div>
<div class="form-group">
<label for="phone">phone:</label>
<input type="phone" name="phone" id="phone" placeholder="Enter your phone no.">
</div>
<div class="form-group">
<label for="email">Email id:</label>
<input type="email" name="email" id="email" placeholder="Enter your email">
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea name="message" id="" cols="23" rows="6" ></textarea>
</div>
</form>
</div>
</section>
<footer>
<div class="center">
copyright © www.getyourmeal.com. All right reserved!😊
</div>
</footer>
</body>
</html>