Skip to content

Commit dddb428

Browse files
author
BalammaBoya
authored
Merge pull request #234 from virtual-labs/change-exp-sidebar-menu-order
changed sidebar menu order
2 parents ef8f683 + 11635e3 commit dddb428

100 files changed

Lines changed: 3960 additions & 4892 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/exp1/Experiment.html

Lines changed: 40 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
1+
<!DOCTYPE html><html lang="en"><head>
42

53
<meta charset="UTF-8">
64
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -23,7 +21,7 @@
2321

2422
<!-- Custom CSS -->
2523
<link href=".././css/style.css" rel="stylesheet">
26-
<script type="text/javascript" src = 'tabs.js'></script>
24+
<script type="text/javascript" src="tabs.js"></script>
2725
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-67558473-1', 'auto');ga('send', 'pageview');</script>
2826
</head>
2927
<body id="page-top" class="index">
@@ -40,7 +38,7 @@
4038
<span class="icon-bar" style="background-color: #77BB41"></span>
4139
<span class="icon-bar" style="background-color: #77BB41"></span>
4240
</button>
43-
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img src=".././images/logo-new.png" class="img-responsive main-logo" /></a>
41+
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img src=".././images/logo-new.png" class="img-responsive main-logo"></a>
4442
</div>
4543

4644
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -56,16 +54,16 @@
5654
</ul> -->
5755

5856
<ul class="nav navbar-nav navbar-right menu-ul">
59-
<li class="page-scroll menu-li " >
60-
<a href="http://vlabs.ac.in/" class="menu-a" >HOME</a>
57+
<li class="page-scroll menu-li ">
58+
<a href="http://vlabs.ac.in/" class="menu-a">HOME</a>
6159
</li>
6260
<li class="page-scroll menu-li menu-li-active">
63-
<a href="http://vlabs.ac.in/" class="menu-a menu-a-active" >ALL LABS</a>
61+
<a href="http://vlabs.ac.in/" class="menu-a menu-a-active">ALL LABS</a>
6462
</li>
65-
<li class="page-scroll menu-li " >
66-
<a href="http://vlabs.ac.in/" class="menu-a" >PARTNERS</a>
67-
</li><li class="page-scroll menu-li " >
68-
<a href="http://vlabs.ac.in/" class="menu-a" >CONTACT</a>
63+
<li class="page-scroll menu-li ">
64+
<a href="http://vlabs.ac.in/" class="menu-a">PARTNERS</a>
65+
</li><li class="page-scroll menu-li ">
66+
<a href="http://vlabs.ac.in/" class="menu-a">CONTACT</a>
6967
</li>
7068
</ul>
7169

@@ -79,21 +77,19 @@
7977
</header>
8078

8179
<div id="content">
82-
<div class="container-fluid" >
80+
<div class="container-fluid">
8381
<div class="row">
8482
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;">
8583
</div> <!-- row end -->
8684
</div> <!-- container-fluid end for slider -->
8785

8886

8987
<!-- =================================================================================================================================== -->
90-
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
91-
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlab.co.in/ba_labs_all.php?id=7" class="sidebar-a" >Civil Engineering</a> &rarr;<a href="../Introduction.html" class="sidebar-a" >Structural Analysis Lab</a>&nbsp&rarr;<a href="../List of experiments.html" class="sidebar-a" >List Of Experiments</a><br/></h2>
88+
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
89+
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlab.co.in/ba_labs_all.php?id=7" class="sidebar-a">Civil Engineering</a> <a href="../Introduction.html" class="sidebar-a">Structural Analysis Lab</a>&nbsp;→<a href="../List of experiments.html" class="sidebar-a">List Of Experiments</a><br></h2>
9290

