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

Broken links and css #284

Merged
merged 14 commits into from
May 18, 2020
Merged
18 changes: 11 additions & 7 deletions src/lab/Courses Aligned.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet"/>
<link href="css/style-main.css" rel="stylesheet"/>
<script src="tabs.js" type="text/javascript"></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>
Expand All @@ -43,7 +44,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 class="img-responsive main-logo" src="images/logo-new.png"/></a>
<a class="navbar-brand main-logo-a" href="http://vlab.co.in"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -60,14 +61,17 @@

<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html">HOME</a>
<a class="menu-a" href="http://vlab.co.in/">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 class="menu-a" href="http://vlabs.ac.in/index.html#partner">PARTNERS</a>
</li><li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html#contact">CONTACT</a>
<a class="menu-a" href="http://vlab.co.in/participating-institutes">PARTNERS</a>
</li>
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlab.co.in/contact-us">CONTACT</a>
</li>
</ul>


Expand Down Expand Up @@ -99,7 +103,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<div class="col-md-10 lab-list-col-10">

<!--edit -->
<h1 class="text-h2-lightblue">Computer Graphics</h1><div>
<h1 class="text-h1-lightblue">Computer Graphics</h1><div>
<p>
The basic concepts of CG are alignd with courses such as Linear Algebra, Matrix Theory, Projective Geometry and the like. The experiments touch on most topics covered in such courses in most curricula.
</p>
Expand Down
40 changes: 31 additions & 9 deletions src/lab/Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet"/>
<link href="css/style-main.css" rel="stylesheet"/>
<script src="tabs.js" type="text/javascript"></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>
Expand All @@ -43,7 +44,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 class="img-responsive main-logo" src="images/logo-new.png"/></a>
<a class="navbar-brand main-logo-a" href="http://vlab.co.in/"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -59,16 +60,18 @@
</ul> -->

<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html">HOME</a>
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlab.co.in/">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 class="menu-a" href="http://vlabs.ac.in/index.html#partner">PARTNERS</a>
</li><li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html#contact">CONTACT</a>
<a class="menu-a" href="http://vlab.co.in/participating-institutes">PARTNERS</a>
</li>
</ul>
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlab.co.in/contact-us">CONTACT</a>
</li>



Expand Down Expand Up @@ -99,7 +102,26 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<div class="col-md-10 lab-list-col-10">

<!--edit -->
<h1 class="text-h2-lightblue">Computer Graphics</h1><a href="http://209.211.220.205/feedback/feedback.html">Feedback</a> </div>
<h1 class="text-h1-lightblue">Computer Graphics</h1>

<div>
<p><b>Dear User</b>,</p>

<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.
</p>
<br/>

<a href="http://209.211.220.205/feedback/feedback.html" id="feedback-btn-link">
<button class="btn btn-default btn-lg" id="feedback-btn" type="button">Share Your Experience</button>
</a>
<br/>
<br/>

<p>Thanks for your time !
<br/>
<b>The Virtual Labs Team</b>
</p>
</div> </div>
</div>
</div>
<!-- =================================================================================================================================== -->
Expand Down
18 changes: 11 additions & 7 deletions src/lab/Introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet"/>
<link href="css/style-main.css" rel="stylesheet"/>
<script src="tabs.js" type="text/javascript"></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>
Expand All @@ -43,7 +44,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 class="img-responsive main-logo" src="images/logo-new.png"/></a>
<a class="navbar-brand main-logo-a" href="http://vlab.co.in/"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -60,14 +61,17 @@
-->
<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html">HOME</a>
<a class="menu-a" href="http://vlab.co.in/">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 class="menu-a" href="http://vlabs.ac.in/index.html#partner">PARTNERS</a>
</li><li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html#contact">CONTACT</a>
<a class="menu-a" href="http://vlab.co.in/participating-institutes">PARTNERS</a>
</li>
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlab.co.in/contact-us">CONTACT</a>
</li>
</ul>


Expand Down Expand Up @@ -99,7 +103,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<div class="col-md-10 lab-list-col-10">

<!--edit -->
<h1 class="text-h2-lightblue">Computer Graphics</h1><div>
<h1 class="text-h1-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
Expand Down
28 changes: 21 additions & 7 deletions src/lab/List of experiments.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet"/>
<link href="css/style-main.css" rel="stylesheet"/>
<script src="tabs.js" type="text/javascript"></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>
Expand All @@ -43,7 +44,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 class="img-responsive main-logo" src="images/logo-new.png"/></a>
<a class="navbar-brand main-logo-a" href="http://vlab.co.in/"><img class="img-responsive main-logo" src="images/logo-new.png"/></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -60,14 +61,17 @@

<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html">HOME</a>
<a class="menu-a" href="http://vlab.co.in/">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 class="menu-a" href="http://vlabs.ac.in/index.html#partner">PARTNERS</a>
</li><li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlabs.ac.in/index.html#contact">CONTACT</a>
<a class="menu-a" href="http://vlab.co.in/participating-institutes">PARTNERS</a>
</li>
<li class="page-scroll menu-li ">
<a class="menu-a" href="http://vlab.co.in/contact-us">CONTACT</a>
</li>
</ul>


Expand Down Expand Up @@ -99,39 +103,49 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<div class="col-md-10 lab-list-col-10">

<!--edit -->
<h1 class="text-h2-lightblue">Computer Graphics</h1><div>
<h1 class="text-h1-lightblue">Computer Graphics</h1><div>
<ul id="list-of-experiments">
<li>
<!--Link and name of the experiment 1 -->
<a href="exp1/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Points and Co-ordinate Systems</a>
</li>
<br>
<li>
<a href="exp2/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Transformations: Translation</a>
</li>
<br>
<li>
<a href="exp3/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Transformations: Rotation</a>
</li>
<br>
<li>
<a href="exp4/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Transformations: Scaling</a>
</li>
<br>
<li>
<a href="exp5a/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Hierarchical Transformations: 2D Demo</a>
</li>
<br>
<li>
<a href="exp5b/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Hierarchical Transformations: 3D Articulated Arm</a>
</li>
<br>
<li>
<a href="exp6/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Projections and Cameras</a>
</li>
<br>
<li>
<a href="exp7/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Clipping: Line</a>
</li>
<br>
<li>
<a href="exp8/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Clipping: Polygon</a>
</li>
<br>
<li>
<a href="exp9/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Rasterization: Line</a>
</li>
<br>
<li>
<a href="exp10/Introduction.html?domain=Computer Science&amp;lab=Computer Graphics">Rasterization: Polygon</a>
</li>
Expand Down
Loading