archive complete
This commit is contained in:
@@ -101,38 +101,36 @@
|
||||
|
||||
<div class="projects">
|
||||
<h3 id="projectjump">Projects</h3>
|
||||
<a href="/gameoflife.php">
|
||||
<a href="/projects/game_of_life.html">
|
||||
<p> Game of Life</p>
|
||||
</a>
|
||||
<a href="mazeGen.php">
|
||||
<a href="/projects/maze_generation.html">
|
||||
<p>Maze Generator</p>
|
||||
</a>
|
||||
<a href="oscil.php">
|
||||
<a href="/projects/oscillations_in_3d.html">
|
||||
<p>Oscilations in 3D</p>
|
||||
</a>
|
||||
<a href="poissonDist.php">
|
||||
<a href="/projects/poisson_distribution.html">
|
||||
<p>Poisson Distribution</p>
|
||||
</a>
|
||||
<a href="piApprox.php">
|
||||
<a href="/projects/pi_approximation.html">
|
||||
<p>Approximating PI</p>
|
||||
</a>
|
||||
<a href="cardioid.php">
|
||||
<p>Cardioids</p>
|
||||
</a>
|
||||
<a href="/ellipseConst/index.php">
|
||||
<a href="/projects/ellipse_construction.html">
|
||||
<p>Constructing an ellipse</p>
|
||||
</a>
|
||||
<a href="/weatherApp/index.php">
|
||||
<p>Weather App</p>
|
||||
</a>
|
||||
|
||||
<h3>Tutorials</h3>
|
||||
<a href="/TSP_files/index.php">
|
||||
<a href="/tutorials/tsp/index.html">
|
||||
<p>Travelling salesman problem</p>
|
||||
</a>
|
||||
<a href="/terrainGen/index.php">
|
||||
<a href="/tutorials/midpoint_displacement/index.html">
|
||||
<p>Midpoint displacement terrain generator</p>
|
||||
</a>
|
||||
<a href="/jarvisMarsh/index.php">
|
||||
<a href="/tutorials/convex_hull/index.html">
|
||||
<p>Convex hull generator</p>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user