it/itf/templates/home.html

72 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends 'festival_wireframe.html' %}
{% block title %}
India Theatre Forum - Home
{% endblock %}
{% block leftCol %}
<ul id="leftNav">
<li class="currentNav"><a href="/itf/">Home</a></li>
<li><a href="/itf/meetings">Activities</a><div class="helper">ITF Meetings - transcripts, audio, discussions.</div></li>
<li><a href="/itf/projects">Projects</a><div class="helper">Projects undertaken by the ITF...</div></li>
<li><a href="/erang">e-Rang</a><div class="helper">The theatre newsletter...</div></li>
<li><a href="/itf/resources">Resources</a><div class="helper">Downloadable reading materials and resources</div></li>
<li><a href="/itf/surveys">Surveys</a><div class="helper">Surveys about theatre in India...</div></li>
<li><a href="/itf/publications">Publications</a><div class="helper">Publications by the ITF..</div></li>
<li><a href="/itf/people">Participants</a><div class="helper">A list of participants for all ITF meetings</div></li>
</ul>
{% endblock %}
</div>
<div id="centerCol">
{% block centerCol %}
<div id="centerContent">
<h3>Welcome to the ITF Website</h3>
<div class="centerText">
<p>Welcome to the India Theatre Forum Website!</p>
<p>As you will notice very quickly … this site is very much under construction. However we did want to put it up, so you can begin to access some information on the India Theatre Forum itself, and also stay in touch with what we are planning for this site.</p>
<p>Essentially we want this site to be a hub for Indian theatre a place where you can come and get, give, share, exchange all sorts of information, ideas, resources and more.</p>
<p>Examples of some things you can get:</p>
<ul>
<li>a space of your own on the site</li>
<li>information on theatre activity, people and groups across India</li>
<li>a calendar of theatre activity across India</li>
<li>a fortnightly newsletter, emailed to your inbox</li>
<li>links between you and people you have worked with</li>
<li>access to offers & needs, where you can ask or browse for theatre needs you have rehearsal space, costumes, some lighting problem you need to tackle … etc</li>
<li>theatre-related information schemes, grants, government reports, policies and more</li>
<li>Guidelines for Best Practices in Theatre</li>
</ul>
<p>Examples of some things you can give:</p>
<ul>
<li>information on yourself and your theatre activity</li>
<li>theatre-related information you have access to</li>
<li>offers of resources you or your group may have</li>
</ul>
<p>This is a site for you, for us … and can come alive only with your active participation. Do log in so we can keep you informed … and we look forward to having you on board as part of the ITF online community.</p>
</div>
</div>
{% endblock %}