Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,42 @@ <h3 class="project-title">Khad Health Documentation App</h3>
</div>
</article>

<!-- AI-Powered CV Builder -->
<article class="project-card" data-animate="fade-up" data-delay="200">
<div class="project-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
<polyline points="14 2 14 8 20 8"/>
<line x1="16" y1="13" x2="8" y2="13"/>
<line x1="16" y1="17" x2="8" y2="17"/>
<line x1="10" y1="9" x2="8" y2="9"/>
</svg>
</div>
<div class="project-content">
<h3 class="project-title">AI-Powered CV Builder</h3>
<p class="project-description">
Professional resume builder with AI assistance, ATS optimization, and real-time preview.
Features intelligent keyword matching, job description analysis, and automated content
enhancement powered by GPT-4.
</p>
<div class="project-tags">
<span class="tag">AI/ML</span>
<span class="tag">Next.js</span>
<span class="tag">Resume</span>
<span class="tag">ATS</span>
<span class="tag">TypeScript</span>
</div>
</div>
<div class="project-footer">
<a href="https://cv-adab-tech.vercel.app" class="project-link" target="_blank" rel="noopener noreferrer">
<span>Launch App</span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
</div>
</article>

<!-- Temitope Hospital (Adamu demo) -->
<article class="project-card" data-animate="fade-up" data-delay="300">
<div class="project-icon">
Expand Down
Loading