This week, I focused on the design and layout of both my website and the product itself. Using Adobe Illustrator, I completed mockups of all planned pages, created a logo, and began designing the product itself. I ended up removing the green-blue from my color palette, as four colors turned out to be perfectly sufficient, and the purple is much more eye-catching as an accent color.
Chip and Logo Design
The product itself is a microchip, 10mm wide and 10mm tall, that is surgically implanted on the surface of the neocortex. Classic microchips have pins poking out from their sides, which I felt would be off-putting to many potential users. I decided to make the design closer to that of a modern memory chip, using Samsung’s new 1-terabyte memory chip as design inspiration.
I decided to have the product itself follow the same color scheme as the website. The pattern on my chip is triangular rather than rectangular, a simple change to make it stand out. I’ve started adding the circuit pattern to the design, but am not finished. The finished design will likely feature many thinner circuits running across its surface.
I designed the logo after the chip, wanting it to make the user think of a microchip in some way. As of right now, this is my finalized version of the logo, but I am open to changes if suggested.
Website Mockup
I’ve come up with three different pages for the website: the homepage, the user stories page, and the appointment scheduling page. I had originally planned on more pages, but I feel like this design has everything covered. A “contact us” page is replaced by contact information being present in the footer of every page, and more specific contact information being available to the user after they enter their location on the appointment scheduling page.
The homepage features introductory information: what is Memory Bank, and how does it work? It provides navigation to the other two pages; user stories and appointment scheduling. The user is given a single user story, and then the option to read more. The “schedule an appointment today” button is large, with header text and a purple background, making it stand out.
The user stories page provides firsthand user experiences with the product, and then prompts the website user to schedule an appointment after reading. The mockup has four user stories, although this may change in the final site. The page layout is flexible in terms of the number of stories, as every other story has the same layout.
The appointment scheduling page has two visual states depending on the site user’s interaction. The default state has a form for the user to submit; a single box where they enter their city, state, and zip code. JavaScript is used to check that the user entered information in the valid format.
After the user successfully enters their information, they are presented with a list of the clinics closest to them, along with contact information. The user would then schedule an appointment at their chosen clinic.
My next step is to jump into the basic code for this site. I plan to have some HTML and perhaps CSS done by the end of next week.