Skip to content

Commit

Permalink
Update CSS, add Hadoop to resources
Browse files Browse the repository at this point in the history
Updated the CSS for the mobile screen for the copy commands button and added Hadoop to the resources section.
  • Loading branch information
madhurimarawat authored Aug 4, 2024
1 parent 2813af9 commit 117cbf7
Show file tree
Hide file tree
Showing 7 changed files with 443 additions and 10 deletions.
9 changes: 5 additions & 4 deletions docs/Astyle-Commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -72,6 +72,7 @@
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Astyle-Commands.html">Astyle</a>
<a class="dropdown-item" href="Git-Commands.html">Git</a>
<a class="dropdown-item" href="Hadoop-Commands.html">Hadoop</a>
</div>
</li>
<li class="nav-item dropdown">
Expand Down Expand Up @@ -182,7 +183,7 @@ <h2>Introduction to AStyle</h2>
</div>

<div class="command-box">
<div class="command-title">Install Chocolatey (if not already installed)</div>
<div class="command-title-1">Install Chocolatey (if not already installed)</div>
<pre
class="command">Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))</pre>
<button class="copy-button">Copy Command</button>
Expand All @@ -205,7 +206,7 @@ <h2>Introduction to AStyle</h2>
</div>

<div class="command-box">
<div class="command-title">Install AStyle using Chocolatey</div>
<div class="command-title-2">Install AStyle using Chocolatey</div>
<pre class="command">choco install astyle</pre>
<button class="copy-button">Copy Command</button>
<div class="command-desc">
Expand Down
5 changes: 3 additions & 2 deletions docs/Git-Commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* File: Git-Commands.html
* Author: Madhurima Rawat
* Date: July 17, 2024
* Description: Study resources commands website showing the some comman commands used in Git formatter.
* Description: Study resources commands website showing some comman commands used in Git.
* 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 Git 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.
Expand Down Expand Up @@ -72,6 +72,7 @@
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Astyle-Commands.html">Astyle</a>
<a class="dropdown-item" href="Git-Commands.html">Git</a>
<a class="dropdown-item" href="Hadoop-Commands.html">Hadoop</a>
</div>
</li>
<li class="nav-item dropdown">
Expand Down
Loading

0 comments on commit 117cbf7

Please sign in to comment.