-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (178 loc) · 9.34 KB
/
index.html
File metadata and controls
213 lines (178 loc) · 9.34 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>Hello, world!</title>
<!-- Fonts -->
<link rel="stylesheet" href="./assets/font/bootstrap-icons.min.css">
<!-- custom CSS -->
<link rel="stylesheet" href="./assets/theme.css">
<link rel="stylesheet" href="./assets/site.css">
<link rel="stylesheet" href="./assets/sidebar.css">
</head>
<body>
<header class="p-3 mb-3 border-bottom fixed-top shadow bg-white">
<div class="container-fluid">
<div class="d-flex flex-wrap align-items-center justify-content-start">
<a href="/" class="d-flex align-items-center mb-0 me-auto text-dark text-decoration-none">
<i class="bi bi-house-fill"></i>
<span class="fs-4">Simple header</span>
</a>
<form class="mb-0 me-3 col-2 col-sm-3">
<input type="search" class="form-control" placeholder="Search..." aria-label="Search">
</form>
<div class="mb-0 me-1 dropdown text-end">
<a href="#" class="d-block link-dark text-decoration-none dropdown-toggle" id="dropdownUser1"
data-bs-toggle="dropdown" aria-expanded="false">
<img
src="https://avatars.githubusercontent.com/u/11496339?s=400&u=79f0d5cd3d0e6a679fa469da78cd399a2de04589&v=4"
alt="mdo" class="rounded-circle" width="32" height="32">
</a>
<ul class="dropdown-menu text-small" aria-labelledby="dropdownUser1">
<li><a class="dropdown-item" href="#">New project...</a></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
<li><a class="dropdown-item" href="#">Profile</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Sign out</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="container-fluid ps-0 pe-0" style="margin-top:5rem">
<div class="d-flex flex-row border-0 bg-light">
<div onmouseleave="toggleSubMenu()"
class="col-2 sidebar d-block ps-1 pe-1 link-dark text-decoration-none shadow-lg p-3 mb-2 bg-white rounded">
<ul class="list-unstyled">
<li class="mb-1">
<div
class="d-flex flex-row btn-toggle align-items-center justify-content-start btn-toggle align-items-center rounded collapsed"
role="group" data-bs-toggle="collapse" data-bs-target="#home-collapse" aria-expanded="false">
<button type="button" class="btn flex-shrink-0 flex-grow-0 p-0 m-0">
<i class="bi bi-house fs-5"></i></button>
<button type="button" class="btn p-0 m-0 fs-6 fw-normal">Home</button>
</div>
<div class="collapse" id="home-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="./table.html" class="link-dark rounded">Table</a></li>
<li><a href="#" class="link-dark rounded">Processed</a></li>
<li><a href="#" class="link-dark rounded">Shipped</a></li>
<li><a href="#" class="link-dark rounded">Returned</a></li>
</ul>
</div>
</li>
<li class="border-top my-1"></li>
<li class="mb-1">
<div
class="d-flex flex-row btn-toggle align-items-center justify-content-start btn-toggle align-items-center rounded collapsed"
role="group" data-bs-toggle="collapse" data-bs-target="#dashboard-collapse" aria-expanded="false">
<button type="button" class="btn flex-shrink-0 flex-grow-0 p-0 m-0">
<i class="bi bi-speedometer fs-5"></i></button>
<button type="button" class="btn p-0 m-0 fs-6 fw-normal">Dashboard me tes</button>
</div>
<div class="collapse" id="dashboard-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
<li><a href="#" class="link-dark rounded">New</a></li>
<li><a href="#" class="link-dark rounded">Processed</a></li>
<li><a href="#" class="link-dark rounded">Shipped</a></li>
<li><a href="#" class="link-dark rounded">Returned</a></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="col-auto flex-fill px-2 min-vh-100">
<div class="d-flex flex-column">
<div class="my-3 p-3 bg-body rounded shadow-sm">
<h4 class="border-bottom pb-2 mb-0">Recent updates</h4>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32"
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32"
preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#007bff"></rect><text x="50%" y="50%" fill="#007bff"
dy=".3em">32x32</text>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">@username</strong>
Some representative placeholder content, with some information about this user. Imagine this being some
sort of status update, perhaps?
</p>
</div>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32"
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32"
preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#e83e8c"></rect><text x="50%" y="50%" fill="#e83e8c"
dy=".3em">32x32</text>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">@username</strong>
Some more representative placeholder content, related to this other user. Another status update,
perhaps.
</p>
</div>
<div class="d-flex text-muted pt-3">
<svg class="bd-placeholder-img flex-shrink-0 me-2 rounded" width="32" height="32"
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 32x32"
preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#6f42c1"></rect><text x="50%" y="50%" fill="#6f42c1"
dy=".3em">32x32</text>
</svg>
<p class="pb-3 mb-0 small lh-sm border-bottom">
<strong class="d-block text-gray-dark">@username</strong>
This user also gets some representative placeholder content. Maybe they did something interesting, and
you really want to highlight this in the recent updates.
</p>
</div>
<small class="d-block text-end mt-3">
<a href="#">All updates</a>
</small>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-0">
<footer class="d-flex flex-row flex-wrap justify-content-between align-items-right py-3 px-3 my-4 border-top">
<div class="col-md-6 d-flex justify-content-center align-items-center">
<a href="/" class="me-2 mb-md-0 text-muted text-decoration-none lh-1">
<svg class="bi" width="24" height="24">
<use xlink:href="#bootstrap" />
</svg>
</a>
<span class="text-muted">© 2021 Company, Inc</span>
</div>
<ul class="nav col-md-6 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-muted" href="#"><svg class="bi">
<use xlink:href="#grid" />
</svg></a></li>
<li class="ms-3"><img class="bi" src="./assets/svg/home.svg" alt="Home"></li>
<li class="ms-3"><a class="text-muted" href="#"><svg class="bi">
<use xlink:href="#grid" />
</svg></a></li>
</ul>
</footer>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
-->
<script src="assets/js/theme.js"></script>
</body>
</html>