-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (144 loc) · 5.9 KB
/
Copy pathindex.html
File metadata and controls
156 lines (144 loc) · 5.9 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.5/font/bootstrap-icons.min.css">
<title>ovenFresh</title>
</head>
<body>
<header class="header">
<nav>
<div class="nav__header">
<div class="nav__logo">
<a href="#">
<img
src="logo.jpg"
alt="logo"
class="nav__logo-dark"
/>
</a>
</div>
<div class="nav__menu__btn" id="menu-btn">
<i class="ri-menu-line">ovenFresh</i>
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="index.html">HOME</a></li>
<li><a href="#special">SPECIAL</a></li>
<li><a href="#aboutus">ABOUT US</a></li>
<li><a href="menu.html">MENU </a></li>
<li><a href="cart.html">CART</a></li>
<li><a href="login.html">LOGIN</a></li>
</ul>
</nav>
<div class="section__container header__container" id="home">
<div class="header__image">
<img src="bgimg2.png" alt="header" />
</div>
<div class="header__content">
<h2>craving something fresh? <br> order now and ghost your hunger away!!</h2>
<span><a href="menu.html" class="ordernow"> ORDER NOW </a></span>
</div>
</div>
</header>
<section class="section__container banner__container" id="special">
<div class="banner__card">
<h4>Chicken</h4>
<p>Parmesan</p>
</div>
<div class="banner__card">
<h4>oven roasted</h4>
<p>Chicken</p>
</div>
<div class="banner__card">
<p>Enchilada</p>
</div>
</section>
<section class="section__container order__container" id="aboutus">
<h2 class="section__header">about us </h2>
<p class="section__description">
At OvenFresh, we believe in the joy of good food. Since our humble beginnings in 1995, we’ve been dedicated to crafting
mouthwatering meals with the freshest ingredients. Whether you’re craving a comforting classic or a modern twist,
our diverse menu has something for everyone. OvenFresh has been more than just a cafe. We’re a community
hub where flavor meets warmth. We aim to create delicious, homemade food that brings people together.
With decades of experience, we’ve perfected our recipes, ensuring every bite is a delightful experience.
</p>
<h2 class="section__header">meet our team </h2>
<p class="section__description">Our story begins with Mr. Rohit Kumar, a passionate chef and entrepreneur whose love for cooking
ignited a culinary journey that started long before the cafe opened. Our passionate team of chefs
and staff share a common goal: to provide exceptional service and an unforgettable dining
experience. We pride ourselves on our friendly atmosphere, where everyone is welcome
whether you’re stopping in for a quick coffee or enjoying a leisurely meal with friends.
</p>
</section>
<section class="section__container event__container" id="event">
<div class="event__content">
<div class="event__details">
<h2 class="section__header">our branches </h2>
<span><h3>sector 35, chd</h3>
<img class="branchimg" src="ambience1 .png" alt="sec35"></span>
<span><h3>sector 7, chd</h3>
<img class="branchimg" src="ambience2 .png" alt="sec7"></span>
</div>
</div>
</section>
<footer class="footer">
<div class="section_container footer_container">
<div class="footer__logo">
<img src="logo2.jpg" alt="Oven Fresh Logo" />
</div>
<ul class="footer__links">
<li>
<span><i class="ri-map-pin-2-fill"></i></span> Sector 35, Chandigarh
</li>
<li>
<span><i class="ri-mail-fill"></i></span> ovenfresh@gmail.com
</li>
</ul>
<div class="footer__socials">
<a href="#"><i class="ri-facebook-circle-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-whatsapp-fill"></i></a>
</div>
</div>
<div class="footer__bottom">
<p>© 2024 Oven Fresh. All rights reserved.</p>
<p><a href="#">Privacy Policy</a></p>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="main.js"></script>
</body>
</html>
<!-- <footer class="footer">
<div class="section__container footer__container">
<div class="footer__logo">
<img src="logo.jpg" alt="logo" />
</div>
<ul class="footer__links">
<li>
<span><i class="ri-map-pin-2-fill"></i></span>
sector 35, Chandigarh
</li>
<li>
<span><i class="ri-mail-fill"></i></span>
ovenfresh@gmail.com
</li>
</ul>
<div class="footer__socials">
<a href="#"><i class="ri-facebook-circle-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
<a href="#"><i class="ri-whatsapp-fill"></i></a>
</div>
</div>
</div>
</div>
</footer> -->