summaryrefslogtreecommitdiff
path: root/project/templates/home.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-11-05 14:37:18 +0530
committerMadhusudan.C.S2009-11-05 14:37:18 +0530
commit1316a02504b24f7e38d847d27ff4cbfc561eee26 (patch)
tree30bb01a4f1a856dfd06fdc281fd294ada843721c /project/templates/home.html
parentb6afe1a0cabc6d027d476b7f260c39b34540cf40 (diff)
downloadscipycon-1316a02504b24f7e38d847d27ff4cbfc561eee26.tar.gz
scipycon-1316a02504b24f7e38d847d27ff4cbfc561eee26.tar.bz2
scipycon-1316a02504b24f7e38d847d27ff4cbfc561eee26.zip
Added venue information.
Diffstat (limited to 'project/templates/home.html')
-rw-r--r--project/templates/home.html51
1 files changed, 22 insertions, 29 deletions
diff --git a/project/templates/home.html b/project/templates/home.html
index 066f0ad..b073097 100644
--- a/project/templates/home.html
+++ b/project/templates/home.html
@@ -1,34 +1,27 @@
{% extends "base.html" %}
{% block content %}
- <div class="post">
- <div class="title">
- <h2><a href="scope">Scope of the conference</a></h2>
- </div>
- <div class="entry">
- <p><strong>Scipy.in </strong>is a conference providing opportunities to spread the use of
-the Python programming language in the Scientific Computing community in
-India. It provides a unique opportunity to interact with the "Who's who"
-of the Python for Scientific Computing fraternity and learn, understand,
-participate and contribute what is happening in the realms of Scientific
-Computing using Python. Attendees of the conference and participants of
-the sprints planned will be able to access and review the tools
-available, apart from learning domain-specific applications and how the
-tools apply to a plethora of application problems.<br>
+<h1>Scope of the conference</h1>
+<div class="entry">
+ <p><strong>Scipy.in </strong>is a conference providing opportunities to
+spread the use of the Python programming language in the Scientific Computing
+community in India. It provides a unique opportunity to interact with the
+"Who's who" of the Python for Scientific Computing fraternity and learn,
+understand, participate and contribute what is happening in the realms of
+Scientific Computing using Python. Attendees of the conference and participants
+of the sprints planned will be able to access and review the tools available,
+apart from learning domain-specific applications and how the tools apply to a
+plethora of application problems.<br>
-One of the goals of the conference is to combine education, engineering,
-and science with computing through the medium of Python and thereby
-extrapolate on how powerful Scientific Computing is in various fields
-and among different communities.</p>
- <!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
- </div>
- </div>
- <div class="post">
- <div class="title">
- <h2><a name="theme">Theme</a></h2>
- </div>
- <div class="entry">
- <p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong> with respect to Application and Teaching</p>
- </div>
- </div>
+One of the goals of the conference is to combine education, engineering and
+science with computing through the medium of Python and thereby extrapolate on
+how powerful Scientific Computing is in various fields and among different
+communities.
+ </p>
+</div>
+<h1>Theme</h1>
+<div class="entry">
+ <p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong>
+with respect to Application and Teaching</p>
+</div>
{% endblock content %}