Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken link on index and introduction.html #296 #236 #152 #314

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 8 additions & 22 deletions src/lab/Introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<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://www.vlab.co.in/"><img src="images/logo-new.png" class="img-responsive main-logo" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -57,15 +57,15 @@

<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>
<a href="http://www.vlab.co.in/" 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>
<a href="http://www.vlab.co.in/" 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>
<a href="http://www.vlab.co.in/" 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>
<a href="http://www.vlab.co.in/contact-us" class="menu-a" >CONTACT</a>
</li>
</ul>

Expand Down Expand Up @@ -123,21 +123,7 @@ <h1 class="text-h2-lightblue">Image Processing Lab</h1><div>
</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>
Expand All @@ -155,15 +141,15 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">U
<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://feedback.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a>
<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.linkedin.com/company/vlead/about/" 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" >
Expand Down
34 changes: 12 additions & 22 deletions src/lab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<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://vlab.co.in/"><img src="images/logo-new.png" class="img-responsive main-logo" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -57,15 +57,15 @@

<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>
<a href="http://vlab.co.in/" 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>
<a href="http://vlab.co.in/" 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>
<a href="http://vlab.co.in/" 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>
<a href="http://vlab.co.in/contact-us" class="menu-a" >CONTACT</a>
</li>
</ul>

Expand Down Expand Up @@ -124,26 +124,12 @@ <h1 class="text-h2-lightblue">Image Processing Lab</h1><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>
Expand All @@ -155,15 +141,15 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">U
<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://feedback.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a>
<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.linkedin.com/company/vlead/about/" 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" >
Expand All @@ -185,7 +171,11 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">
<!-- jQuery -->
<script src="js/jquery.js"></script>

<!-- Bootstrap Core JavaScript -->
<!-- Bootstrap Core JavaSThey said the most common reason for autoerotic deaths was the desire for the ultimate orgasm through depriving oneself of oxygen.
Load more comments
cript -->They said the most common reason for autoerotic deaths was the desire for the ultimate orgasm through depriving oneself of oxygen.
Load more comments

<script src="js/bootstrap.min.js"></script>

<!-- Custom Theme JavaScript -->
Expand Down