Style Guide

A collection of pre-design elements, graphics and stylings that presents all of the design decisions for the Matcha Munchies website.

Interactive Elements

In-text link

CSS Selector:

.in-text-link

Sample Code:

<p>Check out the newest selection of<a class="in-text-link" href="#">donuts

Rendered Element:

Gift cards can be ordered online for pickup!

Navigation link

CSS Selector:

.button

Sample Code:

<a href="#" class="button-link"><button class="button">View Menu</button><a>

Rendered Element:

Submit & Reset Buttons

CSS Selector:

input

Sample Code:

<input type = "submit" value = "Submit" />
<input type = "reset" value = "Reset" />

Rendered Element:

Text Input Field with Label

CSS selector:

label, input

Sample code:

<label for = "Input"> Input: </label>
<input type = "text" id = "Input" input = "Input">

Rendered element:

Radio Buttons with Label

CSS selector:

input[type="radio"]

Sample code:

Sample code:

< div class="radio-group" > < ul > < li > <input type = "radio" value="small" name="option" id="small"> <label for = "small"> Small </label> < /li > < li /> <input type = "radio" value="medium" name="option" id="medium"> <label for = "medium"> Medium </label> < /li > < li /> <input type = "radio" value="large" name="option" id="large"> <label for = "large"> Large </label> < /li > < /ul > < /div >

Rendered element:

Image as a Link

CSS selector:

.image-nav, image-nav:hover

Sample code:

< div class="product" > <a href="product1.html">< img src="image/mochidonut-x1.png" alt="Mochi Donut" ></a> < /div >

Rendered element:

Cream bun

Text Elements

Headings

CSS Selector

h1, h2 ,h3 ,h4

Sample Code

<h1>Matcha Munchies</h1> <h2>Latest Updates</h2> <h3>Matcha Roll Cake</h3> <h4>$7.99</h4>

Rendered Elements

Matcha Munchies

Latest Updates

Matcha Roll Cake

$7.99

Paragraphs

CSS selector:

p

Sample code:

<p>Founded twelve years ago in Tokyo, Matcha Munchies stands out as a trailblazer in Japanese cafes, showcasing the versatile use of Matcha green powdered tea. Often likened to the Starbucks of Japan, Matcha Munchies has garnered recognition as the top brand among Japanese cafes. All Matcha leaves served at Matcha Munchies are sourced from Kyoto, renowned as the premier Matcha production hub, ensuring an authentic Japanese flavor and promoting wellness. With a mission to share the essence of Japanese culture worldwide, Matcha Munchies is dedicated to highlighting the significance of "Matcha".</p>

Rendered element:

Founded twelve years ago in Tokyo, Matcha Munchies stands out as a trailblazer in Japanese cafes, showcasing the versatile use of Matcha green powdered tea. Often likened to the Starbucks of Japan, Matcha Munchies has garnered recognition as the top brand among Japanese cafes. All Matcha leaves served at Matcha Munchies are sourced from Kyoto, renowned as the premier Matcha production hub, ensuring an authentic Japanese flavor and promoting wellness. With a mission to share the essence of Japanese culture worldwide, Matcha Munchies is dedicated to highlighting the significance of "Matcha".

Numbered Lists

CSS selector:

.number, .number::before

Sample code:

<ol> <li class="number">Cake</li> <li class="number">Pastries</li> </ol>

Rendered element:

  1. Cake
  2. Pastries

Combined Elements

Main Navigation

CSS selector:

.navbar, .navbar a, .navbar a:hover, .navbar a.active,

Sample Code:

<nav class="navbar"> <div class="logo"> <a href="#"> img src="image/logo2.png" alt="Logo" class="img-bottom"</a> <a href="#"> img src="image/logo1.png" class="img-top" alt="Logo" </a> </div> <ul class="menu-links"> <li><a href="#"> Home </a></li> <li><a href="menu.html"> Menu </a></li> <li><a href="about-us.html"> About Us </a></li> <li><a href="contact.html"> Contact Us </a></li> </ul> </nav>

Rendered element:

Product Listing

CSS Selector:

.product, .product-description a, .product-price a, .product-description a:hover, .product-price a:hover, .product-description a:focus, .product-price a:focus

Sample Code:

<div class="proudct-listing"> <div class="proudct-card"> <img src="img/cream-bun.png" class="product-img" alt="Cream Bun"> <div class="product-info"> <h2 class="product-description">Cream Bun</h2> <h3 class="product-description">46.99</h3> <div class="quantity-wrapper"> <span class="minus">-</span> <span class="num">0</span> <span class="plus">+</span> </div> <a href="#" class="button-link> <input type="submit" value="add to cart"> </s> </div> </div>

Rendered Element:

Cream Bun

Cream Bun

$6.99

- 0 +

Payment Type

CSS Selector:

