jekyll-theme-devcarpet-01 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,346 @@
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <meta name="description" content="">
8
+ <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
9
+ <meta name="generator" content="Hugo 0.101.0">
10
+ <title>Blog Template · Bootstrap v5.2</title>
11
+
12
+ <link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/blog/">
13
+
14
+
15
+
16
+
17
+
18
+ <link href="/docs/5.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
19
+
20
+ <!-- Favicons -->
21
+ <link rel="apple-touch-icon" href="/docs/5.2/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
22
+ <link rel="icon" href="/docs/5.2/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
23
+ <link rel="icon" href="/docs/5.2/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
24
+ <link rel="manifest" href="/docs/5.2/assets/img/favicons/manifest.json">
25
+ <link rel="mask-icon" href="/docs/5.2/assets/img/favicons/safari-pinned-tab.svg" color="#712cf9">
26
+ <link rel="icon" href="/docs/5.2/assets/img/favicons/favicon.ico">
27
+ <meta name="theme-color" content="#712cf9">
28
+
29
+
30
+ <style>
31
+ .bd-placeholder-img {
32
+ font-size: 1.125rem;
33
+ text-anchor: middle;
34
+ -webkit-user-select: none;
35
+ -moz-user-select: none;
36
+ user-select: none;
37
+ }
38
+
39
+ @media (min-width: 768px) {
40
+ .bd-placeholder-img-lg {
41
+ font-size: 3.5rem;
42
+ }
43
+ }
44
+
45
+ .b-example-divider {
46
+ height: 3rem;
47
+ background-color: rgba(0, 0, 0, .1);
48
+ border: solid rgba(0, 0, 0, .15);
49
+ border-width: 1px 0;
50
+ box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
51
+ }
52
+
53
+ .b-example-vr {
54
+ flex-shrink: 0;
55
+ width: 1.5rem;
56
+ height: 100vh;
57
+ }
58
+
59
+ .bi {
60
+ vertical-align: -.125em;
61
+ fill: currentColor;
62
+ }
63
+
64
+ .nav-scroller {
65
+ position: relative;
66
+ z-index: 2;
67
+ height: 2.75rem;
68
+ overflow-y: hidden;
69
+ }
70
+
71
+ .nav-scroller .nav {
72
+ display: flex;
73
+ flex-wrap: nowrap;
74
+ padding-bottom: 1rem;
75
+ margin-top: -1px;
76
+ overflow-x: auto;
77
+ text-align: center;
78
+ white-space: nowrap;
79
+ -webkit-overflow-scrolling: touch;
80
+ }
81
+ </style>
82
+
83
+
84
+ <!-- Custom styles for this template -->
85
+ <link href="https://fonts.googleapis.com/css?family=Playfair&#43;Display:700,900&amp;display=swap" rel="stylesheet">
86
+ <!-- Custom styles for this template -->
87
+ <link href="blog.css" rel="stylesheet">
88
+ </head>
89
+ <body>
90
+
91
+ <div class="container">
92
+ <header class="blog-header lh-1 py-3">
93
+ <div class="row flex-nowrap justify-content-between align-items-center">
94
+ <div class="col-4 pt-1">
95
+ <a class="link-secondary" href="#">Subscribe</a>
96
+ </div>
97
+ <div class="col-4 text-center">
98
+ <a class="blog-header-logo text-dark" href="#">Large</a>
99
+ </div>
100
+ <div class="col-4 d-flex justify-content-end align-items-center">
101
+ <a class="link-secondary" href="#" aria-label="Search">
102
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="mx-3" role="img" viewBox="0 0 24 24"><title>Search</title><circle cx="10.5" cy="10.5" r="7.5"/><path d="M21 21l-5.2-5.2"/></svg>
103
+ </a>
104
+ <a class="btn btn-sm btn-outline-secondary" href="#">Sign up</a>
105
+ </div>
106
+ </div>
107
+ </header>
108
+
109
+ <div class="nav-scroller py-1 mb-2">
110
+ <nav class="nav d-flex justify-content-between">
111
+ <a class="p-2 link-secondary" href="#">World</a>
112
+ <a class="p-2 link-secondary" href="#">U.S.</a>
113
+ <a class="p-2 link-secondary" href="#">Technology</a>
114
+ <a class="p-2 link-secondary" href="#">Design</a>
115
+ <a class="p-2 link-secondary" href="#">Culture</a>
116
+ <a class="p-2 link-secondary" href="#">Business</a>
117
+ <a class="p-2 link-secondary" href="#">Politics</a>
118
+ <a class="p-2 link-secondary" href="#">Opinion</a>
119
+ <a class="p-2 link-secondary" href="#">Science</a>
120
+ <a class="p-2 link-secondary" href="#">Health</a>
121
+ <a class="p-2 link-secondary" href="#">Style</a>
122
+ <a class="p-2 link-secondary" href="#">Travel</a>
123
+ </nav>
124
+ </div>
125
+ </div>
126
+
127
+ <main class="container">
128
+ <div class="p-4 p-md-5 mb-4 rounded text-bg-dark">
129
+ <div class="col-md-6 px-0">
130
+ <h1 class="display-4 fst-italic">Title of a longer featured blog post</h1>
131
+ <p class="lead my-3">Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.</p>
132
+ <p class="lead mb-0"><a href="#" class="text-white fw-bold">Continue reading...</a></p>
133
+ </div>
134
+ </div>
135
+
136
+ <div class="row mb-2">
137
+ <div class="col-md-6">
138
+ <div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
139
+ <div class="col p-4 d-flex flex-column position-static">
140
+ <strong class="d-inline-block mb-2 text-primary">World</strong>
141
+ <h3 class="mb-0">Featured post</h3>
142
+ <div class="mb-1 text-muted">Nov 12</div>
143
+ <p class="card-text mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
144
+ <a href="#" class="stretched-link">Continue reading</a>
145
+ </div>
146
+ <div class="col-auto d-none d-lg-block">
147
+ <svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
148
+
149
+ </div>
150
+ </div>
151
+ </div>
152
+ <div class="col-md-6">
153
+ <div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
154
+ <div class="col p-4 d-flex flex-column position-static">
155
+ <strong class="d-inline-block mb-2 text-success">Design</strong>
156
+ <h3 class="mb-0">Post title</h3>
157
+ <div class="mb-1 text-muted">Nov 11</div>
158
+ <p class="mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
159
+ <a href="#" class="stretched-link">Continue reading</a>
160
+ </div>
161
+ <div class="col-auto d-none d-lg-block">
162
+ <svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
163
+
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="row g-5">
170
+ <div class="col-md-8">
171
+ <h3 class="pb-4 mb-4 fst-italic border-bottom">
172
+ From the Firehose
173
+ </h3>
174
+
175
+ <article class="blog-post">
176
+ <h2 class="blog-post-title mb-1">Sample blog post</h2>
177
+ <p class="blog-post-meta">January 1, 2021 by <a href="#">Mark</a></p>
178
+
179
+ <p>This blog post shows a few different types of content that’s supported and styled with Bootstrap. Basic typography, lists, tables, images, code, and more are all supported as expected.</p>
180
+ <hr>
181
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
182
+ <h2>Blockquotes</h2>
183
+ <p>This is an example blockquote in action:</p>
184
+ <blockquote class="blockquote">
185
+ <p>Quoted text goes here.</p>
186
+ </blockquote>
187
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
188
+ <h3>Example lists</h3>
189
+ <p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout. This is an example unordered list:</p>
190
+ <ul>
191
+ <li>First list item</li>
192
+ <li>Second list item with a longer description</li>
193
+ <li>Third list item to close it out</li>
194
+ </ul>
195
+ <p>And this is an ordered list:</p>
196
+ <ol>
197
+ <li>First list item</li>
198
+ <li>Second list item with a longer description</li>
199
+ <li>Third list item to close it out</li>
200
+ </ol>
201
+ <p>And this is a definition list:</p>
202
+ <dl>
203
+ <dt>HyperText Markup Language (HTML)</dt>
204
+ <dd>The language used to describe and define the content of a Web page</dd>
205
+ <dt>Cascading Style Sheets (CSS)</dt>
206
+ <dd>Used to describe the appearance of Web content</dd>
207
+ <dt>JavaScript (JS)</dt>
208
+ <dd>The programming language used to build advanced Web sites and applications</dd>
209
+ </dl>
210
+ <h2>Inline HTML elements</h2>
211
+ <p>HTML defines a long list of available inline tags, a complete list of which can be found on the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element">Mozilla Developer Network</a>.</p>
212
+ <ul>
213
+ <li><strong>To bold text</strong>, use <code class="language-plaintext highlighter-rouge">&lt;strong&gt;</code>.</li>
214
+ <li><em>To italicize text</em>, use <code class="language-plaintext highlighter-rouge">&lt;em&gt;</code>.</li>
215
+ <li>Abbreviations, like <abbr title="HyperText Markup Language">HTML</abbr> should use <code class="language-plaintext highlighter-rouge">&lt;abbr&gt;</code>, with an optional <code class="language-plaintext highlighter-rouge">title</code> attribute for the full phrase.</li>
216
+ <li>Citations, like <cite>— Mark Otto</cite>, should use <code class="language-plaintext highlighter-rouge">&lt;cite&gt;</code>.</li>
217
+ <li><del>Deleted</del> text should use <code class="language-plaintext highlighter-rouge">&lt;del&gt;</code> and <ins>inserted</ins> text should use <code class="language-plaintext highlighter-rouge">&lt;ins&gt;</code>.</li>
218
+ <li>Superscript <sup>text</sup> uses <code class="language-plaintext highlighter-rouge">&lt;sup&gt;</code> and subscript <sub>text</sub> uses <code class="language-plaintext highlighter-rouge">&lt;sub&gt;</code>.</li>
219
+ </ul>
220
+ <p>Most of these elements are styled by browsers with few modifications on our part.</p>
221
+ <h2>Heading</h2>
222
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
223
+ <h3>Sub-heading</h3>
224
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
225
+ <pre><code>Example code block</code></pre>
226
+ <p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</p>
227
+ </article>
228
+
229
+ <article class="blog-post">
230
+ <h2 class="blog-post-title mb-1">Another blog post</h2>
231
+ <p class="blog-post-meta">December 23, 2020 by <a href="#">Jacob</a></p>
232
+
233
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
234
+ <blockquote>
235
+ <p>Longer quote goes here, maybe with some <strong>emphasized text</strong> in the middle of it.</p>
236
+ </blockquote>
237
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
238
+ <h3>Example table</h3>
239
+ <p>And don't forget about tables in these posts:</p>
240
+ <table class="table">
241
+ <thead>
242
+ <tr>
243
+ <th>Name</th>
244
+ <th>Upvotes</th>
245
+ <th>Downvotes</th>
246
+ </tr>
247
+ </thead>
248
+ <tbody>
249
+ <tr>
250
+ <td>Alice</td>
251
+ <td>10</td>
252
+ <td>11</td>
253
+ </tr>
254
+ <tr>
255
+ <td>Bob</td>
256
+ <td>4</td>
257
+ <td>3</td>
258
+ </tr>
259
+ <tr>
260
+ <td>Charlie</td>
261
+ <td>7</td>
262
+ <td>9</td>
263
+ </tr>
264
+ </tbody>
265
+ <tfoot>
266
+ <tr>
267
+ <td>Totals</td>
268
+ <td>21</td>
269
+ <td>23</td>
270
+ </tr>
271
+ </tfoot>
272
+ </table>
273
+
274
+ <p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</p>
275
+ </article>
276
+
277
+ <article class="blog-post">
278
+ <h2 class="blog-post-title mb-1">New feature</h2>
279
+ <p class="blog-post-meta">December 14, 2020 by <a href="#">Chris</a></p>
280
+
281
+ <p>This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.</p>
282
+ <ul>
283
+ <li>First list item</li>
284
+ <li>Second list item with a longer description</li>
285
+ <li>Third list item to close it out</li>
286
+ </ul>
287
+ <p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</p>
288
+ </article>
289
+
290
+ <nav class="blog-pagination" aria-label="Pagination">
291
+ <a class="btn btn-outline-primary rounded-pill" href="#">Older</a>
292
+ <a class="btn btn-outline-secondary rounded-pill disabled">Newer</a>
293
+ </nav>
294
+
295
+ </div>
296
+
297
+ <div class="col-md-4">
298
+ <div class="position-sticky" style="top: 2rem;">
299
+ <div class="p-4 mb-3 bg-light rounded">
300
+ <h4 class="fst-italic">About</h4>
301
+ <p class="mb-0">Customize this section to tell your visitors a little bit about your publication, writers, content, or something else entirely. Totally up to you.</p>
302
+ </div>
303
+
304
+ <div class="p-4">
305
+ <h4 class="fst-italic">Archives</h4>
306
+ <ol class="list-unstyled mb-0">
307
+ <li><a href="#">March 2021</a></li>
308
+ <li><a href="#">February 2021</a></li>
309
+ <li><a href="#">January 2021</a></li>
310
+ <li><a href="#">December 2020</a></li>
311
+ <li><a href="#">November 2020</a></li>
312
+ <li><a href="#">October 2020</a></li>
313
+ <li><a href="#">September 2020</a></li>
314
+ <li><a href="#">August 2020</a></li>
315
+ <li><a href="#">July 2020</a></li>
316
+ <li><a href="#">June 2020</a></li>
317
+ <li><a href="#">May 2020</a></li>
318
+ <li><a href="#">April 2020</a></li>
319
+ </ol>
320
+ </div>
321
+
322
+ <div class="p-4">
323
+ <h4 class="fst-italic">Elsewhere</h4>
324
+ <ol class="list-unstyled">
325
+ <li><a href="#">GitHub</a></li>
326
+ <li><a href="#">Twitter</a></li>
327
+ <li><a href="#">Facebook</a></li>
328
+ </ol>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ </main>
335
+
336
+ <footer class="blog-footer">
337
+ <p>Blog template built for <a href="https://getbootstrap.com/">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p>
338
+ <p>
339
+ <a href="#">Back to top</a>
340
+ </p>
341
+ </footer>
342
+
343
+
344
+
345
+ </body>
346
+ </html>