A style prototype is a single HTML page which outlines site colors, typography, photographic style, button styles, rollovers, and other necessary elements to establish design direction

  • By Sparkbox
  • Last update: Dec 12, 2022
  • Comments: 2

Style Prototype

A style prototype is a single HTML page which outlines site colors, typography, photographic style, button styles, rollovers, and other necessary elements to establish design direction. In a sense, it is a safety measure intended to avoid rehashing (or completely scrapping) site designs in which hours of time and budget have been invested.

Samantha Warren introduced us to the great idea of presenting designed web elements to clients before creating full site comps. She refers to her Photoshop-based creations as Style Tiles, and they contain most of the same elements that a Style Prototype typically would. However, a Style Prototype takes things one step further into the medium of the web. Rather than present the client a JPG of your Photoshop document, show them a responsive HTML/CSS Style Prototype instead.

See it in action here.

Building the project:

  1. Clone the repo with the Git app for Mac or Windows
  2. Compile the Sass to CSS with Codekit (paid, Mac), Prepros (paid, Mac and Windows), or Scout (free, Mac and Windows)
  3. Open index.html in your browser

Building the project in your terminal:

  1. Clone the repo: git clone https://github.com/sparkbox/style-prototype.git
  2. Install Sass: gem install sass
  3. Compile Sass: mkdir css && sass sass/base.scss css/base.css && sass sass/fallback.scss css/fallback.css
  4. Open index.html in your browser

Don't want to build the project?

Fine. We won't hold it against you! Download the project with Sass already compiled here. Just download the latest .zip release, and open index.html in your browser.

But you should probably consider learning Sass. Just sayin'! Want a deeper dive? Check out one of our workshops.

Github

https://github.com/sparkbox/style-prototype

Comments(2)

  • 1

    Licensing

    Hi there! I'd like to fork this prototype and use it in my own projects, but I can't find any mention of a license. Is it possible to include a license (preferably something open-source!) so that people will know if they can adapt the code to their own needs?

    Cheers!

  • 2

    Colors

    How did you come up with the colors? They're so blending together that my eyes are having an orgasm. Is there a tool that you used to come up with those or you just randomly picked them?