summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorhardythe12013-10-09 15:00:43 +0530
committerhardythe12013-10-09 15:00:43 +0530
commitc02e32aa54933e386819cf3928ef02963c32b278 (patch)
tree6dfff16012d55a53fe9f33899e797a07e61fa030 /templates/base.html
downloadSciPy2012-c02e32aa54933e386819cf3928ef02963c32b278.tar.gz
SciPy2012-c02e32aa54933e386819cf3928ef02963c32b278.tar.bz2
SciPy2012-c02e32aa54933e386819cf3928ef02963c32b278.zip
intializing repo with all files
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
new file mode 100644
index 0000000..a7bed9a
--- /dev/null
+++ b/templates/base.html
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>
+ SciPy India 2012 - Scietific Computing Using Python
+</title>
+<meta name="keywords" content="" />
+<meta name="description" content="" />
+<link rel="stylesheet" href="{{ URL_ROOT }}/static/css/default.css" type="text/css" />
+</head>
+<body>
+<div id="header-wrapper">
+ <div id="header" class="container">
+ <div id="logo">
+ <h1><a href="#">SciPy India </h1><br><h2>27-29 December, 2012</a></h2>
+ </div>
+ <div id="menu">
+ <ul>
+ <li><a href="/" accesskey="1" title="">Home</a></li>
+ <li>
+ <a href="#" accesskey="2" title="">Conference</a>
+ <ul>
+ <div class="arrow-up"></div>
+ <li><a href="{{ URL_ROOT }}/keynote">Keynote</a></li>
+ <li><a href="{{ URL_ROOT }}/tutorials">Tutorials</a></li>
+ <li><a href="{{ URL_ROOT }}/talks">Talks</a></li>
+ <li><a href="https://plus.google.com/photos/108547534465492743329/albums/5830648864137819041?banner=pwa" target=_blank>Image Gallery</a></li>
+ </ul>
+ </li>
+ <li><a href="{{ URL_ROOT }}/sponsors" accesskey="3" title="">Sponsors</a></li>
+ <li><a href="#" accesskey="4" title="">About</a></li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+
+<div id="featured">&nbsp;</div>
+<div id="wrapper">
+{% block content %}
+
+ <div id="page" class="container">
+ <div id="content">
+ <div class="title">
+ <h2>SciPy India 2012</h2>
+ <span class="byline">Conference on Python for Education & Scientific Computing</span> </div>
+ <p><strong>SciPy India</strong>, a free, fully standards-compliant CSS template designed by <a href="http://www.freecsstemplates.org/" rel="nofollow">FreeCSSTemplates.org</a>. The photos in this template are from <a href="http://fotogrph.com/"> Fotogrph</a>. This free template is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attributions 3.0</a> license, so you are pretty much free to do whatever you want with it (even use it commercially) provided you keep the links in the footer intact. Aside from that, have fun with it :) </p>
+ <a href="#" class="button">Lear More</a> </div>
+ </div>
+{% endblock %}
+</div>
+<div id="copyright" class="container">
+ <p>Copyright (c) 2013 FOSSEE IIT Bombay All rights reserved.</p>
+</div>
+</body>
+</html>