-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (204 loc) · 8.13 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A static website template built on Bootstrap.">
<link rel="canonical" href="https://adoryvo.github.io/starter-static-website/" />
<!-- Open Graph protocol: https://ogp.me/ -->
<meta property="og:url" content="https://adoryvo.github.io/starter-static-website/">
<meta property="og:title" content="Static Website Template">
<meta property="og:description" content="A static website template built on Bootstrap.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://via.placeholder.com/960x480.png">
<!-- Favicons -->
<link rel="apple-touch-icon" href="https://via.placeholder.com/180x180.png" sizes="180x180">
<link rel="manifest" href="manifest.webmanifest">
<link rel="icon" href="favicon.ico">
<meta name="theme-color" content="#212529">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="styles/style.css">
<title>Website - Home</title>
</head>
<body>
<header>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">
<img src="images/150x150-Placeholder.png" alt="" width="24" height="24" class="d-inline-block align-top">
Navbar
</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">
<!-- Page Links -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<!-- Social Media Links -->
<ul class="navbar-nav ms-md-auto">
<li class="nav-item">
<a class="nav-link" href="#" target="_blank" rel="noopener">
<i class="bi-twitter"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank" rel="noopener">
<i class="bi-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="container py-4 py-md-5 mb-4">
<h1 class="display-4 font-italic">Title of a longer featured blog post</h1>
<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>
<p class="lead mb-0">
<a href="#" class="text-primary fw-bold">Continue reading...</a>
</p>
</section>
<!-- Table Section -->
<section class="bg-warning">
<div class="container py-4 py-md-5">
<div class="row">
<div class="col">
<table class="table table-striped table-dark table-hover">
<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>
<details>
<summary>Some details</summary>
<p>More info about the details.</p>
</details>
</div>
<div class="col">
<dl>
<dt>Description lists</dt>
<dd>A description list is perfect for defining terms.</dd>
<dt>Euismod</dt>
<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem.</dd>
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
</dl>
</div>
</div>
</div>
</section>
<!-- Image Section -->
<section class="bg-primary py-4 py-md-5">
<div class="container text-light">
<div class="row">
<div class="col">
<figure class="figure">
<img src="https://via.placeholder.com/400x300.png" class="figure-img img-fluid rounded" alt="...">
<figcaption class="figure-caption text-light">A caption for the above image.</figcaption>
</figure>
</div>
<div class="col">
<figure>
<blockquote class="blockquote">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
</blockquote>
<figcaption class="blockquote-footer text-light">
Someone famous in <cite title="Source Title">Source Title</cite>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-dark py-4">
<div class="container text-light">
<span class="float-end"><a href="#">Back to top</a></span>
<address>
<strong>Twitter, Inc.</strong><br>
1355 Market St, Suite 900<br>
San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<address>
<strong>Full Name</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</address>
© 2020 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a>
</div>
</footer>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<!-- Custom JavaScript -->
<script src="scripts/placeholder.js"></script>
</body>
</html>