-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from virtual-labs/header_and_footer
added header and footer for all experiments
- Loading branch information
Showing
125 changed files
with
12,842 additions
and
10,004 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Welcome to Virtual Labs - A MHRD Govt of india Initiative"> | ||
<meta name="author" content="Virtual Labs - A MHRD Govt of india Initiative"> | ||
<html lang="en"><head><!--Google Tag Manager--><script class="gtm">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-W59SWTR');</script><!--End Google Tag Manager--> | ||
|
||
<meta charset="utf-8"/> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible"/> | ||
<meta content="width=device-width, initial-scale=1" name="viewport"/> | ||
<meta content="Welcome to Virtual Labs - A MHRD Govt of india Initiative" name="description"/> | ||
<meta content="Virtual Labs - A MHRD Govt of india Initiative" name="author"/> | ||
|
||
<title>Welcome to Virtual Labs - A MHRD Govt of india Initiative</title> | ||
|
||
<link rel="shortcut icon" href="../../images/favicon.ico"> | ||
<link href="../../images/favicon.ico" rel="shortcut icon"/> | ||
|
||
|
||
<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 href="../../vendors/owl-carousel/owl.carousel.css" rel="stylesheet"/> | ||
<link href="../../vendors/owl-carousel/owl.theme.css" rel="stylesheet"/> | ||
|
||
<link rel="stylesheet" href="../../vendors/font-awesome/css/font-awesome.css"> | ||
<link href="../../vendors/font-awesome/css/font-awesome.css" rel="stylesheet"/> | ||
|
||
<!-- Custom CSS --> | ||
<link href="../../css/style.css" rel="stylesheet"> | ||
<script type="text/javascript" src = 'tabs.js'></script> | ||
<link href="../../css/style.css" rel="stylesheet"/> | ||
<script src="tabs.js" type="text/javascript"></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> | ||
<body id="page-top" class="index"> | ||
<body class="index" id="page-top"><!--Google Tag Manager (noscript)--><noscript class="gtm"><iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-W59SWTR" style="display:none;visibility:hidden" width="0"></iframe></noscript><!--End Google Tag Manager (noscript)--> | ||
<div id="top"> | ||
<header> | ||
<!-- Navigation --> | ||
<nav class="navbar navbar-default " style="background-color: white !important; margin-bottom: 0px !important;"> | ||
<div class="container-fluid"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<button class="navbar-toggle" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar" style="background-color: #77BB41"></span> | ||
<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 class="img-responsive main-logo" src="../../images/logo-new.png"/></a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
|
@@ -56,16 +59,14 @@ | |
</ul> --> | ||
|
||
<ul class="nav navbar-nav navbar-right menu-ul"> | ||
<li class="page-scroll menu-li " > | ||
<a href="http://vlabs.ac.in/index.html" class="menu-a" >HOME</a> | ||
<li class="page-scroll menu-li "> | ||
<a class="menu-a" href="http://vlabs.ac.in/index.html">HOME</a> | ||
</li> | ||
<li class="page-scroll menu-li menu-li-active"> | ||
<a href="http://vlabs.ac.in/labs.html" class="menu-a menu-a-active" >ALL LABS</a> | ||
</li> | ||
<li class="page-scroll menu-li " > | ||
<a href="http://vlabs.ac.in/index.html#partner" class="menu-a" >PARTNERS</a> | ||
</li><li class="page-scroll menu-li " > | ||
<a href="http://vlabs.ac.in/index.html#contact" class="menu-a" >CONTACT</a> | ||
|
||
<li class="page-scroll menu-li "> | ||
<a class="menu-a" href="http://vlabs.ac.in/index.html#partner">PARTNERS</a> | ||
</li><li class="page-scroll menu-li "> | ||
<a class="menu-a" href="http://vlabs.ac.in/index.html#contact">CONTACT</a> | ||
</li> | ||
</ul> | ||
|
||
|
@@ -79,21 +80,21 @@ | |
</header> | ||
|
||
<div id="content"> | ||
<div class="container-fluid" > | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;"> | ||
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;"/> | ||
</div> <!-- row end --> | ||
</div> <!-- container-fluid end for slider --> | ||
|
||
|
||
<!-- =================================================================================================================================== --> | ||
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;"> | ||
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a href="http://vlabs.ac.in/computer-science-and-engineering-labs.html" class="sidebar-a" >Computer Science & Engineering</a><br/></h2> | ||
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;"> | ||
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="http://vlabs.ac.in/computer-science-and-engineering-labs.html">Computer Science & Engineering</a><br/></h2> | ||
|
||
<div class="row"> | ||
<div class="col-md-2 sidebar-col-2"> | ||
<!--edit1--> | ||
<a href="Introduction.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a href="Experiments.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Experiments</h3></a><a href="Prerequisites.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a><a href="Related Courses.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Related Courses</h3></a><a href="Software Needed.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Software Needed</h3></a><a href="Feedback.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div> | ||
<a class="sidebar-a" href="Introduction.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a class="sidebar-a" href="Experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Experiments</h3></a><a class="sidebar-a" href="Prerequisites.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisites</h3></a><a class="sidebar-a" href="Related Courses.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Related Courses</h3></a><a class="sidebar-a" href="Software Needed.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Software Needed</h3></a><a class="sidebar-a" href="Feedback.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div> | ||
|
||
<div class="col-md-10 lab-list-col-10"> | ||
|
||
|
@@ -108,67 +109,55 @@ <h1 class="text-h2-lightblue">Pattern Recognition Lab</h1><a href="http://209.21 | |
|
||
</div> <!-- content div --> | ||
|
||
<footer> | ||
<div class="container-fluid footer-div" style="background: #404040; margin-top: 40px; padding: 20px;"> | ||
<div class="col-md-4 border-right-green-dotted" > | ||
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Updates</h2> | ||
<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> | ||
<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> | ||
<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> | ||
<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 | ||
Workshop at IIIT Hyderabad</a> | ||
<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> | ||
</div> | ||
|
||
<div class="col-md-2 border-right-green-dotted" > | ||
<!-- <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Nodal Centers</h2> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > REGISTRATION</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > LOGIN</a></div> --> | ||
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a></div> --> | ||
<a href="http://community.virtual-labs.ac.in/w/index.php/Main_Page" class="text-a-lightgreen" style="text-decoration: underline;" >Community</a> | ||
<a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Sakshat Portal</a> | ||
<!--<a href="http://118.102.191.38/feedback/Registration.html" class="text-a-lightgreen" style="text-decoration: underline;" > Nodal Center</a>--> | ||
<a href="http://outreach.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a> | ||
<a href="./faq.html" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a> | ||
</div> | ||
|
||
<div class="col-md-3 border-right-green-dotted" id="contact" > | ||
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> --> | ||
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Contact us</h2> | ||
<a href="http://209.211.220.205/feedback/feedback.html" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a> | ||
<a class="text-a-lightgreen"style="text-decoration: underline;" href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
|
||
<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.youtube.com/watch?v=mVBYNXLaDdg" | ||
class="text-a-lightgreen nounderline" | ||
target="_blank" > | ||
<img src="images/social/youtube.png" | ||
style="border-radius: 50%; width: 38px; | ||
height: 38px" /></a> | ||
|
||
</div> | ||
|
||
</div> | ||
</footer> | ||
<footer id="footer"><div class="footer-top" id="contact"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-4 col-md-6"> | ||
<h4>Community Links</h4> | ||
<p> | ||
<a href="http://www.sakshat.ac.in/">Sakshat Portal</a> | ||
</p> | ||
<p> | ||
<a href="http://outreach.vlabs.ac.in/">Outreach Portal</a> | ||
</p> | ||
<p> | ||
<a href="http://vlab.co.in/faq">FAQ : Virtual Labs</a> | ||
</p> | ||
</div> | ||
<div class="col-lg-4 col-md-6"> | ||
<h4>Contact Us</h4> | ||
<p> <strong>Phone:</strong> General Information : 011-26582050 </p> | ||
<p> <strong>Email:</strong> [email protected] </p> | ||
</div> | ||
<div class="col-lg-4 col-md-6"> | ||
<h4>Follow Us</h4> | ||
<div class="social-links"> | ||
<a class="twitter" href="https://twitter.com/TheVirtualLabs" style="background: #55acee;"> | ||
<i class="fa fa-twitter"></i> | ||
</a> | ||
<a class="facebook" href="https://www.facebook.com/Virtual-Labs-IIT-Delhi-301510159983871/" style="background: #3b5998;"> | ||
<i class="fa fa-facebook"></i> | ||
</a> | ||
<a class="google-plus" href="https://www.youtube.com/watch?v=asxRaOgk6a0" style="background: #e52d27;"> | ||
<i class="fa fa-youtube"></i> | ||
</a> | ||
<a class="linkedin" href="https://in.linkedin.com/in/virtual-labs-008ba9136" style="background: #2867B2;"> | ||
<i class="fa fa-linkedin"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> <!-- top div --> | ||
|
||
</body> | ||
|
||
|
||
<!-- jQuery --> | ||
|
||
|
||
<script src="../../js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
|
@@ -219,4 +208,5 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> | |
}); | ||
</script> | ||
|
||
</html> | ||
|
||
</body><!-- jQuery --></html> |
Oops, something went wrong.