Skip to content

Commit 07eef5c

Browse files
authored
Merge pull request #1158 from virtual-labs/header_and_footer
Header and footer
2 parents a9dd825 + a535024 commit 07eef5c

File tree

581 files changed

+30198
-28364
lines changed

Some content is hidden

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

581 files changed

+30198
-28364
lines changed

src/lab/Courses Aligned.html

Lines changed: 80 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,49 @@
11
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
5-
<meta charset="UTF-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta name="description" content="Welcome to Virtual Labs - A MHRD Govt of india Initiative">
9-
<meta name="author" content="Virtual Labs - A MHRD Govt of india Initiative">
2+
<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':
3+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
5+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
6+
})(window,document,'script','dataLayer','GTM-W59SWTR');</script><!--End Google Tag Manager-->
7+
8+
<meta charset="utf-8"/>
9+
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
10+
<meta content="width=device-width, initial-scale=1" name="viewport"/>
11+
<meta content="Welcome to Virtual Labs - A MHRD Govt of india Initiative" name="description"/>
12+
<meta content="Virtual Labs - A MHRD Govt of india Initiative" name="author"/>
1013

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

13-
<link rel="shortcut icon" href="images/favicon.ico">
16+
<link href="images/favicon.ico" rel="shortcut icon"/>
1417

1518

16-
<link href="css/bootstrap.min.css" rel="stylesheet">
19+
<link href="css/bootstrap.min.css" rel="stylesheet"/>
1720

1821
<!-- 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">
22+
<link href="vendors/owl-carousel/owl.carousel.css" rel="stylesheet"/>
23+
<link href="vendors/owl-carousel/owl.theme.css" rel="stylesheet"/>
2124

22-
<link rel="stylesheet" href="vendors/font-awesome/css/font-awesome.css">
25+
<link href="vendors/font-awesome/css/font-awesome.css" rel="stylesheet"/>
2326

2427
<!-- Custom CSS -->
25-
<link href="css/style.css" rel="stylesheet">
26-
<script type="text/javascript" src = 'tabs.js'></script>
28+
<link href="css/style.css" rel="stylesheet"/>
29+
<script src="tabs.js" type="text/javascript"></script>
2730
<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>
2831
</head>
29-
<body id="page-top" class="index">
32+
<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)-->
3033
<div id="top">
3134
<header>
3235
<!-- Navigation -->
3336
<nav class="navbar navbar-default " style="background-color: white !important; margin-bottom: 0px !important;">
3437
<div class="container-fluid">
3538
<!-- Brand and toggle get grouped for better mobile display -->
3639
<div class="navbar-header page-scroll">
37-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
40+
<button class="navbar-toggle" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button">
3841
<span class="sr-only">Toggle navigation</span>
3942
<span class="icon-bar" style="background-color: #77BB41"></span>
4043
<span class="icon-bar" style="background-color: #77BB41"></span>
4144
<span class="icon-bar" style="background-color: #77BB41"></span>
4245
</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>
46+
<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>
4447
</div>
4548

4649
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -56,16 +59,16 @@
5659
</ul>
5760

5861
<ul class="nav navbar-nav navbar-right menu-ul">
59-
<li class="page-scroll menu-li " >
60-
<a href="http://vlabs.ac.in/" class="menu-a" >HOME</a>
62+
<li class="page-scroll menu-li ">
63+
<a class="menu-a" href="http://vlabs.ac.in/">HOME</a>
6164
</li>
62-
<li class="page-scroll menu-li menu-li-active">
65+
<!--<li class="page-scroll menu-li menu-li-active">
6366
<a href="http://vlabs.ac.in/labs.html" class="menu-a menu-a-active" >ALL LABS</a>
64-
</li>
65-
<li class="page-scroll menu-li " >
66-
<a href="http://vlabs.ac.in/#partner" class="menu-a" >PARTNERS</a>
67-
</li><li class="page-scroll menu-li " >
68-
<a href="http://vlabs.ac.in/#contact" class="menu-a" >CONTACT</a>
67+
</li>-->
68+
<li class="page-scroll menu-li ">
69+
<a class="menu-a" href="http://vlabs.ac.in/#partner">PARTNERS</a>
70+
</li><li class="page-scroll menu-li ">
71+
<a class="menu-a" href="http://vlabs.ac.in/#contact">CONTACT</a>
6972
</li>
7073
</ul>
7174

@@ -79,27 +82,27 @@
7982
</header>
8083

8184
<div id="content">
82-
<div class="container-fluid" >
85+
<div class="container-fluid">
8386
<div class="row">
84-
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;">
87+
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;"/>
8588
</div> <!-- row end -->
8689
</div> <!-- container-fluid end for slider -->
8790

8891

8992
<!-- =================================================================================================================================== -->
90-
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
91-
<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>
93+
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;">
94+
<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>
9295

9396
<div class="row">
9497
<div class="col-md-2 sidebar-col-2">
9598
<!--edit1-->
96-
<a href="Introduction.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a><a href="List of experiments.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of experiments</h3></a><a href="Target Audience.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a href="Courses Aligned.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</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="http://209.211.220.205/feedback/feedback.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
99+
<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="List of experiments.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">List of experiments</h3></a><a class="sidebar-a" href="Target Audience.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a><a class="sidebar-a" href="Courses Aligned.html?domain=Computer Science"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses Aligned</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 class="sidebar-a" href="http://209.211.220.205/feedback/feedback.html"> <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div>
97100

98101
<div class="col-md-10 lab-list-col-10">
99102

