forked from virtual-labs-archive/cryptography-iiith
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sonali-Goyal
committed
Sep 21, 2015
1 parent
1fd8290
commit fc16bf5
Showing
231 changed files
with
37,573 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/*! | ||
* Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com) | ||
* Code licensed under the Apache License v2.0. | ||
* For details, see http://www.apache.org/licenses/LICENSE-2.0. | ||
*/ | ||
|
||
// jQuery for page scrolling feature - requires jQuery Easing plugin | ||
$(function() { | ||
$('body').on('click', '.page-scroll a', function(event) { | ||
var $anchor = $(this); | ||
$('html, body').stop().animate({ | ||
scrollTop: $($anchor.attr('href')).offset().top | ||
}, 1500, 'easeInOutExpo'); | ||
event.preventDefault(); | ||
}); | ||
}); | ||
|
||
// Floating label headings for the contact form | ||
$(function() { | ||
$("body").on("input propertychange", ".floating-label-form-group", function(e) { | ||
$(this).toggleClass("floating-label-form-group-with-value", !! $(e.target).val()); | ||
}).on("focus", ".floating-label-form-group", function() { | ||
$(this).addClass("floating-label-form-group-with-focus"); | ||
}).on("blur", ".floating-label-form-group", function() { | ||
$(this).removeClass("floating-label-form-group-with-focus"); | ||
}); | ||
}); | ||
|
||
// Highlight the top nav as scrolling occurs | ||
$('body').scrollspy({ | ||
target: '.navbar-fixed-top' | ||
}) | ||
|
||
// Closes the Responsive Menu on Menu Item Click | ||
$('.navbar-collapse ul li a').click(function() { | ||
$('.navbar-toggle:visible').click(); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. | ||
require('../../js/transition.js') | ||
require('../../js/alert.js') | ||
require('../../js/button.js') | ||
require('../../js/carousel.js') | ||
require('../../js/collapse.js') | ||
require('../../js/dropdown.js') | ||
require('../../js/modal.js') | ||
require('../../js/tooltip.js') | ||
require('../../js/popover.js') | ||
require('../../js/scrollspy.js') | ||
require('../../js/tab.js') | ||
require('../../js/affix.js') |
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 |
---|---|---|
@@ -0,0 +1,228 @@ | ||
<!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"> | ||
|
||
<title>Welcome to Virtual Labs - A MHRD Govt of india Initiative</title> | ||
<link rel="shortcut icon" href="images/favicon.ico"> | ||
|
||
|
||
<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/font-awesome/css/font-awesome.css"> | ||
|
||
<!-- Custom CSS --> | ||
<link href="css/style.css" rel="stylesheet"> | ||
<script type="text/javascript" src = 'tabs.js'></script> | ||
</head> | ||
<body id="page-top" class="index"> | ||
<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"> | ||
<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> | ||
</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;"> | ||
<li> | ||
<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="http://vlabs.ac.in/index.html" class="menu-a" >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> | ||
</ul> | ||
|
||
|
||
|
||
|
||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
</header> | ||
|
||
<div id="content"> | ||
<div class="container-fluid" > | ||
<div class="row"> | ||
<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; ">Disciplines and Domains</h2> | ||
|
||
|
||
<div class="row"> | ||
<div class="col-md-2 sidebar-col-2"> | ||
<a href="electronics-and-communications-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600;"> Electronics & Communications</h3></a> | ||
<a href="computer-science-and-engineering-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Computer Science & Engineering</h3></a> | ||
<a href="electrical-engineering-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Electrical Engineering</h3></a> | ||
<a href="mechanical-engineering-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Mechanical Engineering</h3></a> | ||
<a href="chemical-sciences-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Chemical Engineering</h3></a> | ||
<a href="biotechnology-and-biochemical-engineering-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Biotechnology & Biochemical Engineering</h3></a> | ||
<a href="civil-engineering-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Civil Engineering</h3></a> | ||
<a href="physical-sciences-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Physical Sciences</h3></a> | ||
<a href="chemical-sciences-labs.html" class="sidebar-a" > <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Chemical Sciences</h3></a> | ||
</div> | ||
|
||
<div class="col-md-10 lab-list-col-10"> | ||
<script> | ||
(function() { | ||
var cx = '012807184697137290990:a2ikizlhd4a'; | ||
var gcse = document.createElement('script'); | ||
gcse.type = 'text/javascript'; | ||
gcse.async = true; | ||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + | ||
'//cse.google.com/cse.js?cx=' + cx; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(gcse, s); | ||
})(); | ||
</script> | ||
<gcse:searchresults-only></gcse:searchresults-only> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- =================================================================================================================================== --> | ||
|
||
|
||
|
||
|
||
</div> <!-- content div --> | ||
|
||
<footer> | ||
<div class="container-fluid footer-div" style="background: url('images/footer.png'); 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> | ||
</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="http://vlead.virtual-labs.ac.in/" 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="http://118.102.191.38/feedback/Registration.html" class="text-a-lightgreen" style="text-decoration: underline;" > Nodal Center</a></div> | ||
</div> | ||
|
||
<div class="col-md-3 border-right-green-dotted" > | ||
<!-- <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> | ||
</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> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
|
||
|
||
</div> <!-- top div --> | ||
|
||
</body> | ||
|
||
|
||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="js/bootstrap.min.js"></script> | ||
|
||
<!-- Custom Theme JavaScript --> | ||
<script src="js/custom.js"></script> | ||
|
||
<!-- Include js plugin --> | ||
<script src="vendors/owl-carousel/owl.carousel.js"></script> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
|
||
var owl = $("#owl-demo"); | ||
owl.owlCarousel({ | ||
navigation: true, | ||
navigationText: [ | ||
"<img src='images/left-arrow.png'>", | ||
"<img src='images/right-arrow.png'>" | ||
], | ||
/* autoPlay : 3000, | ||
stopOnHover : true */ | ||
}); | ||
|
||
//owl for partner institutions | ||
var owl = $("#owl-partner-institutions"); | ||
owl.owlCarousel({ | ||
navigation: true, | ||
navigationText: [ | ||
"<img src='images/left-arrow.png'>", | ||
"<img src='images/right-arrow.png'>" | ||
], | ||
autoPlay : 3000, | ||
stopOnHover : true, | ||
items : 8, | ||
}); | ||
|
||
|
||
|
||
//owl for aboutus | ||
var owl = $("#owl-aboutus"); | ||
owl.owlCarousel({ | ||
navigation: true, | ||
singleItem:true | ||
}); | ||
|
||
}); | ||
</script> | ||
|
||
|
||
|
||
</html> |
Oops, something went wrong.