Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIXED #207 #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/lab/index.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-67558473-1', 'auto');ga('send', 'pageview');</script>
</head>
Expand All @@ -40,7 +40,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="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 -->
Expand Down Expand Up @@ -156,11 +156,11 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">

<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/TheVirtualLabs" 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/TheVirtualLabs" 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.youtube.com/watch?v=mVBYNXLaDdg" class="text-a-lightgreen nounderline" target="_blank">
<img src="images/social/youtube.png" style="border-radius: 50%; width: 38px;
<img src="../../images/social/youtube.png" style="border-radius: 50%; width: 38px;
height: 38px"></a>

</div>
Expand Down