Skip to content
Open
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
25 changes: 25 additions & 0 deletions website/templates/gsoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,31 @@ <h3 class="text-2xl font-bold text-gray-900 dark:text-gray-100">Rinkit Adhana</h
</p>
</div>
</div>
<!-- Raj Gupta -->
<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg transition-all border border-gray-200 dark:border-gray-700 overflow-hidden">
<div class="h-3 bg-gradient-to-r from-[#e74c3c] to-red-400"></div>
<div class="p-8">
<div class="flex items-center mb-4">
<div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-code text-[#e74c3c] text-2xl"></i>
</div>
<div>
<h3 class="text-2xl font-bold text-gray-900 dark:text-gray-100">Raj Gupta</h3>
<span class="text-sm font-medium text-gray-500 dark:text-gray-500 bg-gray-100 dark:bg-gray-800 px-3 py-1 rounded-full">Full Stack Development mentor</span>
</div>
</div>
<p class="text-gray-700 dark:text-gray-300 leading-relaxed">
I’m a full stack developer with prior Google Summer of Code (GSoC)
experience and a strong passion for open source. Having worked as a
contributor, I understand the challenges of getting started - from
reading large codebases to making meaningful pull requests. As a
mentor, I enjoy guiding contributors through best practices, code
reviews, and real-world problem solving. I continue to actively
contribute to open source because I believe collaboration and
knowledge sharing are what truly drive impactful software.
</p>
</div>
</div>
<!-- Ahmed ElSheikh -->
<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg transition-all border border-gray-200 dark:border-gray-700 overflow-hidden">
<div class="h-3 bg-gradient-to-r from-[#e74c3c] to-red-400"></div>
Expand Down
Loading