Pixel Bytes

Interactive Elements

In-text link

Sample code:

<p>Here is a <a href="http://randomcolour.com/"> link to fun website!</a></p>

Rendered element:

Here is a link to fun website!

Navigation Link

CSS selector:

.button-nav

Sample code:

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

Rendered element:

Navigation Button

Text Input Field with Label

CSS selector:

.form-section

Sample code:

<form method="post" action"#" class="form-section"> <label for"comment-form">Let us know what you think!</label> <input type="text" id="comment-form" placeholder="Leave a comment"> <button>Post</button> </form>

Rendered element:

Image as a Link

CSS selector:

.img-link

Sample code:

<figure> <a href ="https://www.breka.ca/our-selection" class="img-link"><img src="img/coffeecombo.png" width="500" height="500" alt="https://www.breka.ca/our-selection"></a> <figcaption>click to find out more about our current beverage and food promotions!</figcaption> </figure>

Rendered element:

https://www.breka.ca/our-selection
click to find out more about our current beverage and food promotions!

Text Elements

Headings

Sample code:

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

Rendered element:

Heading 2

Heading 3

Heading 4

Heading 5

Paragraphs

Sample code:

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

Rendered element:

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Numbered Lists

Sample code:

<ol> <li><p>List item one</p></li> <li><p>List item two</p></li> <li><p>List item three</p></li> </ol>

Rendered element:

  1. List item one

  2. List item two

  3. List item three

Combined Elements

Main Navigation

CSS grid:

.grid .two-column-nav .four-column-nav

CSS selector:

.button-nav

Sample code:

<nav class="grid two-column-nav four-column-nav"> <a href="[...]" class="button-nav">Home</a> <a href="[...]" class="button-nav">Menu</a> <a href="[...]" class="button-nav">About</a> <a href="[...]" class="button-nav">Contact</a> </nav>

Rendered element:

Product/Service Listing

CSS grid:

.grid .two-column-item

CSS selector:

.product-item

Sample code:

<section class="grid two-column-item"> <section class="product-item"> <h3>Caramel Pudding</h3> <h4>6.95</h4> <figure> <img src="img/pudding.png" width="500" height="500" alt="Pixelated drawn caramel pudding"> </figure> </section> </section>

Rendered element:

Caramel Pudding

6.95

Pixelated drawn caramel pudding

Black Coffee

2.95

Pixelated drawn coffee

Product/Service Description

Written Description

The service would be an open late internet cafe. The cafe would serve a mixture of beverages, snacks and afforable appetizers.It combines a home-y / gamified style to have an overall retro feel to appeal to students and encourage a sense of community.

Colour Palettes & Fonts

Colour Palette

Fonts used

Headings/ titles
Paraprahs/ other text

Art Direction & Imagery

Overall Art Direction:

Aimed to create a style/ branding that aligns with the unique aspect of the service (being an open late internet cafe) through referencing a gaming design aspects. To make a bit more eye-catching and unique, create a retro gaming theme. (As seen in the reference images below) More references can be found on my figma moodboard https://www.figma.com/file/w8XSmtikDBohwgZB7DPmAt/Project-1-Art-Direction?type=design&node-id=0%3A1&mode=design&t=E07yO47fqPNBfAxt-1

Game over text with pacman icons surrounding 90s retro themed rectangles, one blue and one green

Citations