Skip to content

Commit

Permalink
Merge pull request #264 from virtual-labs/header_and_footer
Browse files Browse the repository at this point in the history
added header and footer for all experiments
  • Loading branch information
mrudhvika940 authored Mar 31, 2020
2 parents d538deb + d803f2d commit 0954c9c
Show file tree
Hide file tree
Showing 125 changed files with 12,842 additions and 10,004 deletions.
168 changes: 74 additions & 94 deletions src/help/help.html

Large diffs are not rendered by default.

35 changes: 19 additions & 16 deletions src/help/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<!DOCTYPE html>
<html lang="en" class="no-js">

<head>
<html class="no-js" 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-->
<!--It is a good practice to declare the encoding even for an English Web site.
One function of this is to tag is to "reset" the user's browser back to Latin-1
and ensure proper font settings. The Unicode "utf-8" encoding also ensures that
any special characters inserted such as "Smart quotes", currency symbols, em-dashes
and so forth will be properly displayed in most browsers.-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!-- The following meta element gives the appearance of using
Internet Explorer (IE) but actually renders the page in google
chrome thus rescuing the older IE versions and providing the
speed and standards compliance, and security of Chrome
http://tech18.com/google-chrome-frame-rescue-older-ie.html -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>


<!-- The default title of the lab. -->
Expand All @@ -22,40 +24,40 @@

<!-- Following meta tags store the information about the
author and any other relevant information about the code -->
<meta name="author" content="" class="custom">
<meta name="description" content="" class="custom">
<meta class="custom" content="" name="author"/>
<meta class="custom" content="" name="description"/>


<!-- Place the relative address of the favicon
("images/logo.jpeg" here). All major browsers support the link
rel="shortcut icon" tag to associate a small icon with the
page -->
<link rel="shortcut icon" href="images/favicon.png" class="custom">
<link class="custom" href="images/favicon.png" rel="shortcut icon"/>


<!-- These are the stylesheets used for the lab. Please don't
edit them; If you do, you will lose the edits in subsequent
releases of this User Interface. -->
<link rel="stylesheet" href="../css/default.css"/>
<link rel="stylesheet" href="../css/style.css"/>
<link href="../css/default.css" rel="stylesheet"/>
<link href="../css/style.css" rel="stylesheet"/>

<!-- Instead add your custom styles to override the defaults
coming from the above style sheets. -->
<link rel="stylesheet" href="css/override.css"/>
<link href="css/override.css" rel="stylesheet"/>

<!-- ************************************************************************************************ -->

<!-- All JavaScript at the bottom, except for Modernizr which
enables HTML5 elements & feature detects -->
<script type="text/javascript" src="../js/modernizr-1.5.min.js">
<script src="../js/modernizr-1.5.min.js" type="text/javascript">
</script>

</head>

<body>
<body><!--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="container">
</div>
<div id="hidden-content" />
<div id="hidden-content">


<!-- Javascript at the bottom for fast page loading -->
Expand Down Expand Up @@ -128,5 +130,6 @@



</body>
</html>


</div></body></html>
182 changes: 86 additions & 96 deletions src/lab/Experiments.html

Large diffs are not rendered by default.

166 changes: 78 additions & 88 deletions src/lab/Feedback.html
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 -->
Expand All @@ -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>

Expand All @@ -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 &amp; 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">

Expand All @@ -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 -->
Expand Down Expand Up @@ -219,4 +208,5 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
});
</script>

</html>

</body><!-- jQuery --></html>
Loading

0 comments on commit 0954c9c

Please sign in to comment.