diff options
Diffstat (limited to 'all.html')
-rw-r--r-- | all.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -117,6 +117,14 @@ <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/RPN.png" width=200 height=200><br> + <div class="project-title"><a href="complexfunctions.html">Graph reverse polish notation complex functions</a></div> + Visualize complex functions. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/mazesolver.png" width=200 height=200><br> <div class="project-title"><a href="mazesolver.html">Maze Solver</a></div> Create a maze, choose a starting point and an |