100103
<!--edit -->
101104
<h1 class="text-h2-lightblue">Problem Solving Lab</h1><div>
102-
<br><p> The present lab is aligned with courses such as Introduction to Data Structures, Data Structures in C/C++, and the like. The experiments touch on most topics covered in such courses in most curricula. </p>
105+
<br/><p> The present lab is aligned with courses such as Introduction to Data Structures, Data Structures in C/C++, and the like. The experiments touch on most topics covered in such courses in most curricula. </p>
103106
</div> </div>
104107
</div>
105108
</div>
@@ -110,68 +113,55 @@ <h1 class="text-h2-lightblue">Problem Solving Lab</h1><div>
110113

111114
</div> <!-- content div -->
112115

113-
<footer>
114-
<div class="container-fluid footer-div" style="background: #404040; margin-top: 40px; padding: 20px;">
115-
<div class="col-md-4 border-right-green-dotted" >
116-
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Updates</h2>
117-
<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>
118-
<a href="http://community.virtual-labs.ac.in/w/index.php/First_Integration_workshop"
119-
class="text-normal-gray-small nounderline"
120-
style="color: white" >First Integration Workshop at IIIT Hyderabad</a>
121-
<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>
122-
<a href="http://community.virtual-labs.ac.in/w/index.php/QA/Integration_workshop"
123-
class="text-normal-gray-small nounderline"
124-
style="color: white" > QA Integration
125-
Workshop at IIIT Hyderabad</a>
126-
<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>
127-
</div>
128-
129-
<div class="col-md-2 border-right-green-dotted" >
130-
<!-- <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Nodal Centers</h2>
131-
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > REGISTRATION</a></div>
132-
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > LOGIN</a></div> -->
133-
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a></div> -->
134-
<a href="http://community.virtual-labs.ac.in/w/index.php/Main_Page" class="text-a-lightgreen" style="text-decoration: underline;" >Community</a>
135-
<a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Sakshat Portal</a>
136-
<!--<a href="http://118.102.191.38/feedback/Registration.html" class="text-a-lightgreen" style="text-decoration: underline;" > Nodal Center</a>-->
137-
<a href="http://outreach.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Outreach Portal</a>
138-
<a href="./faq.html" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a>
139-
</div>
140-
141-
<div class="col-md-3 border-right-green-dotted" id="contact" >
142-
<!-- <div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FAQ</a></div>
143-
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div>
144-
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> -->
145-
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Contact us</h2>
146-
<a href="http://209.211.220.205/feedback/feedback.html" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a>
147-
<a class="text-a-lightgreen"style="text-decoration: underline;" href="mailto:support@vlabs.ac.in">support@vlabs.ac.in</a>
148-
</div>
149-
150-
<div class="col-md-2 border-right-green-dotted" >
151-
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Follow us</h2>
152-
<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>
153-
<a href="https://twitter.com/TheVirtualLabs" class="text-a-lightgreen nounderline" target="_blank"> <img src="../images/social/twitter.png" style="border-radius: 50%;"/></a>
154-
<a href="http://linkedin.com" class="text-a-lightgreen nounderline" target="_blank" > <img src="../images/social/linkedin.png" style="border-radius: 50%;" /></a>
155-
<a href="https://www.youtube.com/watch?v=mVBYNXLaDdg"
156-
class="text-a-lightgreen nounderline"
157-
target="_blank" >
158-
<img src="../images/social/youtube.png"
159-
style="border-radius: 50%; width: 38px;
160-
height: 38px" /></a>
161-
162-
</div>
163-
164-
165-
</div>
166-
</footer>
116+
<footer id="footer"><div class="footer-top" id="contact">
117+
<div class="container">
118+
<div class="row">
119+
<div class="col-lg-4 col-md-6">
120+
<h4>Community Links</h4>
121+
<p>
122+
<a href="http://www.sakshat.ac.in/">Sakshat Portal</a>
123+
</p>
124+
<p>
125+
<a href="http://outreach.vlabs.ac.in/">Outreach Portal</a>
126+
</p>
127+
<p>
128+
<a href="http://vlab.co.in/faq">FAQ : Virtual Labs</a>
129+
</p>
130+
</div>
131+
<div class="col-lg-4 col-md-6">
132+
<h4>Contact Us</h4>
133+
<p> <strong>Phone:</strong> General Information : 011-26582050 </p>
134+
<p> <strong>Email:</strong> support@vlab.co.in </p>
135+
</div>
136+
<div class="col-lg-4 col-md-6">
137+
<h4>Follow Us</h4>
138+
<div class="social-links">
139+
<a class="twitter" href="https://twitter.com/TheVirtualLabs" style="background: #55acee;">
140+
<i class="fa fa-twitter"></i>
141+
</a>
142+
<a class="facebook" href="https://www.facebook.com/Virtual-Labs-IIT-Delhi-301510159983871/" style="background: #3b5998;">
143+
<i class="fa fa-facebook"></i>
144+
</a>
145+
<a class="google-plus" href="https://www.youtube.com/watch?v=asxRaOgk6a0" style="background: #e52d27;">
146+
<i class="fa fa-youtube"></i>
147+
</a>
148+
<a class="linkedin" href="https://in.linkedin.com/in/virtual-labs-008ba9136" style="background: #2867B2;">
149+
<i class="fa fa-linkedin"></i>
150+
</a>
151+
</div>
152+
</div>
153+
</div>
154+
</div>
155+
</div>
156+
</footer>
167157

168158

169159
</div> <!-- top div -->
170160

171-
</body>
172161

173162

174-
<!-- jQuery -->
163+
164+
175165
<script src="js/jquery.js"></script>
176166

177167
<!-- Bootstrap Core JavaScript -->
@@ -222,4 +212,5 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
222212
});
223213
</script>
224214

225-
</html>
215+
216+
</body><!-- jQuery --></html>

0 commit comments

Comments
 (0)