Skip to content

HackfedCommunity/Placement-cell-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Placement Cell Website for SOICT GBU

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.

Project Structure

📦 Placement-Cell-Website
 ┣ 📂 assets
 ┃ ┣ 📂 css
 ┃ ┃ ┗ 📜 style.css
 ┃ ┣ 📂 js
 ┃ ┃ ┗ 📜 index.js
 ┃ ┗ 📂 img
 ┗ 📜 index.html

Folder Breakdown

  • 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.

Contributing

We welcome contributions from everyone, whether you're a student at GBU or an external developer. Please follow the guidelines below when making contributions.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. Clone the Forked Repo:
    git clone https://github.com/your-username/Placement-Cell-Website.git
  3. Create a New Branch:
    git checkout -b your-branch-name
  4. Make Your Changes: Add features, fix bugs, or improve documentation.
  5. Test Your Changes: Ensure that your changes are working correctly.
  6. Commit and Push:
    git add .
    git commit -m "Describe your changes"
    git push origin your-branch-name
  7. 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.

Contribution Rules

  1. Follow the Project Structure: All contributions should follow the folder structure mentioned above.
  2. Write Clean Code: Ensure your code is readable and properly commented.
  3. Naming Conventions: Follow consistent naming conventions for files and variables.
  4. No Breaking Changes: Avoid pushing changes that break the existing code unless explicitly discussed in an issue or PR.
  5. 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.

Opening Issues

If you discover bugs, want to request a feature, or have questions, feel free to open an issue.

Contact Us

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.

License

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.