-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathpost.html
369 lines (291 loc) · 13.9 KB
/
post.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
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog Site Template</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blog Site Template">
<meta name="author" content="https://youtube.com/FollowAndrew">
<link rel="shortcut icon" href="images/logo.png">
<!-- FontAwesome CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header text-center">
<a class="site-title pt-lg-4 mb-0" href="index.html">SiteName.dev</a>
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column">
<img class="mb-3 mx-auto logo" src="images/logo.png" alt="logo">
<ul class="navbar-nav flex-column text-sm-center text-md-left">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-home fa-fw mr-2"></i>Blog Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="post.html"><i class="fas fa-file-alt fa-fw mr-2"></i>Blog Post</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page.html"><i class="fas fa-file-image fa-fw mr-2"></i>Blog Page</a>
</li>
<li class="nav-item">
<a class="nav-link" href="archive.html"><i class="fas fa-archive fa-fw mr-2"></i>Blog
Archive</a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-primary" href="contact.html"><i
class="fas fa-envelope fa-fw mr-2"></i>Contact Us</a>
</li>
</ul>
<hr>
<ul class="social-list list-inline py-3 mx-auto">
<li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-stack-overflow fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-codepen fa-fw"></i></a></li>
</ul>
</div>
</nav>
</header>
<div class="main-wrapper">
<header class="page-title theme-bg-light text-center gradient py-5">
<h1 class="heading">Blog Page Title About Blogging</h1>
</header>
<article class="content px-3 py-5 p-md-5">
<div class="container">
<header class="content-header">
<div class="meta mb-3"><span class="date">Published 3 months ago</span><span class="tag"><i class='fa fa-tag'></i> tag</span><span class="tag"><i class='fa fa-tag'></i> category</span><span class="comment"><a href="#comments"><i class='fa fa-comment'></i> 3 comments</a></span></div>
</header>
<div class="content-body">
<figure class="blog-banner">
<a href="#"><img class="img-fluid" src="images/blog-post-banner.jpg" alt="image"></a>
<figcaption class="mt-2 text-center image-caption">Image Credit: <a href="#" target="_blank">URL
Here</a></figcaption>
</figure>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus
mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa
quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo,
rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.
Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend
tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. </p>
<h3 class="mt-5 mb-3">Typography</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus
mus.</p>
<h5 class="my-3">Bullet Points:</h5>
<ul class="mb-5">
<li class="mb-2">Lorem ipsum dolor sit amet consectetuer.</li>
<li class="mb-2">Aenean commodo ligula eget dolor.</li>
<li class="mb-2">Aenean massa cum sociis natoque penatibus.</li>
</ul>
<ol class="mb-5">
<li class="mb-2">Lorem ipsum dolor sit amet consectetuer.</li>
<li class="mb-2">Aenean commodo ligula eget dolor.</li>
<li class="mb-2">Aenean massa cum sociis natoque penatibus.</li>
</ol>
<h5 class="my-3">Quote Example:</h5>
<blockquote class="blockquote m-lg-5 py-3 pl-4 px-lg-5">
<p class="mb-2">You might not think that programmers are artists, but programming is an
extremely creative profession. It's logic-based creativity.</p>
<footer class="blockquote-footer">John Romero</footer>
</blockquote>
<h5 class="my-3">Table Example:</h5>
<table class="table table-striped my-5">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
<h3 class="mt-5 mb-3">Video Example</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus
mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa
quis enim. </p>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SPFDLHNm5KQ" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link rounded-left" href="index.html">Previous<i
class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded-right" href="page.html">Next<i
class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
<hr>
<div class="comments-wrapper">
<div class="comments" id="comments">
<div class="comments-header">
<h2 class="comment-reply-title">
3 replies on “Hello world!” </h2><!-- .comments-title -->
</div><!-- .comments-header -->
<div class="comments-inner">
<div id="comment-1" class="comment even thread-even depth-1 parent">
<article id="div-comment-1" class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<a href="https://wordpress.org/" rel="external nofollow" class="url"><img
alt=""
src="http://1.gravatar.com/avatar/d7a973c7dab26985da5f961be7b74480?s=120&d=mm&r=g"
class="avatar avatar-120 photo" height="120" width="120"><span
class="fn">A WordPress Commenter</span><span
class="says sr-only">says:</span></a> </div>
<!-- .comment-author -->
<div class="comment-metadata">
<a href="http://wordpress.mac/?p=1#comment-1">
<time datetime="2020-03-25T20:07:51+00:00"
title="March 25, 2020 at 8:07 pm">
March 25, 2020 at 8:07 pm </time>
</a>
</div><!-- .comment-metadata -->
</footer><!-- .comment-meta -->
<div class="comment-content entry-content">
<p>Hi, this is a comment.<br>
To get started with moderating, editing, and deleting comments, please visit
the Comments screen in the dashboard.<br>
Commenter avatars come from <a href="https://gravatar.com">Gravatar</a>.</p>
</div><!-- .comment-content -->
<footer class="comment-footer-meta">
<span class="comment-reply"><a rel="nofollow"
class="do-not-scroll comment-reply-link"
href="http://wordpress.mac/?p=1&replytocom=1#respond"
data-commentid="1" data-postid="1" data-belowelement="div-comment-1"
data-respondelement="respond"
aria-label="Reply to A WordPress Commenter">Reply</a></span>
</footer>
</article><!-- .comment-body -->
<div id="comment-2"
class="comment byuser comment-author-andrew bypostauthor odd alt depth-2">
<article id="div-comment-2" class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img alt=""
src="http://2.gravatar.com/avatar/e297925dbb035adc0b67aa14da4dcc0a?s=120&d=mm&r=g"
class="avatar avatar-120 photo" height="120" width="120"><span
class="fn">andrew</span><span
class="says sr-only">says:</span> </div>
<!-- .comment-author -->
<div class="comment-metadata">
<a href="http://wordpress.mac/?p=1#comment-2">
<time datetime="2020-03-25T20:08:58+00:00"
title="March 25, 2020 at 8:08 pm">
March 25, 2020 at 8:08 pm </time>
</a>
</div><!-- .comment-metadata -->
</footer><!-- .comment-meta -->
<div class="comment-content entry-content">
<p>test reply</p>
</div><!-- .comment-content -->
<footer class="comment-footer-meta">
<span class="comment-reply"><a rel="nofollow"
class="do-not-scroll comment-reply-link"
href="http://wordpress.mac/?p=1&replytocom=2#respond"
data-commentid="2" data-postid="1" data-belowelement="div-comment-2"
data-respondelement="respond"
aria-label="Reply to andrew">Reply</a></span><span
class="by-post-author">By Post Author</span>
</footer>
</article><!-- .comment-body -->
</div><!-- #comment-## -->
</div><!-- #comment-## -->
<div id="comment-3"
class="comment byuser comment-author-andrew bypostauthor even thread-odd thread-alt depth-1">
<article id="div-comment-3" class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img alt=""
src="http://2.gravatar.com/avatar/e297925dbb035adc0b67aa14da4dcc0a?s=120&d=mm&r=g"
class="avatar avatar-120 photo" height="120" width="120"><span
class="fn">andrew</span><span
class="says sr-only">says:</span> </div>
<!-- .comment-author -->
<div class="comment-metadata">
<a href="http://wordpress.mac/?p=1#comment-3">
<time datetime="2020-03-25T20:09:31+00:00"
title="March 25, 2020 at 8:09 pm">
March 25, 2020 at 8:09 pm </time>
</a>
<span aria-hidden="true">•</span>
</div><!-- .comment-metadata -->
</footer><!-- .comment-meta -->
<div class="comment-content entry-content">
<p>Comment</p>
</div><!-- .comment-content -->
<footer class="comment-footer-meta">
<span class="comment-reply"><a rel="nofollow"
class="do-not-scroll comment-reply-link"
href="http://wordpress.mac/?p=1&replytocom=3#respond"
data-commentid="3" data-postid="1" data-belowelement="div-comment-3"
data-respondelement="respond"
aria-label="Reply to andrew">Reply</a></span><span
class="by-post-author">By Post Author</span>
</footer>
</article><!-- .comment-body -->
</div><!-- #comment-## -->
</div><!-- .comments-inner -->
</div><!-- comments -->
<hr class="" aria-hidden="true">
<div id="respond" class="comment-respond">
<h2 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow"
id="cancel-comment-reply-link" href="/?p=1#respond" style="display:none;">Cancel
reply</a></small></h2>
</div><!-- #respond -->
</div>
</div>
<!--//container-->
</article>
<footer class="footer text-center py-2 theme-bg-dark">
<p class="copyright"><a href="https://youtube.com/FollowAndrew">FollowAndrew</a></p>
</footer>
</div>
<!--//main-wrapper-->
<!-- Bootstrap Javascript -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="js/main.js"></script>
</body>
</html>