Style Guide
A collection of pre-design elements, graphics and stylings that presents all of the design decisions for the Matcha Munchies website.
A collection of pre-design elements, graphics and stylings that presents all of the design decisions for the Matcha Munchies website.
.in-text-link
<p>Check out the newest selection of<a class="in-text-link" href="#">donuts
Gift cards can be ordered online for pickup!
.button
<a href="#" class="button-link"><button class="button">View Menu</button><a>
input
<input type = "submit" value = "Submit" />
<input type = "reset" value = "Reset" />
label, input
<label for = "Input"> Input: </label>
<input type = "text" id = "Input" input = "Input">
input[type="radio"]
< 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 >
.image-nav, image-nav:hover
< div class="product" >
<a href="product1.html">< img src="image/mochidonut-x1.png" alt="Mochi Donut" ></a>
< /div >
h1, h2 ,h3 ,h4
<h1>Matcha Munchies</h1>
<h2>Latest Updates</h2>
<h3>Matcha Roll Cake</h3>
<h4>$7.99</h4>
p
<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>
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".
.number, .number::before
<ol>
<li class="number">Cake</li>
<li class="number">Pastries</li>
</ol>
.navbar, .navbar a, .navbar a:hover, .navbar a.active,
<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>
.product, .product-description a, .product-price a, .product-description a:hover, .product-price a:hover, .product-description a:focus, .product-price a:focus
<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>
.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
<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>
.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
<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>
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.
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!
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.
Vancouver, BC
Email: MatchaMochi@gmail.com
Mon - Sat 10:00 - 20:00
Sun 10:00 - 17:00
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 |
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 |