1010
1111 < title > Welcome to Virtual Labs - A MHRD Govt of india Initiative</ title >
1212
13- < link rel ="shortcut icon " href ="../.. /images/favicon.ico ">
13+ < link rel ="shortcut icon " href ="./images/favicon.ico ">
1414
1515
16- < link href ="../.. /css/bootstrap.min.css " rel ="stylesheet ">
16+ < link href ="./css/bootstrap.min.css " rel ="stylesheet ">
1717
1818 <!-- Important Owl stylesheet -->
19- < link rel ="stylesheet " href ="../.. /vendors/owl-carousel/owl.carousel.css ">
20- < link rel ="stylesheet " href ="../.. /vendors/owl-carousel/owl.theme.css ">
19+ < link rel ="stylesheet " href ="./vendors/owl-carousel/owl.carousel.css ">
20+ < link rel ="stylesheet " href ="./vendors/owl-carousel/owl.theme.css ">
2121
22- < link rel ="stylesheet " href ="../.. /vendors/font-awesome/css/font-awesome.css ">
22+ < link rel ="stylesheet " href ="./vendors/font-awesome/css/font-awesome.css ">
2323
2424 <!-- Custom CSS -->
25- < link href ="../.. /css/style.css " rel ="stylesheet ">
25+ < link href ="./css/style.css " rel ="stylesheet ">
2626 < script type ="text/javascript " src = 'tabs.js '> </ script >
2727< 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 >
2828</ head >
4040 < span class ="icon-bar " style ="background-color: #77BB41 "> </ span >
4141 < span class ="icon-bar " style ="background-color: #77BB41 "> </ span >
4242 </ 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 >
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 >
4444 </ div >
4545
4646 <!-- Collect the nav links, forms, and other content for toggling -->
4747 < div class ="collapse navbar-collapse menu-div " id ="bs-example-navbar-collapse-1 " style ="border: 0px; ">
4848
4949 <!-- <ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;">
5050 <li>
51- <form method="get" action="../.. /search-result.html">
51+ <form method="get" action="./search-result.html">
5252 <input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
5353 <input type="submit" value="" class="search-button" />
5454 </form>
@@ -185,16 +185,16 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
185185
186186
187187 <!-- jQuery -->
188- < script src ="../.. /js/jquery.js "> </ script >
188+ < script src ="./js/jquery.js "> </ script >
189189
190190 <!-- Bootstrap Core JavaScript -->
191- < script src ="../.. /js/bootstrap.min.js "> </ script >
191+ < script src ="./js/bootstrap.min.js "> </ script >
192192
193193 <!-- Custom Theme JavaScript -->
194- < script src ="../.. /js/custom.js "> </ script >
194+ < script src ="./js/custom.js "> </ script >
195195
196196 <!-- Include js plugin -->
197- < script src ="../.. /vendors/owl-carousel/owl.carousel.js "> </ script >
197+ < script src ="./vendors/owl-carousel/owl.carousel.js "> </ script >
198198
199199 < script type ="text/javascript ">
200200 $ ( document ) . ready ( function ( ) {
@@ -203,8 +203,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
203203 owl . owlCarousel ( {
204204 navigation : true ,
205205 navigationText : [
206- "<img src='../.. /images/left-arrow.png'>" ,
207- "<img src='../.. /images/right-arrow.png'>"
206+ "<img src='./images/left-arrow.png'>" ,
207+ "<img src='./images/right-arrow.png'>"
208208 ] ,
209209 /* autoPlay : 3000,
210210 stopOnHover : true */
@@ -215,8 +215,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
215215 owl . owlCarousel ( {
216216 navigation : true ,
217217 navigationText : [
218- "<img src='../.. /images/left-arrow.png'>" ,
219- "<img src='../.. /images/right-arrow.png'>"
218+ "<img src='./images/left-arrow.png'>" ,
219+ "<img src='./images/right-arrow.png'>"
220220 ] ,
221221 autoPlay : 3000 ,
222222 stopOnHover : true ,
0 commit comments