Skip to content

Commit 85b45e9

Browse files
author
Archith
committed
Add beautiful screenshot gallery to landing page and update README
1 parent cd850c4 commit 85b45e9

2 files changed

Lines changed: 39 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<details>
7272
<summary><b>Interviewer Login</b></summary>
73-
<img src="docs/screenshots/interviewer-login.png" alt="Interviewer Login" width="100%">
73+
<img src="docs/screenshots/interviewer-login2.png" alt="Interviewer Login" width="100%">
7474

7575
- Secure JWT authentication
7676
- Clean, professional interface
@@ -98,8 +98,7 @@
9898
</details>
9999

100100
<details>
101-
<summary><b>Interview Notes & Feedback</b></summary>
102-
<img src="docs/screenshots/interview-notes.png" alt="Interview Notes" width="100%">
101+
<summary><b>Interview Notes & Feedback (Feature)</b></summary>
103102

104103
**Advanced note-taking features:**
105104
- Structured feedback forms
@@ -113,13 +112,14 @@
113112
</details>
114113

115114
<details>
116-
<summary><b>Session Analytics</b></summary>
117-
<img src="docs/screenshots/session-analytics.png" alt="Session Analytics" width="100%">
115+
<summary><b>Session Analytics (Feature)</b></summary>
118116

119117
- Activity timeline
120118
- Code changes history
121119
- Time spent analysis
122120
- Candidate behavior tracking
121+
- Tab switch detection
122+
- Copy/paste monitoring
123123
</details>
124124

125125
## ⚡ Quick Start

index.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)