diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-08-05 20:35:51 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-08-05 20:35:51 +0700 |
commit | 1c75774c1920acb85f06cdf226d256d87ab510fa (patch) | |
tree | b203d1b3aa9cb0f9be6e5f15e713171e7ab501f6 /lessons/informatika/chapter/note.html | |
parent | 46d2deb8236b9217c3d574b3bd393556bd501ce9 (diff) |
Redesign.
Diffstat (limited to 'lessons/informatika/chapter/note.html')
-rw-r--r-- | lessons/informatika/chapter/note.html | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/lessons/informatika/chapter/note.html b/lessons/informatika/chapter/note.html index 5a31626..db762ec 100644 --- a/lessons/informatika/chapter/note.html +++ b/lessons/informatika/chapter/note.html @@ -14,22 +14,30 @@ <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> </head> <body> - <a class="fixed-top-btn menu-btn" onclick="toggleNav()" href="javascript:void(0)"><i class="fa-solid fa-bars"></i></a> - <a href="../" class="fixed-top-btn back-btn" id="backbtn"><i class="fa-solid fa-chevron-left"></i></a> + <div class="fixed-top-btn-container" id="topbtn"> + <a class="fixed-top-btn menu-btn" onclick="toggleNav()" href="javascript:void(0)"><i class="fa-solid fa-bars"></i></a> + <a href="../" class="fixed-top-btn back-btn"><i class="fa-solid fa-chevron-left"></i></a> + </div> <div id="console"></div> <div id="sidebar"> - <a href="/index.html"> - <img src="/assets/images/master.png" alt="" class="sidebar-logo"> - </a> - <h3 id="title" class="align-center">Al Azhar 9th Grade Lesson Notes</h3> - <hr class="divider"> - <a href="/about/author.html" class="sidebar-link link">About the Author</a> - <a href="/about/school.html" class="sidebar-link link">About School</a> - <a href="/lessons" class="sidebar-link link">Lessons</a> - - <hr class="divider"> - <div id="toc"> - <h4>Table of Contents</h4> + <div style="height: 560px; overflow: hidden;"> + <a href="/index.html"> + <img src="/assets/images/master.png" alt="" class="sidebar-logo"> + </a> + + <h3 id="title" class="align-center">Al Azhar 9th Grade Lesson Notes</h3> + </div> + + <div> + <a href="/about/author.html" class="sidebar-link link">About the Author</a> + <a href="/about/school.html" class="sidebar-link link">About School</a> + <a href="/lessons" class="sidebar-link link">Lessons</a> + + + <hr class="divider"> + <div id="toc"> + <h4>Table of Contents</h4> + </div> </div> </div> |