{"id":18745873,"url":"https://github.com/hackfedcommunity/placement-cell-website","last_synced_at":"2025-11-23T15:30:16.501Z","repository":{"id":259148807,"uuid":"870780750","full_name":"HackfedCommunity/Placement-cell-website","owner":"HackfedCommunity","description":"A Open-source project for the Placement cell of SOICT, GBU ","archived":false,"fork":false,"pushed_at":"2024-10-29T17:46:04.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-28T20:26:59.656Z","etag":null,"topics":["good-first-project","hacktoberfest","hacktoberfest-accepted","hacktoberfest2024","opensource"],"latest_commit_sha":null,"homepage":"https://hackfedcommunity.github.io/Placement-cell-website/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HackfedCommunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-10T16:49:42.000Z","updated_at":"2024-10-30T15:43:39.000Z","dependencies_parsed_at":"2024-12-28T20:24:28.674Z","dependency_job_id":"bd82566f-e7ac-4c7f-8cdb-616b97f79a96","html_url":"https://github.com/HackfedCommunity/Placement-cell-website","commit_stats":null,"previous_names":["hackfedcommunity/placement-cell-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfedCommunity%2FPlacement-cell-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfedCommunity%2FPlacement-cell-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfedCommunity%2FPlacement-cell-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfedCommunity%2FPlacement-cell-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackfedCommunity","download_url":"https://codeload.github.com/HackfedCommunity/Placement-cell-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627235,"owners_count":19670844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["good-first-project","hacktoberfest","hacktoberfest-accepted","hacktoberfest2024","opensource"],"created_at":"2024-11-07T16:19:54.072Z","updated_at":"2025-11-23T15:30:16.405Z","avatar_url":"https://github.com/HackfedCommunity.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Placement Cell Website for SOICT GBU\n\nWelcome 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.\n\n## Project Structure\n\n```\n📦 Placement-Cell-Website\n ┣ 📂 assets\n ┃ ┣ 📂 css\n ┃ ┃ ┗ 📜 style.css\n ┃ ┣ 📂 js\n ┃ ┃ ┗ 📜 index.js\n ┃ ┗ 📂 img\n ┗ 📜 index.html\n```\n\n### Folder Breakdown\n- **`assets/css`**: Contains the main stylesheet for the website.\n- **`assets/js`**: Holds the JavaScript file for website functionality.\n- **`assets/img`**: Place images related to the website here (e.g., logos, banners).\n- **`index.html`**: The main HTML file for the homepage of the website.\n\n## Contributing\n\nWe welcome contributions from everyone, whether you're a student at GBU or an external developer. Please follow the guidelines below when making contributions.\n\n### How to Contribute\n\n1. **Fork the Repository**: Start by forking the repository to your GitHub account.\n2. **Clone the Forked Repo**: \n   ```bash\n   git clone https://github.com/your-username/Placement-Cell-Website.git\n   ```\n3. **Create a New Branch**: \n   ```bash\n   git checkout -b your-branch-name\n   ```\n4. **Make Your Changes**: Add features, fix bugs, or improve documentation.\n5. **Test Your Changes**: Ensure that your changes are working correctly.\n6. **Commit and Push**:\n   ```bash\n   git add .\n   git commit -m \"Describe your changes\"\n   git push origin your-branch-name\n   ```\n7. **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.\n\n### Contribution Rules\n\n1. **Follow the Project Structure**: All contributions should follow the folder structure mentioned above.\n2. **Write Clean Code**: Ensure your code is readable and properly commented.\n3. **Naming Conventions**: Follow consistent naming conventions for files and variables.\n4. **No Breaking Changes**: Avoid pushing changes that break the existing code unless explicitly discussed in an issue or PR.\n5. **Pull Request (PR) Guidelines**:\n    - Clearly describe the changes in your PR.\n    - Reference any related issue or enhancement request.\n    - Wait for the project maintainers to review your PR.\n\n### Opening Issues\nIf you discover bugs, want to request a feature, or have questions, feel free to [open an issue](https://github.com/HackfedCommunity/Placement-Cell-Website/issues). \n\n### Contact Us\nIf you need any help or clarification, feel free to reach out via GitHub discussions or email the project maintainers at `Hackfed.community@gmail.com`.\n\n## License\nThis project is licensed under the MIT License. You are free to use, modify, and distribute this project for personal or commercial use with attribution.\n\n---\n\nWe are excited to see your contributions and ideas! Let's make this project a valuable resource for students at SOICT GBU.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackfedcommunity%2Fplacement-cell-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackfedcommunity%2Fplacement-cell-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackfedcommunity%2Fplacement-cell-website/lists"}