9391
<div class="row">
94-
<div class="col-md-2 sidebar-col-2">
95-
<!--edit1-->
96-
<a href="Introduction.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a href="Theory.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Theory</h3></a><a href="Objective.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Objective</h3></a><a href="Experiment.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Experiment</h3></a><a href="Manual.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Manual</h3></a><a href="Quizzes.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Quizzes</h3></a><a href="Procedure.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Procedure</h3></a><a href="Further Readings.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Further Readings</h3></a><a href="Feedback.html?domain=Civil Engineering&lab=Structural Analysis Lab" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
92+
<div class="col-md-2 sidebar-col-2"><a href="Introduction.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Introduction </h3> </a><a href="Theory.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Theory </h3> </a><a href="Objective.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Objective </h3> </a><a href="Manual.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Manual </h3> </a><a href="Procedure.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Procedure </h3> </a><a href="Experiment.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Experiment </h3> </a><a href="Quizzes.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Quizzes </h3> </a><a href="Further Readings.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Further Readings </h3> </a><a href="Feedback.html?domain=Civil Engineering&amp;lab=Structural Analysis Lab" class="sidebar-a"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback </h3> </a></div>
9793

9894
<div class="col-md-10 lab-list-col-10">
9995

@@ -102,7 +98,7 @@ <h1 class="text-h2-lightblue">Rigid Joints</h1><div class="content" id="experime
10298
<p>
10399
<a href="Animation/1.Rigid Joint.html" target="_blank">Go to Flash view on Rigid Joints Experiment(Click here)</a><br><br>
104100
<a href="vlab2/1.RigidJoints.html" target="_blank">Go to Virtual lab on Rigid Joints Experiment(Click here)</a>
105-
</br></br></p>
101+
<br><br></p>
106102
</div> </div>
107103
</div>
108104
</div>
@@ -115,52 +111,45 @@ <h1 class="text-h2-lightblue">Rigid Joints</h1><div class="content" id="experime
115111

116112
<footer>
117113
<div class="container-fluid footer-div" style="background: #404040; margin-top: 40px; padding: 20px;">
118-
<div class="col-md-4 border-right-green-dotted" >
114+
<div class="col-md-4 border-right-green-dotted">
119115
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Updates</h2>
120-
<a href="http://community.virtual-labs.ac.in/w/index.php/Download" class="text-normal-gray-small nounderline" style="color: white" > Lab Integration Kit Releases</a>
121-
<a href="http://community.virtual-labs.ac.in/w/index.php/First_Integration_workshop"
122-
class="text-normal-gray-small nounderline"
123-
style="color: white" >First Integration Workshop at IIIT Hyderabad</a>
124-
<a href="http://community.virtual-labs.ac.in/w/index.php/Summer_Sprint_Integration_workshop" class="text-normal-gray-small nounderline" style="color: white" > Summer Integration Workshop at IIT Guwahati</a>
125-
<a href="http://community.virtual-labs.ac.in/w/index.php/QA/Integration_workshop"
126-
class="text-normal-gray-small nounderline"
127-
style="color: white" > QA Integration
116+
<a href="http://community.virtual-labs.ac.in/w/index.php/Download" class="text-normal-gray-small nounderline" style="color: white"> Lab Integration Kit Releases</a>
117+
<a href="http://community.virtual-labs.ac.in/w/index.php/First_Integration_workshop" class="text-normal-gray-small nounderline" style="color: white">First Integration Workshop at IIIT Hyderabad</a>
118+
<a href="http://community.virtual-labs.ac.in/w/index.php/Summer_Sprint_Integration_workshop" class="text-normal-gray-small nounderline" style="color: white"> Summer Integration Workshop at IIT Guwahati</a>
119+
<a href="http://community.virtual-labs.ac.in/w/index.php/QA/Integration_workshop" class="text-normal-gray-small nounderline" style="color: white"> QA Integration
128120
Workshop at IIIT Hyderabad</a>
129-
<a href="http://community.virtual-labs.ac.in/w/index.php/A_new_set_of_25_Virtual_Labs_on_Portable_Media" class="text-normal-gray-small nounderline" style="color: white" > A new set of 25 Virtual Labs on Portable Media</a>
121+
<a href="http://community.virtual-labs.ac.in/w/index.php/A_new_set_of_25_Virtual_Labs_on_Portable_Media" class="text-normal-gray-small nounderline" style="color: white"> A new set of 25 Virtual Labs on Portable Media</a>
130122
</div>
131123

