summaryrefslogtreecommitdiff
path: root/sbhs/templates/pages/pages_index.html
diff options
context:
space:
mode:
authorCruiseDevice2018-10-26 13:38:48 +0530
committerCruiseDevice2018-10-26 13:46:16 +0530
commita438fee238995d2d691bf6b6f71d0b67a7d58ca2 (patch)
tree4364183ecfb3a148a9cbe5af03bce1ae057d4d34 /sbhs/templates/pages/pages_index.html
parent00f02432ba31aadb4da46aab9804112d1fb8c9de (diff)
downloadsbhs_server-a438fee238995d2d691bf6b6f71d0b67a7d58ca2.tar.gz
sbhs_server-a438fee238995d2d691bf6b6f71d0b67a7d58ca2.tar.bz2
sbhs_server-a438fee238995d2d691bf6b6f71d0b67a7d58ca2.zip
fix UI issues in website
- separate header, body and footer using css ids in base.html to avoid text hiding in header and footer - remove unnecessary script tag and div tag from account/home.html - use django-crispy-forms to fix design issues in password_change_form, user_registration_form and user_login_form - fix UI issues in pages/info.html and pages_index.html
Diffstat (limited to 'sbhs/templates/pages/pages_index.html')
-rw-r--r--sbhs/templates/pages/pages_index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbhs/templates/pages/pages_index.html b/sbhs/templates/pages/pages_index.html
index d7c96c8..9579b57 100644
--- a/sbhs/templates/pages/pages_index.html
+++ b/sbhs/templates/pages/pages_index.html
@@ -4,11 +4,11 @@
<div class="container">
<div class="row">
<div class="span12">
- <div class="page-header">
- <div class="span1" style="margin-left: 0; margin-right: 20px;">
+ <div>
+ <div class="span1" style="margin-left: 10px; margin-right: 40px;">
<img src="{% static 'img/iitbLogo.png' %}" alt="IITB">
</div>
- <h1>Single Board Heater System Lab</h1>
+ <h1 style="padding-top:20px;">Single Board Heater System Lab</h1>
<p>By <a href="http://www.iitb.ac.in/" target="_blank">Indian Institute of Technology, Bombay</a></p>
</div>
</div>
@@ -16,7 +16,7 @@
<h3>Welcome to Virtual Labs (SBHS)</h3>
<p style="text-align: justify;">The Virtual Labs Project was started as an initiative from the Ministry of Human Resource and Development (MHRD) to create online interactive media which would help students learn and experiment with difficult concepts in various domains. As a part of this initiative, a virtual laboratory for Single Board Heater System (SBHS) has been developed. The objective of this lab is to help students, teachers or in general enthusiasts perform experiments in the Instrumentation and Control System labs virtually, and yet have close to real life experience. The platform is focused on learning aspects as much as on performing the experiments.</p>
</div>
- <div class="span6">
+ <div class="span4">
<div id="slider" class="carousel slide" data-interval="4000">
<ol class="carousel-indicators">
<li data-target="#slider" data-slide-to="0" class="active"></li>
@@ -48,7 +48,7 @@
<li>Users are given two slots of 55 minute duration for performing the tests every day. They can also make use of vacant current slots, if any, in addition to this. The relatively small time constant of the SBHS allows the user to complete one or more experiments within the 55 minute duration.</li>
</ul>
</div>
- <div class="span6">
+ <div class="span4">
<h3>SBHS Discussion Forum</h3>
<p style="text-align: justify;">We provide you extensive documentation and spoken tutorials on the SBHS and how to access it using Virtual Labs. You can find the links in the downloads section. Support is given for Scilab based experiments on the SBHS. The Scilab based experiments on SBHS. Sample Scilab code for Step Test is also available in the downloads section. Join us also in the SBHS discussion forum (<a href="http://sbhs.os-hardware.in/node/5" target="_blank">here</a>).</p>
</div>