index.js
18.2 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
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
import React from "react";
import Link from "next/link";
import BlogSidebar from "@/components/Blog/BlogSidebar";
const BlogDetailsContent = () => {
return (
<>
<div className="blog-details-area ptb-100">
<div className="container">
<div className="row">
<div className="col-lg-8 col-md-12">
<div className="blog-details-desc">
<div className="article-image">
<img src="/images/blog/blog1.jpg" alt="image" />
</div>
<div className="article-content">
<div className="entry-meta">
<ul>
<li>
<i className="ri-shield-user-line"></i>
<Link href="#">Chris Orwig</Link>
</li>
<li>
<i className="ri-calendar-2-line"></i>
15 Jan, 2024
</li>
<li>
<i className="ri-message-2-line"></i>
<Link href="#">04 Comments</Link>
</li>
</ul>
</div>
<h3>The Secret of Your Business Success Find Quickly</h3>
<p>
Quuntur magni dolores eos qui ratione voluptatem sequi
nesciunt. Neque porro quia non numquam eius modi tempora
incidunt ut labore et dolore magnam dolor sit amet,
consectetur adipisicing.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur{" "}
<strong>adipisicing</strong> elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad
minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea <a href="#">commodo</a> consequat. Duis
aute irure dolor in reprehenderit in sed quia non numquam
eius modi tempora incidunt ut labore et dolore magnam
aliquam quaerat voluptatem.
</p>
<blockquote className="wp-block-quote">
<p>
It is a long established fact that a reader will be
distracted by the readable content of a page when looking
at its layout.
</p>
<cite>Tom Cruise</cite>
</blockquote>
<p>
Quuntur magni dolores eos qui ratione voluptatem sequi
nesciunt. Neque porro quia non numquam eius modi tempora
incidunt ut labore et dolore magnam dolor sit amet,
consectetur adipisicing.
</p>
<ul className="wp-block-gallery columns-3">
<li className="blocks-gallery-item">
<figure>
<img src="/images/blog/blog2.jpg" alt="image" />
</figure>
</li>
<li className="blocks-gallery-item">
<figure>
<img src="/images/blog/blog3.jpg" alt="image" />
</figure>
</li>
<li className="blocks-gallery-item">
<figure>
<img src="/images/blog/blog4.jpg" alt="image" />
</figure>
</li>
</ul>
<h3>Four major elements that we offer:</h3>
<ul className="features-list">
<li>Scientific skills for getting a better result</li>
<li>Communication skills to getting in touch</li>
<li>A career overview opportunity available</li>
<li>A good work environment for work</li>
</ul>
<h3>Setting the mood with incense</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in sed quia non
numquam eius modi tempora incidunt ut labore et dolore
magnam aliquam quaerat voluptatem.
</p>
<h3>The rise of marketing and why you need it</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud.
</p>
</div>
<div className="article-footer">
<div className="article-tags">
<Link href="/blog">Business</Link>
<Link href="/blog">Startup</Link>
<Link href="/blog">Agency</Link>
</div>
<div className="article-share">
<ul className="social">
<li>
<span>Share:</span>
</li>
<li>
<a
href="https://www.facebook.com/"
className="facebook"
target="_blank"
>
<i className="ri-facebook-fill"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/"
className="twitter"
target="_blank"
>
<i className="ri-linkedin-fill"></i>
</a>
</li>
<li>
<a
href="https://www.twitter.com/"
className="linkedin"
target="_blank"
>
<i className="ri-twitter-fill"></i>
</a>
</li>
<li>
<a
href="https://www.instagram.com/"
className="instagram"
target="_blank"
>
<i className="ri-instagram-line"></i>
</a>
</li>
</ul>
</div>
</div>
<div className="comments-area">
<h3 className="comments-title">2 Comments:</h3>
<ol className="comment-list">
<li className="comment">
<div className="comment-body">
<footer className="comment-meta">
<div className="comment-author vcard">
<img
src="/images/user/user1.jpg"
className="avatar"
alt="image"
/>
<b className="fn">John Jones</b>
</div>
<div className="comment-metadata">
<span>January 01, 2024 at 10:59 am</span>
</div>
</footer>
<div className="comment-content">
<p>
Lorem Ipsum has been the industry’s standard dummy
text ever since the 1500s, when an unknown printer
took a galley of type and scrambled it to make a
type specimen.
</p>
</div>
<div className="reply">
<Link href="#" className="comment-reply-link">
Reply
</Link>
</div>
</div>
<ol className="children">
<li className="comment">
<div className="comment-body">
<footer className="comment-meta">
<div className="comment-author vcard">
<img
src="/images/user/user2.jpg"
className="avatar"
alt="image"
/>
<b className="fn">Steven Smith</b>
</div>
<div className="comment-metadata">
<span>January 02, 2024 at 21:59 am</span>
</div>
</footer>
<div className="comment-content">
<p>
Lorem Ipsum has been the industry’s standard
dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it
to make a type specimen.
</p>
</div>
<div className="reply">
<Link href="#" className="comment-reply-link">
Reply
</Link>
</div>
</div>
<ol className="children">
<li className="comment">
<div className="comment-body">
<footer className="comment-meta">
<div className="comment-author vcard">
<img
src="/images/user/user3.jpg"
className="avatar"
alt="image"
/>
<b className="fn">Sarah Taylor</b>
</div>
<div className="comment-metadata">
<span>January 03, 2024 at 05:59 am</span>
</div>
</footer>
<div className="comment-content">
<p>
Lorem Ipsum has been the industry’s standard
dummy text ever since the 1500s, when an
unknown printer took a galley of type and
scrambled it to make a type specimen.
</p>
</div>
<div className="reply">
<Link href="#" className="comment-reply-link">
Reply
</Link>
</div>
</div>
</li>
</ol>
</li>
</ol>
</li>
<li className="comment">
<div className="comment-body">
<footer className="comment-meta">
<div className="comment-author vcard">
<img
src="/images/user/user4.jpg"
className="avatar"
alt="image"
/>
<b className="fn">John Doe</b>
</div>
<div className="comment-metadata">
<span>January 04, 2024 at 05:59 am</span>
</div>
</footer>
<div className="comment-content">
<p>
Lorem Ipsum has been the industry’s standard dummy
text ever since the 1500s, when an unknown printer
took a galley of type and scrambled it to make a
type specimen.
</p>
</div>
<div className="reply">
<Link href="#" className="comment-reply-link">
Reply
</Link>
</div>
</div>
<ol className="children">
<li className="comment">
<div className="comment-body">
<footer className="comment-meta">
<div className="comment-author vcard">
<img
src="/images/user/user1.jpg"
className="avatar"
alt="image"
/>
<b className="fn">James Anderson</b>
</div>
<div className="comment-metadata">
<span>January 05, 2024 at 04:59 am</span>
</div>
</footer>
<div className="comment-content">
<p>
Lorem Ipsum has been the industry’s standard
dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it
to make a type specimen.
</p>
</div>
<div className="reply">
<Link href="#" className="comment-reply-link">
Reply
</Link>
</div>
</div>
</li>
</ol>
</li>
</ol>
<div className="comment-respond">
<h3 className="comment-reply-title">Leave A Reply</h3>
<form className="comment-form">
<p className="comment-notes">
<span id="email-notes">
Your email address will not be published.
</span>
Required fields are marked{" "}
<span className="required">*</span>
</p>
<p className="comment-form-author">
<label>
Name <span className="required">*</span>
</label>
<input
type="text"
id="author"
placeholder="Your Name*"
name="author"
required
/>
</p>
<p className="comment-form-email">
<label>
Email <span className="required">*</span>
</label>
<input
type="email"
id="email"
placeholder="Your Email*"
name="email"
required
/>
</p>
<p className="comment-form-url">
<label>Website</label>
<input
type="url"
id="url"
placeholder="Website"
name="url"
/>
</p>
<p className="comment-form-comment">
<label>Comment</label>
<textarea
name="comment"
id="comment"
cols="45"
placeholder="Your Comment..."
rows="5"
maxLength="65525"
required
></textarea>
</p>
<p className="comment-form-cookies-consent">
<input
type="checkbox"
value="yes"
name="comment-cookies-consent"
id="comment-cookies-consent"
/>
<label htmlFor="comment-cookies-consent">
Save my name, email, and website in this browser for
the next time I comment.
</label>
</p>
<p className="form-submit">
<input
type="submit"
name="submit"
id="submit"
className="submit"
value="Post A Comment"
/>
</p>
</form>
</div>
</div>
</div>
</div>
<div className="col-lg-4 col-md-12">
<BlogSidebar />
</div>
</div>
</div>
</div>
</>
);
};
export default BlogDetailsContent;