132-
<div class="col-md-2 border-right-green-dotted" >
124+
<div class="col-md-2 border-right-green-dotted">
133125
<!-- <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Nodal Centers</h2>
134126
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > REGISTRATION</a></div>
135127
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > LOGIN</a></div> -->
136128
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a></div> -->
137-
<a href="http://community.virtual-labs.ac.in/w/index.php/Main_Page" class="text-a-lightgreen" style="text-decoration: underline;" >Community</a>
138-
<a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Sakshat Portal</a>
129+
<a href="http://community.virtual-labs.ac.in/w/index.php/Main_Page" class="text-a-lightgreen" style="text-decoration: underline;">Community</a>
130+
<a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;"> Sakshat Portal</a>
139131
<!--<a href="http://118.102.191.38/feedback/Registration.html" class="text-a-lightgreen" style="text-decoration: underline;" > Nodal Center</a>-->
140-
<a href="http://outreach.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a>
141-
<a href="./faq.html" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a>
132+
<a href="http://outreach.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;"> Outreach Portal</a>
133+
<a href="./faq.html" class="text-a-lightgreen" style="text-decoration: underline;"> FAQ</a>
142134
</div>
143135

144-
<div class="col-md-3 border-right-green-dotted" id="contact" >
136+
<div class="col-md-3 border-right-green-dotted" id="contact">
145137
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a></div>
146138
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div>
147139
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> -->
148140
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Contact us</h2>
149-
<a href="http://feedback.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a>
150-
<a class="text-a-lightgreen"style="text-decoration: underline;" href="mailto:support@vlabs.ac.in">support@vlabs.ac.in</a>
141+
<a href="http://feedback.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;"> Feedback</a>
142+
<a class="text-a-lightgreen" style="text-decoration: underline;" href="mailto:support@vlabs.ac.in">support@vlabs.ac.in</a>
151143
</div>
152144

153-
<div class="col-md-2 border-right-green-dotted" >
145+
<div class="col-md-2 border-right-green-dotted">
154146
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Follow us</h2>
155-
<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>
156-
<a href="https://twitter.com/TheVirtualLabs" class="text-a-lightgreen nounderline" target="_blank"> <img src="../images/social/twitter.png" style="border-radius: 50%;"/></a>
157-
<a href="http://linkedin.com" class="text-a-lightgreen nounderline" target="_blank" > <img src="../images/social/linkedin.png" style="border-radius: 50%;" /></a>
158-
<a href="https://www.youtube.com/watch?v=mVBYNXLaDdg"
159-
class="text-a-lightgreen nounderline"
160-
target="_blank" >
161-
<img src="../images/social/youtube.png"
162-
style="border-radius: 50%; width: 38px;
163-
height: 38px" /></a>
147+
<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>
148+
<a href="https://twitter.com/TheVirtualLabs" class="text-a-lightgreen nounderline" target="_blank"> <img src="../images/social/twitter.png" style="border-radius: 50%;"></a>
149+
<a href="http://linkedin.com" class="text-a-lightgreen nounderline" target="_blank"> <img src="../images/social/linkedin.png" style="border-radius: 50%;"></a>
150+
<a href="https://www.youtube.com/watch?v=mVBYNXLaDdg" class="text-a-lightgreen nounderline" target="_blank">
151+
<img src="../images/social/youtube.png" style="border-radius: 50%; width: 38px;
152+
height: 38px"></a>
164153

165154
</div>
166155

@@ -169,10 +158,10 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
169158

170159
</div> <!-- top div -->
171160

172-
</body>
173161

174162

175-
<!-- jQuery -->
163+
164+
176165
<script src="./js/jquery.js"></script>
177166

178167
<!-- Bootstrap Core JavaScript -->
@@ -223,4 +212,5 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
223212
});
224213
</script>
225214

226-
</html>
215+
216+
</body><!-- jQuery --></html>

0 commit comments

Comments
 (0)