You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-9Lines changed: 41 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -264,10 +264,15 @@ This repository includes academic notes, study materials, and resources from B.T
264
264
265
265
This folder contains the code for this website:
266
266
267
-
- The `index.html` file serves as the main page.
268
-
- The website is user-friendly, featuring an intuitive interface that is easy to navigate.
269
-
- Responsive design ensures the website looks great and functions well on all devices and screen sizes.
270
-
- A dropdown menu allows dynamic color changes with options for Autumn, Summer, Rainy, and Winter. Upon selection, the website color changes instantly. Refreshing the page restores the default color scheme.
267
+
* 🏠 The `index.html` file functions as the main landing page of the website.
268
+
* 🧭 The website features a clean, user-friendly layout with an intuitive interface that is easy to navigate.
269
+
* 📱 The responsive design ensures the website displays correctly and performs well across all devices and screen sizes.
270
+
* 🌈 A dropdown menu allows users to switch between seasonal color themes such as **Autumn**, **Summer**, **Rainy**, and **Winter**. Upon selection, the website’s primary color updates instantly, creating a visually engaging experience.
271
+
* 💾 The selected theme is stored using **LocalStorage**, allowing it to persist across browser sessions. The previously chosen theme is automatically applied when the user returns to the site.
272
+
* 🌓 A **Dark Mode** toggle has been added to enhance accessibility and visual comfort. Its state is also saved using **LocalStorage**, ensuring the preference remains active until manually changed.
273
+
* 🔄 A **"Default"** theme option is available in the dropdown to revert the site’s appearance to its original color scheme.
274
+
* 📚 A separate **Resources** dropdown in the navigation bar provides convenient access to reference materials and command guides for tools like **Git**, **Hadoop**, and **Astyle**, helping users learn and explore essential technologies.
275
+
271
276
</details>
272
277
273
278
### Data Science and Artificial Intelligence Subjects
@@ -316,11 +321,15 @@ Semester-Notes/
316
321
│ ├── css/
317
322
│ │ ├── index.css # 🎨 Stylesheet for index.html
318
323
│ │ └── commands.css # 🎨 Stylesheet for Astyle-Commands.html and Git-Commands.html and Hadoop-Commands.html
324
+
│ │ ├── index-dark.css # 🌙 Dark theme for index.html
325
+
│ │ └── commands-dark.css # 🌙 Dark theme for command pages
319
326
│ │
320
327
│ ├── js/
321
328
│ │ ├── index.js # 🖥️ Script to dynamically change the primary color of the website
322
-
│ │ └── commands.js # 📜 Script to manage the visibility of the color and copying of commands in Astyle-Commands.html and Git-Commands.html and Hadoop-| Commands.html
323
-
│
329
+
│ │ └── commands.js # 📜 Script manages theme and copy actions in command pages.
330
+
| |
331
+
│ ├── website_snapshots/ # 🖼️ Contains all website screenshots and demo GIFs for documentation
332
+
│
324
333
├── LICENSE # 📜 MIT License file
325
334
│
326
335
└── README.md # 📄 Documentation file for the repository
@@ -329,14 +338,37 @@ Semester-Notes/
329
338
```
330
339
331
340
---
341
+
332
342
## Website Design
333
343
334
344
This website showcases a comprehensive repository of semester notes and study resources. It features a dynamic, color-changing dropdown menu using JavaScript. The content is organized into detailed sections, covering semester-wise subjects and commonly used commands for Astyle, Git and Hadoop. Visit the website at: [Website Link](https://madhurimarawat.github.io/Semester-Notes/).
0 commit comments