Skip to content

Commit 589add1

Browse files
committed
fixed all the links
1 parent be34904 commit 589add1

96 files changed

Lines changed: 1479 additions & 1479 deletions

Some content is hidden

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

src/lab/Feedback.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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>
@@ -40,7 +40,7 @@
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 -->
@@ -169,16 +169,16 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
169169

170170

171171
<!-- jQuery -->
172-
<script src="../../js/jquery.js"></script>
172+
<script src="./js/jquery.js"></script>
173173

174174
<!-- Bootstrap Core JavaScript -->
175-
<script src="../../js/bootstrap.min.js"></script>
175+
<script src="./js/bootstrap.min.js"></script>
176176

177177
<!-- Custom Theme JavaScript -->
178-
<script src="../../js/custom.js"></script>
178+
<script src="./js/custom.js"></script>
179179

180180
<!-- Include js plugin -->
181-
<script src="../../vendors/owl-carousel/owl.carousel.js"></script>
181+
<script src="./vendors/owl-carousel/owl.carousel.js"></script>
182182

183183
<script type="text/javascript">
184184
$(document).ready(function() {
@@ -187,8 +187,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
187187
owl.owlCarousel({
188188
navigation: true,
189189
navigationText: [
190-
"<img src='../../images/left-arrow.png'>",
191-
"<img src='../../images/right-arrow.png'>"
190+
"<img src='./images/left-arrow.png'>",
191+
"<img src='./images/right-arrow.png'>"
192192
],
193193
/* autoPlay : 3000,
194194
stopOnHover : true */
@@ -199,8 +199,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
199199
owl.owlCarousel({
200200
navigation: true,
201201
navigationText: [
202-
"<img src='../../images/left-arrow.png'>",
203-
"<img src='../../images/right-arrow.png'>"
202+
"<img src='./images/left-arrow.png'>",
203+
"<img src='./images/right-arrow.png'>"
204204
],
205205
autoPlay : 3000,
206206
stopOnHover : true,

src/lab/Introduction.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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>
@@ -40,7 +40,7 @@
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 -->
@@ -176,16 +176,16 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
176176

177177

178178
<!-- jQuery -->
179-
<script src="../../js/jquery.js"></script>
179+
<script src="./js/jquery.js"></script>
180180

181181
<!-- Bootstrap Core JavaScript -->
182-
<script src="../../js/bootstrap.min.js"></script>
182+
<script src="./js/bootstrap.min.js"></script>
183183

184184
<!-- Custom Theme JavaScript -->
185-
<script src="../../js/custom.js"></script>
185+
<script src="./js/custom.js"></script>
186186

187187
<!-- Include js plugin -->
188-
<script src="../../vendors/owl-carousel/owl.carousel.js"></script>
188+
<script src="./vendors/owl-carousel/owl.carousel.js"></script>
189189

190190
<script type="text/javascript">
191191
$(document).ready(function() {
@@ -194,8 +194,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
194194
owl.owlCarousel({
195195
navigation: true,
196196
navigationText: [
197-
"<img src='../../images/left-arrow.png'>",
198-
"<img src='../../images/right-arrow.png'>"
197+
"<img src='./images/left-arrow.png'>",
198+
"<img src='./images/right-arrow.png'>"
199199
],
200200
/* autoPlay : 3000,
201201
stopOnHover : true */
@@ -206,8 +206,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
206206
owl.owlCarousel({
207207
navigation: true,
208208
navigationText: [
209-
"<img src='../../images/left-arrow.png'>",
210-
"<img src='../../images/right-arrow.png'>"
209+
"<img src='./images/left-arrow.png'>",
210+
"<img src='./images/right-arrow.png'>"
211211
],
212212
autoPlay : 3000,
213213
stopOnHover : true,

src/lab/Prerequisites.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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>
@@ -40,7 +40,7 @@
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 -->
@@ -180,16 +180,16 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
180180

181181

182182
<!-- jQuery -->
183-
<script src="../../js/jquery.js"></script>
183+
<script src="./js/jquery.js"></script>
184184

185185
<!-- Bootstrap Core JavaScript -->
186-
<script src="../../js/bootstrap.min.js"></script>
186+
<script src="./js/bootstrap.min.js"></script>
187187

188188
<!-- Custom Theme JavaScript -->
189-
<script src="../../js/custom.js"></script>
189+
<script src="./js/custom.js"></script>
190190

191191
<!-- Include js plugin -->
192-
<script src="../../vendors/owl-carousel/owl.carousel.js"></script>
192+
<script src="./vendors/owl-carousel/owl.carousel.js"></script>
193193

194194
<script type="text/javascript">
195195
$(document).ready(function() {
@@ -198,8 +198,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
198198
owl.owlCarousel({
199199
navigation: true,
200200
navigationText: [
201-
"<img src='../../images/left-arrow.png'>",
202-
"<img src='../../images/right-arrow.png'>"
201+
"<img src='./images/left-arrow.png'>",
202+
"<img src='./images/right-arrow.png'>"
203203
],
204204
/* autoPlay : 3000,
205205
stopOnHover : true */
@@ -210,8 +210,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
210210
owl.owlCarousel({
211211
navigation: true,
212212
navigationText: [
213-
"<img src='../../images/left-arrow.png'>",
214-
"<img src='../../images/right-arrow.png'>"
213+
"<img src='./images/left-arrow.png'>",
214+
"<img src='./images/right-arrow.png'>"
215215
],
216216
autoPlay : 3000,
217217
stopOnHover : true,

src/lab/exp1/Experiment.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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>
@@ -40,7 +40,7 @@
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 -->
@@ -173,16 +173,16 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
173173

174174

175175
<!-- jQuery -->
176-
<script src="../../js/jquery.js"></script>
176+
<script src="./js/jquery.js"></script>
177177

178178
<!-- Bootstrap Core JavaScript -->
179-
<script src="../../js/bootstrap.min.js"></script>
179+
<script src="./js/bootstrap.min.js"></script>
180180

181181
<!-- Custom Theme JavaScript -->
182-
<script src="../../js/custom.js"></script>
182+
<script src="./js/custom.js"></script>
183183

184184
<!-- Include js plugin -->
185-
<script src="../../vendors/owl-carousel/owl.carousel.js"></script>
185+
<script src="./vendors/owl-carousel/owl.carousel.js"></script>
186186

187187
<script type="text/javascript">
188188
$(document).ready(function() {
@@ -191,8 +191,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
191191
owl.owlCarousel({
192192
navigation: true,
193193
navigationText: [
194-
"<img src='../../images/left-arrow.png'>",
195-
"<img src='../../images/right-arrow.png'>"
194+
"<img src='./images/left-arrow.png'>",
195+
"<img src='./images/right-arrow.png'>"
196196
],
197197
/* autoPlay : 3000,
198198
stopOnHover : true */
@@ -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,

0 commit comments

Comments
 (0)