Skip to content

Commit a2f9a96

Browse files
Merge pull request #1222 from virtual-labs/css-fix
Css fix
2 parents 07eef5c + 14c84bd commit a2f9a96

98 files changed

Lines changed: 600 additions & 342 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/lab/Courses Aligned.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<span class="icon-bar" style="background-color: #77BB41"></span>
4444
<span class="icon-bar" style="background-color: #77BB41"></span>
4545
</button>
46-
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
46+
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img class="img-responsive main-logo" src="images/vlabs-color-small-moe.jpg"/></a>
4747
</div>
4848

4949
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -91,12 +91,13 @@
9191

9292
<!-- =================================================================================================================================== -->
9393
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
94-
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="http://vlabs.ac.in/computer-science-and-engineering-labs.html">Computer Science &amp; Engineering</a><br/></h2>
94+
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="https://www.vlab.co.in/broad-area-computer-science-and-engineering">Computer Science &amp; Engineering</a><br/></h2>
9595

9696
<div class="row">
9797
<div class="col-md-2 sidebar-col-2">
9898
<!--edit1-->
99-
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a class="sidebar-a" href="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</h3></a><!-- <a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a> --><a class="sidebar-a" href="http://209.211.220.205/feedback/feedback.html"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
99+
<div class="col-md-2 sidebar-col-2"><a class="sidebar-a" href="Introduction.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Introduction </h3> </a><a class="sidebar-a" href="Theory.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;"> Theory </h3> </a><a class="sidebar-a" href="Objective.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Objective </h3> </a><a class="sidebar-a" href="Manual.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Manual </h3> </a><a class="sidebar-a" href="Experiment.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Experiment </h3> </a><a class="sidebar-a" href="Quiz.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Quiz </h3> </a><a class="sidebar-a" href="Feedback.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback </h3> </a></div>
100+
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a class="sidebar-a" href="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of Experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px; ">Courses Aligned</h3></a><!-- <a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a> --><a class="sidebar-a" href="Feedback.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
100101

101102
<div class="col-md-10 lab-list-col-10">
102103

src/lab/Feedback.html

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<span class="icon-bar" style="background-color: #77BB41"></span>
4444
<span class="icon-bar" style="background-color: #77BB41"></span>
4545
</button>
46-
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
46+
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img class="img-responsive main-logo" src="images/vlabs-color-small-moe.jpg"/></a>
4747
</div>
4848

4949
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -91,17 +91,39 @@
9191

9292
<!-- =================================================================================================================================== -->
9393
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
94-
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="http://vlabs.ac.in/computer-science-and-engineering-labs.html">Computer Science &amp; Engineering</a><br/></h2>
94+
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="https://www.vlab.co.in/broad-area-computer-science-and-engineering">Computer Science &amp; Engineering</a><br/></h2>
9595

9696
<div class="row">
9797
<div class="col-md-2 sidebar-col-2">
9898
<!--edit1-->
99-
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a class="sidebar-a" href="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</h3></a><!-- <a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a> --><a class="sidebar-a" href="http://feedback.vlabs.ac.in/"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
99+
<div class="col-md-2 sidebar-col-2"><a class="sidebar-a" href="Introduction.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Introduction </h3> </a><a class="sidebar-a" href="Theory.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;"> Theory </h3> </a><a class="sidebar-a" href="Objective.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Objective </h3> </a><a class="sidebar-a" href="Manual.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Manual </h3> </a><a class="sidebar-a" href="Experiment.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Experiment </h3> </a><a class="sidebar-a" href="Quiz.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Quiz </h3> </a><a class="sidebar-a" href="Feedback.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback </h3> </a></div>
100+
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a class="sidebar-a" href="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of Experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</h3></a><!-- <a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a> --><a class="sidebar-a" href="Feedback.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px; ">Feedback</h3></a> </div>
100101

101102
<div class="col-md-10 lab-list-col-10">
102103

103104
<!--edit -->
104-
<h1 class="text-h2-lightblue">Problem Solving Lab</h1><a href="http://feedback.vlabs.ac.in/">Feedback</a> </div>
105+
<h1 class="text-h2-lightblue">Problem Solving Lab</h1>
106+
107+
108+
<p><b>Dear User</b>,</p>
109+
110+
<p>
111+
Thanks for using Virtual Labs. Your opinion is valuable to us. To help us improve, we'd like to ask you a few questions about your experience. It will only take 3 minutes and your answers will help us make Virtual Labs better for you and other users.
112+
</p>
113+
<br/>
114+
115+
<a href="http://209.211.220.205/feedback/feedback.html" id="feedback-btn-link">
116+
<button class="btn btn-default btn-lg" id="feedback-btn" type="button">Share Your Experience</button>
117+
</a>
118+
<br/>
119+
<br/>
120+
121+
<p>
122+
Thanks for your time !
123+
<br/>
124+
<b>The Virtual Labs Team</b>
125+
</p>
126+
</div>
105127
</div>
106128
</div>
107129
<!-- =================================================================================================================================== -->

src/lab/Introduction.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<span class="icon-bar" style="background-color: #77BB41"></span>
4444
<span class="icon-bar" style="background-color: #77BB41"></span>
4545
</button>
46-
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
46+
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img class="img-responsive main-logo" src="images/vlabs-color-small-moe.jpg"/></a>
4747
</div>
4848

4949
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -91,12 +91,13 @@
9191

9292
<!-- =================================================================================================================================== -->
9393
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
94-
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="http://vlabs.ac.in/computer-science-and-engineering-labs.html">Computer Science &amp; Engineering</a><br/></h2>
94+
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="https://www.vlab.co.in/broad-area-computer-science-and-engineering">Computer Science &amp; Engineering</a><br/></h2>
9595

9696
<div class="row">
9797
<div class="col-md-2 sidebar-col-2">
9898
<!--edit1-->
99-
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a class="sidebar-a" href="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</h3></a><!-- <a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a> --><a class="sidebar-a" href="http://209.211.220.205/feedback/feedback.html"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
99+
<div class="col-md-2 sidebar-col-2"><a class="sidebar-a" href="Introduction.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Introduction </h3> </a><a class="sidebar-a" href="Theory.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;"> Theory </h3> </a><a class="sidebar-a" href="Objective.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Objective </h3> </a><a class="sidebar-a" href="Manual.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Manual </h3> </a><a class="sidebar-a" href="Experiment.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Experiment </h3> </a><a class="sidebar-a" href="Quiz.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Quiz </h3> </a><a class="sidebar-a" href="Feedback.html?domain=Computer Science&amp;lab=Problem Solving Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback </h3> </a></div>
100+
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px; ">Introduction</h3></a><a class="sidebar-a" href="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of Experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</h3></a><!-- <a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a> --><a class="sidebar-a" href="Feedback.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
100101

101102
<div class="col-md-10 lab-list-col-10">
102103

0 commit comments

Comments
 (0)