Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions src/lab/exp1/Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,7 @@
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu-div" id="bs-example-navbar-collapse-1" style="border: 0px;">

<ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;">
<li>
<form action="../search-result.html" method="get">
<!-- <input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
<input type="submit" value="" class="search-button" /> -->
</form>
</li>
</ul>


<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li ">
Expand All @@ -70,6 +63,14 @@
<a class="menu-a" href="http://vlab.co.in/contact-us">CONTACT</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;">
<li>
<form action="../search-result.html" method="get">
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
<input type="submit" value="" class="search-button" />
</form>
</li>
</ul>



Expand Down Expand Up @@ -224,4 +225,4 @@ <h4>Follow Us</h4>



</body><!-- jQuery --></html>
</body><!-- jQuery --></html>
20 changes: 10 additions & 10 deletions src/lab/exp1/Theory.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu-div" id="bs-example-navbar-collapse-1" style="border: 0px;">

<ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;">
<li>
<form action="../search-result.html" method="get">
<!-- <input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
<input type="submit" value="" class="search-button" /> -->
</form>
</li>
</ul>


<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li ">
Expand All @@ -70,6 +62,14 @@
<a class="menu-a" href="http://vlab.co.in/contact-us">CONTACT</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;">
<li>
<form action="../search-result.html" method="get">
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
<input type="submit" value="" class="search-button" />
</form>
</li>
</ul>



Expand Down Expand Up @@ -229,4 +229,4 @@ <h4>Follow Us</h4>



</body><!-- jQuery --></html>
</body><!-- jQuery --></html>