Skip to content

Commit

Permalink
Correct path for correct css
Browse files Browse the repository at this point in the history
  • Loading branch information
khushpreet-kaur committed Jul 8, 2016
1 parent 8cee5f2 commit 271811d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/lab/exp5a/Quizzes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@

<title>Welcome to Virtual Labs - A MHRD Govt of india Initiative</title>

<link rel="shortcut icon" href="../../../images/favicon.ico">
<link rel="shortcut icon" href="../images/favicon.ico">


<link href="../../../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/bootstrap.min.css" rel="stylesheet">

<!-- Important Owl stylesheet -->
<link rel="stylesheet" href="../../../vendors/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="../../../vendors/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="../vendors/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="../vendors/owl-carousel/owl.theme.css">

<link rel="stylesheet" href="../../../vendors/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="../vendors/font-awesome/css/font-awesome.css">

<!-- Custom CSS -->
<link href="../../../css/style.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<script type="text/javascript" src = 'tabs.js'></script>
<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-67020197-1', 'auto');ga('send', 'pageview');</script>
</head>
Expand All @@ -40,15 +40,15 @@
<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="http://vlabs.ac.in/index.html"><img src="../../../images/logo-new.png" class="img-responsive main-logo" /></a>
<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>
</div>

<!-- 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 method="get" action="../../../search-result.html">
<form method="get" action="../search-result.html">
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
<input type="submit" value="" class="search-button" />
</form>
Expand Down Expand Up @@ -213,16 +213,16 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">


<!-- jQuery -->
<script src="../../../js/jquery.js"></script>
<script src="../js/jquery.js"></script>

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

<!-- Custom Theme JavaScript -->
<script src="../../../js/custom.js"></script>
<script src="../js/custom.js"></script>

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

<script type="text/javascript">
$(document).ready(function() {
Expand All @@ -231,8 +231,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
owl.owlCarousel({
navigation: true,
navigationText: [
"<img src='../../../images/left-arrow.png'>",
"<img src='../../../images/right-arrow.png'>"
"<img src='../images/left-arrow.png'>",
"<img src='../images/right-arrow.png'>"
],
/* autoPlay : 3000,
stopOnHover : true */
Expand All @@ -243,8 +243,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
owl.owlCarousel({
navigation: true,
navigationText: [
"<img src='../../../images/left-arrow.png'>",
"<img src='../../../images/right-arrow.png'>"
"<img src='../images/left-arrow.png'>",
"<img src='../images/right-arrow.png'>"
],
autoPlay : 3000,
stopOnHover : true,
Expand Down

0 comments on commit 271811d

Please sign in to comment.