-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb-design.html
50 lines (42 loc) · 4.26 KB
/
web-design.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
title: Web Design
image: "http://assets.eliduke.com/web-design/poopypants.png"
excerpt: "This is my web-design portfolio."
---
<div id="web-design" class="page">
<h1 class="page-title">Web Design</h1>
<div class="website">
<h2><a href="https://hotwontquit.com" target="_blank">Hot Won't Quit</a></h2>
<p>This is the homepage for my band! It's a Github Pages / Jekyll site that has evolved over time, which now includes news, shows, and individual pages for each release. It has been fun expanding it as needed.</p>
<img src="{{site.assets}}/web-design/hotwontquit.png" alt="Hot Won't Quit dot com">
</div>
<div class="website">
<h2><a href="http://audiofilms.net" target="_blank">AudioFilms</a></h2>
<p>AudioFilms are perfect for long drives and epic road trips. AudioFilms are perfect for friends who've seen the same movie dozens of times and can quote the entire thing in their sleep. AudioFilms can paint amazing pictures in your mind because the pictures are already there, waiting to be retrieved.</p>
<img src="{{site.assets}}/web-design/audiofilms.png" alt="Audiofilms">
</div>
<div class="website">
<h2><a href="http://chedda.co" target="_blank">Chedda</a></h2>
<p>Chedda is a super duper simple expense tracker. It does nothing for you, aside from a little bit of math here and there, which gives you complete control. It started out as a proof-of-concept for a few logistical challenges I had rolling around in my brain, but then it ended up being pretty interesting and useful. I originally made it as a single-user platform for myself, but then my girlfriend said she wanted to try using it, and then a couple friends wanted in on the action too. I've got about 10 users right now with nearly $50,000 in tracked expenses. I know. It's kind of a big deal.</p>
<p>I'm really looking forward to the day when I have a couple years of data to play around with. I daydream about pie charts and line graphs.</p>
<img src="{{site.assets}}/web-design/chedda.png">
</div>
<div class="website">
<h2><a href="http://thisamericanlife.co" target="_blank">This American Life</a></h2>
<p>I really enjoy <em>This American Life</em>, but I absolutely hate the podcast subscription service through iTunes. Thankfully the current TAL podcast can be downloaded from their website for free, but I never remember in time and then I'm forced to listen through their weird flash player on their non-mobile-friendly website. Ruby to the rescue! I wrote a couple Nokogiri scripts, wired up an S3 bucket, and now I'm good to go whenever I want.</p>
<img src="{{site.assets}}/web-design/thisamericanlife.png">
</div>
<div class="website">
<h2><a href="http://poopypants.net" target="_blank">Poopypants</a></h2>
<p>The story with poopypants.net goes all the way back to the Fall of 2008. I took a picture of a funny little scrap of paper taped on my brother's bathroom wall that somehow turned into my most-viewed photo on Flickr, <a href="http://www.flickr.com/photos/elisfanclub/2908192137/" title="Professor Poopypants's Pocket-Sized 'Name Change-O-Chart 2000'" target="_blank">Professor Poopypants's Pocket-Sized "Name Change-O-Chart 2000"</a>. As an exercise in Ruby programming, I turned that chart into a little ruby script. The website was the logical next step.</p>
<p>You can read the full history at <a href="http://poopypants.net/about" target="_blank">poopypants.net/about</a>.</p>
<img src="{{site.assets}}/web-design/poopypants.png">
</div>
<div class="website">
<h2><a href="http://www.listyourlist.com" target="_blank">ListYourList</a></h2>
<p>I originally built ListYourList in the Spring of 2006 as an exercise in Ruby on Rails. I'd done all the demos and tutorials that I could stand, and it was time to start solving some of my own problems. The idea was for a simple site that might actually end up being interesting at some point. It has had it's tiny little moments in the sun here and there, but mostly it's just a personal project that I keep rebuilding from the ground up hoping that at some point it'll catch on.</p>
<p>You can read the full history at <a href="http://listyourlist.com/about" target="_blank">listyourlist.com/about</a>.</p>
<img src="{{site.assets}}/web-design/listyourlist-new.png">
</div>
</div>