-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe-single.html
267 lines (243 loc) · 8.91 KB
/
recipe-single.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<title>Food Blog</title>
<meta charset="UTF-8">
<meta name="description" content="Food Blog">
<meta name="keywords" content="food, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="img/favicon.ico" rel="shortcut icon"/>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/style.css"/>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body>
<div id="preloder">
<div class="loader"></div>
</div>
<header class="header-section">
<div class="header-top">
<div class="container">
<div class="header-social">
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
<div class="user-panel">
<a href="#">Register</a> /
<a href="#">Login</a>
</div>
</div>
</div>
<div class="header-bottom">
<div class="container">
<a href="index.html" class="site-logo">
<img src="img/logo.png" alt="">
</a>
<div class="header-search">
<a href="#"><i class="fa fa-search"></i></a>
</div>
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Features</a></li>
<li><a href="recipes.html">Receipies</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</header>
<section class="page-top-section set-bg" data-setbg="img/page-top-bg.jpg">
<div class="container">
<h2>Recipe</h2>
</div>
</section>
<div class="search-form-section">
<div class="sf-warp">
<div class="container">
<form class="big-search-form">
<select>
<option>All Recipes Categories</option>
<option>Pizza</option>
<option>Salads</option>
<option>Desserts</option>
<option>Side Dishes</option>
</select>
<select>
<option>All Ingredients</option>
<option>Breakfast</option>
<option>Lunch</option>
<option>Dinner</option>
</select>
<input type="text" placeholder="Search Receipies">
<button class="bsf-btn">Search</button>
</form>
</div>
</div>
</div>
<div class="recipe-view-section">
<div class="rv-warp set-bg" data-setbg="img/recipes/single-big.jpg"></div>
</div>
<section class="recipe-details-section">
<div class="container">
<div class="recipe-meta">
<div class="racipe-cata">
<span>For Begginers</span>
</div>
<h2>Lamb Chops with green peper sauce</h2>
<div class="recipe-date">May 15, 2018</div>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star is-fade"></i>
</div>
</div>
<div class="row">
<div class="col-lg-5">
<div class="recipe-filter-warp">
<div class="filter-top">
<div class="filter-top-text">
<p>Prep: 15 mins</p>
<p>Cook: 30 mins</p>
<p>Yields: 8 Servings</p>
</div>
</div>
<div class="filter-form-warp">
<h2>Ingredients</h2>
<form class="filter-form">
<div class="check-warp">
<input type="checkbox" id="one">
<label for="one">4 Tbsp (57 gr) butter</label>
</div>
<div class="check-warp">
<input type="checkbox" id="two">
<label for="two">2 large eggs</label>
</div>
<div class="check-warp">
<input type="checkbox" id="three">
<label for="three">2 yogurt containers granulated sugar</label>
</div>
<div class="check-warp">
<input type="checkbox" id="four">
<label for="four">1 vanilla or plain yogurt, 170g container</label>
</div>
<div class="check-warp">
<input type="checkbox" id="five">
<label for="five">White flour</label>
</div>
<div class="check-warp">
<input type="checkbox" id="six">
<label for="six">1.5 yogurt containers milk</label>
</div>
<div class="check-warp">
<input type="checkbox" id="seven">
<label for="seven">1/4 tsp cinnamon</label>
</div>
<div class="check-warp">
<input type="checkbox" id="eight">
<label for="eight">1 cup fresh blueberries </label>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-7">
<ul class="recipe-info-list">
<li>
<h2>01.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec varius dui. Suspendisse potenti. Vestibulum ac pellentesque tortor. Aenean congue sed metus in iaculis. Cras a tortor enim. Phasellus posuere vestibulum ipsum, eget lobortis purus. Orci varius natoque penatibus et magni.</p>
</li>
<li>
<h2>02.</h2>
<p>Sit amet, consectetur adipiscing elit. Vestibulum nec varius dui. Suspendisse potenti. Vestibulum ac pellentesque tortor. Aenean congue sed metus in iaculis. Cras a tortor enim. Phasellus posuere vestibulum ipsum, eget lobortis purus.</p>
</li>
<li>
<h2>03.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec varius dui. Suspendisse potenti. Vestibulum ac pellentesque tortor. Aenean congue sed metus in iaculis. Cras a tortor enim. Phasellus posuere vestibulum ipsum</p>
</li>
<li>
<h2>04.</h2>
<p>Sit amet, consectetur adipiscing elit. Vestibulum nec varius dui. Suspendisse potenti. Vestibulum ac pellentesque tortor. Aenean congue sed metus in iaculis. Cras a tortor enim. Phasellus posuere vestibulum ipsum, eget lobortis.</p>
</li>
<li>
<h2>05.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum nec varius dui. Suspendisse potenti. Vestibulum ac pellentesque tortor. Aenean congue sed metus in iaculis. Cras a tortor enim. Phasellus posuere vestibulum ipsum, eget lobortis purus. Orci varius natoque penatibus et magni.</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="comment-section spad pt-0">
<div class="container">
<h4>Leave a comment</h4>
<form class="comment-form">
<div class="row">
<div class="col-md-6">
<input type="text" placeholder="Name">
</div>
<div class="col-md-6">
<input type="text" placeholder="E-mail">
</div>
<div class="col-md-12">
<input type="text" placeholder="Subject">
<textarea placeholder="Message"></textarea>
<button class="site-btn">Send</button>
</div>
</div>
</form>
</div>
</section>
<div class="gallery">
<div class="gallery-slider owl-carousel">
<div class="gs-item set-bg" data-setbg="img/instagram/1.jpg"></div>
<div class="gs-item set-bg" data-setbg="img/instagram/2.jpg"></div>
<div class="gs-item set-bg" data-setbg="img/instagram/3.jpg"></div>
<div class="gs-item set-bg" data-setbg="img/instagram/4.jpg"></div>
<div class="gs-item set-bg" data-setbg="img/instagram/5.jpg"></div>
<div class="gs-item set-bg" data-setbg="img/instagram/6.jpg"></div>
</div>
</div>
<footer class="footer-section set-bg" data-setbg="img/footer-bg.jpg">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="footer-logo">
<img src="img/logo.png" alt="">
</div>
<div class="footer-social">
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-6 text-lg-right">
<ul class="footer-menu">
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Receipies</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>