Skip to content

Commit

Permalink
Fix link in further readings page for 8, 9, 10th exp
Browse files Browse the repository at this point in the history
  • Loading branch information
khushpreet-kaur committed Jul 21, 2016
1 parent 8d60e82 commit d25f388
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/lab/exp10/Further Readings.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<!--edit -->
<h1 class="text-h2-lightblue">Rasterization : Polygon</h1><div class="content" id="experiment-article-section-8-content">
<ol>
<li> http://en.wikipedia.org/wiki/Scanline_rendering</li>
<li><a href="http://en.wikipedia.org/wiki/Scanline_rendering" >Scanline rendering</a></li>
<li> James D. Foley. Computer graphics: Principles and Practice. Addison-Wesley Professional. </li>
<li> Computer Graphics, C Version by Donald Hearn and M. Pauline Baker</li>
</ol>
Expand Down
4 changes: 2 additions & 2 deletions src/lab/exp4/Experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<!-- 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="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> -->

<ul class="nav navbar-nav navbar-right menu-ul">
<li class="page-scroll menu-li " >
Expand Down
4 changes: 2 additions & 2 deletions src/lab/exp8/Further Readings.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<!--edit -->
<h1 class="text-h2-lightblue">Clipping : Polygon</h1><div class="content" id="experiment-article-section-8-content">
<ol>
<li> http://en.wikipedia.org/wiki/Sutherland-Hodgman_algorithm</li>
<li> <a href="http://en.wikipedia.org/wiki/Sutherland-Hodgman_algorithm"> Sutherland–Hodgman algorithm</a></li>
<li> James D. Foley. Computer graphics: Principles and Practice. Addison-Wesley Professional. </li>
<li> Computer Graphics, C Version by Donald Hearn and M. Pauline Baker</li>
<li> https://www.cs.drexel.edu/~david/Classes/CS430/Lectures/L-05_Polygons.6.pdf</li>
<li> <a href="https://www.cs.drexel.edu/~david/Classes/CS430/Lectures/L-05_Polygons.6.pdf" >Lectures L-05_polygon.pdf</a> </li>
</ol>
</div> </div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lab/exp9/Further Readings.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<!--edit -->
<h1 class="text-h2-lightblue">Rasterization : Line</h1><div class="content" id="experiment-article-section-8-content">
<ol>
<li> http://en.wikipedia.org/wiki/Bresenham's_line_algorithm</li>
<li><a href="http://en.wikipedia.org/wiki/Bresenham's_line_algorithm" > Bresenham's line algorithm </a></li>
<li> James D. Foley. Computer graphics: Principles and Practice. Addison-Wesley Professional. </li>
<li> Computer Graphics, C Version by Donald Hearn and M. Pauline Baker</li>
</ol>
Expand Down

0 comments on commit d25f388

Please sign in to comment.