Design > Personal Webcomic Site Redesign
Four concerns arose with this design of my personal webcomic:
- There were no "you are here" indicators, such as breadcrumbs.
- Navigation elements did not look actionable.
- Text and images rendered far too small on mobile devices.
- Critical PHP backend functions worked but not efficiently.
Redesign
With these in mind, the redesign sought to rectify these problems in the following ways:
- Color-coding on the menu item that spills over into the content area solidifies the
link between the two.
- Navigation buttons now looked actionable due visual affordances.
- Special META tags instructed mobile browsers how to properly zoom the page on first load.
- Refactoring the PHP backend reduced how often certain scripts needed to run, decreasing load time.
The prelimiary sketched wireframe used a continuity of shape and
background color from one side of navigation through the selected navigation item and around the content
area to inform the user of the relation between the two.
The final, live build made use of contrasting colors to
separate areas such as active vs. inactive navigation, as mentioned above. A consistent color scheme indicated
when a button was actionable (grey) or not (blue).