Welcome to the official Open Source Club (OSC) Learners repository! 🎓
This project is an interactive, beginner-friendly web application designed for students and new developers to make their very first Git & GitHub contribution.
- 🎴 Grid of Learners: Displays cards created by OSC members featuring their photo, name, and bio.
- 🔍 Live Filter / Search: Instantly search learners by name, interest, or tech stack.
- 🔢 Contributor Counter: Automatically updates the count of live cards in real time.
- 🎨 Modern Aesthetics: Built using HTML5, CSS custom variables, glassmorphism, responsive grid layout, and smooth animations.
- 🚀 Zero Complex Dependencies: Pure Vanilla HTML & CSS — no build steps or heavy frameworks required!
Want to add your card to the grid? Follow our step-by-step contribution guide:
👉 Read the Contributing Guide (CONTRIBUTING.md)
- Fork this repository.
- Clone your fork locally.
- Branch:
git checkout -b add-yourname - Add your image to
assets/images/and paste your card HTML inindex.html. - Commit & Push:
git commit -m "Add profile card for [Name]" - Open a Pull Request!
No npm install or build command is required!
- Simply clone the repository:
git clone https://github.com/YOUR-ORGANIZATION/osc-learners.git
- Open
index.htmldirectly in your favorite browser, or use VS Code's Live Server extension.
Need help with Git commands or fixing your Pull Request?
- Reach out in the Open Source Club Discord/Slack channel.
- Don't worry about making mistakes — we're all here to learn together! ❤️
Made with passion by the Open Source Club maintainers & awesome student contributors.