-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #282 from virtual-labs/change-exp-sidebar-menu-order
changed sidebar menu order
- Loading branch information
Showing
119 changed files
with
4,813 additions
and
6,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!DOCTYPE html><html lang="en"><head> | ||
|
||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
@@ -39,7 +36,7 @@ | |
<span class="icon-bar" style="background-color: #77BB41"></span> | ||
<span class="icon-bar" style="background-color: #77BB41"></span> | ||
</button> | ||
<a class="navbar-brand main-logo-a" href="../../../../index.html"><img src="../../../../images/logo-new.png" class="img-responsive main-logo" /></a> | ||
<a class="navbar-brand main-logo-a" href="../../../../index.html"><img src="../../../../images/logo-new.png" class="img-responsive main-logo"></a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
|
@@ -48,18 +45,18 @@ | |
<ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;"> | ||
<li> | ||
<form method="post"> | ||
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB"/> | ||
<input type="submit" value="" class="search-button" /> | ||
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB"> | ||
<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 " > | ||
<a href="../../../../index.html#aboutus" class="menu-a" >HOME</a> | ||
<li class="page-scroll menu-li "> | ||
<a href="../../../../index.html#aboutus" class="menu-a">HOME</a> | ||
</li> | ||
<li class="page-scroll menu-li menu-li-active"> | ||
<a href="../../../../labs.html" class="menu-a menu-a-active" >ALL LABS</a> | ||
<a href="../../../../labs.html" class="menu-a menu-a-active">ALL LABS</a> | ||
</li> | ||
<!-- <li class="page-scroll menu-li"> | ||
<a href="#signin" class="menu-a" >SIGN IN</a> | ||
|
@@ -80,69 +77,42 @@ | |
</header> | ||
|
||
<div id="content"> | ||
<div class="container-fluid" > | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;"> | ||
</div> <!-- row end --> | ||
</div> <!-- container-fluid end for slider --> | ||
|
||
|
||
<!-- =================================================================================================================================== --> | ||
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;"> | ||
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 30px; "><a href="../../../computer-science-and-engineering-labs.html" class="sidebar-a" >Computer Science & Engineering</a><br/><a href="../Introduction.html" class="sidebar-a" > | ||
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;"> | ||
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 30px; "><a href="../../../computer-science-and-engineering-labs.html" class="sidebar-a">Computer Science & Engineering</a><br><a href="../Introduction.html" class="sidebar-a"> | ||
|
||
Computer Graphics | ||
</a><br/></h2> | ||
</a><br></h2> | ||
|
||
<div class="row"> | ||
<div class="row"> | ||
<div class="col-md-2 sidebar-col-2"> | ||
<!--edit1--> | ||
<a href="Introduction.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Introduction</h3></a><a href="Theory.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Theory</h3></a><a href="Objective.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Objective</h3></a><a href="Experiment.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Experiment</h3></a><a href="Manual.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Manual</h3></a><a href="Quizzes.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Quizzes</h3></a><a href="Procedure.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Procedure</h3></a><a href="Further Readings.html?domain=Computer Science&lab= | ||
Computer Graphics | ||
" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;">Further Readings</h3></a> | ||
</div> | ||
<div class="col-md-2 sidebar-col-2"><a href="Introduction.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Introduction </h3> </a><a href="Theory.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Theory </h3> </a><a href="Objective.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Objective </h3> </a><a href="Manual.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Manual </h3> </a><a href="Procedure.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Procedure </h3> </a><a href="Experiment.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Experiment </h3> </a><a href="Quizzes.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Quizzes </h3> </a><a href="Further Readings.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Further Readings </h3> </a><a href="Feedback.html?domain=Computer Science&lab=Computer Graphics" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback </h3> </a></div> | ||
|
||
|
||
<div class="col-md-10 lab-list-col-10"> | ||
|
||
<!--edit --> | ||
<h1 class="text-h2-lightblue">Points & Co-ordinate Systems</h1><div class="content" id="experiment-article-section-4-content"> | ||
<h1 class="text-h2-lightblue">Points & Co-ordinate Systems</h1><div class="content" id="experiment-article-section-4-content"> | ||
<p> | ||
<ol start="1" type="1"> | ||
</p><ol start="1" type="1"> | ||
<li> | ||
Click <b><a href="../VirtualLabGraphics.zip">here</a></b> to download the Virtual Lab Graphics package. | ||
</li> | ||
<li> | ||
Save the <b>VirtualLabGraphics.zip</b> file and double click it to extract. | ||
</li> | ||
<li> | ||
Linux/MacOSX users can start the experiment by as described below. <br/> | ||
Change to the Virtual Lab Directory. <br/> | ||
<i><b>$</b> cd VirtualLabGraphics/</i> <br/> | ||
Execute the experiment using the command: <br/> | ||
Linux/MacOSX users can start the experiment by as described below. <br> | ||
Change to the Virtual Lab Directory. <br> | ||
<i><b>$</b> cd VirtualLabGraphics/</i> <br> | ||
Execute the experiment using the command: <br> | ||
<i><b>$</b> ./Experiment.sh 1</i> | ||
</li> | ||
<li> | ||
|
@@ -151,7 +121,7 @@ <h1 class="text-h2-lightblue">Points & Co-ordinate Systems</h1><div class="conte | |
</ol> | ||
<!-- Place or link to your experiment java applet or | ||
flash file here. --> | ||
</p> | ||
<p></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -165,36 +135,36 @@ <h1 class="text-h2-lightblue">Points & Co-ordinate Systems</h1><div class="conte | |
|
||
<footer> | ||
<div class="container-fluid footer-div" style="background: url('../../../../images/footer.png'); margin-top: 120px; padding: 20px;"> | ||
<div class="col-md-4 border-right-green-dotted" > | ||
<div class="col-md-4 border-right-green-dotted"> | ||
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Updates</h2> | ||
<div><a href="http://vlead.vlabs.ac.in/2015/07/19/lab-integration-kit-1-0-0-released/" class="text-normal-gray-small nounderline" style="color: white" > Lab Integration Kit 1.0.0 Released</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2015/07/15/summer-sprint-integration-workshop-at-iit-guwahati/" class="text-normal-gray-small nounderline" style="color: white" > Summer Sprint Integration Workshop at IIT Guwahati</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2014/12/16/a-new-set-of-35-virtual-labs-on-portable-media/" class="text-normal-gray-small nounderline" style="color: white" > A new set of 35 Virtual Labs on Portable Media</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2015/07/19/lab-integration-kit-1-0-0-released/" class="text-normal-gray-small nounderline" style="color: white"> Lab Integration Kit 1.0.0 Released</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2015/07/15/summer-sprint-integration-workshop-at-iit-guwahati/" class="text-normal-gray-small nounderline" style="color: white"> Summer Sprint Integration Workshop at IIT Guwahati</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2014/12/16/a-new-set-of-35-virtual-labs-on-portable-media/" class="text-normal-gray-small nounderline" style="color: white"> A new set of 35 Virtual Labs on Portable Media</a></div> | ||
</div> | ||
|
||
<div class="col-md-2 border-right-green-dotted" > | ||
<div class="col-md-2 border-right-green-dotted"> | ||
<!-- <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Nodal Centers</h2> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > REGISTRATION</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > LOGIN</a></div> --> | ||
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a></div> --> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > VLEAD Blog</a></div> | ||
<div><a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > Nodal Center</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;"> VLEAD Blog</a></div> | ||
<div><a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;"> SAKSHAT PORTAL</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;"> Nodal Center</a></div> | ||
</div> | ||
|
||
<div class="col-md-3 border-right-green-dotted" > | ||
<div class="col-md-3 border-right-green-dotted"> | ||
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> --> | ||
<div class="text-h2-lightblue-small"> Contact : <i class="fa fa-envelope-o" style="color: white; font-size: 0.8em;"></i> <a class="text-a-lightgreen" style="text-decoration: underline; font-size: 1.0em;" href="mailto:[email protected]">[email protected]</a></div> | ||
<div><a href="http://118.102.191.38/feedback/feedback.html" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div> | ||
<div><a href="http://118.102.191.38/feedback/feedback.html" class="text-a-lightgreen" style="text-decoration: underline;"> FEEDBACK</a></div> | ||
</div> | ||
|
||
<div class="col-md-2 border-right-green-dotted" > | ||
<div class="col-md-2 border-right-green-dotted"> | ||
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Follow us</h2> | ||
<a href="https://www.facebook.com/pages/Virtual-Labs-IIT-Delhi/301510159983871" class="text-a-lightgreen nounderline" target="_blank"> <img src="../../../../images/social/fb.png" style="border-radius: 50%;"/> </a> | ||
<a href="https://twitter.com/" class="text-a-lightgreen nounderline" target="_blank"> <img src="../../../../images/social/twitter.png" style="border-radius: 50%;"/></a> | ||
<a href="http://linkedin.com" class="text-a-lightgreen nounderline" target="_blank" > <img src="../../../../images/social/linkedin.png" style="border-radius: 50%;" /></a> | ||
<a href="https://www.facebook.com/pages/Virtual-Labs-IIT-Delhi/301510159983871" class="text-a-lightgreen nounderline" target="_blank"> <img src="../../../../images/social/fb.png" style="border-radius: 50%;"> </a> | ||
<a href="https://twitter.com/" class="text-a-lightgreen nounderline" target="_blank"> <img src="../../../../images/social/twitter.png" style="border-radius: 50%;"></a> | ||
<a href="http://linkedin.com" class="text-a-lightgreen nounderline" target="_blank"> <img src="../../../../images/social/linkedin.png" style="border-radius: 50%;"></a> | ||
</div> | ||
|
||
</div> | ||
|
@@ -203,10 +173,10 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> | |
|
||
</div> <!-- top div --> | ||
|
||
</body> | ||
|
||
|
||
<!-- jQuery --> | ||
|
||
|
||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
|
@@ -259,4 +229,5 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> | |
|
||
|
||
|
||
</html> | ||
|
||
</div></body><!-- jQuery --></html> |
Oops, something went wrong.