Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633179 Views

Latest files of /cody/atherosai/ui/sidebar-02

assets/ cody/atherosai/ui/sidebar-02/assets/
1 Items
  • joe-doe-profile.png
  • style.css cody/atherosai/ui/sidebar-02/style.css
    102 Views
    0 Comments

    :root {
    --primary-color: #090E14;
    --text: white;
    --sidebar-gray: #111926;
    --sidebar-gray-light: #D8DCE0;
    --sidebar-gray-background: #373E4A;
    --success: #00C896;
    index.html cody/atherosai/ui/sidebar-02/index.html
    320 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>Sidebar</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    script.js cody/atherosai/ui/sidebar-02/script.js
    157 Views
    0 Comments

    const expand_btn = document.querySelector(".expand-btn");

    let activeIndex;

    expand_btn.addEventListener("click", () => {
    const iconImage = expand_btn.querySelector('img');