Remove old, inactive projects

This commit is contained in:
Ian Adam Naval 2018-07-31 02:00:20 -07:00
parent e40a717406
commit 69376c19ab

View File

@ -5,31 +5,16 @@ permalink: /projects/
projects: projects:
- title: How2Pizza
image: how2pizza.png
description: Simple tool to help large groups of friends order pizza.
url: http://how2pizza.com
- title: Potato Ipsum - title: Potato Ipsum
image: potatoipsum.png image: potatoipsum.png
description: Lorem ipsum for potato fans. description: Lorem ipsum for potato fans.
url: http://potatoipsum.com url: http://potatoipsum.com
- title: SMS Fixer
image: sms-fixer.png
description: Simple recovery script and Web service to convert Google Voice HTML logs into the Android app <a href="https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore&amp;hl=en">SMS Backup &amp; Restore</a>.
url: http://sms-fixer.ianonavy.com
- title: ACM Linux Mirrors - title: ACM Linux Mirrors
image: mirrors.png image: mirrors.png
description: Friends at WPI wanted to <code>apt-get upgrade</code> and <code>pacman -Syu</code> at lightning speed, so I made it happen. description: Friends at WPI wanted to <code>apt-get upgrade</code> and <code>pacman -Syu</code> at lightning speed, so I made it happen.
url: http://mirrors.acm.wpi.edu/ url: http://mirrors.acm.wpi.edu/
- title: MathHammer 40k
image: mathhammer.png
description: Damage stats calculator app for WarHammer 40k I made in high school for my physics teacher. My first paid gig!
url: https://play.google.com/store/apps/details?id=com.mathhammer40k.mathhammer&amp;hl=en
--- ---
{% for project in page.projects %} {% for project in page.projects %}
<div class="projects-project"> <div class="projects-project">