Bounce! Style Guide

Bounce! is an online store for buying fresh jelly made from wholesome ingredients. This is a style guide for Bounce!

Branding

About

Bounce! is a kitchen that creates jelly desserts, our jellies are inspired by dim sum desserts. All of our flavours are derived from wholesome ingredients, we use real tea leaves to infuse our jelly flavours. No artificial flavours or food colouring ever. We have vegan jelly options created using agar-agar and plant-based milk.

Colour Palette

CSS selector:

.grid-colour

Sample code:

<div class="grid-colour two-column four-column" style="background-color:#0148F0">#0148F0</div>

Rendered element:

#0148F0
#D45214
#E8E8DE
#EAC7D5
#FBC708

Art Direction

A collage of colourful images to show branding inspiration. Top row of images are examples from graphic designs, bottom left image shows three bottles of shaving foam, bottom right image shows a hand holding a spoon next to a bowl of gummy bears floating in milk.

Interactive Elements

In-text link

CSS selector:

a

Sample code:

<a href="https://blog.piquelife.com/types-of-tea/" target="blank">The Ultimate Guide to Different Types of Tea</a>

Rendered element:

The Ultimate Guide to Different Types of Tea

Navigation Link

CSS selector:

.button-nav

Sample code:

<a href="#" class="button-nav">Default Button</a>

Rendered element:

Default Button

Text Input Field with Label

CSS selector:

form, label, input

Sample code:

<form method="post" action="#">
<label for="form-email">Email</label>
<input type="text" id="form-email" placeholder="@sfu.ca">
<a class="button-nav" href="#">Save</a>
</form>

Rendered element:

Save

Image as a Link

CSS selector:

a img, a:hover img, a:focus img

Sample code:

<a href="https://www.25ah.se/project/pen-store/" target="blank">
<img src="img/layout-image.jpg" alt="Image of three posters that show a clear grid with large sans-serif headings in all caps from Pen Store's branding.">
</a>

Rendered element:

Image of three posters that show a clear grid with large sans-serif headings in all caps from Pen Store's branding.

Text Elements

Headings

CSS selector:

h1, h2, h3, h4, h5

Sample code:

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>

Rendered element:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Paragraph

CSS selector:

p

Sample code:

<p>Bounce! is a kitchen that creates jelly desserts, our jellies are inspired by dim sum desserts. All of our flavours are derived from wholesome ingredients, we use real tea leaves to infuse our jelly flavours. No artificial flavours or food colouring ever. We have vegan jelly options created using agar-agar and plant-based milk.</p>

Rendered element:

Bounce! is a kitchen that creates jelly desserts, our jellies are inspired by dim sum desserts. All of our flavours are derived from wholesome ingredients, we use real tea leaves to infuse our jelly flavours. No artificial flavours or food colouring ever. We have vegan jelly options created using agar-agar and plant-based milk.

Numbered Lists

CSS selector:

ol, li

Sample code:

<ol>
<li>Coconut Jelly</li>
<li>Grass Jelly</li>
<li>Osmanthus Jelly</li>
<li>Earl Grey Jelly</li>
</ol>

Rendered element:

  1. Coconut Jelly
  2. Grass Jelly
  3. Osmanthus Jelly
  4. Earl Grey Jelly

Combined Elements

Main Navigation

CSS selector:

.button-nav

Sample code:

<a href="#" class="button-nav">Home</a>
<a href="#" class="button-nav">About</a>
<a href="#" class="button-nav">Order</a>
<a href="#" class="button-nav">FAQ</a>
<a href="#" class="button-nav">Contact</a>

Rendered element:

Home About Order FAQ Contact

Product Listing

CSS selector:

.grid-product

Sample code:

<div class="grid-product">
<h5>Coconut Jelly</h5>
<p>$10.00 / 2 servings</p>
<a class="button-nav" href="#">Add to Cart</a>
</div>

Rendered element:

Product shot of coconut jelly stacked on a plate
Coconut Jelly

$10.00 / 2 servings

Add to Cart
Product shot of hibiscus jelly stacked on a plate
Hibiscus Jelly

$13.00 / 2 servings

Add to Cart
Product shot of lychee jelly stacked on a plate
Lychee Jelly

$12.00 / 2 servings

Add to Cart
Product shot of green tea jelly stacked on a plate
Green Tea Jelly

$10.00 / 2 servings

Add to Cart

Citations