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
34 changes: 34 additions & 0 deletions website/templates/gsoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,40 @@ <h2 class="text-3xl font-bold text-gray-900 mb-6">Benefits for Students</h2>
</div>
</div>
</div>
<!-- Mentor Benefits Card -->
<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">Benefits for Mentors</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="space-y-4">
<div class="flex items-start">
<i class="fas fa-check-circle text-red-500 mt-1 mr-3"></i>
<p class="text-gray-700">Shape the next generation of open-source developers</p>
</div>
<div class="flex items-start">
<i class="fas fa-check-circle text-red-500 mt-1 mr-3"></i>
<p class="text-gray-700">Enhance project visibility and community engagement</p>
</div>
<div class="flex items-start">
<i class="fas fa-check-circle text-red-500 mt-1 mr-3"></i>
<p class="text-gray-700">Develop leadership and mentoring skills</p>
</div>
</div>
<div class="space-y-4">
<div class="flex items-start">
<i class="fas fa-check-circle text-red-500 mt-1 mr-3"></i>
<p class="text-gray-700">Expand your professional network within OWASP</p>
</div>
<div class="flex items-start">
<i class="fas fa-check-circle text-red-500 mt-1 mr-3"></i>
<p class="text-gray-700">Recognition in the global security community</p>
</div>
<div class="flex items-start">
<i class="fas fa-check-circle text-red-500 mt-1 mr-3"></i>
<p class="text-gray-700">Contribute to the growth of open-source security projects</p>
</div>
</div>
</div>
</div>
<!-- OWASP Partnership Card -->
<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">OWASP BLT & GSOC Partnership</h2>
Expand Down