-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogdetail.html
360 lines (339 loc) · 16 KB
/
blogdetail.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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=deivce-width,initial-scale=1,shrink-to-fit=no">
<title>Bakery</title>
<link href="https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/flex-box.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<header>
<div class="header-wrapper">
<div class="container">
<div class="header-inner-wrapper">
<div class="logo">
<h1>
<a href="#">Gustoso</a>
</h1>
</div>
<div class="menu-wrapper" id="nav-menu">
<div class="cross-btn">
<a href="#">
<i class="fa-solid fa-xmark" onclick="hideMenu()"></i>
</a>
<div class="logo">
<h1>
<a href="#">
Gustoso
</a>
</h1>
</div><!--end-logo-->
</div>
<nav>
<ul class="menu">
<li><a href="index.html">Welcome</a></li>
<li class="menu-item-has-children" id="bar"><a href="#">menu</a>
<ul class="sub-menu" id="nav-menu-toogle">
<li><a href="bloglist.html">Blog List</a></li>
<li><a href="#">Blog Detail</a></li>
</ul>
</li>
<li><a href="#">Reservations</a></li>
<li class="megamenu">
<a href="#">news</a>
<div class="sub-mega-menu">
<div class="container">
<div class="row">
<div class="col">
<div class="mega-menu-item">
<h4>Home Style</h4>
<ul class="mega-menu-list">
<li><a href="index.html">Home</a></li>
<li><a href="bloglist.html">Blog</a></li>
<li><a href="#">Blog Detail</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
</div>
<div class="col">
<div class="mega-menu-item">
<h4>Home Style</h4>
<ul class="mega-menu-list">
<li><a href="index.html">Home style 1</a></li>
<li><a href="#">Home style 2</a></li>
<li><a href="#">Home style 3</a></li>
<li><a href="#">Home style 4</a></li>
</ul>
</div>
</div>
<div class="col">
<div class="mega-menu-item">
<h4>Home Style</h4>
<ul class="mega-menu-list">
<li><a href="#">Home style 5</a></li>
<li><a href="#">Home style 6</a></li>
<li><a href="#">Home style 7</a></li>
<li><a href="#">Home style 8</a></li>
</ul>
</div>
</div>
<div class="col">
<div class="mega-menu-item">
<h4>Home Style</h4>
<ul class="mega-menu-list">
<li><a href="#">Home style 9</a></li>
<li><a href="#">Home style 10</a></li>
<li><a href="#">Faq's</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</li>
<li><a href="#">contact</a></li>
</ul>
</nav>
<div class="social-icon-wrapper">
<ul>
<li><a href="#" class="wpe-circle-prcnt-50 social-icon"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="#" class="wpe-circle-prcnt-50 social-icon"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#" class="wpe-circle-prcnt-50 social-icon"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="social-icon-wrapper">
<ul>
<li><a href="#" class="wpe-circle-prcnt-50 social-icon"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="#" class="wpe-circle-prcnt-50 social-icon"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#" class="wpe-circle-prcnt-50 social-icon"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
<div class="menu-toggle">
<a href="#" onclick="showmenu()">
<i class="fas fa-bars"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<section>
<div class="banner-wrapper" style="background-image:url('assets/images/bg/banner-img1.jpg');">
<div class="banner-contact-wrapper">
<div class="container">
<div class="banner-content">
<h1>Blog Detail</h1>
<figure>
<img src="assets/images/resources/dashed-img.png">
</figure>
<div class="breadcrumb-wrapper">
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Blog</a></li>
<li>Blog Detail</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="blog-wrapper">
<div class="container">
<div class="post-detail position-relative">
<div class="post-detail-info ">
<h1>Whether you're kicking off a new campaign or looking to revamp your strategy, you'll learn will be universal to all small business email marketing.</h1>
<div class="post-detail-mini-author">
<img class="img-fluid" src="assets/images/resources/author-img.jpg" height="50" width="50">
<div class="post-detail-min-author-info">
<h5 class="mb-0"><a href="#">Theresa Underwood</a></h5>
<span class="d-block">July 27, 2021 | 9 min to read</span>
</div>
</div>
</div>
<figure class="post-detail-img">
<img class="img-fluid w-100" src="assets/images/bg/banner-img4.jpg">
</figure>
<div class="post-detail-content ">
<p>Habitasse per feugiat aliquam luctus accumsan curae, suspendisse aliquam taciti eros neque,
aenean sit iaculis risus commodo ut sociosqu rhoncus potenti tristique placerat sit tempus, duis erat feugiat cras
sociosqu porta ut praesent, fermentum donec convallis tellus vulputate duis nibh rhoncus phasellus dui massa nisl.</p>
<p>Whether you're kicking off a new campaign or looking to revamp your strategy, you'll learn will be universal to all small business email marketing.</p>
<p>MailChimp is an email marketing service provider founded in 2001. It has 9 million users that collectively send over 15 billion emails through the service each month.
Whether you're kicking off a new campaign or looking to revamp your strategy.</p>
<h3>Habitasse per feugiat aliquam luctus</h3>
<p>Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it? How often to hit "send"?
Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources.</p>
<p>Whether you're kicking off a new campaign or looking to revamp your strategy, the lessons you'll learn will be universal to all small business email marketing.</p>
<blockquote><p>Email is a crucial channel in any marketing mix, and never has this
been truer than for today's entrepreneur. Curious what to say? How to say it? How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources.,
nd never has this been truer than for today's entrepreneur.</p>
</blockquote>
<h3>Habitasse per feugiat aliquam luctus accumsan curae</h3>
<p>Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it? How often to hit 'send'? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources. Email is a crucial
channel in any marketing mix, and never has this been truer than for today's entrepreneur.</p>
<p>Curious what to say? How to say it? How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources. guiding questions, and tactical how-to resources.</p>
<div class="grid-2">
<figure class="featured-product-img post-detail-img">
<a href="assets/images/resources/recipe-img.jpg">
<img class="img-fluid " src="assets/images/resources/recipe-img.jpg">
</a>
</figure>
<figure class="featured-product-img post-detail-img">
<a href="assets/images/resources/recipe-img.jpg">
<img class="img-fluid " src="assets/images/resources/recipe-img.jpg">
</a>
</figure>
</div>
<p>Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it? How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources. Email is a crucial channel
in any marketing mix, and never has this been truer than for today's entrepreneur.</p>
<p>Curious what to say? How to say it? How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources.</p>
</div>
<div class="post-detail-share">
<h5 class="mb-0">Share on:</h5>
<div class="share-links">
<a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com/" title="Twitter" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/" title="Linkedin" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="post-detail-author-info">
<img src="assets/images/resources/author-img.jpg" height="100" width="100">
<div class="post-detail-info-inner">
<h5><a href="#">Theresa Underwood</a></h5>
<p>Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it? How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources. Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur.</p>
<div class="share-links">
<a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com/" title="Twitter" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.pinterest.com/" title="Pinterest" target="_blank"><i class="fab fa-pinterest-p"></i></a>
<a href="https://www.linkedin.com/" title="Linkedin" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/" title="Instagram" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="comments-thread">
<h3>Comments:</h3>
<ul class="comment-list comments">
<li class="comment-author-bizvee">
<div class="comment comment-body ">
<img class="comment-author vcard" src="assets/images/resources/author-img2.jpg" height="60" width="60">
<div class="comment-detail">
<h5><a href="#">Annette Black</a></h5><span class="says">says:</span>
<span class="post-detail-date-reply comment-metadata">Februrary 14, 2021
</span>
<p class="comment-content">Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it?
How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources. Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur.</p>
<div class="reply">
<a href="#">Reply</a></div>
</div>
</div>
</li>
<li>
<div class="comment comment-body">
<img class="comment-author vcard" src="assets/images/resources/author-img3.jpg" height="60" width="60">
<div class="comment-detail">
<h5><a href="#">Annette Black</a></h5><span class="says">says:</span>
<span class="post-detail-date-reply comment-metadata">Februrary 14, 2021
</span>
<p class="comment-content">Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it?
How often to hit "send"? Each bite-sized lesson delivers core concepts.</p>
<div class="reply">
<a href="#">Reply</a></div>
</div>
</div>
</li>
<li>
<div class="comment-body comment">
<img class="comment-author vcard" src="assets/images/resources/author-img4.jpg" height="60" width="60">
<div class="comment-detail">
<h5><a href="#">Annette Black</a></h5><span class="says">says:</span>
<span class="post-detail-date-reply comment-metadata">Februrary 14, 2021
</span>
<p class="comment-content">Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur. Curious what to say? How to say it?
How often to hit "send"? Each bite-sized lesson delivers core concepts, guiding questions, and tactical how-to resources. Email is a crucial channel in any marketing mix, and never has this been truer than for today's entrepreneur.</p>
<div class="reply">
<a href="#">Reply</a></div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="comment-form-wrapper">
<h3>Leave a Comment</h3>
<form class="wpe-comment-form">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wpe-comment-form comment-form-input">
<input type="text" name="text" placeholder="Name*">
</div><!--end-field-box-->
</div><!--end-col-->
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wpe-comment-form comment-form-email">
<input type="email" name="email" placeholder="Email*">
</div><!--end-field-box-->
</div><!--end-col-->
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="wpe-comment-form comment-form-textarea">
<textarea name="comment" placeholder="Your Comment"></textarea>
</div><!--end-field-box-->
</div>
</div><!--end-row-->
<div class="apply-btn">
<button class="theme-btn v2">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-widget">
<div class="container">
<div class="wpe-widget">
<div class="ft-main">
<div class="ft-nav">
<ul>
<li><a href="#">Our menu</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Culture</a></li>
</ul>
</div>
<div class="ft-logo logo">
<h1>
<a href="#">Gustoso</a>
</h1>
</div>
<div class="ft-nav">
<ul>
<li><a href="#">Events</a></li>
<li><a href="#">Catering</a></li>
<li><a href="#">Visit us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/flex-box.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="https://kit.fontawesome.com/00d034d2d5.js" crossorigin="anonymous"></script>
</body>
</html>