file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art128...

Size: px
Start display at page:

Download "file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art128..."

Transcription

1 file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>company Name About</title> 6 7 <!-- HTML5 --> 8 <!--[if lt IE 9]> 9 <script src=" 10 <![endif]--> <!-- VIEWPORT FOR MOBILE --> 13 <meta name="viewport" content="width=device-width; initial-scale=1"/> <!-- MAIN CSS --> 16 <link href="css/style.css" rel="stylesheet" type="text/css"> </head> <body> <header> 24 <div class="container"> <h2><a href="index.html">company Name</a></h2> 27 <p>tagline</p> <nav id="utilitynav"> 30 <ul> 31 <li><a href="#">link</a></li> 32 <li><a href="#">link</a></li> 33 <li><a href="#">link</a></li> 34 </ul> 35 </nav> </div><!-- END CONTAINER --> 38 </header> <nav id="mainnav"> 41 <div class="container"> <ul class="group"> 44 <li><a href="index.html">home</a></li> 45 <li class="selected"><a href="about.html">about</a></li> 46 <li><a href="#">products</a></li> 47 <li><a href="#">contact</a></li> 48 </ul> </div><!-- END CONTAINER --> 51 </nav> <section id="main"> 54 <div class="container group"> <article> 57 <h1>title of the Main Article</h1> 58 <h2>lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi semper, nunc quis euismod porta. Cras volutptat neque eget neque volutpat in 1 of 3

2 file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art congue diam eleifend.</h2> 59 <h4 class="date">date of Article MM/DD/YYYY</h4> 60 <p>lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus scelerisque condimentum leo in porta. Pellentesque ac mauris diam, et scelerisque tortor. Cras volutpat neque eget neque volutpat in congue diam eleifend. Donec aliquam accumsan urna, volutpat semper augue lobortis eget. Maecenas condimentum est eu urna consectetur vestibulum. Curabitur eget purus massa, non lobortis ipsum. Nulla mollis rhoncus vehicula. Pellentesque nunc metus, posuere et pellentesque non, faucibus ut dui. Ut rhoncus iaculis est eget pulvinar. Mauris consectetur ornare quam, congue vehicula tortor pharetra et. Morbi ornare ipsum vel tortor ultricies venenatis consequat magna convallis. Nullam fermentum, magna nec mattis porttitor, sem tortor faucibus ipsum, sed rutrum tellus velit vel mauris. Vivamus vitae mauris ut lacus blandit consectetur.</p> <p>maecenas ac lacus massa, ac sodales velit. Nullam viverra felis quis mi volutpat non posuere lacus tempor. Aliquam erat volutpat. Curabitur pellentesque, nunc sed ornare ultricies, libero nibh convallis odio, sit amet pretium ante massa et erat. Nulla facilisi. In hac habitasse platea dictumst. Suspendisse non metus justo. Cras sapien turpis, convallis ac fringilla quis, aliquam egestas dui. Suspendisse mollis fringilla eros tempus congue. Aenean diam dui, tempor sit amet placerat a, pellentesque non nisl. Nulla facilisi. Integer nec ligula felis, eget mattis magna. In sit amet quam eu augue commodo pharetra. Nunc eu magna nulla. Sed a diam nibh, non fermentum velit. Etiam et facilisis neque.</p> <p>in hac habitasse platea dictumst. Vestibulum orci urna, egestas sit amet luctus eu, ullamcorper varius libero. Vivamus in diam mauris. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi vulputate vehicula orci, eu pellentesque nibh viverra porta. Phasellus tristique sem eu urna elementum vulputate. Cras eu enim sem. Vivamus ullamcorper enim sit amet lectus porta loborti.</p> </article> <aside id="sidebar"> <div class="widget"> 71 <h3>subnav</h3> 72 <ul> 73 <li><a href="#">sub Section 1</a></li> 74 <li><a href="#">sub Section 2</a></li> 75 </ul> 76 </div> <div class="widget"> 79 <h3>testimonials</h3> 80 <p> Curabitur a nunc at arcu elementum tincidunt. Sed sit amet turpis sed tortor venenatis lacinia. Suspendisse ut felis in tortor porttitor euismod. <span class="author">john Doe</span></p> 81 </div> </aside> </div><!-- END CONTAINER --> 86 </section> <footer> 90 <div class="container"> 2 of 3

3 file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art <nav id="footernav"> 93 <ul class="group"> 94 <li class="column1"><a href="#">products</a> 95 <ul> 96 <li><a href="#">services</a></li> 97 <li><a href="#">packages</a></li> 98 <li><a href="#">custom</a></li> 99 </ul> 100 </li> 101 <li class="column2"><a href="#">news</a> 102 <ul> 103 <li><a href="#">latest News</a></li> 104 <li><a href="#">facebook</a></li> 105 <li><a href="#">twitter</a></li> 106 </ul> 107 </li> 108 <li class="column3"><a href="#">about</a> 109 <ul> 110 <li><a href="#">mission Statement</a></li> 111 <li><a href="#">history</a></li> 112 </ul> 113 </li> 114 <li class="column4"><a href="#">contact</a> 115 <ul> 116 <li> 117 <address> 118 John Doe<br> 119 Company Name<br> Street Address, Town, ST </address> 122 </li> 123 <li>(800) </li> 124 <li> [at] companyname.com</li> 125 </ul> 126 </li> 127 </ul> 128 </nav> <p id="copyright"> Copyright 2013 Company Name</p> </div><!-- END CONTAINER --> 133 </footer> </body> 138 </html> of 3

