{% extends 'academy/base.html' %} {% block title %}Portfolio – Creative Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Our Works

Instructor Portfolio

Browse the work of the creatives who'll be teaching you — real projects, real skills.

All Works 🎨 Graphics ✏️ Digital Art 📷 Photography
{% if items %}
{% for item in items %}
{{ item.title }}
{{ item.get_category_display }}

{{ item.title }}

by {{ item.instructor_name }}
{% endfor %}
{% else %}
🖼️

Portfolio coming soon

Our instructors' works will be uploaded here shortly.


Register in the meantime →
{% endif %} {% endblock %}