From 117cbf7a82c89d3b79f9a545028f19013e95843c Mon Sep 17 00:00:00 2001 From: Madhurima Rawat <105432776+madhurimarawat@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:36:31 +0530 Subject: [PATCH] Update CSS, add Hadoop to resources Updated the CSS for the mobile screen for the copy commands button and added Hadoop to the resources section. --- docs/Astyle-Commands.html | 9 +- docs/Git-Commands.html | 5 +- docs/Hadoop-Commands.html | 408 ++++++++++++++++++++++++++++++++++++++ docs/css/commands.css | 24 ++- docs/css/index.css | 2 +- docs/index.html | 3 +- docs/js/index.js | 2 +- 7 files changed, 443 insertions(+), 10 deletions(-) create mode 100644 docs/Hadoop-Commands.html diff --git a/docs/Astyle-Commands.html b/docs/Astyle-Commands.html index 95bcba3..916faf3 100644 --- a/docs/Astyle-Commands.html +++ b/docs/Astyle-Commands.html @@ -3,13 +3,13 @@ * File: Astyle-Commands.html * Author: Madhurima Rawat * Date: July 18, 2024 -* Description: Study resources commands website showing the some comman commands used in Astyle formatter. +* Description: Study resources commands website showing some comman commands used in Astyle formatter. * It also features a dynamic color-changing dropdown menu using JavaScript. * Version: 1.0 * GitHub Repository: https://github.com/madhurimarawat/Semester-Notes * Issues/Bugs: For any issues or bugs, please visit the GitHub repository issues section. * Comments: This HTML file serves as the foundational structure for a comprehensive Astyle commands website. -* It organizes content into detailed sections, including Semester-wise subjects and additional resources for +* It organizes content into detailed sections and additional resources for * commanly used commands. * Dependencies: - Font Awesome 5.15.3: External CSS for icons. @@ -72,6 +72,7 @@ @@ -718,4 +719,4 @@

Thank You

- + \ No newline at end of file diff --git a/docs/js/index.js b/docs/js/index.js index 4a95801..3b3a748 100644 --- a/docs/js/index.js +++ b/docs/js/index.js @@ -250,4 +250,4 @@ document.addEventListener("DOMContentLoaded", function () { } } }); -}); +}); \ No newline at end of file