-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (102 loc) · 4.76 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
<!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>The Non Veg Center</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.google.com/specimen">
<link rel="icon" href="logo4.png" type="image/x-icon" style="border-radius: 100;">
</head>
<body>
<nav id="navbar">
<div id="logo">
<a href="#"><img src="logo4.png" alt="MyNonVegCente.com" style="width:2cm"></a>
</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>
<li class="item"><a href="#">login/sin up</a></li>
</ul>
</nav>
<saction id="home">
<h1 class="h-primary"><marquee>Welcome To MyNon-VegCenter</marquee></h1>
<p>Food brings people together on different level.<br>Its noureshment of the soul and the body.<br>"It's True Love"</p>
<button id="ordernow">ORDER NOW</button>
</saction>
<section class="services">
<h1 class="h-primary center">Our Catering Services</h1>
<div id="catring">
<div class="box">
<img src="pexels-engin-akyurt-2673353.jpg" alt="">
<h2 class="h-secondry center">Roasted Chicken</h2>
<p>Roast chicken is chicken prepared as food by roasting whether in a home kitchen, over a fire, or with a rotisserie (rotary spit).appears in a wide variety of cuisines worldwide.</p>
</div>
<div class="box">
<img src="pexels-rajesh-tp-1624487.jpg" alt="">
<h2 class="h-secondry center">Chicken Biryani</h2>
<p>Traditional chicken biryani is made by layering marinated chicken and then layered with parboiled rice, herbs,saffron milk & then ghee. I have shared that traditional biryani here.</p>
</div>
<div class="box">
<img src="pexels-william-choquette-2641886.jpg" alt="">
<h2 class="h-secondry center">Indian Chicken Tikka</h2>
<p>Chicken tikka is a chicken dish originated during Mughal Empire in the South Asia. It is traditionally small pieces of boneless chicken baked using skewers on a brazier called angeethi.</p>
</div>
</div>
<h1 class="h-primary center">Our Delivery Services</h1>
<div id="delivery">
<div class="box">
<img src="3.png" alt="">
<h2 class="h-secondry center">Door Step Delivery</h2>
<p>we provide delivery on your door step in very less amount of time. you can order meals online for you and your family. your meal is delever to you very saifly.</p>
</div>
<div class="box">
<img src="way.png" alt="">
<h2 class="h-secondry center">On The Way Delivery</h2>
<p>You can order from any where enther your are treveling in bus, car or anything else. and also if you are staying outside from home. We will provide you this free.</p>
</div>
<div class="box">
<img src="drone.png" alt="">
<h2 class="h-secondry center">Drone Delivery System</h2>
<p>we also provide very fastest delivery named as drone delevery. it's if you think your meal is delevered very fastly on your doorstep then you can order from this.</p>
</div>
</div>
<h1 class="choose center">Why are you choose us</h1>
<div id="benifit">
<div class="box">
<img src="star.png" alt="">
<h3>30000+ Meals safely Delivered in this pendemic.</h3>
</div>
<div class="box">
<img id="safety" src="safety.png" alt="">
<h3>We Deliverd meals with full safty in this pendemic.</h3>
</div>
<div class="box">
<img src="food.png" alt="">
<h3>We always Delever only fresh meals to your home.</h3>
</div>
</div>
<div id="address">
<div class="box">
<h5>My Non-veg center,<br> Near maitrikiran high school,<br> Gurgaon 21 , <br>
vatika india nxt.,<br> Gurugram ,Haryana - 122012</h5>
</div>
<div class="box">
<h5 class = "contact">phone: +91 900 600 5081 <br> E-mail: MyNonVeg.Center@gmail.com <br> website: www.mynonvegcenter.com</h5>
</div>
</div>
<footer>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">term of use</a></li>
<li><a href="#">Privecy policy</a></li>
<li><a href="#">© | MY NON-VEG CENTER</a></li>
</ul>
</footer>
</section>
</body>
</html>