-
Notifications
You must be signed in to change notification settings - Fork 0
/
cartegoryFull.html
209 lines (156 loc) · 6.27 KB
/
cartegoryFull.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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Groco</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/style2.css">
</head>
<body>
<!-- header section starts -->
<header>
<div class="header-2">
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<a href="/">home</a>
<a href="#category">category</a>
<a href="#product">product</a>
<a href="#deal">deal</a>
<a href="#contact">contact</a>
</nav>
<div class="icons">
<a href="#" class="fas fa-shopping-cart"></a>
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-user-circle"></a>
</div>
</div>
</header>
<!-- header section ends -->
<section class="home" id="home">
<div class="image">
<img src="/assets/img/home-img.png" alt="">
</div>
<div class="content">
<h3>Explore Cartegories Below</h3>
<a href="#content" class="btns">explore</a>
</div>
</section>
<!-- home section ends -->
<div class="container">
<div class="meal-wrapper">
<div class="meal-result" id="content">
<h2 id="cartegoryname" class="title">Cartegory name</h2>
<div id="cartegory">
<!-- meal item
<div class="meal-item">
<div class="meal-img">
<img src="/assets/img/food.jpg" alt="food">
</div>
<div class="meal-name">
<h3>Potato Chips</h3>
<a href="#" class="recipe-btn">Get Recipe</a>
</div>
</div>
<!-- end of meal item -->
</div>
</div>
<div class="meal-details">
<!-- recipe close btn -->
<button type="button" class="btn recipe-close-btn" id="recipe-close-btn">
<i class = "fas fa-times"></i>
</button>
<!-- meal content -->
<div class="meal-details-content">
<!-- <h2 class = "recipe-title">Meals Name Here</h2>
<p class = "recipe-category">Category Name</p>
<div class = "recipe-instruct">
<h3>Instructions:</h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quo blanditiis quis accusantium natus! Porro, reiciendis maiores molestiae distinctio veniam ratione ex provident ipsa, soluta suscipit quam eos velit autem iste!</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet aliquam voluptatibus ad obcaecati magnam, esse numquam nisi ut adipisci in?</p>
</div>
<div class = "recipe-meal-img">
<img src = "food.jpg" alt = "">
</div>
<div class = "recipe-link">
<a href = "#" target = "_blank">Watch Video</a>
</div> -->
</div>
</div>
</div>
</div>
<!-- deal section starts -->
<section class="deal" id="deal">
<div class="content">
<h3 class="title">ingredient of the day</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.?</p>
<div class="count-down">
<div class="box">
<h3 id="day">01</h3>
<span>day</span>
</div>
<div class="box">
<h3 id="hour">21</h3>
<span>hour</span>
</div>
<div class="box">
<h3 id="minute">16</h3>
<span>minute</span>
</div>
<div class="box">
<h3 id="second">56</h3>
<span>second</span>
</div>
</div>
<a href="#" class="btns">check the deal</a>
</div>
</section>
<!-- deal section ends -->
<!-- newsletter section starts -->
<section class="newsletter">
<h3>subscribe us for latest updates</h3>
<form action="">
<input class="box" type="email" placeholder="enter your email">
<input type="submit" value="subscribe" class="btns">
</form>
</section>
<!-- newsletter section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<a href="#" class="logo"><i class="fas fa-shopping-basket"></i>GredMe</a>
<p>max</p>
<div class="share">
<a href="#" class="btn fab fa-facebook-f"></a>
<a href="#" class="btn fab fa-twitter"></a>
<a href="#" class="btn fab fa-instagram"></a>
<a href="#" class="btn fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>quick links</h3>
<div class="links">
<a href="#">home</a>
<a href="#">category</a>
<a href="#">product</a>
<a href="#">deal</a>
<a href="#">contact</a>
</div>
</div>
<div class="box">
<h3>download app</h3>
<div class="links">
<a href="#">google play</a>
<a href="#">window xp</a>
<a href="#">app store</a>
</div>
</div>
</div>
<h1 class="credit"> created by <span> maxisz </span> | all rights reserved! </h1>
</section>
<!-- footer section ends -->
<script src="/assets/js/cartfull.js"></script>
</body>
</html>