The Stunnin Style Guide for BentoGo

BentoGo delivers fresh and elaborately arranged boxed lunches that fit to your taste. Our lunches come in a variety of different designs, including characters from popular cartoons, movies, and video games.

Colors

Primary Colors

ketchup red
zesty orange
mustard yellow

Secondary Colors

rice white
charcoal 1
charcoal 2
charcoal 3
charcoal 4
charcoal 5

Grids

.grid-1-2
.grid-1-2
.grid-1-3
.grid-1-3
.grid-1-3
.grid-1-4
.grid-1-4
.grid-1-4
.grid-1-4
.grid-1-4-uneven
.grid-3-4
.grid-1-5-withButton
.grid-1-5-withButton
.grid-1-5-withButton
.grid-1-5-withButton
.grid-button

Buttons

button, a.button, button[type=submit], input[type=button], input[type=submit]

<button>Button</button>
<a class="button" href="#">Link button</a>
<button type="submit">Submit Submit</a>
<input type="button" value="Input button">
<input type="submit" value="Input submit button">
Link button

Coloured Buttons

.button-red, .button-orange, .button-yellow

<button class="button-red">Red Button</button>
<button class="button-orange">Orange Button</button>
<button class="button-yellow">Yellow Button</button>

Navigation Button

.button-nav

<a href="#" class="button">Nav Button</a> Nav Button

In-text Link

a

<a href="#">In-text link</a>

This is an In-text link

Breadcrumb

.breadcrumb

<div class="breadcrumbBar">
<a class="breadcrumb-item" href="#">Home </a>
<p class="breadcrumb-item">/</p>
<a class="breadcrumb-item" href="#">Premade Bentos </a>
<p class="breadcrumb-item">/</p>
<a class="breadcrumb-item" href="#">Pikachu Bento </a>
</div>

Text Input Field

input

<form> COMMENT: <input type="text" placeholder="Leave a comment"> </form>
COMMENT:

Search Bar

input

<form> <input type="search" placeholder="Search"> </form>

Dropdown List

select

<select>
<option value="pokemon">Pokemon</option>
<option value="mario">mario</option>
<option value="sanrio">sanrio</option>
<option value="cardcaptors">cardcaptors</option>
</select>

Checkboxes

.checkbox

<div class="checkbox">
<input id="option1" type="checkbox" class="checkbox">
<label for="option1">Option1</label>
</div>
<div class="checkbox">
<input id="option2" type="checkbox" class="checkbox">
<label for="option2">Option2</label>
</div>
<div class="checkbox">
<input id="option3" type="checkbox" class="checkbox">
<label for="option3">Option3</label>
</div>

Headings

h1, h2, h3, h4, h5, h6

<h1>Fresh and elaborately arranged lunches</h1>
<h2>Fresh and elaborately arranged lunches</h2>
<h3>Fresh and elaborately arranged lunches</h3>
<h4>Fresh and elaborately arranged lunches</h4>
<h5>Fresh and elaborately arranged lunches</h5>
<h6>Fresh and elaborately arranged lunches</h6>

Fresh and elaborately arranged lunches

Fresh and elaborately arranged lunches

Fresh and elaborately arranged lunches

Fresh and elaborately arranged lunches

Fresh and elaborately arranged lunches
Fresh and elaborately arranged lunches

Paragraphs

p

<p> BentoGo delivers fresh and elaborately arranged boxed lunches that fit to your taste. </p>

BentoGo delivers fresh and elaborately arranged boxed lunches that fit to your taste. Our lunches come in a variety of different designs, including characters from popular cartoons, movies, and video games. At BentoGo, we understand the joy of preparing and receiving a homemade lunch box, and we want to recreate this with you. From cooked meals to treats of all sorts - we’ve got you covered. Our delivery folks bring your order to you, whether that’s at home, at the office, or wherever else you may want a bento box.

Bulleted Lists

ul

<ul>
<li>Pikachu Bento</li>
<li>Jigglypuff Bento</li>
<li>Mewtwo Bento</li>
</ul>
  • Pikachu Bento
  • Jigglypuff Bento
  • Mewtwo Bento

Numbered Lists

ol

<ol>
<li>Pikachu Bento</li>
<li>Jigglypuff Bento</li>
<li>Mewtwo Bento</li>
</ol>
  1. Pikachu Bento
  2. Jigglypuff Bento
  3. Mewtwo Bento

Slabs

.slab-gray

<div class="slab-gray">This is one sentence in a gray slab.</div>

BentoGo delivers fresh and elaborately arranged boxed lunches that fit to your taste. Our lunches come in a variety of different designs, including characters from popular cartoons, movies, and video games.

  • We understand the joy of preparing and receiving a homemade lunch box.
  • From cooked meals to treats of all sorts.
  • We’ve got you covered.

.slab-ketchup-red

<div class="slab-ketchup-red">This is one sentence in a ketchup red slab.</div>

BentoGo delivers fresh and elaborately arranged boxed lunches that fit to your taste. Our lunches come in a variety of different designs, including characters from popular cartoons, movies, and video games.

  • We understand the joy of preparing and receiving a homemade lunch box.
  • From cooked meals to treats of all sorts.
  • We’ve got you covered.

Main Navigation

nav-main

<nav class="nav-main-wrap">
<ul class="nav-main">
<li class="logo">
<a href="Home.html> <img id="tako" src="img/Tako.png" alt="Bentogo's mascot, Tako the Octopus"> </a>
</li>
<li class="hamburger">
<a href="javascript:void(0);" onclick="toggleHamburger()">
<img src="img/icon-hamburger.png" alt="hamburger icon"></a>
</li>
<li><a class="button-nav" href="ShopPremade.html">Bentos</a></li>
<li><a class="button-nav" href="Customize-Step1.html">Customize</a></li>
<li><a class="button-nav" href="Contact.html">Contact</a></li>
<li class="cart-nav">
<a class="button-nav" id="myCart" href="MyCart.html">My Cart</a>
<img id="icon-cart" src="img/icon-cart.png" alt="icon cart">
</li>
</ul>
</nav>

Horizontal Menu

.menu-horizontal

<div class="menu-horizontal">
<ul>
<li> <a href="#Character">1. Character</a></li>
<li> <a href="#Filling">2. Filling</a></li>
<li> <a href="#Sides">3. Sides</a></li>
<li> <a href="#Rice">4. Rice</a></li>
<li> <a href="#Sauces">5. Sauces</a></li>
<li> <a href="#Confirm">6. Confirm</a></li>
<ul>
</div>

Character

Filling

Sides

Sauces

Rice

Product Listing

.grid-1-4

<div class="row">
<div class="grid-1-3">
<img src=""/>
<span class="caption">
<a href="#">Pikachu Box </a>
<p>$9.95</p>
<a class="button-addToCart" href=" ">Add to Cart</a>
</span>
</div>
</div>

Form

.contactForm

<section id="shortForm">
<div class="row">
<div class="grid-1-1">
<div id="contactForm">
<form method="post" action="#">
<div class="grid-1-2">
<input type="text" id="contact-name" placeholder="Your Name">
</div>
<div class="grid-1-2">
<input type="text" id="contact-title" placeholder="Title of Comment">
</div>
<div class="grid-1-1">
<input type="email" id="contact-email" placeholder="Email">
</div>
<div class="grid-1-1">
<textarea id="contact-comment" placeholder="Leave any comments, concerns, and/or confessions of love here!"></textarea>
</div>
</form>
<div class ="rightAlign"> <input type="submit" value="Submit"> </div> </div>
</div>
</div>
</section>