-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.html
105 lines (94 loc) · 3.36 KB
/
sidebars.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
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.83.1">
<title>AreumIn-SideBar</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/sidebars/">
<!-- Bootstrap core CSS -->
<link href="./src/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="./src/css/sidebars.css" rel="stylesheet">
</head>
<body>
<main>
<div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-danger" style="width: 280px; margin-left: 4rem;">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
<!--<svg class="bi me-2" width="40" height="32"></svg>-->
<img class="sidebar-top-icon" src="./BlobHappy.png" alt="">
<span class="fs-4">This is :Blob:</span>
</a>
<hr>
<ul class="nav nav-pills flex-column mb-auto">
<li class="nav-item">
<a href="#" class="nav-link text-white">
<img class="sidebar-icon" src="./src/img/clock.png" alt="">
:Clock:
</a>
</li>
<li>
<a href="#" class="nav-link text-white">
<img class="sidebar-icon" src="./src/img/calender.png" alt="">
:Calender:
</a>
</li>
<li>
<a href="#" class="nav-link text-white">
<img class="sidebar-icon" src="./src/img/food.png" alt="">
:Food:
</a>
</li>
<li>
<a href="#" class="nav-link text-white">
<img class="sidebar-icon" src="./src/img/communitiy.png" alt="">
:Community:
</a>
</li>
<li>
<a href="#" class="nav-link text-white">
<img class="sidebar-icon" src="./src/img/option.png" alt="">
:Option:
</a>
</li>
</ul>
<hr>
<!--
<div class="dropdown">
<a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false">
<img src="https://github.com/mdo.png" alt="" width="32" height="32" class="rounded-circle me-2">
<strong>mdo</strong>
</a>
<ul class="dropdown-menu dropdown-menu-dark text-small shadow" 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 class="my-divider"></div>
</main>
<link href="src/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="src/js/sidebars.js"></script>
<script src="src/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>