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://varshitha713.github.io/good-first-issue-for-students/
- 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
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 was created as a part of my submission for Social Summer of Code 2025 as a Project Admin. I wanted to build something that:
- Helps fellow students
- Teaches open source contribution basics
- Has a clean, minimal design
This project is licensed under the MIT License — see the LICENSE file for details.
Made with ❤️ by Macha Varshitha. Open for suggestions and contributions!