{% extends 'base.html' %} {% block title %}Search — CampusTalent{% endblock %} {% block content %}

Find Talent & Projects

{% if q or university or experience %}
{% if q %}Showing results for "{{ q }}"{% endif %} {% if university %} in {{ university }}{% endif %}
{% if results.profiles %}

People ({{ results.profiles|length }})

{% endif %} {% if results.projects %}

Projects ({{ results.projects|length }})

{% endif %} {% if results.skills %}

Skills ({{ results.skills|length }})

{% endif %} {% if not results.profiles and not results.projects and not results.skills %}
🔍

No results found

Try different keywords or browse our sections below

Browse Skills Browse Projects
{% endif %} {% else %}
🔎

Search for Talent

Find skilled students, open projects, and collaboration opportunities across campuses.

UI Designer Python Video Editor Researcher Marketing Data Science
{% endif %}
{% endblock %}