{% extends 'base.html' %}
{% block title %}Entry Documents{% endblock %}
{% block header %}
{% include 'includes/top_nav.html' with on="awards" %}
{% endblock %}
{% block content %}
<div class="content">
<div class="page sub">
<div class="title">
<h1>Award Resources</h1>
<div class="clear"></div>
</div><!--/title-->
<div class="container">
<div class="flat award-resources">
<h2>Download the award resources:</h2>
<div class="item">
<a href="{{ STATIC_URL }}app/pdf/Afrisam-SAIA 17_18 - Glossary.pdf" target="_blank"><img src="{{ STATIC_URL }}app/img/pdf.png" /></a>
<h3><a href="{{ STATIC_URL }}app/pdf/Afrisam-SAIA 17_18 - Glossary.pdf" target="_blank">Glossary of terms</a></h3>
<h4><a href="{{ STATIC_URL }}app/pdf/Afrisam-SAIA 17_18 - Glossary.pdf" target="_blank">Download the PDF</a></h4>
<div class="clear"></div>
</div><!--/item-->
<div class="item">
<a href="{{ STATIC_URL }}app/pdf/Afrisam-SAIA 17_18 - Entry Criteria Doc FA.pdf" target="_blank"><img src="{{ STATIC_URL }}app/img/pdf.png" /></a>
<h3><a href="{{ STATIC_URL }}app/pdf/Afrisam-SAIA 17_18 - Entry Criteria Doc FA.pdf" target="_blank">Award and Sustainability Checklist </a></h3>
<h4><a href="{{ STATIC_URL }}app/pdf/Afrisam-SAIA 17_18 - Entry Criteria Doc FA.pdf" target="_blank">Download the PDF</a></h4>
<ul>
<li>Sustainable building is an outcome of the process</li>
<li>Hallmarks of a regenerative project</li>
<li>Trajectory of environmentally responsible design</li>
</ul>
<div class="clear"></div>
</div><!--/item-->
{% comment %}
<div class="item">
<a href="{{ STATIC_URL }}/app/pdf/Afrisam-SAIA 17_18 - Entry Criteria Doc FA.pdf" target="_blank"><img src="{{ STATIC_URL }}/app/img/pdf.png" /></a>
<h3><a href="{{ STATIC_URL }}/app/pdf/Afrisam-SAIA 17_18 - Entry Criteria Doc FA.pdf" target="_blank">Call For Entries</a></h3>
<h4><a href="{{ STATIC_URL }}/app/pdf/Afrisam-SAIA 17_18 - Entry Criteria Doc FA.pdf" target="_blank">Download the PDF</a></h4>
<p>If you are a member of the South African Institute of Architects, you are invited to submit entries for the AfriSam-SAIA Award for Sustainable Architecture. Only entries by SAIA members are eligible and are to be submitted for consideration for the awards by 12:00 on 20 March 2014 at SAIA’s offices at: Bouhof (Ground Floor), 31 Robin Hood Road, Robindale, Randburg. Work may be submitted to the offices of SAIA by the author or nominated by SAIA member with the author’s</p>
<div class="clear"></div>
</div><!--/item-->
<div class="item">
<a href="{{ STATIC_URL }}/app/pdf/4SA_ConditionsforEntry2013-Entry-form-A.pdf" target="_blank"><img src="{{ STATIC_URL }}/app/img/pdf.png" /></a>
<h3><a href="{{ STATIC_URL }}/app/pdf/4SA_ConditionsforEntry2013-Entry-form-A.pdf" target="_blank">Conditions For Entries</a></h3>
<h4><a href="{{ STATIC_URL }}/app/pdf/4SA_ConditionsforEntry2013-Entry-form-A.pdf" target="_blank">Download the PDF</a></h4>
<p>Completed and Beneficially Occupied by March 2013</p>
<div class="clear"></div>
</div><!--/item-->
<div class="item">
<a href="{{ STATIC_URL }}/app/pdf/4SA_ConditionsforEntry2013-Entry-form-B.pdf" target="_blank"><img src="{{ STATIC_URL }}/app/img/pdf.png" /></a>
<h3><a href="{{ STATIC_URL }}/app/pdf/4SA_ConditionsforEntry2013-Entry-form-B.pdf" target="_blank">Conditions For Entries</a></h3>
<h4><a href="{{ STATIC_URL }}/app/pdf/4SA_ConditionsforEntry2013-Entry-form-B.pdf" target="_blank">Download the PDF</a></h4>
<p>Research of Work of Social or Technical Importance in Sustainable Architecture</p>
<div class="clear"></div>
</div><!--/item-->
<div class="item">
<a href="{{ STATIC_URL }}/app/pdf/4SA_PosterGuidelines_2013.pdf" target="_blank"><img src="{{ STATIC_URL }}/app/img/pdf.png" /></a>
<h3><a href="{{ STATIC_URL }}/app/pdf/4SA_PosterGuidelines_2013.pdf" target="_blank">Poster Guidelines</a></h3>
<h4><a href="{{ STATIC_URL }}/app/pdf/4SA_PosterGuidelines_2013.pdf" target="_blank">Download the PDF</a></h4>
<div class="clear"></div>
</div><!--/item-->
{% endcomment %}
<div class="social">
<div class="tw"><a href="http://twitter.com/share?url=http://www.sustainabledesign.co.za/&text=The AfriSam-SAIA Award&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<div class="fb"><iframe src="http://www.facebook.com/plugins/like.php?locale=en_US&href=http%3A%2F%2F4tmrw.co.za%2F&layout=standard&show-faces=false&width=300&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:300px; height:30px"></iframe></div>
</div><!--/social-->
</div><!--/flat-->
</div><!--/container-->
</div><!--/page-->
</div><!--/content-->
{% endblock %}