-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
176ce0a
commit 8d60e82
Showing
1 changed file
with
67 additions
and
66 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,21 +9,22 @@ | |
<meta name="author" content="Virtual Labs - A MHRD Govt of india Initiative"> | ||
|
||
<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-67020197-1', 'auto');ga('send', 'pageview');</script> | ||
</head> | ||
<body id="page-top" class="index"> | ||
<div id="top"> | ||
|
@@ -39,35 +40,33 @@ | |
<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="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 --> | ||
<div class="collapse navbar-collapse menu-div" id="bs-example-navbar-collapse-1" style="border: 0px;"> | ||
|
||
<ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;"> | ||
<!-- <ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;"> | ||
<li> | ||
<form method="post"> | ||
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB"/> | ||
<form method="get" action="search-result.html"> | ||
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/> | ||
<input type="submit" value="" class="search-button" /> | ||
</form> | ||
</li> | ||
</ul> | ||
|
||
--> | ||
<ul class="nav navbar-nav navbar-right menu-ul"> | ||
<li class="page-scroll menu-li " > | ||
<a href="../../../index.html#aboutus" class="menu-a" >HOME</a> | ||
<a href="http://vlabs.ac.in/index.html" class="menu-a" >HOME</a> | ||
</li> | ||
<li class="page-scroll menu-li menu-li-active"> | ||
<a href="../../../labs.html" class="menu-a menu-a-active" >ALL LABS</a> | ||
<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="#signin" class="menu-a" >SIGN IN</a> | ||
</li> --> | ||
<li class="page-scroll menu-li search-form-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> | ||
|
||
</ul> | ||
|
||
|
||
|
@@ -89,24 +88,17 @@ | |
|
||
<!-- =================================================================================================================================== --> | ||
<div class="container-fluid" style="margin-left: 35px; margin-right: 35px;"> | ||
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 30px; ">Disciplines and Domains</h2> | ||
<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="row"> | ||
<div class="col-md-2 sidebar-col-2"> | ||
<a href="introduction.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;"> Introduction </h3></a> | ||
<a href="experiments.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> List of experiments </h3></a> | ||
<a href="target_audience.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Target Audience </h3></a> | ||
<a href="courses_aligned.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Courses Aligned </h3></a> | ||
<a href="prerequisites.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Prerequisite S/W </h3></a> | ||
|
||
<a href="feedback.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback</h3></a> | ||
</div> | ||
<!--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="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="Feedback.html?domain=Computer Science" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a> </div> | ||
|
||
<div class="col-md-10 lab-list-col-10"> | ||
<!--edit --> | ||
<div class="heading" id="lab-article-section-1-heading"> | ||
Introduction | ||
</div><div class="content" id="lab-article-section-1-content"> | ||
|
||
<!--edit --> | ||
<h1 class="text-h2-lightblue">Computer Graphics</h1><div> | ||
<p> | ||
Welcome to the Computer Graphics lab ! Here , we will try some | ||
virtual experiments to understand the different concepts of | ||
|
@@ -115,12 +107,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 30px; ">D | |
and Cameras. Later we will be visualising some basic algorithms | ||
used to render the graphics. | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
</div> </div> | ||
</div> | ||
</div> | ||
<!-- =================================================================================================================================== --> | ||
|
@@ -131,41 +118,58 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 30px; ">D | |
</div> <!-- content div --> | ||
|
||
<footer> | ||
<div class="container-fluid footer-div" style="background: url('../../../images/footer.png'); margin-top: 120px; padding: 20px;"> | ||
<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> | ||
<div><a href="http://vlead.vlabs.ac.in/2015/07/19/lab-integration-kit-1-0-0-released/" class="text-normal-gray-small nounderline" style="color: white" > Lab Integration Kit 1.0.0 Released</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2015/07/15/summer-sprint-integration-workshop-at-iit-guwahati/" class="text-normal-gray-small nounderline" style="color: white" > Summer Sprint Integration Workshop at IIT Guwahati</a></div> | ||
<div><a href="http://vlead.vlabs.ac.in/2014/12/16/a-new-set-of-35-virtual-labs-on-portable-media/" class="text-normal-gray-small nounderline" style="color: white" > A new set of 35 Virtual Labs on Portable Media</a></div> | ||
<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> --> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > VLEAD Blog</a></div> | ||
<div><a href="http://www.sakshat.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> | ||
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > Nodal Center</a></div> | ||
</div> | ||
|
||
<div class="col-md-3 border-right-green-dotted" > | ||
<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> --> | ||
<div class="text-h2-lightblue-small"> Contact : <i class="fa fa-envelope-o" style="color: white; font-size: 0.8em;"></i> <a class="text-a-lightgreen" style="text-decoration: underline; font-size: 1.0em;" href="mailto:[email protected]">[email protected]</a></div> | ||
<div><a href="http://118.102.191.38/feedback/feedback.html" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div> | ||
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Contact us</h2> | ||
<a href="http://feedback.vlabs.ac.in/" 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/" 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; | ||
height: 38px" /></a> | ||
|
||
</div> | ||
|
||
</div> | ||
</footer> | ||
</footer> | ||
|
||
|
||
</div> <!-- top div --> | ||
|
@@ -192,8 +196,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> | |
owl.owlCarousel({ | ||
navigation: true, | ||
navigationText: [ | ||
"<img src='../../../images/left-arrow.png'>", | ||
"<img src='../../../images/right-arrow.png'>" | ||
"<img src='images/left-arrow.png'>", | ||
"<img src='images/right-arrow.png'>" | ||
], | ||
/* autoPlay : 3000, | ||
stopOnHover : true */ | ||
|
@@ -204,8 +208,8 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> | |
owl.owlCarousel({ | ||
navigation: true, | ||
navigationText: [ | ||
"<img src='../../../images/left-arrow.png'>", | ||
"<img src='../../../images/right-arrow.png'>" | ||
"<img src='images/left-arrow.png'>", | ||
"<img src='images/right-arrow.png'>" | ||
], | ||
autoPlay : 3000, | ||
stopOnHover : true, | ||
|
@@ -224,7 +228,4 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> | |
}); | ||
</script> | ||
|
||
|
||
|
||
</html> | ||
|