diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/about/reaching.html | 39 | ||||
-rw-r--r-- | project/templates/notifications/speaker_confirmation_mail.html | 16 |
2 files changed, 54 insertions, 1 deletions
diff --git a/project/templates/about/reaching.html b/project/templates/about/reaching.html index f0205f2..b5ff0ec 100644 --- a/project/templates/about/reaching.html +++ b/project/templates/about/reaching.html @@ -1,4 +1,41 @@ {% extends "base.html" %} {% block content %} -<h1>We will update this page once we have more information on it.</h1> +<h1>How to reach the venue?</h1> +<p>Once you reach Trivandrum Central Station, you can reach Technopark by +bus, taxi or an autorickshaw.</p> + +<p>To take a bus to Technopark, you need to go to the Thampanoor bus stand +located opposite to the Trivandrum central railway station and board a bus +that leaves for Kollam. The ticket costs you about Rs.20. You must get +down at Kazhakuttam stop. From there you must hire an autorickshaw to +Technopark. Auto fare to Technopark is between Rs.10-15.</p> + +<p>Air conditioned volvo buses to Technopark are available from East fort +which is approximately 1km from Trivandrum Central Railway Station.</p> + +<p>Timings of KSRTC volvo A/C buses from East fort that reaches Technopark +are at:</p> + +<p> +<table class="kiwipycon-default"> + <tr><th>From East fort</th><th>Reaches Technopark at</th></tr> + <tr><td>6:00AM</td><td>6:40AM</td></tr> + <tr><td>7:00AM</td><td>7:35AM</td></tr> + <tr><td>7:00AM</td><td>7:45AM</td></tr> + <tr><td>7:50AM</td><td>8:30AM</td></tr> + <tr><td>9:10AM</td><td>9:50AM</td></tr> +</table> +</p> + +<p>You can also take a taxi to Technopark from outside the Thampanoor central +railway station. Taxi fare is about Rs 350.</p> + +<p>You can even take an autorickshaw to Technopark from the the prepaid +autorickshaw stand infront of Trivandrum central railway station. Prepaid +auto fare to technopark is about Rs.125 upto the front gate of technopark +and about Rs.25 more to the campus.</p> + +<p>From Thiruvananthapuram Airport, you can take a a taxi to Technopark +which will cost about Rs 300. Taking an auto to technopark costs about +Rs 200.</p> {% endblock content %}
\ No newline at end of file diff --git a/project/templates/notifications/speaker_confirmation_mail.html b/project/templates/notifications/speaker_confirmation_mail.html new file mode 100644 index 0000000..e889b22 --- /dev/null +++ b/project/templates/notifications/speaker_confirmation_mail.html @@ -0,0 +1,16 @@ +Hello {{ name }}, + We have already informed you that your talk titled +"{{ title }}" +for SciPy.in 2009 has been accepted. Hopefully, you have received +that mail. Congratulations! + + Can you please confirm your presence for the conference? To confirm +your presence please send a reply back to this mail, along with your +time of arrival and departure so that we can make arrangements for +your accommodation. + + For any queries, poke us at admin@scipy.in. + +-- + Thanks, + SciPy Team |