4 /* BASE (Initital Setup) ===================================== #RESET #HTML5 #BASE TYPOGRAPHY #BODY #HEADINGS #PARAGRAPHS #LINKS #LISTS #IMAGES #CLEARFIX #LAYOUT/GRID #SITE-SPECIFIC #SECTIONS #MEDIA QUERIES ===================================== */ /* #RESET * { padding: 0; /* #HTML5 header, section, footer, aside, nav, article, figure { display: block; /* BODY */ body { font-family: Arial, Helvetica, sans-serif; font-size: 100%; /* 1em = 16px */ line-height: 1.5em; /* 16px x 1.5em = 24px */ color: #333; /* HEADINGS Based on a Traditional Typographic Scale 48, 36, 24, 21, 18, 16 */ h1, h2, h3, h4, h5, h6 { margin-bottom:.5em; h1 { font-size: 3em; /* 48px / 16px = 3em */ line-height: 1em; h2 { font-size: 2.25em; /* 36px / 16px = 2.25em */ line-height: 1.1em; 1 of 10

5 h3 { font-size: 1.5em; /* 24px / 16px = 1.5em */ line-height: 1.2em; h4 { font-size: em; /* 21px / 16px = em */ line-height: 1.3em; h5 { font-size: 1.125em; /* 18px / 16px = 1.125em */ line-height: 1.4em; h6 { font-size: 1em; /* 16px / 16px = 1em */ line-height: 1.5em; /* #Paragraphs p { margin-bottom:.5em; /* #Links a { color: #369; text-decoration: none; a:visited, a:hover, a:focus { color: #036; /* #Lists ul, ol { margin-bottom:.5em; ul li ul, ul li ol, ol li ul, ol li ol { li { margin-left: 1.875em; /* #Images img.scale-with-grid { max-width: 100%; height: auto; a img { border: none; 2 of 10

6 /* #CLEARFIX.group:after { content: ""; display: table; clear: both; /* LAYOUT/GRID ===================================== */.container { width: 60em; /* 960px / 16px (base) = 60em */ margin: 0 auto; /* SITE SPECIFIC CSS ===================================== */ /* #Sections (Header, Navigation, Content Sections, Footer) */ body { background: #333; h1 { font-family: 'ChunkFiveRegular', Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 2.625em; /* 42px / 16px = 2.625em */ line-height: 1.2em; /* 50px / 42px = ~1.2em */ margin-bottom:.3em; h2 { font-size: 1.5em; /* 24px / 16px = 1.5em */ line-height: 1.25em; /* 30px / 24px = 1.25em */ font-weight: normal; margin-bottom: 1em; h3 { font-size: em; /* 21px / 16px = em */ line-height: 1.143em; /* 24px / 21px = ~1.143em */ h4 { font-size:.6875em; /* 11px / 16px =.6875em */ line-height: 1.27em; /* 14px / 11px = ~1.27em */ text-transform: uppercase; color: #666; font-weight: normal;.container { width: 58.75em; /* 960px - 10px left and rigth side margins */ padding: 0.625em; /*10px side margins */ 3 of 10

7 position: relative; header { background: #3279a1; height: 155px; header h1, header h2, header p { padding: 0; header h1 a, header h2 a { position: absolute; top: 50px; left: 10px; display: block; background: url(../images/companyname-logo.png) no-repeat; width: 352px; height: 0px; padding-top: 65px; overflow: hidden; header p { text-indent: -9000px; height: 0px; header #utilitynav { position: absolute; top: 10px; right: 10px; font-size:.75em; header #utilitynav ul li { list-style: none; header #utilitynav ul li a { color: #fff; text-decoration: underline; margin-left: 1em; #mainnav { background: #333; font-family: "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase; letter-spacing:.05em; #mainnav ul { 4 of 10

8 #mainnav ul li { list-style: none; #mainnav ul li a { color: #fff; text-decoration: none; display: block; padding:.8em 1.5em; #mainnav ul li a:hover { color: #000; background: #aaa; #mainnav ul li.selected a, #mainnav ul li.selected a:hover { color: #69c; background: #333; #section01 { background: #ccc; padding: 2em 0; #section01.column1 { width: 36.17%; float: right; margin: %; #section01.column2 { width: 61.71%; margin: % 0 0; #section01 h2 { font-family: 'ChunkFiveRegular', Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 2.625em; /* 42px / 16px = 2.625em */ line-height: 1.2em; /* 50px / 42px = ~1.2em */ margin-bottom:.2em; #section01 p { font-size: 1.125em; /* 18px / 16px = 1.125em */ line-height: 1.39em; /* 25px / 18px = ~1.39em */ #section01 a.button-big { background: url(../images/button-big.gif) no-repeat 0 0; display: block; width: 235px; /*width of image*/ height: 0; 5 of 10

9 padding: 57px 0 0 0; /*top padding of 1/2 the height*/ overflow: hidden; #section01 a.button-big:hover { background: url(../images/button-big.gif) no-repeat 0-57px; #section02 { background: #fff; padding: 2em 0; #section02.column1 { width: 23.4%; #section02.column2 { width: 23.4%; margin: %; #section02.column3 { width: 23.4%;; margin: %; #section02 h3 { margin-bottom:.1em; #section02 h4 { border-bottom: 4px solid #000; padding-bottom:.3em; #section02 a.button-small { margin: 7px 0 0 0; background: url(../images/button-small.gif) no-repeat 0 0; display: block; width: 128px; /*width of image*/ height: 0; padding: 30px 0 0 0; /*top padding of 1/2 the height*/ overflow: hidden; #section02 a.button-small:hover { background: url(../images/button-small.gif) no-repeat 0-30px; footer { background: #333; color: #fff; padding: 2em 0; 6 of 10

10 footer #footernav ul li { list-style: none; text-transform: uppercase; font-size: 1.125em; /* 18px / 16px = 1.125em */ line-height: 1.1em; /* 20px / 18px = ~1.1em */ footer #footernav ul li.column1, footer #footernav ul li.column2, footer #footernav ul li.column3 { width: 17.02%; margin: % 0 0; footer #footernav ul li.column4 { float: right; width: 23.4%; footer #footernav ul li a { color: #fff; footer #footernav ul li a:hover { text-decoration: none; footer #footernav ul li ul { border-top: 1px solid #fff; margin-top:.4em; margin-bottom: 1em; padding-top:.4em; footer #footernav ul li ul li { text-transform: none; font-size:.61em; /* 11px / 18px = ~.61em */ line-height: 1.64em; /* 18px / 11px = ~1.64em */ footer #footernav ul li ul li a:hover { text-decoration: underline; footer #footernav ul li ul li address { font-style: normal; footer #copyright { font-size:.5625em; /* 9px / 16px =.5625em */ color: #999; /* SUB PAGES */ #main { background: #fff; 7 of 10

11 #main article{ width: 62%; margin: 3em 0; #main aside{ float: right; width: 30%; margin: 3em 0; #main aside.widget { margin: 0 0 2em 0; padding: 2em; background: #ccc; -webkit-border-radius: 1.25em; -moz-border-radius: 1.25em; border-radius: 1.25em; #main aside.widget h3 { border-bottom: 4px solid #000; padding-bottom:.2em; text-transform: uppercase; font-size: 1.125em; /* 18px / 16px = 1.125em */ line-height: 1.1em; /* 20px / 18px = ~1.1em */ #main aside.widget p { font-size:.75em; /* 12px / 16px =.75em */ line-height: 1.6em; /* 20px / 12px = ~1.6em */ /* MEDIA QUERIES ===================================== */ /* Tablet (Between 768px - all and (min-width: 48em) and (max-width: 62em) { body { font-size: 87.5%; /* 14px */.container { width: 96%; margin: 0 2%; padding: 0; #section02.column1 { width: 30%; 8 of 10

12 #section02.column2, #section02.column3 { width: 30%; margin: %; footer #footernav ul li.column1, footer #footernav ul li.column2, footer #footernav ul li.column3 { width: 17%; margin: 0 2% 0 0; footer #footernav ul li.column4 { float: right; width: 24%; /* MOBILE (Smaller than all and (max-width: em) { body { font-size: 75%; /* 12px */.container { width: 96%; margin: 0 2%; padding: 0; header { height: auto; padding: 2em 1em; header h1 a, header h2 a { position: static; background-size: 211px 39px; width: 211px; padding-top: 39px; margin: 0 auto; header #utilitynav { display: none; #mainnav ul { padding: 1em 0; #mainnav ul li a { float: none; 9 of 10

13 #section01.column1, #section01.column2 { width: 96%; float: none; margin:.5em 2%; #section01 img { margin-bottom: 1em; #section02.column1, #section02.column2, #section02.column3 { width: 96%; float: none; margin: 1em 2% 3em 2%; footer #footernav ul li.column1, footer #footernav ul li.column2, footer #footernav ul li.column3, footer #footernav ul li.column4 { width: 96%; float: none; margin: 2%; #main article, #main aside { width: 96%; float: none; margin: 2%; padding: 3em 0 0 0; footer #copyright { margin: 0 2%; ===================================== { font-family: 'ChunkFiveRegular'; src: url('../fonts/chunkfive-webfont.eot'); src: url('../fonts/chunkfive-webfont.eot?#iefix') format('embeddedopentype'), url('../fonts/chunkfive-webfont.woff') format('woff'), url('../fonts/chunkfive-webfont.ttf') format('truetype'), url('../fonts/chunkfive-webfont.svg#chunkfiveregular') format('svg'); font-weight: normal; font-style: normal; 10 of 10

http://nma.kcc.hawaii.edu/gargiulo/data/johndoe/spring/art128/2014/companyname1_step3/index.html 1 2 3 4 5 company Name 6 7

More information

BOOTSTRAP AFFIX PLUGIN

BOOTSTRAP AFFIX PLUGIN BOOTSTRAP AFFIX PLUGIN http://www.tutorialspoint.com/bootstrap/bootstrap_affix_plugin.htm Copyright tutorialspoint.com The affix plugin allows a to become affixed to a location on the page. You can

More information

FOR THOSE WHO DO. Lenovo Annual Report

FOR THOSE WHO DO. Lenovo Annual Report FOR THOSE WHO DO. Lenovo Annual Report 2014 CONTENTS 2 6 About Lenovo 4 Financial Highlights 5 Chairman & CEO Statement Performance About Lenovo Lenovo is one of the world's leading personal technology

More information

TITLE - Size 16 - Bold

TITLE - Size 16 - Bold EDCE 2010-2011 - Size 12 - Normal Conceptual Design of Structures - Size 12 - Normal Instructor: A. Muttoni, R. Salvi, P. Wahlen - Assitant: T. Clément - Author: X. Name - TITLE - Size 16 - Bold Pier Luigi

More information

MKA PLC Controller OVERVIEW KEY BENEFITS KEY FEATURES

MKA PLC Controller OVERVIEW KEY BENEFITS KEY FEATURES 1881 OVERVIEW The ezswitch Controller is a compact PLC for the modular. In addition to providing commonly used network and Fieldbus interfaces, the controller supports all digital, analog and speciality

More information

The L A TEX Template for MCM Version v6.2

The L A TEX Template for MCM Version v6.2 For office use only T1 T2 T3 T4 Team Control Number 0000 Problem Chosen A 2016 MCM/ICM Summary Sheet For office use only F1 F2 F3 F4 The L A TEX Template for MCM Version v6.2 Summary Lorem ipsum dolor

More information

TITLE SUBTITLE Issue # Title Subtitle. Issue Date. How to Use This Template. by [Article Author] Article Title. Page # Article Title.

TITLE SUBTITLE Issue # Title Subtitle. Issue Date. How to Use This Template. by [Article Author] Article Title. Page # Article Title. TITLE SUBTITLE Issue # Title Subtitle Issue Date TYPE TAGLINE HERE IN THIS ISSUE How to Use This Template Article Title Page # Article Title Page # TITLE SUBTITLE Issue # 2 Using Styles by Name Style HEADING

More information

Paper Template for INTERSPEECH 2018

Paper Template for INTERSPEECH 2018 Paper Template for INTERSPEECH 2018 Author Name 1, Co-author Name 2 1 Author Affiliation 2 Co-author Affiliation author@university.edu, coauthor@company.com Abstract For your paper to be published in the

More information

Example project Functional Design. Author: Marion de Groot Version

Example project Functional Design. Author: Marion de Groot Version Example project Functional esign uthor: Marion de Groot Version 1.0-18-4-2013 Table of contents 3 Introduction Requirements gathering 4 Use cases 5 Use case flow diagram 6 Users and Rights 7 Requirements

More information

Creating An Effective Academic Poster. ~ A Student Petersheim Workshop

Creating An Effective Academic Poster. ~ A Student Petersheim Workshop Creating An Effective Academic Poster ~ A Student Petersheim Workshop 11 Seconds Poster Graphics and Pictures Headlines and Subheadings Poster Copy PRINCIPLES OF DESIGN BALANCE Visual balance comes

More information

The Next Big Thing Prepared for Meeting C

The Next Big Thing Prepared for Meeting C The Next Big Thing Prepared for Meeting C++ 2018 Andrei Alexandrescu, Ph.D. andrei@erdani.com November 15, 2018 1 / 48 Squeaky Wheel Gets the Grease 2 / 48 ( Those were the most cringey minutes of the

More information

Timon Hazell, LEED AP Senior BIM Engineer. Galen S. Hoeflinger, AIA BIM Technologist Manager

Timon Hazell, LEED AP Senior BIM Engineer. Galen S. Hoeflinger, AIA BIM Technologist Manager Timon Hazell, LEED AP Senior BIM Engineer Galen S. Hoeflinger, AIA BIM Technologist Manager Find Joy in Your Work The Human Aspect The Human Aspect Importance of Architecture Know People The Human Aspect

More information

Brand Guidelines MAY 2016

Brand Guidelines MAY 2016 Brand Guidelines MAY 2016 CONTENT LOGO 1-11 COLORS 12 TYPOGRAPHY 13-14 STYLE 15-19 STATIONARY 20-30 including: BUSINESS CARD 21-22 LETTERHEAD 23 EMAIL SIGNATURE 24 CLIENT PROPOSAL & REPORT 25-26 NEWSLETTER

More information

COLORS COLOR USAGE LOGOS LOCK UPS PHOTOS ELEMENTS ASSETS POWERPOINT ENVIRONMENTAL COLLATERAL PROMO ITEMS TABLE OF CONTENTS

COLORS COLOR USAGE LOGOS LOCK UPS PHOTOS ELEMENTS ASSETS POWERPOINT ENVIRONMENTAL COLLATERAL PROMO ITEMS TABLE OF CONTENTS COLORS COLOR USAGE LOGOS LOCK UPS PHOTOS ELEMENTS ASSETS POWERPOINT ENVIRONMENTAL COLLATERAL PROMO ITEMS TABLE OF CONTENTS PANTONE 349 HEX 026937 RGB 2, 105, 55 CMYK 90, 33, 100, 26 PANTONE 7489 HEX 73A950

More information

ALWAYS MOVING FORWARD MIDWAY S GRAPHIC IDENTITY STANDARDS MANUAL

ALWAYS MOVING FORWARD MIDWAY S GRAPHIC IDENTITY STANDARDS MANUAL ALWAYS MOVING FORWARD MIDWAY S GRAPHIC IDENTITY STANDARDS MANUAL OVERVIEW The Midway Branding Standards is a reference tool that provides standards and guidelines for all usage of graphics in order to

More information

Intermediate District 288. Brand Manual. Visual Identity Guide

Intermediate District 288. Brand Manual. Visual Identity Guide Intermediate District 288 Brand Manual Visual Identity Guide SWMetro District Office 792 Canterbury Road, Suite 211 Shakopee, MN 55379 (952) 567.8100 Overview The SouthWest Metro Intermediate District

More information

VISUAL IDENTITY STARTER KIT FOR ENSURING OUR COMMUNICATIONS ARE COHESIVE, CONSISTENT AND ENGAGING 23 OCTOBER 2008

VISUAL IDENTITY STARTER KIT FOR ENSURING OUR COMMUNICATIONS ARE COHESIVE, CONSISTENT AND ENGAGING 23 OCTOBER 2008 VISUAL IDENTITY STARTER KIT FOR ENSURING OUR COMMUNICATIONS ARE COHESIVE, CONSISTENT AND ENGAGING 23 OCTOBER 2008 Contents 1 Logo colourways and artworks: Colour combinations for use on different background

More information

Brand identity guidelines

Brand identity guidelines Brand identity guidelines CONTENTS 1 LOGO 5 COLOUR 6 TYPEFACE 8 SIGNAGE These guidelines are to help you understand the PACIFIC ALUMINIUM visual brand. The following pages demonstrate how the PACIFIC ALUMINIUM

More information

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 1 col1 col2 col3 col4 2 Poster Tutorial #1 Welcome to the poster tutorial! Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 3 We start at the very begin with an empty poster. In this tutorial,

More information

BRAND GUIDELINES All rights reserved.

BRAND GUIDELINES All rights reserved. BRAND GUIDELINES 2017. All rights reserved. LOGO :: INTRODUCTION The Live Purple Logo Mark the most recognizable visual brand element differentiates itself from similar cause based fundraisers. The mark

More information

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 1 col1 col2 col3 col4 2 Poster Tutorial #1 Welcome to the poster tutorial! Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 3 We start at the very begin with an empty poster. In this tutorial,

More information

Colors. F0563A Persimmon. 3A414C Cobalt. 8090A2 Slate Shale. C4CDD6 Alloy Coal. EFF3F5 Silver. EDF3F9 Horizon.

Colors. F0563A Persimmon. 3A414C Cobalt. 8090A2 Slate Shale. C4CDD6 Alloy Coal. EFF3F5 Silver. EDF3F9 Horizon. Colors Brand Primary F0563A Persimmon 3A414C Cobalt Secondary Brand 333943 Coal 697582 Shale 8090A2 Slate C4CDD6 Alloy E1E6EB Platinum EFF3F5 Silver EDF3F9 Horizon FFFFFF White Interaction 0088A9 Ocean

More information

An output routine for an illustrated book

An output routine for an illustrated book An output routine for an illustrated book Boris Veytsman TUG2014 School of Systems Biology & Computational Materials Science Center, MS 6A12, George Mason University, Fairfax, VA 22030 1. Introduction

More information

American Political Science Review (APSR) Submission Template ANONYMISED AUTHOR(S) Anonymised Institution(s) Word Count: 658

American Political Science Review (APSR) Submission Template ANONYMISED AUTHOR(S) Anonymised Institution(s) Word Count: 658 APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template Submission

More information

Connected TV Applications for TiVo. Project Jigsaw. Design Draft. 26 Feb 2013

Connected TV Applications for TiVo. Project Jigsaw. Design Draft. 26 Feb 2013 Connected TV Applications for TiVo Project Jigsaw Design Draft 26 Feb 2013 UI Design Connected TV application for TiVo Project Jigsaw 2 Overview LAUNCH POINT The goal of Project Jigsaw is to create a library

More information

OCTOBER 16 NEWSLETTER. Lake Mayfield Campground OR-LOW GOOD TIMES

OCTOBER 16 NEWSLETTER. Lake Mayfield Campground OR-LOW GOOD TIMES a OR-LOW GOOD TIMES OCTOBER 16 NEWSLETTER Lake Mayfield Campground by Nan O. The October camp out was a joint adventure with hosts Nor West LoWs. We arrived on Monday, October 10 th and stayed three nights.

More information

BRAND IDENTITY GUIDELINE

BRAND IDENTITY GUIDELINE BRAND IDENTITY GUIDELINE PAGE 1 IMPORTANCE OF A This brand identity guideline details the conditions of use enforced when using the Bell Bunya Community Centre () brand in corporate production items. It

More information

Insights. Send the right message to the right person at the right time.

Insights. Send the right message to the right person at the right time. Insights Send the right message to the right person at the right time. StreamSend Insights Guide www.streamsend.com What is StreamSend Insights? StreamSend Insights is a powerful marketing automation platform

More information

[Main Submission Title] (Font: IBM Plex Sans Bold, 36 point)

[Main Submission Title] (Font: IBM Plex Sans Bold, 36 point) [Main Submission Title] (Font: IBM Plex Sans Bold, 36 point) [Author Names] Author 1 [Anonymised for submission] 1, Author 2 [Anonymised] 2 (each author name separated by commas) and Author 3 [Anonymised]

More information

TITLE. Tips for Producing a Newsletter IN THIS ISSUE

TITLE. Tips for Producing a Newsletter IN THIS ISSUE TITLE UNIT NAME DATE Advantages of a Newsletter The purpose of a newsletter is to provide specialized information to a targeted audience. Newsletters can be a great way to market yourself, and also create

More information

City of Literature Branding

City of Literature Branding Branding The logo is based upon letterpress print techniques to demonstrate Manchesters history with literature in physical form. It is designed to be responsive so has different versions dependant on

More information

RHYMES WITH HAPPIER!

RHYMES WITH HAPPIER! RHYMES WITH HAPPIER! Title Subtitle Date Title Subtitle Date Title Subtitle Date Title Subtitle Date WHO AM I? First Last Body copy Quick Facts about Zapier HQ: San Francisco, CA 100% Remote 145 Employees

More information

Brand identity design. Professional logo design + Branding guidelines + Stationery Designed by JAVIER

Brand identity design. Professional logo design + Branding guidelines + Stationery Designed by JAVIER Brand identity design Professional logo design + Branding guidelines + Stationery Designed by JAVIER Logo conceptualization Concept Shape Typography Color After reading the information provided After some

More information

The everyhook package

The everyhook package The everyhook package Stephen Checkoway s@cs.jhu.edu November 26, 2014 Abstract The everyhook package takes control of the six TEX token parameters \everypar, \everymath, \everydisplay, \everyhbox, \everyvbox,

More information

VISUAL. Standards Guide

VISUAL. Standards Guide VISUAL Standards Guide Published: August 19, 2013 TABLE OF CONTENTS This is the approved Visual Standards Guide for Southeastern Community College. All logos and symbols in this manual are the property

More information

TUSCALOOSA CITY SCHOOLS Graphic Standards and Logo Use Guide

TUSCALOOSA CITY SCHOOLS Graphic Standards and Logo Use Guide TUSCALOOSA CITY SCHOOLS Graphic Standards and Logo Use Guide THE LOGO: Primary Version Concept: Fresh Modern Symbolic Rationale: The new logo gives the education system a fresh and modern appeal. Tuscaloosa

More information

The POGIL Project Publication Guidelines

The POGIL Project Publication Guidelines 1 The POGIL Project Publication Guidelines Publication Submission Checklist 2 IN ORDER TO be published, you are required to review each item below before submitting your documents to The POGIL Project.

More information

src0-dan/mobile.html <!DOCTYPE html> Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School

src0-dan/mobile.html <!DOCTYPE html> Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School src0-dan/mobile.html 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48.

More information

Gestures: ingsa GESTURES

Gestures: ingsa GESTURES GESTURES FORWARD AND BACKWARD SWIPE RIGHT TO GO TO THE NEXT SCREEN OR SWIPE LEFT TO GO TO THE PREVIOUS SCREEN IN THE STORY FLOW SELECT TAP WITH 1 FINGER TO NAVIGATE THOROUGH AN INTERACTIVE ITEM (SCENES)

More information

Personal brand identity desigend by JAVIER

Personal brand identity desigend by JAVIER Personal brand identity desigend by JAVIER Logo conceptualization Concept Shape the Z is the base, if you observe I ve placed Color The concept was designed using the The use of the AZ is a great idea,

More information

BBN ANG 183 Typography Lecture 5A: Breaking text

BBN ANG 183 Typography Lecture 5A: Breaking text BBN ANG 183 Typography Lecture 5A: Breaking text Zoltán Kiss & Péter Szigetvári Dept of English Linguistics, Eötvös Loránd University kz & szp (delg) typo/breaking (5A) 1/ 37 outline probelms with WYSIWYG

More information

A Road To Better User Experience. The lonely journey every front-end developer must walk.

A Road To Better User Experience. The lonely journey every front-end developer must walk. A Road To Better User Experience The lonely journey every front-end developer must walk. Kotaro Fujita kut@tomatoboy.co Web/iOS/Game Development AGENDA What is UI/UX? Idealized Workflow Realities Random

More information

CHI LAT E X Ext. Abstracts Template

CHI LAT E X Ext. Abstracts Template CHI LAT E X Ext. Abstracts Template First Author author1@anotherco.com Second Author author2@anotherco.com Third Author author3@anotherco.com Fourth Author author5@anotherco.com Fifth Author author6@anotherco.com

More information

WRAS WIAPS BRAND GUIDELINES 2015

WRAS WIAPS BRAND GUIDELINES 2015 01 WRAS WIAPS BRAND GUIDELINES 2015 02 WRAS PRODUCT APPROVAL CERTIFICATION MARK BRAND GUIDANCE AND TERMS AND CONDITIONS OF USE WRAS LTD. CERTIFICATION MARKS, TRADEMARK AND LOGOS (APPLIES TO ALL END USERS)

More information

Compassion. Action. Change.

Compassion. Action. Change. DRAFT GRAPHIC STANDARDS GUIDE Contents 3 Overview 4 Tagline 6 Imagery 7 Identity Overview 8 CalMHSA Logo 10 Logo Usage 12 CalMHSA Logo Configurations 14 Color Palette 15 Typography 19 Design Samples GRAPHIC

More information

This is the Title of the Thesis

This is the Title of the Thesis This is the Title of the Thesis This is the Thesis Subtitle if Necessary The Full Name of the Author Goes Here Thesis to obtain the Master of Science Degree in Information Systems and Computer Engineering

More information

Saturday January 6, pm

Saturday January 6, pm Seminar & Dance Workshop Miss Greater Reading 2017 ABIGAIL BACHMAN Saturday January 6, 2018 1-3pm Abigail Bachman is currently a student at Lock Haven University. She studies Recreational Therapy and minors

More information

Project Title. A Project Report Submitted in partial fulfillment of the degree of. Master of Computer Applications

Project Title. A Project Report Submitted in partial fulfillment of the degree of. Master of Computer Applications Project Title A Project Report Submitted in partial fulfillment of the degree of Master of Computer Applications By Student Name1(xxMCMCxx) Student Name2(yyMCMCyy) School of Computer and Information Sciences

More information

Visual identity guideline. BrandBook BLOOMINGFELD. Brandbook 2016.

Visual identity guideline. BrandBook BLOOMINGFELD. Brandbook 2016. BrandBook 2016. Logo. Correct color use Typeface BLOOMING FELD Brandon Grotesque Black Brandon Grotesque Regular ABCDEFGHIJKLMNOPQR STUVWXYZ ABCDEFGHIJKLMNOPQR STUVWXYZ abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz

More information

Teach Yourself Microsoft Publisher Topic 2: Text Boxes

Teach Yourself Microsoft Publisher Topic 2: Text Boxes Teach Yourself Microsoft Publisher Topic 2: Text Boxes http://www.gerrykruyer.com In this second Microsoft Publisher lesson, you will look at Publisher Text Boxes and how they are different to MS Word

More information

IDENTITY STANDARDS LIVINGSTONE COLLEGE DR. JIMMY R. JENKINS, SR. PRESIDENT

IDENTITY STANDARDS LIVINGSTONE COLLEGE DR. JIMMY R. JENKINS, SR. PRESIDENT IDENTITY STANDARDS DR. JIMMY R. JENKINS, SR. PRESIDENT VERSION 1.0 AUGUST 13, 2014 A MESSAGE FROM OUR PRESIDENT Greetings, Blue Bear Family! As President of Livingstone College, it is my duty to ensure

More information

Thesis GWU Example Dissertation. by Shankar Kulumani

Thesis GWU Example Dissertation. by Shankar Kulumani Thesis GWU Example Dissertation by Shankar Kulumani B.S. in Astronautical Engineering, May 2009, US Air Force Academy M.S. in Aeronautical and Astronautical Engineering, May 2013, Purdue University A Dissertation

More information

Chaparral Sports Day. Basketball Ashley Guerrero(captain), Carrera, Rasuly, Hamilton Alba, Razel Alba, Bannister, Phillips, Richardson.

Chaparral Sports Day. Basketball Ashley Guerrero(captain), Carrera, Rasuly, Hamilton Alba, Razel Alba, Bannister, Phillips, Richardson. CHAPARRAL SPORTS DAY Chaparral Sports Day SPORTS DAY IN THIS ISSUE Chaparral Sports Day by Amy Guerrero October 21, 2017, the day we put on our game faces, ready to prove how competitive our unit is. Chaparral

More information

Wandle Valley Branding Guidelines 1

Wandle Valley Branding Guidelines 1 Wandle Valley Branding Guidelines 1 Produced: November 2013 by Barker Langham 2 Contents Introduction Logo Colour palette Typeface and hierarchy Brand usage Co-branding 4 5 12 14 16 26 3 Introduction Wandle

More information

cosmos a tech startup

cosmos a tech startup a tech startup Logo Business Card Lorem Ipsum company director Street name City, State, Zipcode (555) 555-5555 lorem@ipsum.com www.loremipsum.com Lorem ipsum dolor sit amet, consectetur adipiscing elit.

More information

CORPORATE IDENTITY MANUAL

CORPORATE IDENTITY MANUAL CONTENTS SECTION 01 - INTRODUCTION 01 Overview 1 0.1.1 Strategic Overview 2 0.1.2 How to use the Corporate Identity (CI) Manual 3 SECTION 02 - CORPORATE IDENTITY 02 Corporate Signature 5 02.1 Construction

More information

Version 1.4 March 15, Notes Bayer- Kogenate 2010 WFH Microsoft Surface Project (HKOG-39563) Information Architecture Wireframes

Version 1.4 March 15, Notes Bayer- Kogenate 2010 WFH Microsoft Surface Project (HKOG-39563) Information Architecture Wireframes Notes Author Version Comments Mick Rosolek.0 Initial Draft Mick Rosolek. First Round Edits Mick Rosolek.2 Additional Edits Mick Rosolek.3 Amendment Mick Rosolek.4 Amendment Site Map - Page of 4 0.0 Pre-Engagement

More information

Ghislain Fourny. Big Data 2. Lessons learnt from the past

Ghislain Fourny. Big Data 2. Lessons learnt from the past Ghislain Fourny Big Data 2. Lessons learnt from the past Mr. Databases: Edgar Codd Wikipedia Data Independence (Edgar Codd) Logical data model Lorem Ipsum Dolor sit amet Physical storage Consectetur Adipiscing

More information

lipsum Access to 150 paragraphs of Lorem Ipsum dummy text a

lipsum Access to 150 paragraphs of Lorem Ipsum dummy text a lipsum Access to 150 paragraphs of Lorem Ipsum dummy text a Patrick Happel b November 24, 2018 Abstract lipsum is a L A TEX package that produces dummy text to be used in test documents or examples. The

More information

The colophon Package, v1.1

The colophon Package, v1.1 The colophon Package, v1.1 Donald P. Goodman III June 3, 2018 Abstract The colophon is fascinating to anyone even slightly interested in typography and document design; and yet incredibly, the best document

More information

Viewport, custom CSS, fonts

Viewport, custom CSS, fonts CS120 Web Development LIU 1 of 9 Viewport, custom CSS, fonts Running a web server (optional) When creating basic static web sites, it s entirely possible to test them in your browser just using a file://

More information

Pablo- Alejandro Quiñones. User Experience Portfolio

Pablo- Alejandro Quiñones. User Experience Portfolio Pablo- Alejandro Quiñones User Experience Portfolio About Me My name is Pablo I specialize in User Experience Research & User Interfaces I am passionate about User-Centered Design I believe research and

More information

CSE 154 LECTURE 5: FLOATING AND POSITIONING

CSE 154 LECTURE 5: FLOATING AND POSITIONING CSE 154 LECTURE 5: FLOATING AND POSITIONING The CSS float property property float description side to hover on; can be left, right, or none (default) a floating element is removed from normal document

More information

DFSA - Web Site Revamp

DFSA - Web Site Revamp DFSA - Web Site Revamp Wireframe designs depicting the user experience version 3.0 0 May, 008 Developed By: Husain Hakim Director of User Experience & Design Interactive Limited husain@interactive-ltd.com

More information

Brand Guide. Last Revised February 9, :38 PM

Brand Guide. Last Revised February 9, :38 PM Brand Guide Last Revised February 9, 2016 2:38 PM The Trinity brand is current, energetic and strong. Through textures, images, typography and color it has the versatility to be playful and trendy as well

More information

Getting started with Managana creating for web and mobile devices

Getting started with Managana creating for web and mobile devices Getting started with Managana creating for web and mobile devices Written and compiled by Lucas Junqueira and Marilia Bergamo 4th Edition: August 2013 (Managana 1.6.0) With information from http://www.managana.org

More information

THE ESPRESSO BOOK MACHINE PUBLISH INSTANTLY AT THE MSU LIBRARIES

THE ESPRESSO BOOK MACHINE PUBLISH INSTANTLY AT THE MSU LIBRARIES THE ESPRESSO BOOK MACHINE PUBLISH INSTANTLY AT THE MSU LIBRARIES THE ESPRESSO BOOK MACHINE THE ESPRESSO BOOK MACHINE AT MICHIGAN STATE UNIVERSITY Produced and compiled by Kyle Pressley Edited by Ruth Ann

More information

Overly Companies (OSA, BRICO)

Overly Companies (OSA, BRICO) Overly Companies (OSA, BRICO) Website Redesign & Development Functional Wireframes Version 1.1 2016 All Rights Reserved. Overly Companies Website Redesign and Development Functional Wireframes, V.1.1 2

More information

The pdfreview package

The pdfreview package The pdfreview package Michael Palmer v1.1 (September 22, 2017) Abstract The pdfreview package lets you add comments in the page margins of PDF files, e.g. when reviewing manuscripts or grading reports.

More information

CITIZEN SCIENCE DATA FACTORY

CITIZEN SCIENCE DATA FACTORY OCEAN & WATER INSECTS Marine Debris Tracker Dragonfly Migration Find a Project Topics Enter keywords, description, or location Recommended Projects Mauris eget luctus erat HOSTED BY: Most Active Projects

More information

Breaking Out of the Box

Breaking Out of the Box 1 von 26 12.07.2007 11:37 Article Home» Client Side Coding» CSS Tutorials» Breaking Out of the Box Breaking Out of the Box By Jina Bolton May 16th 2007 Reader Rating: 9.2 One of the most commonly used

More information

Prototyping Robotic Manipulators For SPHERES

Prototyping Robotic Manipulators For SPHERES MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF AERONAUTICS AND ASTRONAUTICS: SPACE SYSTEMS LAB Prototyping Robotic Manipulators For SPHERES Lisandro Jimenez, Edward Lopez, Duncan Miller August 12,

More information

Row 1 This is data This is data

Row 1 This is data This is data mpdf TABLES CSS Styles The CSS properties for tables and cells is increased over that in html2fpdf. It includes recognition of THEAD, TFOOT and TH. See below for other facilities such as autosizing, and

More information

Row 1 This is data This is data. This is data out of p This is bold data p This is bold data out of p This is normal data after br H3 in a table

Row 1 This is data This is data. This is data out of p This is bold data p This is bold data out of p This is normal data after br H3 in a table mpdf TABLES CSS Styles The CSS properties for tables and cells is increased over that in html2fpdf. It includes recognition of THEAD, TFOOT and TH. See below for other facilities such as autosizing, and

More information

logo graphic will go here

logo graphic will go here I will be creating a web site that will promote my freelance graphic design and photography business. I will outline my business and display of my commercial photography, print and web design. Having a

More information

Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008

Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008 Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008 FacWeb 1 The following shows the contents of the FacWeb.txt document, with instructions for replacing certain items with your

More information

BRAND GUIDELINES VAN S AIRCRAFT, INC. VERSION V1.1

BRAND GUIDELINES VAN S AIRCRAFT, INC. VERSION V1.1 BRAND GUIDELINES VAN S AIRCRAFT, INC. VERSION V1.1 0 2. 0 1.19 SECTION 1 INTRODUCTION 2 // BRAND GUIDELINES SECTION 1: INTRODUCTION About This Guide The Van s Aircraft logo is a valuable brand and business

More information

Certified Organisation logo guidelines. Version 1.0 April 2018

Certified Organisation logo guidelines. Version 1.0 April 2018 Certified Organisation logo guidelines Colour logo for use on white or clear backgrounds Logo overview The TEC Quality logo is an important part of our visual identity. The logo communicates that quality

More information

Formatting Theses and Papers using Microsoft Word

Formatting Theses and Papers using Microsoft Word Formatting Theses and Papers using Microsoft Word (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites...

More information

I D E N T I TY STA N DA R D S M A N UA L Rev 10.13

I D E N T I TY STA N DA R D S M A N UA L Rev 10.13 I D E N T I TY STA N DA R D S M A N UA L 3150-81-13 Rev 10.13 Table of Contents 1.1 How To Use This Manual 1.2 Web Resources Available to Faculty and Staff Basic Standards for the Signature 2.1 The Robert

More information

Unit 20 - Client Side Customisation of Web Pages WEEK 5 LESSON 6 DESIGNING A WEB-SITE

Unit 20 - Client Side Customisation of Web Pages WEEK 5 LESSON 6 DESIGNING A WEB-SITE Unit 20 - Client Side Customisation of Web Pages WEEK 5 LESSON 6 DESIGNING A WEB-SITE Today s tasks This lesson is on the wiki: Design Exercise (for A3); corporate theme in primary design 3rd November

More information

ISTA 230. Typography on the Web

ISTA 230. Typography on the Web ISTA 230 Typography on the Web Definition typography The style, appearance, and arrangement of characters on a page Typography can be used to add additional depth and organization to the textual content

More information

Are You Using Engagement TilesTM?

Are You Using Engagement TilesTM? Are You Using Engagement TilesTM? These interactive, easily embeddable tiles will convert website engagement into email subscribers and in-store customers with just one click! Coupon Tile: Send coupons

More information

CLASP Website Redesign Client Deliverables Spring 2007

CLASP Website Redesign Client Deliverables Spring 2007 CLASP Website Redesign Client Deliverables Spring 2007 CLIENT SURVEY Who are you? Shauna Vey, CLASP Council President Alan Winson, CLASP Council Vice President Business or organization name and location:

More information

The rjlpshap class. Robert J Lee July 9, 2009

The rjlpshap class. Robert J Lee July 9, 2009 The rjlpshap class Robert J Lee latex@rjlee.homelinux.org July 9, 2009 1 Introduction This package provides low-level helper macros and environments. It is intended for authors of L A TEX packages, who

More information

BBN ANG 183 Typography Lecture 5A: Breaking text

BBN ANG 183 Typography Lecture 5A: Breaking text BBN ANG 183 Typography Lecture 5A: Breaking text Zoltán Kiss & Péter Szigetvári Dept of English Linguistics, Eötvös Loránd University kz & szp (delg) typo/breaking (5A) 1 / 23 outline probelms with WYSIWYG

More information

Visual Identity Standards

Visual Identity Standards Visual Identity Standards 6.0 Stationery Information and inquiries: University Relations brand@ Visual Identity Standards 2 6.0 Stationery 6.01 Introduction 6.01 Introduction 6.02 Letterhead & envelopes

More information

NATURAL BUILDING TECHNOLOGIES Document: Feedback Sheet Revision: A Date: 13/07/16 Queries:

NATURAL BUILDING TECHNOLOGIES Document: Feedback Sheet Revision: A Date: 13/07/16 Queries: Document: Feedback Sheet Revision: A Date: 13/07/16 What s a wireframe? It s important that everything you need to present on the site is accounted for, and has been considered in the layout. The best

More information

Invoice Visual Design Specifications MEC

Invoice Visual Design Specifications MEC Invoice Visual Design Specifications MEC Author Dean Ashworth Version 01.02 Last Updated February 1, 2012 Page 1 Invoice Visual Design Specifications MEC Contents Note on sizes & scale... 1. Request Money....

More information

BOWIE FARMERS MARKET. Anne Bontogon Campaign Bowie Farmers Market

BOWIE FARMERS MARKET. Anne Bontogon Campaign Bowie Farmers Market BOWIE FARMERS MARKET Anne Bontogon Campaign Bowie Farmers Market Research Competition: Bowie Farmers Market is provides fresh produce, fruit, meat and poultry in the Bowie community. Its competitors are

More information

Customer Journey EIV and emsfaa. January 2018

Customer Journey EIV and emsfaa. January 2018 Customer Journey EIV and emsfaa January 2018 1 Electronic Identity Verification (EIV) 2 Step 0 After the student applies and is approved for student financial assistance funding, they receive a Notice

More information

This page presents most of typographical aspects of JA Drimia. Make your readers happy with great Typography and User Experience!

This page presents most of typographical aspects of JA Drimia. Make your readers happy with great Typography and User Experience! This page presents most of typographical aspects of JA Drimia Make your readers happy with great Typography and User Experience! This is an Heading 1 Lorem tortor Curabitur urna interdum Maecenas ut felis

More information

Brand guidelines. Introduction These guidelines define the basic elements of the Concept Smoke Screen brand.

Brand guidelines. Introduction These guidelines define the basic elements of the Concept Smoke Screen brand. Brand Guidelines Brand guidelines Introduction These guidelines define the basic elements of the Concept Smoke Screen brand. There are very few rules, but please take the time to read and understand how

More information

RML Example 48: Paragraph flow controls

RML Example 48: Paragraph flow controls RML (Report Markup Language) is ReportLab's own language for specifying the appearance of a printed page, which is converted into PDF by the utility rml2pdf. These RML samples showcase techniques and features

More information

Identity Guidelines Version_1

Identity Guidelines Version_1 Identity Guidelines Version_1 2 Introducing Dearne Valley Landscape Partnership For more help and advice contact: Richard King Landscape Partnership Development Officer T. 01226 772131 E. richardking@barnsley.gov.uk

More information

Portfolio. Site design, wireframes and other diagrams. Abigail Plumb-Larrick. Plumb Information Strategy

Portfolio. Site design, wireframes and other diagrams. Abigail Plumb-Larrick. Plumb Information Strategy Portfolio Site design, wireframes and other diagrams Plumb Information Strategy abigail@plumbinformation.com (917) 698-5511 NOTES and CALLOUTS Contents 1. Portfolio of design/ux work A. Shipping flow C.

More information

Word Processing Fundamentals

Word Processing Fundamentals Class Description This is an introduction to the basics of word processing with a focus on both Microsoft Word and Google Drive Documents. The focus is on formatting text and pages; copying, cutting, and

More information

9 Ways You Can Put Behavioral Automation to Work.

9 Ways You Can Put Behavioral Automation to Work. 9 Ways You Can Put Behavioral Automation to Work www.streamsend.com The Winning Formula While email marketing is still king, when used in combination with marketing automation and behavioral insights,

More information

B R A N D I DENTI T Y GUIDELINES 2018 REV. 3 LAST UPDATED / DEC 2017

B R A N D I DENTI T Y GUIDELINES 2018 REV. 3 LAST UPDATED / DEC 2017 B R A N D I DENTI T Y GUIDELINES 2018 REV. 3 LAST UPDATED / DEC 2017 INTRODUCTION ZOTAC is a pioneer in technology. Intuitive design and rigorous quality standards mark all products we create. In order

More information