This repository contains the project for NIRMAAN 2024.
This project is part of the NIRMAAN 2024 initiative by NST-SDC.
- HTML: Used for structuring the web pages.
- CSS: Applied for styling the web pages.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/NST-SDC/NIRMAAN-2024.git
- Open the project in your favorite code editor.
- Open the
index.html
file in your web browser to view the project.
You can use this project as a template or reference for your own projects. Feel free to explore the code and make modifications as needed.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project was created using knowledge from various sources, including:
- MDN Web Docs
- W3Schools
- I also use https://vite.dev for some work, especially when it comes to JavaScript projects. It has some great resources and tools that help streamline my workflow