-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsingle.html
315 lines (312 loc) · 22 KB
/
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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Arunlal Panja">
<title>Single</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- CSS Files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Header Block Start -->
<header id="site-header">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand fw-bold" href="index.html">BS-01</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="services.html">Services</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="404.html">404 Page</a></li>
<li><a class="dropdown-item" href="page.html">Common Page</a></li>
<li><a class="dropdown-item" href="faqs.html">FAQ Page</a></li>
<li><a class="dropdown-item" href="hero.html">Hero Page</a></li>
<li><a class="dropdown-item" href="portfolios.html">Portfolio Page</a></li>
<li><a class="dropdown-item active" href="single.html">Single Page</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="contact.html">Contact</a>
</li>
</ul>
<div class="d-flex">
<button class="btn btn-sm btn-outline-light" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop"><i class="fa-solid fa-magnifying-glass"></i> Search</button>
</div>
</div>
</div>
</nav>
<div class="offcanvas offcanvas-top" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
<div class="container pt-5">
<h2 class="fw-bold pb-3">Search here</h2>
<form class="position-relative" action="#" method="post">
<input type="tel" class="form-control" id="exampleFormControlInput1" placeholder="Examples: posts, services,..">
<button class="position-absolute top-0 end-0 border-0 bg-transparent py-2 pe-2 text-secondary" type="submit" name="search"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>
</div>
</header>
<!-- Main Block -->
<main class="mt-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-xl-8 col-md-10 col-sm-12">
<article>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#" class="link-dark text-decoration-none f">Home</a></li>
<li class="breadcrumb-item"><a href="#" class="link-dark text-decoration-none">Category</a></li>
<li class="breadcrumb-item active" aria-current="page">This is a sample blog post</li>
</ol>
</nav>
<h1 class="mb-3">This is a sample blog post</h1>
<p>January 1, 2021 by <a href="#" class="link-dark text-decoration-none">Mark</a></p>
<img class="rounded mb-3 w-100" src="assets/img/gallery-1.png" alt="">
<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>
<blockquote class="blockquote">
<p>Quoted text goes here.</p>
</blockquote>
<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>
<h3>Example lists</h3>
<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>
<ul>
<li>First list item</li>
<li>Second list item with a longer description</li>
<li>Third list item to close it out</li>
</ul>
<p>And this is an ordered list:</p>
<ol>
<li>First list item</li>
<li>Second list item with a longer description</li>
<li>Third list item to close it out</li>
</ol>
<p>And this is a definition list:</p>
<dl>
<dt>HyperText Markup Language (HTML)</dt>
<dd>The language used to describe and define the content of a Web page</dd>
<dt>Cascading Style Sheets (CSS)</dt>
<dd>Used to describe the appearance of Web content</dd>
<dt>JavaScript (JS)</dt>
<dd>The programming language used to build advanced Web sites and applications</dd>
</dl>
<h3>Inline HTML elements</h3>
<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>
<ul>
<li><strong>To bold text</strong>, use <code class="language-plaintext highlighter-rouge"><strong></code>.</li>
<li><em>To italicize text</em>, use <code class="language-plaintext highlighter-rouge"><em></code>.</li>
<li>Abbreviations, like <abbr title="HyperText Markup Language">HTML</abbr> should use <code class="language-plaintext highlighter-rouge"><abbr></code>, with an optional <code class="language-plaintext highlighter-rouge">title</code> attribute for the full phrase.</li>
<li>Citations, like <cite>— Mark Otto</cite>, should use <code class="language-plaintext highlighter-rouge"><cite></code>.</li>
<li><del>Deleted</del> text should use <code class="language-plaintext highlighter-rouge"><del></code> and <ins>inserted</ins> text should use <code class="language-plaintext highlighter-rouge"><ins></code>.</li>
<li>Superscript <sup>text</sup> uses <code class="language-plaintext highlighter-rouge"><sup></code> and subscript <sub>text</sub> uses <code class="language-plaintext highlighter-rouge"><sub></code>.</li>
</ul>
<p>Most of these elements are styled by browsers with few modifications on our part.</p>
<h2>Heading</h2>
<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>
<h4>Sub-heading</h4>
<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>
<pre><code>Example code block</code></pre>
<p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</p>
</article>
<hr>
<h5>Conclusion</h5>
<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>
<div class="bg-light p-4 rounded">
<h2 class="py-3">6 comments on this post</h2>
<ol class="list-unstyled d-grid gap-4">
<li>
<div class="row">
<div class="col-md-1"><img src="assets/img/c-avatar-1.png" class="rounded me-2 h-auto"></div>
<div class="col-md-11">
<div class="d-flex justify-content-between ps-2">
<strong class="d-block">Comment Author</strong>
<small>January 4, 2023 at 3:40pm</small>
</div>
<span class="ps-2">This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</span>
</div>
</div>
<ul class="d-grid gap-4 mt-4 list-unstyled ms-5">
<li>
<div class="row">
<div class="col-md-1"><img src="assets/img/c-avatar-1.png" class="rounded me-2 h-auto"></div>
<div class="col-md-11">
<div class="d-flex justify-content-between ps-2">
<strong class="d-block">Comment Author</strong>
<small>January 4, 2023 at 3:40pm</small>
</div>
<span class="ps-2">This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</span>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-md-1"><img src="assets/img/c-avatar-1.png" class="rounded me-2 h-auto"></div>
<div class="col-md-11">
<div class="d-flex justify-content-between ps-2">
<strong class="d-block">Comment Author</strong>
<small>January 4, 2023 at 3:40pm</small>
</div>
<span class="ps-2">This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</span>
</div>
</div>
</li>
</ul>
</li>
<li>
<div class="row">
<div class="col-md-1"><img src="assets/img/c-avatar-1.png" class="rounded me-2 h-auto"></div>
<div class="col-md-11">
<div class="d-flex justify-content-between ps-2">
<strong class="d-block">Comment Author</strong>
<small>January 4, 2023 at 3:40pm</small>
</div>
<span class="ps-2">This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</span>
</div>
</div>
<ul class="d-grid gap-4 mt-4 list-unstyled ms-5">
<li>
<div class="row">
<div class="col-md-1"><img src="assets/img/c-avatar-1.png" class="rounded me-2 h-auto"></div>
<div class="col-md-11">
<div class="d-flex justify-content-between ps-2">
<strong class="d-block">Comment Author</strong>
<small>January 4, 2023 at 3:40pm</small>
</div>
<span class="ps-2">This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</span>
</div>
</div>
</li>
</ul>
</li>
<li>
<div class="row">
<div class="col-md-1"><img src="assets/img/c-avatar-1.png" class="rounded me-2 h-auto"></div>
<div class="col-md-11">
<div class="d-flex justify-content-between ps-2">
<strong class="d-block">Comment Author</strong>
<small>January 4, 2023 at 3:40pm</small>
</div>
<span class="ps-2">This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</span>
</div>
</div>
</li>
</ol>
<h2 class="py-3">Reply to posts</h2>
<form>
<label class="form-label">Comment</label>
<textarea class="w-100 mb-3 form-control"></textarea>
<label class="form-label">Name</label>
<input type="text" class="w-100 mb-3 form-control">
<label class="form-label">Email ID</label>
<input type="text" class="w-100 mb-3 form-control">
<label class="form-label">URL</label>
<input type="text" class="w-100 mb-3 form-control">
<button class="btn btn-outline-dark">Submit Comment</button>
</form>
</div>
<div class="row">
<h2 class="pt-5 pb-3 fw-bold">Related posts</h2>
<div class="col-md-6 col-sm-12">
<div class="aos-item" data-aos="fade-right" data-aos-delay="200">
<div class="card aos-item__inner border-0 shadow-sm hvr-underline-from-center">
<img title="" class="card-img-top w-100" src="assets/img/b-card-1.png" alt="">
<div class="card-body">
<h4>How to create a responsive website?</h4>
<div class="mb-1 text-muted"><small>Nov 12, by John</small></div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="aos-item" data-aos="fade-right" data-aos-delay="400">
<div class="card border-0 shadow-sm hvr-underline-from-center">
<img title="" class="card-img-top w-100" src="assets/img/b-card-2.png" alt="">
<div class="card-body">
<h4>How to hire right wordpress developer?</h4>
<div class="mb-1 text-muted"><small>Apr 02, by Peter</small></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Footer Block Start -->
<footer>
<div class="bg-light text-secondary py-5">
<div class="container">
<div class="row">
<div class="col-md-6 col-xl-3 col-sm-12">
<h4 class="pb-3">About us</h4>
<p>This is a wider card with supporting text below as a natural lead-in to additional content.</p>
</div>
<div class="col-md-6 col-xl-3 col-sm-12">
<h4 class="pb-3">Important links</h4>
<ul>
<li><a href="#" class="text-decoration-none text-secondary">About us</a></li>
<li><a href="#" class="text-decoration-none text-secondary">Privacy policy</a></li>
<li><a href="#" class="text-decoration-none text-secondary">Terms of services</a></li>
</ul>
</div>
<div class="col-md-6 col-xl-3 col-sm-12">
<h4 class="pb-3">Our location</h4>
<p>
Milannagar bazar<br>
Tamluk, East Medinipore, West Bengal<br>
720001, India<br>
</p>
</div>
<div class="col-md-6 col-xl-3 col-sm-12">
<h4 class="pb-3">Stay updated</h4>
<form>
<input type="text" class="w-100 mb-2 form-control" name="" placeholder="Email ID">
<button class="w-100 btn btn-dark">Subscribe now</button>
</form>
</div>
</div>
</div>
</div>
<div class="bg-dark text-secondary py-2">
<div class="container">
<div class="d-flex justify-content-between">
<div>
<a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-youtube"></i></a>
<a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-github"></i></a>
</div>
<div class="py-1"><span>Copyright © 2023</span></div>
</div>
</div>
</div>
</footer>
<!-- JavaScript Files -->
<script src="assets/js/jquery-3.6.4.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/custom.js"></script>
</body>
</html>