Skip to content

Commit f6f05e6

Browse files
committed
Adding local changes
1 parent 4a7a828 commit f6f05e6

33 files changed

+4582
-0
lines changed

build/Course Alignment.html

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<!DOCTYPE html><html lang="en"><head>
2+
<script class="gtm"><!--Google Tag Manager-->
3+
var dataLayer = [{
4+
'labName': 'Problem Solving Lab',
5+
'discipline': 'Computer Science and Engineering',
6+
'college': 'IIITH',
7+
'phase': '2',
8+
}];
9+
10+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
11+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
12+
j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
13+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
14+
})(window,document,'script','dataLayer','GTM-W59SWTR');
15+
<!--End Google Tag Manager-->
16+
</script>
17+
<meta charset="UTF-8">
18+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
19+
<meta name="viewport" content="width=device-width, initial-scale=1">
20+
<meta name="description" content="Welcome to Virtual Labs - A MHRD Govt of india Initiative">
21+
<meta name="author" content="Virtual Labs - A MHRD Govt of india Initiative">
22+
23+
<title>Welcome to Virtual Labs - A MHRD Govt of india Initiative</title>
24+
<link rel="shortcut icon" href="images/favicon.ico">
25+
<link href="css/bootstrap.min.css" rel="stylesheet">
26+
<link href="css/vlabs-style.css" rel="stylesheet">
27+
<link rel="stylesheet" href="fonts/css/font-awesome.min.css">
28+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Raleway&amp;display=swap" rel="stylesheet">
29+
<script src="js/jquery-3.4.1.slim.min.js"></script>
30+
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
31+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
32+
33+
</head>
34+
<body class="p-0 container-fluid vlabs-page d-flex flex-column justify-content-between">
35+
<!--Google Tag Manager (noscript)-->
36+
<noscript class="gtm">
37+
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-W59SWTR" style="display:none;visibility:hidden" width="0">
38+
</iframe>
39+
</noscript>
40+
<!--End Google Tag Manager (noscript)-->
41+
<header class="vlabs-header sticky-top bg-white">
42+
<!-- navbar -->
43+
<nav class="p-0 navbar navbar-light d-flex align-items-stretch">
44+
45+
<button class="navbar-toggler px-4" type="button" onclick="toggle()">
46+
<span class="navbar-toggler-icon"></span>
47+
</button>
48+
49+
<div class="d-flex justify-content-center">
50+
<a href="https://vlab.co.in" class="navbar-brand">
51+
<img src="images/vlabs-color-small-moe.jpg" alt="vlabs logo">
52+
</a>
53+
</div>
54+
55+
<div id="headerNavbar" class="border-top flex-grow-1 d-flex align-items-center">
56+
<ul class="navbar-nav ml-auto text-center d-flex flex-md-row">
57+
<li class="nav-item px-2 m-1">
58+
<a href="https://vlab.co.in">HOME</a>
59+
</li>
60+
<li class="nav-item px-2 m-1">
61+
<a href="https://vlab.co.in/participating-institutes">PARTNERS</a>
62+
</li>
63+
<li class="nav-item px-2 m-1">
64+
<a href="https://vlab.co.in/contact-us">CONTACT</a>
65+
</li>
66+
</ul>
67+
</div>
68+
</nav>
69+
</header>
70+
<div class="container-fluid flex-fill d-flex flex-column vlabs-page-main">
71+
<div class="row py-4 px-4 breadcrumbs"><a href="https://www.vlab.co.in/broad-area-computer-science-and-engineering" class="sidebar-a">
72+
Computer Science and Engineering
73+
</a></div>
74+
<div class="row flex-grow-1 px-4 d-flex flex-nowrap">
75+
<div class="nav flex-column sidebar nav-menu flex-shrink-0" id="menu"> <a href="Introduction.html" class="p-2">
76+
Introduction
77+
</a>
78+
<a href="Objective.html" class="p-2">
79+
Objective
80+
</a>
81+
<a href="List of experiments.html" class="p-2">
82+
List of experiments
83+
</a>
84+
<a href="Target Audience.html" class="p-2">
85+
Target Audience
86+
</a>
87+
<a href="Course Alignment.html" class="p-2">
88+
Course Alignment
89+
</a>
90+
<a href="Feedback.html" class="p-2">
91+
Feedback
92+
</a>
93+
</div>
94+
<div class="vlabs-page-content px-4 pb-4 flex-grow-1">
95+
<span class="lab-name"><h2 class="text-center">Problem Solving Lab</h2></span><!--labname-->
96+
<div><div>
97+
<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>
98+
<ol>
99+
<li>Universities with Computer Science &amp; Information Technology</li>
100+
</ol>
101+
</div></div>
102+
103+
</div>
104+
</div>
105+
</div>
106+
<footer class="text-light pt-2 vlabs-footer d-flex flex-column">
107+
<div class="row px-5">
108+
<div class="col d-flex flex-column">
109+
<span class="font-weight-bold vlabs-footer-sect-name pb-2 mb-3">Community Links</span>
110+
<a href="https://www.sakshat.ac.in/" class="text-light">Sakshat Portal</a>
111+
<a href="http://outreach.vlabs.ac.in/" class="text-light">Outreach Portal</a>
112+
<a href="https://vlab.co.in/faq" class="text-light">FAQ: Virtual Labs</a>
113+
</div>
114+
<div class="col d-flex flex-column">
115+
<span class="font-weight-bold vlabs-footer-sect-name pb-2 mb-3">Contact Us</span>
116+
<span> Phone: General Information: 011-26582050 </span>
117+
<span> Email: support@vlabs.ac.in </span>
118+
</div>
119+
<div class="col d-flex flex-column">
120+
<span class="font-weight-bold vlabs-footer-sect-name pb-2 mb-3">Follow Us</span>
121+
<div class="social-links">
122+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #55acee;" href="https://twitter.com/TheVirtualLabs">
123+
<i class="fa fa-twitter"></i>
124+
</a>
125+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #3b5998;" href="https://www.facebook.com/Virtual-Labs-IIT-Delhi-301510159983871/">
126+
<i class="fa fa-facebook"></i>
127+
</a>
128+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #e52d27;" href="https://www.youtube.com/watch?v=asxRaOgk6a0">
129+
<i class="fa fa-youtube"></i>
130+
</a>
131+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #2867B2;" href="https://in.linkedin.com/in/virtual-labs-008ba9136">
132+
<i class="fa fa-linkedin"></i>
133+
</a>
134+
</div>
135+
</div>
136+
</div>
137+
<div class="m-0 py-2 text-center" style="font-family: &quot;Open Sans&quot;, sans-serif; background: #212121;">
138+
<a class="text-primary font-weight-bold" href="https://www.gnu.org/licenses/agpl-3.0.en.html"> AGPL 3.0 </a>
139+
&nbsp;&amp;&nbsp;
140+
<a class="text-primary font-weight-bold" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> Creative Commons (CC BY-NC-SA 4.0) </a>
141+
</div>
142+
</footer>
143+
144+
<script>
145+
146+
window.addEventListener('DOMContentLoaded', (event) => {
147+
const menu = document.getElementById("menu");
148+
Array
149+
.from(menu.children)
150+
.filter(mi => mi.href === window.location.href)
151+
.map(mi => mi.classList.add("current-item"));
152+
153+
});
154+
155+
</script>
156+
<script src="js/toggleSidebar.js">
157+
</body>
158+
</html>
159+
</script></body></html>

