A couple of readers were kind enough to whip up a some icons so I could get rid of those buttons on the lower left side. I want to walk through how you can add these to the application. We want to always think ahead so knowing that I might get other submissions we should break it up in a way that we can easily switch between icons.
Since we are going to have multiple submissions I am going to create a new folder under assets/images for each submission. Our first submission came from Rob Parkhill so I am going to create a robp folder. You could simply create all of the buttons and set the different states inline. While this works I think for our application we should move this to a style sheet. We can setup all of our button styles and create a different style sheet for each submission that we get. For this submission I will create a new file assets/css/robp.css.
Then in our main application we can just can just add the style to our buttons.
Thanks to Rob Parkhill and Andy Jarrett for giving me some items to spurce up the design. Rob submitted the first one and provided a nice logo to go along with it. The second one was provided by Andy and both were able to create 4 different states for each button, thanks guys! As you can see they make a huge difference. If anyone else would like to contribute please let me know!

