|
@@ -5,31 +5,16 @@ permalink: /projects/
|
5
|
5
|
|
6
|
6
|
projects:
|
7
|
7
|
|
8
|
|
- - title: How2Pizza
|
9
|
|
- image: how2pizza.png
|
10
|
|
- description: Simple tool to help large groups of friends order pizza.
|
11
|
|
- url: http://how2pizza.com
|
12
|
|
-
|
13
|
8
|
- title: Potato Ipsum
|
14
|
9
|
image: potatoipsum.png
|
15
|
10
|
description: Lorem ipsum for potato fans.
|
16
|
11
|
url: http://potatoipsum.com
|
17
|
12
|
|
18
|
|
- - title: SMS Fixer
|
19
|
|
- image: sms-fixer.png
|
20
|
|
- 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&hl=en">SMS Backup & Restore</a>.
|
21
|
|
- url: http://sms-fixer.ianonavy.com
|
22
|
|
-
|
23
|
13
|
- title: ACM Linux Mirrors
|
24
|
14
|
image: mirrors.png
|
25
|
15
|
description: Friends at WPI wanted to <code>apt-get upgrade</code> and <code>pacman -Syu</code> at lightning speed, so I made it happen.
|
26
|
16
|
url: http://mirrors.acm.wpi.edu/
|
27
|
17
|
|
28
|
|
- - title: MathHammer 40k
|
29
|
|
- image: mathhammer.png
|
30
|
|
- description: Damage stats calculator app for WarHammer 40k I made in high school for my physics teacher. My first paid gig!
|
31
|
|
- url: https://play.google.com/store/apps/details?id=com.mathhammer40k.mathhammer&hl=en
|
32
|
|
-
|
33
|
18
|
---
|
34
|
19
|
{% for project in page.projects %}
|
35
|
20
|
<div class="projects-project">
|