Colors
LFG Red | Asphalt | Black |
---|---|---|
Gray | Cloud | White |
---|---|---|
Typography
Body Text - Work Sans 21px 400
A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.
H1 Hero Intro
Work Sans Regular - 118px 400
H1
Work Sans Black - 118px 900
H2
Work Sans Black - 44px 900
H3
Work Sans Black - 25px 900
H3 redtext (animated)
H4
Work Sans Black - 18px 900
H5
Work Sans - 30px 500
Asphalt Blocks
This is some content within an asphalt block. You can see the lines that go up the sides, and that we need white text for reading.
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.
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.
Buttons
A graphical control element that provides the user a simple way to trigger an event, like redirecting to a new page, interaction with dialog boxes, or confirming an action. Buttons may be identified in the code by using either the tag button, or applying the button class to another tag (most typically an a tag).
In most cases and to support UI/UX best-practices, buttons that offer simple links to another page or site should be replaced with text links, reserving the button tag for when an action is being taken or code executed.
Blockquotes
A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text. Blockquotes have been programmed with shortcodes to maintain our standardization rules. Use the following shortcode in your text, and you will get a blockquote:
Blockquotes may or may not include the following additional options:
- cite - The source of your quote or information.
- url - You can include a link to another site or page also. If used in conjunction with the 'cite' variable, the cite will be the link text. If on it's own, the link will be shown.
Lists
Ordered List
- List Item 1
- List Item 2
- List Item 3
Unordered List
- List Item 1
- List Item 2
- List Item 3
Work Sans Medium 18px Asphalt
This is another accordion section.
ADDITIONAL CLASSES THAT CAN BE APPLIED
.hero-intro:
H1 hero-intro
H2 hero-intro
.bodystyle:
H3 bodystyle
.subheading:
H3 subheading
.redtitle:
H3 redtitle
.dropcap:
Dropcap used to highlight the start of a sentence, useful on blogs.
HTML5 Test Page
This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.
Text
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraphs
A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.
Blockquotes
A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.
It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.
Said no one, ever.
Lists
Definition list
- Definition List Title
- This is a definition list division.
Ordered List
- List Item 1
- List Item 2
- List Item 3
Unordered List
- List Item 1
- List Item 2
- List Item 3
Horizontal rules
Tabular data
Table Heading 1 | Table Heading 2 | Table Heading 3 | Table Heading 4 | Table Heading 5 |
---|---|---|---|---|
Table Footer 1 | Table Footer 2 | Table Footer 3 | Table Footer 4 | Table Footer 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Code
Keyboard input: Cmd
Inline code: <div>code</div>
Sample output: This is sample output from a computer program.
Pre-formatted text
P R E F O R M A T T E D T E X T ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~
Inline elements
Strong is used to indicate strong importance.
This text has added emphasis.
The b element is stylistically different text from normal text, without any special importance.
The i element is text that is offset from the normal text.
The u element is text with an unarticulated, though explicitly rendered, non-textual annotation.
This text is deleted and This text is inserted.
This text has a strikethrough.
Superscript®.
Subscript for things like H2O.
This small text is small for for fine print, etc.
Abbreviation: HTML
This text is a short inline quotation.
This is a citation.
The dfn element indicates a definition.
The mark element indicates a highlight.
The variable element, such as x = y.
The time element:
HTML Comments
There is comment here:
There is a comment spanning multiple tags and lines below here.