{% extends "base.html" %} {% block content %}

Find Your Next Co-Founder

Discover and connect with talented student and graduate founders looking for partners.

{% for partner in partners %}
{{ partner.user.username }}
{{ partner.university }} ยท '{{ partner.graduation_year }}

{{ partner.bio|default:"No bio available yet. I'm excited to build something new!" }}

Primary Focus
Fintech Tech
{% empty %}

No partners found yet

Be the first to create your founder profile and find your perfect co-founder.

Create Profile
{% endfor %}
{% endblock %}