diff options
-rw-r--r-- | project/static/css/styles.css | 6 | ||||
-rw-r--r-- | project/templates/about/venue.html | 15 | ||||
-rw-r--r-- | project/templates/home.html | 51 |
3 files changed, 41 insertions, 31 deletions
diff --git a/project/static/css/styles.css b/project/static/css/styles.css index 59c0076..680341a 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -11,7 +11,11 @@ body p { text-indent: 1em; - width: 70%; + width: 80%; + font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; + font-size: 1.1em; + color: #58585a; + margin-left: 1em; } pre.plain { font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif; diff --git a/project/templates/about/venue.html b/project/templates/about/venue.html index f0205f2..7bb93de 100644 --- a/project/templates/about/venue.html +++ b/project/templates/about/venue.html @@ -1,4 +1,17 @@ {% extends "base.html" %} {% block content %} -<h1>We will update this page once we have more information on it.</h1> +<h1>Venue</h1> +<div class="entry"> + <p>This conference is jointly organized by <a href="http://fossee.in"> +"Free/Open source Software in Science and Engineering Education" (FOSSEE) +</a> project under the <a href="http://www.sakshat.ac.in/">National Mission +on Education (NME)</a> through Information and Communication Technologies +(ICT), <a href="http://space-kerala.org/">SPACE-Kerala </a>, +<a href="http://www.itmission.kerala.gov.in/"> Kerala State IT Mission (KSITM) +</a> and SIG-FOSS of CSI. SPACE-Kerala is helping coordinate and organize the +conference.</p> +<p>The conference is proposed to be held at the Technopark in Trivandrum, keeping +in mind accessibility, the number of attendees and the location, among other +aspects to be considered.</p> +</div> {% endblock content %}
\ No newline at end of file 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 %} |