Setting Up Your Website Using C# and C9

Size: px
Start display at page:

Download "Setting Up Your Website Using C# and C9"

Transcription

1 Setting Up Our Work Environments

2 Setting Up Our Work Environments Create and account at GitHub github.com

3 Setting Up Our Work Environments Sign into Cloud9 with your GitHub Account c9.io

4 Setting Up Our Work Environments Hover over Create New Workspace button Select Clone From URL option

5 Setting Up Our Work Environments Type in the Following URL and select HTML

6 Setting Up Our Work Environments Select the Start Editing button

7 Web Design Basics February 28, 2015

8 What We Will Cover Today: HTML5 Markup Basic CSS Layout Creation Basic Web Design and Layouts Typography on the Web

9 Where do we use HTML / CSS? Content Management Systems (CMS) Corporate Websites Web Applications (Such as Online Banking) Blogs & Social Media Online Gaming Digital Advertisements

10 What Makes Up A Website? HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages. <body> content </body>

11 What Makes Up A Website? CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. body { color: #000000; background: white; }

12 Difference Between HTML and CSS HTML CSS

13 The Web in 2015

14 The Web in 2015 Don t Design for This Design for This

15 HTML

16 What Makes Up a HTML Document? <html> <head> </head> <body> </body>

17 What Makes Up a HTML Document? <!DOCTYPE html> <html> <head>... </head> <body> content </body> </html>

18 The <head> Tag <head> <title>my Website</title> <link rel="stylesheet" media="screen" href="styles.css"> </head>

19 The <body> Tag <body> <header>... </header> <main class= wrapper > <div class= inner >... </div> </main> <footer>... </footer> </body>

20 Headings & Paragraphs <body>... <h1>heading One</h1> <h2>heading Two</h2> <h3>heading Three</h3> <p>paragraph</p>... </body>

21 The Content ELISE BLANCHARD JOB TITLE About Nam rutrum sollicitudin ipsum a sodales. Nullam vitae quam id lorem sagittis ullamcorper ac et ante. Nam egestas arcu ut ante vulputate hendrerit. Duis id sem convallis, pharetra erat quis, molestie est. Suspendisse accumsan pellentesque lorem, non posuere nibh laoreet eget. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Praesent tempor felis nunc, ac convallis sem porttitor in. Sed in vehicula enim. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam porttitor diam et lacus posuere sollicitudin. Nulla rhoncus tempor ante, in imperdiet purus iaculis vel. Vivamus eu augue in quam gravida tempus sed quis arcu. Nam sed metus at nisl mattis convallis scelerisque at turpis. Nam et ultrices erat. Experience Job Title Employer, Job Title Employer, Education Degree School, Degree School, Skills Nam rutrum sollicitudin ipsum a sodales. Nullam vitae quam id lorem sagittis ullamcorper ac et ante. Nam egestas arcu ut ante vulputate hendrerit. Duis id sem convallis, pharetra erat quis, molestie est. Suspendisse accumsan pellentesque lorem, non posuere nibh laoreet eget. Pellentesque h Contact for references.

22 ELISE BLANCHARD The Content JOB TITLE About Nam rutrum sollicitudin ipsum a sodales. Nullam vitae quam id lorem sagittis ullamcorper ac et ante. Nam egestas arcu ut ante vulputate hendrerit. Duis id sem convallis, pharetra erat quis, molestie est. Suspendisse accumsan pellentesque lorem, non posuere nibh laoreet eg Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Praesent tempor felis nunc, ac convallis sem porttitor in. Sed in vehicula enim. Cum soc natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aliquam porttitor diam et lacus posuere sollicitudin. Nulla rhoncus tempor ante, in imperdiet purus iaculis vel. Vivamus eu augue in quam gravida tempus sed quis arcu. Nam sed metus at nisl mattis con vallis scelerisque at turpis. Nam et ultrices erat. Experience Job Title Employer, Job Title Employer,

23 Headings & Paragraphs <h1>job Title</h1> <h2>section Heading</h2> <p>paragraph</p> <h2>section Heading</h2> <h3>sub Heading </h3> <p>paragraph</p>

24 Anchors (Links) Connect Everything! <a href= # >link</a> <a href= target= _blank title= Learn More >Link</a>

25 Let s write some HTML!

26 Web Fonts are Friends

27 Type Families & Web Fonts Typefaces add personality and professionalism to a website. Only the fonts needed should be loaded into a website. Sans-Serif Serif Monospace Script Handwriting Silly Fonts

28 Choosing a Web Font

29 Fonts & Page Load

30 Fonts & Page Load

31 Implement the Fonts Add the generated code inside the <head>

32 CSS

33 How to write CSS selector { attribute: value; } body { background: white; }

34 How to target HTML with CSS You can directly style tags such as HTML, and body as well as elements like h1 and p..class is used to target elements and can be reused. #id also targets elements, but can not be reused. It is also very important.

35 Using Classes HTML: <main class= wrapper ></main> CSS:.wrapper { width: 100%; }

36 Common Attributes for Containers width width of a box height height of a box margin space around a box padding space inside a box

37 Common Attributes for Content font-size sets the font size line-height an invisible box around each letter. color color of your content background color or image for the background of your container

38 Link States a { color: blue; } a:hover { color: #00f; } a:active { color: #0000ff;} a:focus {color: rgba(0, 0, 255, 1);}

39 Let s write some CSS!

40 Thank You

The package provides not only Roman fonts, but also sans serif fonts and

The package provides not only Roman fonts, but also sans serif fonts and The package provides not only Roman fonts, but also sans serif fonts and typewriter fonts. Times Roman Condensed (c, n). 0123456789, $20, C30, 60. Naïve Æsop s Œuvres in français were my first reading.

More information

Software Engineering Research Group MSc Thesis Style

Software Engineering Research Group MSc Thesis Style Software Engineering Research Group MSc Thesis Style Version of July 5, 2007 Leon Moonen Software Engineering Research Group MSc Thesis Style THESIS submitted in partial fulfillment of the requirements

More information

lloyd s coverholders brand GUIDELINES

lloyd s coverholders brand GUIDELINES lloyd s coverholders brand GUIDELINES contents Introduction Quick questions Part One: How may I describe my relationship with Lloyd s? Part Two: How may I use the Coverholder at Lloyd s logo? Further information

More information

Poster Design Tips. Academic Technology Center

Poster Design Tips. Academic Technology Center Poster Design Tips Academic Technology Center Colors White Background Recommended Full-color backgrounds will be charged extra Use Borders, Images and Graphics to add some color instead Colors Keep it

More information

(or remove the package call from the preamble of this document).

(or remove the package call from the preamble of this document). Example for pageslts keys This example demonstrates the most common uses of package pageslts, v1.2c as of 2014/01/19 (HMM). The used options were pagecontinue=true, alphmult=ab, AlphMulti=AB, fnsymbolmult=true,

More information

Canada. MEETING AND TRADESHOW PUBLIC RELATIONS: A HOW-TO GUIDE Get the Most out of Your Meeting and Tradeshow Investment. June 8 12 HOW-TO GUIDE

Canada. MEETING AND TRADESHOW PUBLIC RELATIONS: A HOW-TO GUIDE Get the Most out of Your Meeting and Tradeshow Investment. June 8 12 HOW-TO GUIDE IN S ET 1 MI 20 3 1 MI 20 3 RY TH 60 A N N IV E R S A N N U AL M E ET RY TH A G A N N IV E R S IN 60 A G NM NM IN A N N IV E A N N U AL M E S 1 A N N U AL M E ET MEETING AND TRADESHOW PUBLIC RELATIONS:

More information

PREVIEW Health Plans. Partner Resources Small Businesses Medi-Cal. Other Languages

PREVIEW Health Plans. Partner Resources Small Businesses Medi-Cal. Other Languages Header Message Header for Members Message Here Including Lorem ipsom norte Content elibri yiun for entor the fentori Member semplor sririmt Page emptri yi sru frep sortnis. Lorem ipsom norte elibri entor

More information

Public Relations: A How-To Guide for SNMMI Chapters

Public Relations: A How-To Guide for SNMMI Chapters Public Relations: A How-To Guide for SNMMI Chapters The Importance of Public Relations Public relations is about managing perceptions and making a good impression. It s about storytelling, and our job

More information

Graphic Standards Marketing Department. www.oit.edu. Hands-on education for real-world achievement.

Graphic Standards Marketing Department. www.oit.edu. Hands-on education for real-world achievement. Graphic Standards Marketing Department www.oit.edu Hands-on education for real-world achievement. Hello, you can call us Oregon Tech for short. Oregon Tech wishes to present a consistent identity to the

More information

IDENTITY BRANDING DANIEL DURKEE

IDENTITY BRANDING DANIEL DURKEE IDENTITY BRANDING DANIEL DURKEE DURKEE IDENTITY BRANDING INTRODUCTION VISION My previous logo lacked a clean design and it relied heavily on gradients to represent the fluid design of the letters D C D

More information

Logo and Design Guidelines for Solution Partners

Logo and Design Guidelines for Solution Partners Logo and Design Guidelines for Solution Partners April 2011 version 4.0 1 TABLE OF CONTENTS 1 INTRODUCTION 2 LOGOS 3 COLORS 4 TYPOGRAPHY 5 GRAPHICS 6 TEMPLATES 7 CONTACT 2 1 INTRODUCTION WELCOME to the

More information

A Crash Course in Internet Marketing.» A Crash Course in Internet Marketing

A Crash Course in Internet Marketing.» A Crash Course in Internet Marketing A Crash Course in Internet Marketing Internet Marketing is a broad field that encompasses SEO, PPC, Video, Social Media, and Websites Internet Marketing is important for local businesses in particular

More information

Milestone Marketing Method www.unkefer.net

Milestone Marketing Method www.unkefer.net & associates Marketing & Branding Your Business & associates Fundamentally, your business runs on the quality of the relationships you develop. The Mile Stone Marketing Method (M 3 ) puts you in a position

More information

Portfolio 2012. Matteo Rosin. Mobile +39 349 5308547 E-mail info@ithinkgraphic.com Web ithinkgraphic.com Skype matteo.rosin

Portfolio 2012. Matteo Rosin. Mobile +39 349 5308547 E-mail info@ithinkgraphic.com Web ithinkgraphic.com Skype matteo.rosin Portfolio 2012 Matteo Rosin Mobile +39 349 5308547 E-mail info@ithinkgraphic.com Web ithinkgraphic.com Skype matteo.rosin Portfolio 2012 Brand ID Wol Trading Ltd 2012 Progetto Restyling logo Web design

More information

Le book. www.coupdouest.nc

Le book. www.coupdouest.nc Le book www.coupdouest.nc 3, rue Émile Zola - Baie de l Orphelinat - 98800 Nouméa - Nouvelle-Calédonie Tél. (+687) 28 14 20 - contact@coupdouest.nc Ridet: 891440.001 - A.P.E.: 744B Le book www.coupdouest.nc

More information

Have a question? Talk to us...

Have a question? Talk to us... A. Home (Level 1) Philosophy Overview & Methods Curriculum Philosophy & Overview Methods Classroom Curriculum Training Overview Continuing Classroom Training Education Student Continuing Testimonials Education

More information

A Guide to the Utah State University Visual Identity Program. www.usu.edu/prm/identity. Edition One (v8, 02/10/2015)

A Guide to the Utah State University Visual Identity Program. www.usu.edu/prm/identity. Edition One (v8, 02/10/2015) A Guide to the Utah State University Visual Identity Program www.usu.edu/prm/identity Edition One (v8, 02/10/2015) 2 table of contents Letter from the President.... 3 Introduction.... 4 Approval process...

More information

Skills Guide: How to write a press release

Skills Guide: How to write a press release Skills Guide: How to write a press release Who is Who? Who? Communications was created by Will Hoyles, a public relations and communications expert with over six years experience of delivering high quality

More information

WNM 210 - Visual Design & Typography Academy of Art University Jessica Hall - halica84@gmail.com

WNM 210 - Visual Design & Typography Academy of Art University Jessica Hall - halica84@gmail.com San Francisco Cable Car Museum WNM 210 - Visual Design & Typography Academy of Art University Jessica Hall - halica84@gmail.com History & Present Status History Overview: Established in 1974, the Cable

More information

NEW AND UNIFIED TEMPLATES FOR CANADIAN ACOUSTICS ARTICLES

NEW AND UNIFIED TEMPLATES FOR CANADIAN ACOUSTICS ARTICLES NEW AND UNIFIED TEMPLATES FOR CANADIAN ACOUSTICS ARTICLES Cécile Le Cocq 1, Jérémie Voix 2, and Lucius Munatius Plancus 2 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis varius. 2 Etiam

More information

No 1 NYU IDENTITY LOGO BASICS

No 1 NYU IDENTITY LOGO BASICS No 1 NYU IDENTITY LOGO BASICS 470,000ALUMNI 48,000STUDENTS 9,000 EMPLOYEES 3,100 FULL-TIME FACULTY 2,500 COURSES OFFERED 130COUNTRIES Represented 18SCHOOLS 11 STUDY AWAY SITES 3DEGREE GRANTING CAMPUSES

More information

vehicle tracking & fleet management system

vehicle tracking & fleet management system vehicle tracking & fleet management system about arvento Arvento was founded in 2005 with one goal in mind, to provide rich, reliable vehicle tracking systems for Turkey and world. Today, Arvento as one

More information

Inventory Planning Methods: The Proper Approach to Inventory Planning

Inventory Planning Methods: The Proper Approach to Inventory Planning retail consulting Inventory and Planning industry Methods thought! 1 leadership Inventory Planning Methods: The Proper Approach to Inventory Planning! Inventory Planning Methods! 2 Merchandise planning

More information

business model WE ARE A START-UP targeted to COMPANIES and to MEETING, EVENT & TRAINING PROFESSIONALS

business model WE ARE A START-UP targeted to COMPANIES and to MEETING, EVENT & TRAINING PROFESSIONALS business model WE ARE A START-UP based on SaaS business model (Software as a Service) targeted to COMPANIES and to MEETING, EVENT & TRAINING PROFESSIONALS delivering a unique-on-the-market INTEGRATED GUEST

More information

ACS Mexico Our Goal Is Service

ACS Mexico Our Goal Is Service ACS Mexico Our Goal Is Service ACS Mexico is the offshore operation that is closest to the heart of Xerox and the rest of the world. Spanning four sites in Hermosillo, Juarez, Monterrey and Reynosa our

More information

Argus. One Page Responsive Template. themelock.com. <a class="read-more" id="news-1" href="popup/news_1.html"></a>

Argus. One Page Responsive Template. themelock.com. <a class=read-more id=news-1 href=popup/news_1.html></a> Argus One Page Responsive Template Thanks for purchasing the template and for supporting our work. Argus is our new fancy template. Responsive, clean and professional look with sleek design will satisfy

More information

European E-Commerce, E-Fulfilment and Job Creation

European E-Commerce, E-Fulfilment and Job Creation European E-Commerce, E-Fulfilment and Job Creation October 2015 As grows and evolves, so too will the supply chains, facilities and talent that support the critical functions of e-fulfilment. E-fufilment

More information

Graphic Identity Standards Guide

Graphic Identity Standards Guide Graphic Identity Standards Guide MARCH 2014 EDITION Date of Issue: PHase 2, March 2014 This guide is a publication of The office of Communications, Marketing and Brand Management, The College of New Jersey

More information

Graduate Research School Thesis Format Guide

Graduate Research School Thesis Format Guide Graduate Research School Thesis Format Guide The Graduate Research School A guide for candidates preparing to submit their thesis for examination GRADUATE RESEARCH SCHOOL The University of New South Wales

More information

BRAND GUIDELINES. Version 1.1 September 09

BRAND GUIDELINES. Version 1.1 September 09 BRAND GUIDELINES Version 1.1 September 09 1 Contents The Story Behind Our Identity 04 Where the wandering water gushes From the hills above Glen Car The New IT Sligo Logo 05 The Name of the Institute &

More information

Text. Basic typography. Keep your eyes open! Typography Defined. Identify these logos 2012-03-12. Legibility. Playful l interaction

Text. Basic typography. Keep your eyes open! Typography Defined. Identify these logos 2012-03-12. Legibility. Playful l interaction Sonnoli Text Basic typography Legibility Most of the time test is there to read Size, font, colour contrast against background Playful l interaction ti text as image, illustration, inspiration, decoration

More information

Volkswagen Service Corporate Design Manual. Last revised: July 2012

Volkswagen Service Corporate Design Manual. Last revised: July 2012 Corporate Design Manual Last revised: July 2012 2 Contents Contents Introduction 3 Das Auto 4 Visual Elements 5 Icons 6 Icon application 7 Brand 8 Dealer ad without grid 9 Retail Offers 10 Retails Sub-Brands

More information

Master of Education in Curriculum and Instruction

Master of Education in Curriculum and Instruction Western New England University, 1215 Wilbraham Road, Springfield MA Visit: education.wne.edu Call: (877) 704-5366 Master of Education in Curriculum and Instruction Master of Education in Curriculum and

More information

A collection of Ray White properties across Australia & New Zealand for CCPIT members

A collection of Ray White properties across Australia & New Zealand for CCPIT members A collection of Ray White properties across Australia & New Zealand for CCPIT members MAY 2015 RAY WHITE S AUSTRALASIAN FOOTPRINT CONTENT 05 Welcome 07 Ray White Group 09 New China desk 11 Introducing

More information

lloyd s BROKERs brand guidelines

lloyd s BROKERs brand guidelines lloyd s BROKERs brand guidelines contents Introduction Quick questions Part One: How may I describe my relationship with Lloyd s? Part Two: How may I use the Broker at Lloyd s logos? Promotional material

More information

Abilene Christian University. Graduate School. Doctor of Ministry Thesis Sample Pages

Abilene Christian University. Graduate School. Doctor of Ministry Thesis Sample Pages Abilene Christian University Graduate School Doctor of Ministry Thesis Sample Pages Updated August 2015 ABSTRACT This doctor of ministry thesis presents the findings of a project in which I led a group

More information

M c N A L L Y J A C K S O N. DIY Formatting Guide. Espresso Book Machine

M c N A L L Y J A C K S O N. DIY Formatting Guide. Espresso Book Machine M c N A L L Y J A C K S O N DIY Formatting Guide for the Espresso Book Machine 2012 Design by Beth Steidle Copyright 2012 by McNally Jackson C O N T E N T S BOOK BLOCK Basics...5 What is a Book Block?...6

More information

No 3 NYU IDENTITY DESIGN GUIDE

No 3 NYU IDENTITY DESIGN GUIDE No 3 NYU IDENTITY DESIGN GUIDE Visual identity is more than a logo. NYU is a large and diverse community where individual expression is celebrated, as it should be. Rather than create new logo marks, we

More information

Sales Playbook Sales Planning Manager

Sales Playbook Sales Planning Manager INSERT LOGO Sales Playbook Sales Planning Manager 1 We would like to develop a Sales Playbook to increase the retention and effectiveness of new hires Situation Currently,

More information

Branding Standards Draft 2 - May 2012

Branding Standards Draft 2 - May 2012 Branding Standards Draft 2 - May 2012 Table of Contents 3 4 5 11 15 17 21 24 26 28 29 30 Welcome! Who We Are Logo Usage Logo Usage - What to Avoid Written Style Typography Colour Palette Photography Graphics

More information

about arvento www.arvento.com

about arvento www.arvento.com about arvento Arvento Mobile Systems is a technology company based in Turkey, specialized in designing, developing and manufacturing mobile tracking technologies and telematics products. Arvento is one

More information

DFP Wealth Management Ltd

DFP Wealth Management Ltd DFP Wealth Management Ltd In eget sapien vitae massa Aliquam dapibus ipsum vitae sem. Nulla vestibulum eleifend nulla. Suspendisse sem lorem, ornare non. Nulla quis nibh. Proin ac pede vel ligula Suspendisse

More information

GUIDE TO UNDERSTANDING AND APPLYING THE DON DIFFERENCE TEMPLATES AND DIGITAL ASSETS

GUIDE TO UNDERSTANDING AND APPLYING THE DON DIFFERENCE TEMPLATES AND DIGITAL ASSETS GUIDE TO UNDERSTANDING AND APPLYING THE DON DIFFERENCE TEMPLATES AND DIGITAL ASSETS 15-05-1670-d v.01 August 11, 2015 Purpose of this Manual The guidelines in this manual are designed to create a flexible

More information

Mobile Applications : Easy Events

Mobile Applications : Easy Events Mobile Applications : Easy Events Introducing Easy Events - now anyone can create events. The toolset provided caters for any sized event from a corporate movie night to local book signing. Photoshop,

More information

BUILD YOUR BOOK. Basic Book Design. Type & Typography. Parts of a Book. From Ms to Book. Walton Mendelson

BUILD YOUR BOOK. Basic Book Design. Type & Typography. Parts of a Book. From Ms to Book. Walton Mendelson BUILD YOUR BOOK Basic Book Design Type & Typography Parts of a Book From Ms to Book Walton Mendelson One-Off Press Prescott, AZ 2009 Copyright 2009 Walton Mendelson All rights reserved under International

More information

Film4 Off-air Identity Style Guide

Film4 Off-air Identity Style Guide Film4 Off-air Identity Style Guide Film4 style guide contents 1. On-air identity style guide 2. Off-air identity style guide 2.1.1 The Logo 2.1.2 Logo keyline 2.1.3 Logo position 2.1.4 Isolation area 2.1.5

More information

Start the Converstation

Start the Converstation Topics Windows 8 What s New Mobile Productivity Management Common Objections Virtualization Business Tablets Security Start the Converstation Windows 8 Editions bile ductivity Management Common Objections

More information

Escrito por Esporte Concentração Qua, 25 de Fevereiro de 2009 01:41 - Última atualização Ter, 20 de Julho de 2010 11:16

Escrito por Esporte Concentração Qua, 25 de Fevereiro de 2009 01:41 - Última atualização Ter, 20 de Julho de 2010 11:16 This page presents most of typographical aspects of JA Quartz 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

[Title] M A S T E R T H E S I S. [Month] [Year] Prof. Dr. Jacques PASQUIER ROCHA & Dr. Patrik FUHRER Software Engineering Group. [Other supervisors]

[Title] M A S T E R T H E S I S. [Month] [Year] Prof. Dr. Jacques PASQUIER ROCHA & Dr. Patrik FUHRER Software Engineering Group. [Other supervisors] [Title] [Subtitle] M A S T E R T H E S I S [FIRSTNAME] [LASTNAME] [Month] [Year] Thesis supervisors: Prof. Dr. Jacques PASQUIER ROCHA & Dr. Patrik FUHRER Software Engineering Group [Other supervisors]

More information

ibooks Identity Guidelines September 2013

ibooks Identity Guidelines September 2013 is Identity Guidelines September 2013 Contents Overview 3 is Badge Basics 4 Graphic Standards 5 Do s and Don ts 6 Examples 7 Promoting Your s Basics 8 Terminology 9 Do s and Don ts 10 Additional Tools

More information

lloyd s UNDERWRITERS brand guidelines

lloyd s UNDERWRITERS brand guidelines lloyd s UNDERWRITERS brand guidelines contents Introduction Quick questions Part One: How may I describe my relationship with Lloyd s? Part Two: How may I use the Lloyd s Underwriters logos? Promotional

More information

Anecdote Keystroke logging: general

Anecdote Keystroke logging: general Observing and analysing digital writing processes with Inputlog & Introduction Faculty of Applied Economics Department of Management Teaching: Business Communication (Dutch) Research group on Writing and

More information

How To Design A History Day Exhibit

How To Design A History Day Exhibit National History Day Making Exhibits Original Presentation made by Wanda Chin, Exhibition and Design Director at the University of Alaska Museum of the North, on November 29, 2006. 1 Category Rules: Exhibit

More information

Magento Theme Instruction

Magento Theme Instruction Magento Theme Instruction We are extremely happy to present Metros Magento theme to you, it is designed and developed by highly qualified Designer & Developers in a way that make it usable for any type

More information

Print Less. Save More.

Print Less. Save More. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut molestie scelerisque ante. Cras libero tortor, bibendum vitae, ornare vel, nonummy id, lorem. Cras sed risus sed libero luctus sagittis. Nulla

More information

Sample Brand Strategy. // LAST MODIFIED May 14, 2014 BY CHRIS FORD //

Sample Brand Strategy. // LAST MODIFIED May 14, 2014 BY CHRIS FORD // Sample Brand Strategy // LAST MODIFIED May 14, 2014 BY CHRIS FORD // INTRODUCTION This document will define the most important aspects of your brand: your brand vision, brand values, the identity of your

More information

Thetris Project Brand Book

Thetris Project Brand Book Thetris Project Brand Book THEmatic Transnational church Route development with the Involvement of local Society www.thetris.eu Table of Contents Logotype Introduction 1 Logo 3 Colors 4 Basic Variation

More information

The last Budget was seen as the Pension Budget this one is seen as the Savers Budget.

The last Budget was seen as the Pension Budget this one is seen as the Savers Budget. Better Financial Planning Budget Report 2015 From Austerity to Prosperity? George Osborne said in his 2015 Budget on March 18th, that they will use whatever resources they have to get the deficit down.

More information

Clair Smith clairssmith.co Practice of Design Michael Salamon

Clair Smith clairssmith.co Practice of Design Michael Salamon Clair Smith clairssmith.co Practice of Design Michael Salamon TABLE OF CONTENTS: overview of the project / process research / goals brainstorming / sketches type studies / layout customer journey gantt

More information

Magento Theme Instruction

Magento Theme Instruction Magento Theme Instruction We are extremely happy to present Holiday Magento theme to you, it is designed and developed by highly qualified Designer & Developers in a way that make it usable for any type

More information

Considering the economic implications as educational institutions expand online learning initiatives.

Considering the economic implications as educational institutions expand online learning initiatives. Vviewpoints doi:10.1145/2436256.2436264 Michael A. Cusumano Technology Strategy and Management Are the Costs of Free Too High in Online Education? Considering the economic implications as educational institutions

More information

FRANCHISE OPPORTUNITY 2014/15

FRANCHISE OPPORTUNITY 2014/15 FRANCHISE OPPORTUNITY 2014/15 #CARRA "A lot of guys come out of football or have just fallen short of being a player, and need a new opportunity, they have the capabilities to coach but need a leg up,

More information

Tuto News - Summer 2015

Tuto News - Summer 2015 In eget sapien vitae massa Tuto News - Summer 2015 Annuities Aliquam dapibus ipsum vitae sem. Nulla vestibulum eleifend nulla. Suspendisse sem lorem, ornare non. Nulla quis nibh. Proin ac pede vel ligula

More information

Presbyterian College. This is our promise. Style Guide for the Presbyterian College Brand

Presbyterian College. This is our promise. Style Guide for the Presbyterian College Brand This is our promise Style Guide for the Brand Introduction PC has adopted a new branding strategy. The goal is to establish what makes us unique, and to strengthen our reputation among our constituents.

More information

BIG DATA AND ITS BIG POTENTIAL:

BIG DATA AND ITS BIG POTENTIAL: BIG DATA AND ITS BIG POTENTIAL: Exploring Opportunity at the Intersection of the Smart Grid and Human Behavior Behavior Energy and Climate Change Conference November 19, 2013 What potential does big data

More information

An Example of the Usage of the Tufte-Handout Style 1

An Example of the Usage of the Tufte-Handout Style 1 An Example of the Usage of the Tufte-Handout Style The Tufte-LATEX Developers June 2, 205 Inspired by Edward R. Tufte! This document describes the Tufte handout LATEX document style. It also provides examples

More information

2013-14. CONTENTS Colors Typography Logos Photography Letterhead

2013-14. CONTENTS Colors Typography Logos Photography Letterhead 2013-14 CONTENTS Colors Typography Logos Photography Letterhead brand Standards Colors Primary Color Our primary color is green, Pantone 356. Green symbolizes growth, harmony, hope, healing, life, peace,

More information

A BERKSHIRE MARKETING GROUP CASE STUDY JEFFERSON COMMUNITY COLLEGE

A BERKSHIRE MARKETING GROUP CASE STUDY JEFFERSON COMMUNITY COLLEGE A BERKSHIRE MARKETING GROUP CASE STUDY JEFFERSON COMMUNITY COLLEGE There Really Is More Here With this one simple secret, you can change the world. LEARN MORE AT SUNYJEFFERSON.EDU JEFFERSON COMMUNITY COLLEGE

More information

Title. Principles of Demand Management. Lowest Logical Airfare: Which Policy? Program: Combining Transient Spend with M&E

Title. Principles of Demand Management. Lowest Logical Airfare: Which Policy? Program: Combining Transient Spend with M&E 1 Text Title Insights into Effective Travel Management Issue 6 Global Edition March 21 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse lectus urna, suscipit non fringilla at, dapibus

More information

Milano Design Week 8 13 Aprile Official Circuit of zona Tortona Savona Communications Plan

Milano Design Week 8 13 Aprile Official Circuit of zona Tortona Savona Communications Plan Milano Design Week 8 13 Aprile Official Circuit of zona Tortona Savona Communications Plan Tortona Around Design The new Fuorisalone Design Week at the Zona Tortona-Savona Tortona Around Design is a communications

More information

Uptime Institute Symposium 2010

Uptime Institute Symposium 2010 UNDERWRITER CASE STUDY Uptime Institute Symposium 2010 The Chameleon Data Center: "Transforming to meet your business needs..." By Carlos Garcia de la Noceda, PhD, MBA, Senior Program Manager Tanya M.

More information

EFFICACY RESULTS. Studies illustrating the efficacy, impact and motivation of MyEnglishLabs for adult learners of English

EFFICACY RESULTS. Studies illustrating the efficacy, impact and motivation of MyEnglishLabs for adult learners of English EFFICACY RESULTS Studies illustrating the efficacy, impact and motivation of s for adult learners of English 1 benefits students by providing instant feedback on the exercises which allows them to check

More information

template central INTRODUCTION TO create your own literature from our gallery of designs Login Enquiries: g.higgins@keele.ac.uk

template central INTRODUCTION TO create your own literature from our gallery of designs Login Enquiries: g.higgins@keele.ac.uk VERSION 1 JUNE 2014 INTRODUCTION TO template central create your own literature from our gallery of designs Login Enquiries: g.higgins@keele.ac.uk Marketing Support: 01782 734910 Template Support: keeleuniversity@cds.co.uk

More information

about arvento www.arvento.com

about arvento www.arvento.com about arvento Arvento is the leading fleet telematics and M2M solutions company offering wide range of technology products and solutions. Arvento established in 2005. Within a year, the company caught

More information

Waiting for Their Chance A Closer Look at Wait Lists in Urban Public Charter Schools. By Susan Pendergrass & Nora Kern

Waiting for Their Chance A Closer Look at Wait Lists in Urban Public Charter Schools. By Susan Pendergrass & Nora Kern Waiting for Their Chance A Closer Look at Wait Lists in Urban Public Charter Schools By Susan Pendergrass & Nora Kern May 2015 City, ST 5-year growth in Is there a cap on the number of charter schools?

More information

SEARCH ENGINE OPTIMIZATION WHAT MATTERS?

SEARCH ENGINE OPTIMIZATION WHAT MATTERS? SEARCH ENGINE OPTIMIZATION WHAT MATTERS? 1 What do we want? We want our target group to visit our website and to be able to efficiently use it. 2 How does our target group find our website? Links on blogs,

More information

Graphic standards guide

Graphic standards guide Graphic standards guide Pantone Pantone Black Pantone 492 C Pantone 7413 C Pantone 173 C Quadricromia Quadricolour Quadrichromie Cuatricromia Preto/Black/Noir/Negro/K C50% / M100% / Y90% / K0% C10% / M55%

More information

Event Management Database Retrofit Analysis and Design

Event Management Database Retrofit Analysis and Design Event Management Database Retrofit Analysis and Design Database Design and Management Class Final Project MASY-GC-2500 Fall 2014 Instructor: Marc S. Paller Submitted By: Fangzhou Cheng Submitted On: October

More information

EUROPEANA BRAND GUIDELINES

EUROPEANA BRAND GUIDELINES Venus and Adonis, Bartholomeus Spranger, c.1585 -c.1590. Rijksmuseum Amsterdam, Public Domain EUROPEANA BRAND GUIDELINES Europeana 2015 Contents About Europeana 3 Europeana brand values 4 Europeana brand

More information

Tecumseh Lies Here: Goals and Challenges for a Pervasive History Game in Progress

Tecumseh Lies Here: Goals and Challenges for a Pervasive History Game in Progress Tecumseh Lies Here: Goals and Challenges for a Pervasive History Game in Progress Timothy Compeau and Robert MacDougall Playing With Technology in History Conference (Pastplay) Niagara-on-the-Lake, Canada

More information

Meet Your Action Learning Coaches

Meet Your Action Learning Coaches Home Welcome to the Regional Leadership Program Manager Certification course website! Here you will find all the learning modules and content materials we will engage with over the next 12 weeks. Please

More information

TOASTMASTERS INTERNATIONAL. District and Club Leader Brand Manual

TOASTMASTERS INTERNATIONAL. District and Club Leader Brand Manual TOASTMASTERS INTERNATIONAL District and Club Leader Brand Manual PURPOSE This brand manual was created to help you understand the Toastmasters International brand. We believe that when you use these standards,

More information

CYBER SECURITY EXAMINATION GUIDANCE

CYBER SECURITY EXAMINATION GUIDANCE CYBER SECURITY EXAMINATION GUIDANCE NCUA CYBER SECURITY EXAMS OLD WINE IN NEW BOTTLES? In a March 10, 2014 post to CU Insight, NCUA Board Chair Debbie Matz stated: Lately, I ve been doing a lot of thinking

More information

GadgetStore. Magento Theme Instructions. 8theme 1 GadgetStore Magento Theme Instructions

GadgetStore. Magento Theme Instructions. 8theme 1 GadgetStore Magento Theme Instructions GadgetStore Magento Theme Instructions 8theme 1 GadgetStore Magento Theme Instructions Table of Contents Introduction....3 Features.....4 Installation & Configuration...5 Uploading GadgetStore...6 Homepage...10

More information

Email Best Practices agency creative.

Email Best Practices agency creative. Email Best Practices agency creative. Fall 2011 Email: The Most Successful 1:1 Marketing Platform Ever Created Acxiom s Guide to Email Greatness Part 1: Maps See what the email landscape looks like now...

More information

Version 1.3 / December, 2013 MASTER BRAND IDENTITY DESIGN GUIDELINES

Version 1.3 / December, 2013 MASTER BRAND IDENTITY DESIGN GUIDELINES Version 1.3 / December, 2013 MASTER BRAND IDENTITY DESIGN GUIDELINES Master Brand Identity design guidelines Table of contents Our design DNA... 3 Brand design elements overview... 4 Design elements usage

More information

Rhetorik Email campaign - Guidelines

Rhetorik Email campaign - Guidelines Rhetorik Email campaign - Guidelines 18/06/2013 Version: 1.1 Table of contents 1. INTRODUCTION... 2 2. THE PROCESS... 2 3. WHAT WE NEED TO SET UP THE EMAIL BROADCAST... 2 3.1 Email campaign set up brief...

More information

9 9.1 9.2 9.3 9.4 9.5 9.6 10 10.1 10.2 10.3 10.4 10.5 10.6 11 11.1 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.10 11.11

9 9.1 9.2 9.3 9.4 9.5 9.6 10 10.1 10.2 10.3 10.4 10.5 10.6 11 11.1 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.10 11.11 graphical MANUAL FOR THE LOGO AND VISUAL STYLE OF THE ŠKODA TRANSPORTATION GROUP AND ITS MEMBERS CONTENTS (03) (04) (05) (06) (07) (08) (09) (10) (11) (12) (13) (14) (15) (16) (17) (18) (19) (20) (21)

More information

Juice Rehab. Lunch Box Detox

Juice Rehab. Lunch Box Detox Juice Rehab Lunch Box Detox Breakfast, Lunch and healthy snacks delivered to your door! Healthy, nutritious and all made from Living foods that taste amazing. 1.Radiance This menu plan includes a smoothie,

More information

Brand & Logo Styleguide. Marketing & Communications. The Lone Star College Brand Identity System Updated October 2013. Open Doors

Brand & Logo Styleguide. Marketing & Communications. The Lone Star College Brand Identity System Updated October 2013. Open Doors Marketing & Communications Brand & Logo Styleguide The Lone Star College Brand Identity System Updated Open Doors LSCS Public Information Council Laura Morris (LSCS) Associate Vice Chancellor of Marketing

More information

OVERVIEW. Team Valio. Brief from Valio. Testing Lohkeava Yoghurt. Current Packaging Analysis. Research. Concepts 1-6. Campaign

OVERVIEW. Team Valio. Brief from Valio. Testing Lohkeava Yoghurt. Current Packaging Analysis. Research. Concepts 1-6. Campaign TEAM VALIO OVERVIEW Team Valio Brief from Valio Testing Lohkeava Yoghurt Current Packaging Analysis Research Concepts 1-6 Campaign Ram Sankar Mengqi Kang Anja-Lisa Hirscher Tommi Leskinen Pinja Juvonen

More information

A C L A S S I C T H E S I S S T Y L E. andré miede

A C L A S S I C T H E S I S S T Y L E. andré miede A C L A S S I C T H E S I S S T Y L E andré miede An Homage to The Elements of Typographic Style September 2015 version 4.2 André Miede: A Classic Thesis Style, An Homage to The Elements of Typographic

More information

To the University community:

To the University community: To the University community: This guide is intended to help UMass Dartmouth s departments and divisions communicate in an effective, appropriate fashion with the University s diverse constituencies. Communications

More information

Attaché WebStore offers you a fast set-up, ecommerce solution that is fully integrated with your Attaché Accounting Software.

Attaché WebStore offers you a fast set-up, ecommerce solution that is fully integrated with your Attaché Accounting Software. Attaché WebStore offers you a fast set-up, ecommerce solution that is fully integrated with your Attaché Accounting Software. As an Importer, Wholesaler or Retailer you have created a substantial business

More information

Visual Identity. Standards Guide Updated: March, 2013

Visual Identity. Standards Guide Updated: March, 2013 Visual Identity Standards Guide Updated: March, 2013 1 Branding Guidelines Table of Contents BRAND OVERVIEW 3 About these guidelines 4 IDENTITY GUIDELINES 5 Identity Standards 6 Logo History 7 LOGO 8 Official

More information

what is p. 3 la bufala è servita Identity Design p. 20 Web Brochure p. 6 Magazine Design p. 10 Web Design p. 16 Video Design p. 26 Mix technique p.

what is p. 3 la bufala è servita Identity Design p. 20 Web Brochure p. 6 Magazine Design p. 10 Web Design p. 16 Video Design p. 26 Mix technique p. INDEX what is bubble? p. 3 grafiche celori Web Brochure p. 6 eco zona Magazine Design p. 10 iuxs Web Design p. 16 la bufala è servita Identity Design p. 20 nessuno s.a. Video Design p. 26 illustrazione

More information

Replacement Conservatories

Replacement Conservatories Replacement Conservatories The cost-effective way to revive your tired conservatory My dream... Rediscover the conservatory way of living Your conservatory will have been an impressive show piece when

More information

Timberview High School

Timberview High School Timberview High School PRE-ADVANCED PLACEMENT AND ADVANCED PLACEMENT ENGLISH I, II, III, & IV Required Summer Reading Purpose: The purpose of MISD high school summer reading is for students to be exposed

More information