Welcome to the official repository for the Placement Cell website of SOICT (School of Information and Communication Technology) at Gautam Buddha University (GBU). This open-source project is designed to help students connect with the Placement Cell, view upcoming drives, and gain access to essential placement-related resources.
📦 Placement-Cell-Website
┣ 📂 assets
┃ ┣ 📂 css
┃ ┃ ┗ 📜 style.css
┃ ┣ 📂 js
┃ ┃ ┗ 📜 index.js
┃ ┗ 📂 img
┗ 📜 index.html
assets/css
: Contains the main stylesheet for the website.assets/js
: Holds the JavaScript file for website functionality.assets/img
: Place images related to the website here (e.g., logos, banners).index.html
: The main HTML file for the homepage of the website.
We welcome contributions from everyone, whether you're a student at GBU or an external developer. Please follow the guidelines below when making contributions.
- Fork the Repository: Start by forking the repository to your GitHub account.
- Clone the Forked Repo:
git clone https://github.com/your-username/Placement-Cell-Website.git
- Create a New Branch:
git checkout -b your-branch-name
- Make Your Changes: Add features, fix bugs, or improve documentation.
- Test Your Changes: Ensure that your changes are working correctly.
- Commit and Push:
git add . git commit -m "Describe your changes" git push origin your-branch-name
- Create a Pull Request (PR): Go to the original repository, and create a pull request from your forked branch. Describe your changes clearly in the PR description.
- Follow the Project Structure: All contributions should follow the folder structure mentioned above.
- Write Clean Code: Ensure your code is readable and properly commented.
- Naming Conventions: Follow consistent naming conventions for files and variables.
- No Breaking Changes: Avoid pushing changes that break the existing code unless explicitly discussed in an issue or PR.
- Pull Request (PR) Guidelines:
- Clearly describe the changes in your PR.
- Reference any related issue or enhancement request.
- Wait for the project maintainers to review your PR.
If you discover bugs, want to request a feature, or have questions, feel free to open an issue.
If you need any help or clarification, feel free to reach out via GitHub discussions or email the project maintainers at Hackfed.community@gmail.com
.
This project is licensed under the MIT License. You are free to use, modify, and distribute this project for personal or commercial use with attribution.
We are excited to see your contributions and ideas! Let's make this project a valuable resource for students at SOICT GBU.