summaryrefslogtreecommitdiff
path: root/sbhs/templates/pages/feedback.html
blob: b58c727f8a866b612c4ba9d735fafb02f4861e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{% extends "base.html" %}
{% load staticfiles %}

{% block content %}
<div class="container">
    <div class="row">
        <div class="span12">
            <h2>Feedback / Contact Us</h2>
            <br>
	    <br>
	    <p>
            <h5>Write a mail to <a href="mailto:sbhs@os-hardware.in">sbhs[at]os-hardware[dot]in</a> to provide a feedback on SBHS virtual lab experience. If you have any questions, please use the <a href="http://sbhs.os-hardware.in/forum" target="_blank">forum</a>.
            </h5>
	    </p>
            <br>           
        </div>
    </div>
</div>
{% endblock %}