Work on beautiful sidebar update
This commit is contained in:
parent
7290d8530e
commit
280e804f19
1 changed files with 13 additions and 11 deletions
24
index.html
24
index.html
|
@ -111,6 +111,17 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="sidebar">
|
||||
<svg
|
||||
class="about-icon"
|
||||
viewBox="0 0 24 24"
|
||||
fill="#fff"
|
||||
id="file-icon"
|
||||
onclick="alert('sneedCode. Made by Sneed Group with love. Licensed under the SPL-R5')"
|
||||
>
|
||||
<path
|
||||
d="M3 3v18h18V3H3zm16 16H5V5h14v14zM7 7h2v2H7V7zm4 0h2v2h-2V7zm4 0h2v2h-2V7z"
|
||||
/>
|
||||
</svg>
|
||||
<svg
|
||||
class="sidebar-icon"
|
||||
viewBox="0 0 24 24"
|
||||
|
@ -119,16 +130,7 @@
|
|||
>
|
||||
<path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" />
|
||||
</svg>
|
||||
<svg
|
||||
class="sidebar-icon"
|
||||
viewBox="0 0 24 24"
|
||||
fill="#fff"
|
||||
id="file-icon"
|
||||
>
|
||||
<path
|
||||
d="M3 3v18h18V3H3zm16 16H5V5h14v14zM7 7h2v2H7V7zm4 0h2v2h-2V7zm4 0h2v2h-2V7z"
|
||||
/>
|
||||
</svg>
|
||||
<hr>
|
||||
<svg
|
||||
class="sidebar-icon"
|
||||
viewBox="0 0 24 24"
|
||||
|
@ -192,7 +194,7 @@
|
|||
d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"
|
||||
/>
|
||||
</svg>
|
||||
|
||||
<hr>
|
||||
<svg
|
||||
class="sidebar-icon"
|
||||
viewBox="0 0 24 24"
|
||||
|
|
Loading…
Reference in a new issue