Smitty's Makeover
Overview
To wrap up this year in web design we decided to take yet another web page and transform it using our finely tuned web skills. This time we chose a website that wasn't struggling, but just needed some work on content: Smitty's Lawn & Garden Equipment. This time, instead of just revamping this site the traditional web-design way, we decided to put a twist on things and test out a theory growing in popularity called Mobile First Design, where you literally design the mobile version of the site and work your way up to desktop. Now let's get into the process!
The Paper-Process
First, before even laying out any design was deciding which content was necessary and which was not. I used this chart below to start the process of ruling content out.
After going through my Discovery packet, which you will see a cover image of later, I figured out what the goals were for the site, what content would fulfill those goals and I began to form what the sight would look like in my mind.
Next stop, designing time. I was provided with templates for a mobile, tablet and desktop design so I began with the mobile.
As you can see above I created two designs to see which one I liked better. Keep in mind these are pretty rough sketches, where the squiggly looking links in the first design are actually chainsaws which you will see later. Below the designs I listed the order of the content that was pictured in the designs. From the start of the designing process I definitely already had a pretty good idea of what I wanted to do, which helped later along. After pondering over it, and asking the opinion of my peers, I decided to take the first design pictured all the way to publication. Now it was time to design the tablet and desktop versions.
The first thing you probably notice about the tablet design is that there is more content added. The one column grid design has turned into two and there is also more text to read about the actual company, something I thought mobile users would view as tedious. You will also notice that the "contact me" link has changed into the actual contact form, although I liked the idea of it I didn't actually fall through with it when making the actual website simply because it cluttered up the sight and if users really needed to contact the company I don't think they would mind the few seconds it would take to load the contact me page after clicking on the link. But overall, I kept the same look and feel to insure a smooth transition from each version.
The Digital Process
It's time for the nitty gritty. At first I didn't really know where to start, but I was provided with information on a lovely HTML element called Media Queries. These queries allow you to have different CSS styles for different sized screens all in one CSS document. An example of one would be: @media (min-width:700px max-width:1000px). Then everything under that tag would apply to the site if the size of the window was within those parameters. I didn't use a media query for my mobile version because that was the one I was starting with. But I went ahead and made the other two for tablet and desktop and then I went into Photoshop and made all of the graphics I was going to use. This didn't take too long, and I then made the basic CSS, deciding which font family I wanted, font colors, background colors and laying out the divs and inserting placeholder content within those. Finally, after several tribulations with elements such as the visibility tag, display tag, margins, and making sure my website was as responsive as possible, the website was born! (and completed)
There isn't too much to say about my tablet design because it is pretty similar to my mobile design. The only thing that is drastically different is the two column design with the company text added in the right column. This way tablet users can read a little bit about the company before navigating through the rest of the site. I also added an image, but besides the overall width nothing is too crazy different. Drumroll now....the desktop version!
The desktop version is only the tablet version on steroids. The two add ons are the ad, which I pulled from the site, and the social media buttons at the bottom of the menu. The content is the main focus of the desktop site because generally, desktop users want more content. I could've added even more but I wanted to keep the website simple. In conclusion, I was really pleased with how my website turned out.
Conclusion
This project was definitely one of my favorites this year. I actually really enjoyed starting with the mobile design first, it helped me to realize the true necessary content that I needed to include. The process of the design helped me tremendously as well, starting with listing out what I needed, moving to the goals of the website, to drawing it up on paper to then creating it allowed me to make one stellar project. The work we did with responsive web design as well as fluid grid layouts was also an aid in this process, and I learned HTML elements that I will definitely use in the future. Happy designing everyone!!
No comments