summaryrefslogtreecommitdiff
path: root/templates/pages/contact.html
diff options
context:
space:
mode:
authorttt2017-05-13 00:29:47 +0530
committerttt2017-05-13 00:29:47 +0530
commit4336f5f06f61de30ae3fa54650fce63a9d5ef5be (patch)
tree23b4ee9b8e8f24bf732acf2f7ad22ed50cdd5670 /templates/pages/contact.html
downloadSBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.gz
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.bz2
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.zip
added all server files
Diffstat (limited to 'templates/pages/contact.html')
-rw-r--r--templates/pages/contact.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/templates/pages/contact.html b/templates/pages/contact.html
new file mode 100644
index 0000000..16d391d
--- /dev/null
+++ b/templates/pages/contact.html
@@ -0,0 +1,34 @@
+{% extends "layout.html" %}
+{% load staticfiles %}
+
+{% block content %}
+<div class="container">
+ <div class="row">
+ {% if user.is_authenticated %}
+ {% include 'account/sub_nav.html' %}
+ {% endif %}
+ <div class="span12">
+ <h2>Contact Us</h2>
+ <table class="table">
+ <tbody>
+ <tr>
+ <td>Prof. Kannan Moudgalya</td>
+ <td>kannan@iitb.ac.in</td>
+ </tr>
+ <tr>
+ <td>Rupak Rokade</td>
+ <td>rupakrokade@gmail.com</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td></td>
+ </tr>
+ </tbody>
+ </table>
+ <br>
+ <h2>SBHS Discussion Forum</h2>
+ The SBHS Community has maintained a discussion forum and exhaustive documentation to answer basic questions about SBHS and SBHS Vlabs.
+ </div>
+ </div>
+</div>
+{% endblock %}