commit c985b126e484ed38644b8edd0a29cd68e6147c68
parent 4f67ef0817a01d4df502ce2156872ec2f18ac192
Author: Christian Ermann <christianermann@gmail.com>
Date: Sat, 13 Jun 2020 21:23:05 -0600
Small fixes in project descriptions
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -45,7 +45,9 @@
<h2>Check out my projects:</h2>
<ul>
<li>
- <a href="https://github.com/c2000e/Polygonize">Polygonize</a>
+ <a href="https://github.com/c2000e/Polygonize">
+ Polygonize (WIP)
+ </a>
<p class="indent">
Evolve "stained glass" recreations of images using a
combination of OpenGL's traditional rendering pipeline and
@@ -64,7 +66,7 @@
</li>
<li>
<a href="https://github.com/c2000e">All Projects</a>
- <p class="indent">View all my work on Github</p>
+ <p class="indent">View all my work on Github.</p>
</li>
</ul>
</div>