This project is a simple website that displays a collection of high-quality resources shared by contributors. It’s designed for:
- 🎓 Students preparing for placements
- 👩💻 Beginners learning to contribute to open source
- 🌱 First-time contributors looking for a “Good First Issue”
https://first-contrib-placement.netlify.app/
- HTML
- CSS
- Git & GitHub (for collaboration)
📌 What to Add!?
Contributors are expected to add a simple card that contains:
-
A link to a useful placement-related resource (e.g., DSA, Web Dev, Aptitude, etc.)
-
A short description explaining what the link offers check index.html for the structure of the card
-
You can also raise issues regarding the webpage design and work on them
-
Don't forget to add a category to the card for filtering. Feel free to add new categories if wanted
These cards will appear on the main page to help students easily explore resources. Want to add a resource?
- Fork this repository
- Clone the forked repo
- Add your resource link and a short description in the correct section (like
DSA,Web Dev,CS Fundamentals, etc.) - Commit your changes:
git commit -m "Added new DSA resource" - Push to your fork:
git push origin main - Open a Pull Request with a proper title and description
For detailed steps, check CONTRIBUTING.md
placement-resources/
├── images/
│ └── prjct-preview.png
├── styles/
│ └── style.css
├── index.html
├── README.md
├── contributing.md
├── LICENSE
This project is licensed under the MIT License — see the LICENSE file for details.
Made with ❤️ by Macha Varshitha. Open for suggestions and contributions!
