diff options
author | CruiseDevice | 2018-10-24 16:55:02 +0530 |
---|---|---|
committer | CruiseDevice | 2018-10-24 16:55:02 +0530 |
commit | 841289742d6c89b8a2eb30cea721f46b2389b862 (patch) | |
tree | 7e054353b721d0907b6afac957d65a03876d73c9 /sbhs/templates/pages/info.html | |
parent | 794aa51ff511a53623592dd6e72918099e2167ad (diff) | |
download | sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.tar.gz sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.tar.bz2 sbhs_server-841289742d6c89b8a2eb30cea721f46b2389b862.zip |
Sbhs templates
Diffstat (limited to 'sbhs/templates/pages/info.html')
-rw-r--r-- | sbhs/templates/pages/info.html | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/sbhs/templates/pages/info.html b/sbhs/templates/pages/info.html index 0d68339..0dffbbd 100644 --- a/sbhs/templates/pages/info.html +++ b/sbhs/templates/pages/info.html @@ -14,7 +14,7 @@ </div> </div> <div class="row"> - <div class="span8"> + <div class="span8" id="info"> <p style="text-align:justify"> Welcome to SBHS Virtual Labs. Here you can remotely access the Single Board Heater Systems (SBHS) hosted at IIT Bombay, and perform various experiments using it. <br><br> @@ -31,6 +31,32 @@ <li>Launch Scilab, load the appropriate code and start experimenting remotely!</li> </ol> </div> + <div class="span12" id="theory"> + <h2>Theory</h2> + <br> + <br> + <iframe src="{% static 'data/theory.pdf' %}" width="100%" height="900px" ></iframe> + <br> + </div> + <div class="span12" id="procedure"> + <h2>Procedure</h2> + <h4> + <strong>See the spoken tutorial on how to use SBHS virtual labs</strong> + </h4> + <center> + <div class="embed-responsive embed-responsive-16by9"> + <iframe width="500" height="300" src="https://www.youtube.com/embed/Ax7lYwQctog" frameborder="0" allowfullscreen></iframe> + </div> + </center><br> + <h4> + <strong>For more information please read the pdf</strong> + </h4> + <center> + <div class="embed-responsive embed-responsive-16by9"> + <iframe src="{% static 'data/procedure.pdf' %}" width="100%" height="900px"></iframe><br> + </div> + </center> + </div> </div> </div> {% endblock %} |