{% extends 'base.html' %} {% load static %} {% block title %}Home | ArchDune{% endblock %} {% block css %} {% endblock css %} {% load static %} {% block content %} {% if banner_dict.1 %}
{{ banner_dict.1.title }}
{% else %}
{% endif %} {% if banner_dict.2 %}
{{ banner_dict.2.title|title }} {{ banner_dict.2.subtitle|title }}
{{ banner_dict.2.title }}
{% else %}
The Eternal Voices
{% endif %} {% if banner_dict.3 %}
{{ banner_dict.3.title|title }} {{ banner_dict.3.subtitle|title }}
{% else %}
Our Sketchbook
{% endif %}

Beginner’s Guide to Blender

This carefully structured course will include the fundamentals of Blender 3.2 along with tips and tricks learned through years of experience.

Introduction to BIM | Autodesk Revit

This course will teach you how to use Autodesk Revit in an easy and straightforward manner.

Photoshop Essentials for Architectural Visualization

This course is aimed to help you understand how you can use only photoshop to produce presentable drawings from generic 3D scene or hand drawings.

Lumion Essentials: Introduction to Architectural Rendering

This course is designed to give a kickstarter to Lumion basics to help participants create a fluent relationship with rendering workflow.

Beginner’s Guide to Blender

This carefully structured course will include the fundamentals of Blender 3.2 along with tips and tricks learned through years of experience.

Introduction to BIM | Autodesk Revit

This course will teach you how to use Autodesk Revit in an easy and straightforward manner.

Photoshop Essentials for Architectural Visualization

This course is aimed to help you understand how you can use only photoshop to produce presentable drawings from generic 3D scene or hand drawings.

Lumion Essentials: Introduction to Architectural Rendering

This course is designed to give a kickstarter to Lumion basics to help participants create a fluent relationship with rendering workflow.

{% for project in projects %} {% endfor %}
Expert Jury Panel
{% for jury in juries %}
{% if jury.image %} {% else %} {% endif %}
{{jury.name|title}}
{{jury.subtitle|title}}, {{jury.school|upper}}
{% endfor %}
{% if banner_dict.4 %}
{{ banner_dict.4.title|title }} {{ banner_dict.4.subtitle|title }}
{% else %}
Want to become an Instructor?
{% endif %} {% endblock content %} {% block page_js %} {% include "script.html" %} {% endblock page_js %}