build/Feedback.html

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
<!DOCTYPE html><html lang="en"><head>
2+
<script class="gtm"><!--Google Tag Manager-->
3+
var dataLayer = [{
4+
'labName': 'Problem Solving Lab',
5+
'discipline': 'Computer Science and Engineering',
6+
'college': 'IIITH',
7+
'phase': '2',
8+
}];
9+
10+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
11+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
12+
j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
13+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
14+
})(window,document,'script','dataLayer','GTM-W59SWTR');
15+
<!--End Google Tag Manager-->
16+
</script>
17+
<meta charset="UTF-8">
18+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
19+
<meta name="viewport" content="width=device-width, initial-scale=1">
20+
<meta name="description" content="Welcome to Virtual Labs - A MHRD Govt of india Initiative">
21+
<meta name="author" content="Virtual Labs - A MHRD Govt of india Initiative">
22+
23+
<title>Welcome to Virtual Labs - A MHRD Govt of india Initiative</title>
24+
<link rel="shortcut icon" href="images/favicon.ico">
25+
<link href="css/bootstrap.min.css" rel="stylesheet">
26+
<link href="css/vlabs-style.css" rel="stylesheet">
27+
<link rel="stylesheet" href="fonts/css/font-awesome.min.css">
28+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Raleway&amp;display=swap" rel="stylesheet">
29+
<script src="js/jquery-3.4.1.slim.min.js"></script>
30+
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
31+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
32+
33+
</head>
34+
<body class="p-0 container-fluid vlabs-page d-flex flex-column justify-content-between">
35+
<!--Google Tag Manager (noscript)-->
36+
<noscript class="gtm">
37+
<iframe height="0" src="https://www.googletagmanager.com/ns.html?id=GTM-W59SWTR" style="display:none;visibility:hidden" width="0">
38+
</iframe>
39+
</noscript>
40+
<!--End Google Tag Manager (noscript)-->
41+
<header class="vlabs-header sticky-top bg-white">
42+
<!-- navbar -->
43+
<nav class="p-0 navbar navbar-light d-flex align-items-stretch">
44+
45+
<button class="navbar-toggler px-4" type="button" onclick="toggle()">
46+
<span class="navbar-toggler-icon"></span>
47+
</button>
48+
49+
<div class="d-flex justify-content-center">
50+
<a href="https://vlab.co.in" class="navbar-brand">
51+
<img src="images/vlabs-color-small-moe.jpg" alt="vlabs logo">
52+
</a>
53+
</div>
54+
55+
<div id="headerNavbar" class="border-top flex-grow-1 d-flex align-items-center">
56+
<ul class="navbar-nav ml-auto text-center d-flex flex-md-row">
57+
<li class="nav-item px-2 m-1">
58+
<a href="https://vlab.co.in">HOME</a>
59+
</li>
60+
<li class="nav-item px-2 m-1">
61+
<a href="https://vlab.co.in/participating-institutes">PARTNERS</a>
62+
</li>
63+
<li class="nav-item px-2 m-1">
64+
<a href="https://vlab.co.in/contact-us">CONTACT</a>
65+
</li>
66+
</ul>
67+
</div>
68+
</nav>
69+
</header>
70+
<div class="container-fluid flex-fill d-flex flex-column vlabs-page-main">
71+
<div class="row py-4 px-4 breadcrumbs"><a href="https://www.vlab.co.in/broad-area-computer-science-and-engineering" class="sidebar-a">
72+
Computer Science and Engineering
73+
</a></div>
74+
<div class="row flex-grow-1 px-4 d-flex flex-nowrap">
75+
<div class="nav flex-column sidebar nav-menu flex-shrink-0" id="menu"> <a href="Introduction.html" class="p-2">
76+
Introduction
77+
</a>
78+
<a href="Objective.html" class="p-2">
79+
Objective
80+
</a>
81+
<a href="List of experiments.html" class="p-2">
82+
List of experiments
83+
</a>
84+
<a href="Target Audience.html" class="p-2">
85+
Target Audience
86+
</a>
87+
<a href="Course Alignment.html" class="p-2">
88+
Course Alignment
89+
</a>
90+
<a href="Feedback.html" class="p-2">
91+
Feedback
92+
</a>
93+
</div>
94+
<div class="vlabs-page-content px-4 pb-4 flex-grow-1">
95+
<span class="lab-name"><h2 class="text-center">Problem Solving Lab</h2></span><!--labname-->
96+
<div><p><b>Dear User</b>,</p>
97+
98+
<p>Thanks for using Virtual Labs. Your opinion is valuable to us. To help us improve, we'd like to ask you a few questions about your experience. It will only take 3 minutes and your answers will help us make Virtual Labs better for you and other users.
99+
</p><br>
100+
101+
<a id="feedback-btn-link" href="http://209.211.220.205/feedback/feedback.html" target="_blank"><button id="feedback-btn" type="button" class="btn btn-default btn-lg">Share Your Experience</button></a>
102+
<br><br>
103+
104+
<p>Thanks for your time !<br>
105+
<b>The Virtual Labs Team</b>
106+
</p>
107+
</div>
108+
109+
</div>
110+
</div>
111+
</div>
112+
<footer class="text-light pt-2 vlabs-footer d-flex flex-column">
113+
<div class="row px-5">
114+
<div class="col d-flex flex-column">
115+
<span class="font-weight-bold vlabs-footer-sect-name pb-2 mb-3">Community Links</span>
116+
<a href="https://www.sakshat.ac.in/" class="text-light">Sakshat Portal</a>
117+
<a href="http://outreach.vlabs.ac.in/" class="text-light">Outreach Portal</a>
118+
<a href="https://vlab.co.in/faq" class="text-light">FAQ: Virtual Labs</a>
119+
</div>
120+
<div class="col d-flex flex-column">
121+
<span class="font-weight-bold vlabs-footer-sect-name pb-2 mb-3">Contact Us</span>
122+
<span> Phone: General Information: 011-26582050 </span>
123+
<span> Email: support@vlabs.ac.in </span>
124+
</div>
125+
<div class="col d-flex flex-column">
126+
<span class="font-weight-bold vlabs-footer-sect-name pb-2 mb-3">Follow Us</span>
127+
<div class="social-links">
128+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #55acee;" href="https://twitter.com/TheVirtualLabs">
129+
<i class="fa fa-twitter"></i>
130+
</a>
131+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #3b5998;" href="https://www.facebook.com/Virtual-Labs-IIT-Delhi-301510159983871/">
132+
<i class="fa fa-facebook"></i>
133+
</a>
134+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #e52d27;" href="https://www.youtube.com/watch?v=asxRaOgk6a0">
135+
<i class="fa fa-youtube"></i>
136+
</a>
137+
<a class="p-2 mt-1 mr-2 d-inline-flex justify-content-center align-items-center" style="background: #2867B2;" href="https://in.linkedin.com/in/virtual-labs-008ba9136">
138+
<i class="fa fa-linkedin"></i>
139+
</a>
140+
</div>
141+
</div>
142+
</div>
143+
<div class="m-0 py-2 text-center" style="font-family: &quot;Open Sans&quot;, sans-serif; background: #212121;">
144+
<a class="text-primary font-weight-bold" href="https://www.gnu.org/licenses/agpl-3.0.en.html"> AGPL 3.0 </a>
145+
&nbsp;&amp;&nbsp;
146+
<a class="text-primary font-weight-bold" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> Creative Commons (CC BY-NC-SA 4.0) </a>
147+
</div>
148+
</footer>
149+
150+
<script>
151+
152+
window.addEventListener('DOMContentLoaded', (event) => {
153+
const menu = document.getElementById("menu");
154+
Array
155+
.from(menu.children)
156+
.filter(mi => mi.href === window.location.href)
157+
.map(mi => mi.classList.add("current-item"));
158+
159+
});
160+
161+
</script>
162+
<script src="js/toggleSidebar.js">
163+
</body>
164+
</html>
165+
</script></body></html>

0 commit comments

Comments
 (0)