-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpage.html
219 lines (216 loc) · 12.9 KB
/
page.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
<!-- Designed by -->
<!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>Page</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 active" 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" 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>
<section class="mt-5">
<div class="bg-light py-5">
<div class="container">
<div class="d-flex justify-content-between">
<h1 class="fw-bold">Page</h1>
<nav class="pt-3" style="--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a class="nav-link" href="#">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Page</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
<main>
<div class="container py-5">
<h2>This is a sample blog post</h2>
<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>
<table class="table mb-4">
<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 colspan="2">Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
<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>
</div>
</main>
<!-- Footer Block Start -->
<footer id="site-footer">
<div class="bg-light py-5">
<div class="container">
<div class="row">
<div class="col-md-6 col-xl-3 col-sm-12">
<h5 class="pb-3"><i class="fa-solid fa-user-group pe-1"></i> About us</h5>
<span class="text-secondary">This is a wider card with supporting text below as a natural lead-in to additional content.</span>
</div>
<div class="col-md-6 col-xl-3 col-sm-12">
<h5 class="pb-3"><i class="fa-solid fa-link pe-1"></i> Important links</h5>
<ul>
<li><a href="#" class="text-decoration-none link-secondary">About us</a></li>
<li><a href="#" class="text-decoration-none link-secondary">Privacy policy</a></li>
<li><a href="#" class="text-decoration-none link-secondary">Terms of services</a></li>
</ul>
</div>
<div class="col-md-6 col-xl-3 col-sm-12">
<h5 class="pb-3"><i class="fa-solid fa-location-dot pe-1"></i> Our location</h5>
<span class="text-secondary">
Milannagar bazar<br>
Tamluk, East Medinipore, West Bengal<br>
720001, India<br>
</span>
</div>
<div class="col-md-6 col-xl-3 col-sm-12">
<h5 class="pb-3"><i class="fa-solid fa-paper-plane pe-1"></i> Stay updated</h5>
<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 py-3">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<ul class="list-inline mb-0">
<li class="list-inline-item"><a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-youtube"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-twitter"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-secondary" href="#"><i class="fa-brands fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-6 col-sm-12"><span class="text-secondary pt-1 float-md-end float-sm-start">Copyright © 2023</span></div>
</div>
</div>
</div>
</footer>
<a href="#" class="scrollToTop btn btn-outline-secondary">Top</a>
<!-- 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>