Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633175 Views

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

assets/ cody/atherosai/ui/sidebar-05/assets/
2 Items
  • profile.png
  • storeify.png
  • index_socials.html cody/atherosai/ui/sidebar-05/index_socials.html
    349 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>
    style.css cody/atherosai/ui/sidebar-05/style.css
    112 Views
    0 Comments
    :root {
    --primary-color: #272727;
    --text: white;
    --white: #FFFFFF;
    --sidebar-primary: #605DFF;
    --sidebar-primary-light: #5DA8FF;
    --sidebar-primary-hover: #605DFF10;
    --sidebar-background: #FCFCFD;
    index.html cody/atherosai/ui/sidebar-05/index.html
    365 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-05/script.js
    184 Views
    0 Comments
    const expand_btn = document.querySelector(".expand-btn");

    let activeIndex;

    expand_btn.addEventListener("click", () => {
    document.body.classList.toggle("collapsed");
    });