.submit-button, input[type="submit"],input[type="submit"]:hover, input[type="text"], label[for="card-number"], label[for="expiry-date"], label[for="cvv"],.form-group input:valid + label[for="card-number"], .form-group input:focus + label[for="card-number"] , .form-group input:valid + label[for="expiry-date"], .form-group input:focus + label[for="expiry-date"], .form-group input:valid + label[for="cvv"], .form-group input:focus + label[for="cvv"], .form-group input:valid, .form-group input:valid + label, .form-group input:focus + label, .form-group input:focus, .form-group label, .form-group input, .form-group

Sample Code:

<div class="form-group"> <input type="text" required> <label for="card-holdername">Cardholder Name</label> <input type="text" required> <label for="card-number">Card Number</label> <input type="text" required> <label for="expiry-date">Expire Date</label> <input type="text" required> <label for="cvv">CVV</label> <input type="submit" value="Pay now" class="submit-button" > </div>

Rendered Element:

Checkout Cart

CSS selector:

.image-nav, .submit-button, .checkout-item, .checkout-item-text, .checkout-item-description, .checkout-item-price, .checkout-item-quanitity, .checkout-item-total, .checkout-total, .regular, .checkout-button, .checkout-button:hover

Sample code:

<div class="cart"> <h2 class="cart-title"> Your Cart</h2> <table class="cart-content"> <tr class="checkout-category"> <th class="products"> Product</th> <th class="quantitys"> Quantity</th> <th class="totals"> Total</th> </tr> <tr class="checkout-information"> <td class="checkout-item products"> <a href="product.html"> <picture> <source media="(max-width: 768px)" srcset="image/creambun-x2.png 1x"> <img srcset="image/creambun-x1.png 1x" alt="Cream Bun""> </picture> </a> <div class="checkout-item-text"> <h3 class="checkout-item-description bold"> Cream Bun</h3> <h4 class="checkout-item-price regular"> $6.99</h4> </div> </td> <td class="quantitys"> <h4> <span class="decrease" onclick="decreaseValue1()">-</span> <input type="number" class="number" id="number" value="0" /> <span class="increase" onclick="increaseValue1()">+</span> </h4> </td> <td class="totals"> <h3> $6.98</h3> </td> </div> </tr> </table> <h3 class="checkout-total"><span class="regular">Total</span>$13.98$ < h3 > <a href="payment.html" id="checkout-button-text"> <input type="submit" value="Checkout" class="checkout-button"> </a> </div>

Rendered element:

Your Cart

Product Quantity Total
Cream Bun

Cream Bun

$6.99

- 0 +

$6.98

Total $13.98

Brand Ideas

About Matcha Munchies


What does the company do or offer?

Welcome to Matcha Munchies, where we celebrate the amazing world of Matcha, a finely ground green tea powder from Japan. Known for its vibrant color, distinctive flavor, and health benefits, Matcha brings a touch of Japanese elegance to every bite of your favourite sweet treats. At our bakery, we aim to captivate your taste buds with a delightful array of matcha-infused baked goods, ranging from pastries, artisanal breads and cakes.

Who is the company to potential customer?

Our audience comprises those who enjoy the fusion of traditional Japanese flavors with modern culinary delights. Whether you're a matcha enthusiast or someone eager to explore new taste experiences, the next time you're craving pastries, cakes, or freshly made bread, make sure to check out some of Matcha Munchies' products!

Why might this company entice someone to purchase a product?

In addition to our enticing range of matcha-flavored baked goods, we take pride in offering a wide variety of options suitable for various food allergies and diets. Our commitment to inclusivity ensures that everyone can savor the delicious taste of Matcha Munchies. Moreover, our thoughtfully crafted baked goods make for perfect gifts, combining the exquisite flavors of matcha with the joy of giving. Whether you're looking for a treat for yourself or a delightful present for someone special, Matcha Munchies is your go-to destination.

Company Updates & Events

User Feedback Form

Company Contact

Location

Vancouver, BC

Contact Info

Email: MatchaMochi@gmail.com

Hours of Operation

Mon - Sat 10:00 - 20:00

Sun 10:00 - 17:00

Brand Components

Fonts Selection

Heading 1

40 px Oswald - Bold

Heading 2

32 px Oswald - SemiBold

Heading 3

24 px Oswald — Regular

Heading 4

20 px Oswald — Regular

Body Bold

16 px Source Sans Pro — Bold

Body

16 px Source Sans pro — Regular

Colour Palette

Color name Color appearance Usage

Moody Indigo #368AFF

Background

Chestnut #A44F32

Navigational Text

Granite Gray #636363

Text color

Xanthous #E5BC30

CTA button in normal state

Harvest Gold #E39600

CTA button in hover state

Candlelight Ivory #FBF4E1

Container

Potential Imagery

Cream bun Mochi Donut Cream Glazed Bun

Citations