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
11 changes: 11 additions & 0 deletions website/templates/gsoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,17 @@ <h3 class="text-xl font-semibold text-gray-900">Rahul Negi</h3>
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>
<!-- Bishal Das -->
<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">Bishal Das</h3>
</div>
</div>
<p class="text-gray-700">
As a Django and UI/UX mentor for OWASP BLT in GSoC 2025, I'll guide students build secure and intuitive web applications. My focus is on guiding them through real-world development—writing clean backend code, designing smooth user experiences, and understanding the basics of cybersecurity. I'm all about making open-source contributions meaningful while helping students grow their skills along the way.
</p>
</div>
</div>
</div>
</div>
Expand Down
Loading