@@ -488,7 +488,40 @@ <h2>See It In Action</h2>
488488 < p style ="color: #666; "> Experience the smooth, real-time collaboration</ p >
489489 </ div >
490490
491- < div class ="code-preview ">
491+ <!-- Screenshot Gallery -->
492+ < div style ="margin: 30px 0; ">
493+ < div style ="display: grid; grid-template-columns: 1fr; gap: 30px; ">
494+ <!-- Landing Page Screenshot -->
495+ < div style ="text-align: center; ">
496+ < h3 style ="color: #667eea; margin-bottom: 15px; "> 🏠 Beautiful Landing Page</ h3 >
497+ < img src ="docs/screenshots/landing-page.png " alt ="OpenCollab Landing Page " style ="width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); ">
498+ < p style ="color: #666; margin-top: 10px; font-size: 14px; "> Clean, modern interface with animated code particles</ p >
499+ </ div >
500+
501+ <!-- Login Screenshot -->
502+ < div style ="text-align: center; margin-top: 20px; ">
503+ < h3 style ="color: #667eea; margin-bottom: 15px; "> 🔐 Secure Interviewer Login</ h3 >
504+ < img src ="docs/screenshots/interviewer-login2.png " alt ="Interviewer Login " style ="width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); ">
505+ < p style ="color: #666; margin-top: 10px; font-size: 14px; "> JWT-based authentication for secure access</ p >
506+ </ div >
507+
508+ <!-- Admin Dashboard Screenshot -->
509+ < div style ="text-align: center; margin-top: 20px; ">
510+ < h3 style ="color: #667eea; margin-bottom: 15px; "> 📊 Admin Dashboard</ h3 >
511+ < img src ="docs/screenshots/admin-dashboard.png " alt ="Admin Dashboard " style ="width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); ">
512+ < p style ="color: #666; margin-top: 10px; font-size: 14px; "> Manage all interview sessions from one place</ p >
513+ </ div >
514+
515+ <!-- Coding Session Screenshot -->
516+ < div style ="text-align: center; margin-top: 20px; ">
517+ < h3 style ="color: #667eea; margin-bottom: 15px; "> 💻 Live Coding Session</ h3 >
518+ < img src ="docs/screenshots/coding-session.png " alt ="Coding Session " style ="width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); ">
519+ < p style ="color: #666; margin-top: 10px; font-size: 14px; "> Real-time collaborative coding with syntax highlighting</ p >
520+ </ div >
521+ </ div >
522+ </ div >
523+
524+ < div class ="code-preview " style ="margin-top: 40px; ">
492525 < div class ="code-header ">
493526 < span class ="code-dot dot-red "> </ span >
494527 < span class ="code-dot dot-yellow "> </ span >
0 commit comments