Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
19 changes: 19 additions & 0 deletions website/templates/gsoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,25 @@ <h3 class="text-xl font-semibold mb-3">Sarthak Sharma</h3>
</a>
</div>
</div>
<!-- Current GSoC Mentors Section -->
<div class="bg-white rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 p-8 mb-12 border-l-4 border-red-500">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Current GSoC 2025 Mentors</h2>
<div class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<!-- Rahul Negi -->
<div class="bg-gray-50 rounded-lg p-6 hover:shadow-md transition-shadow">
<div class="flex items-center mb-4">
<div>
<h3 class="text-xl font-semibold text-gray-900">Rahul Negi</h3>
</div>
</div>
<p class="text-gray-700">
As a Python/Django mentor for OWASP BLT's GSoC 2025 program, I'll guide students in building secure web applications and bug logging tools. My focus is on helping students develop practical skills in web development and cybersecurity while contributing to open-source projects.
</p>
</div>
</div>
</div>
</div>
<!-- Past Mentors Section -->
<div class="bg-white rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 p-8 border-l-4 border-red-500">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Past GSoC Mentors</h2>
Expand Down