Skip to main content
Search Jobs

Search Jobs

Style Management

The following labels refer to styling options/classes in the "STYLE" dropdown menu located in the toolbar in every Custom HTML Module's content editor:

Heading Text:

Heading 1

Heading 2

Heading 3

Heading 4

Body Text:

Copy Large

Copy Medium

Text Color:

♦ Default

♦ Blue

♦ Sky

♦ Red

♦ Teal

♦ Denim

♦ White

♦ Crimson

Buttons & Links* **:

This is an Inline Link.

*Use your mouse to hover over links in order to see their hover states.

**Before applying any of these link styles, make sure that the element you're applying the style to is ALREADY a link. See Custom HTML Modules: Content Editor (WYSIWYG) FAQs to learn how to add a link inside your content editor.

Spacing:

Lorem ipsum dolor sit amet.

↑ Margin Top 10px

Lorem ipsum dolor sit amet.

↑ Margin Top 15px

Lorem ipsum dolor sit amet.

↑ Margin Top 20px

Lorem ipsum dolor sit amet.

↑ Margin Top 32px

Page Templates

What page templates are available to create new pages with?

The following page templates are available in the "CMS Primary Theme" theme:

In which theme should I create my page? / Which theme should my page be assigned to?

To use one of the page templates, you must create your page inside the theme where the desired page template resides. You may later assign the page to another theme if needed.

See General Advice & FAQs for more details.

What if I don't need all the sections used in a template?

Before using a CMS page template to create a page, determine if you’re going to need all the sections used in that template. Then, after using the template to create a new page, remove the sections from the page which aren’t needed BEFORE SAVING THE NEW PAGE. This prevents those sections from ever being created and we avoid cluttering the system with unused sections and modules.

Can I create a CMS page without using one of the CMS Page Templates?

See General Advice & FAQs.

Custom HTML Modules: Content Editor (WYSIWYG) FAQs

How do I replace placeholder ("lorem ipsum") or unwanted text content?

The content editor can be finicky. To replace placeholder or unwanted text, we recommend that you first click the “BLOCKS” button in the toolbar to reveal outlines surrounding block-level elements. Then, select the text you wish to replace and type in your desired text. Or, you can place your cursor at the end of the text you want to replace, add your desired text, and then select and delete the placeholder text preceding it. We do NOT recommend selecting all placeholder text in the editor and deleting it before you add your desired content. As a result you may accidentally erase necessary markup that the content depends on. It is always best to edit text elements one at a time rather than deleting everything you don’t want from the start.

Can I copy/paste from other sources?

Be very careful when copy/pasting text content from other sources into a Custom HTML module's content editor. When copying from an external document, take steps to ensure the text you are copying is plain text (as opposed to rich text.) When copying from a web page, make sure you are ONLY including text and not actual HTML tags (<p>, <br>, etc.) as this could result in unintended styling/format inconsistencies.

How do I change the appearance of text content (color, font size, etc)?

The "STYLE" dropdown in the toolbar can be used to edit the styling/appearance of content. Keep in mind that when you add a style from the dropdown, it does not overwrite other styles previously applied to the element. This allows greater flexibility in cases where you may need more than one style applied, but you will need to remember to uncheck undesired styles after applying them.

Please refer to Style Management for examples of classes/styles you may apply.

Keep in mind that changing the appearance or styles of text should be done SPARINGLY - for the sake of consistency across pages, it is best to stick with the module's default styling whenever possible.

How do I add/edit a link?

The "insert/edit link" button in the toolbar is used to create and modify links:

To create a new link, type your desired link text within the content editor, select it, and then click the "insert/edit link" button. This may be tricky if you're creating a new link next to an already-existing link. To do this, place your cursor at the end of the existing link's text and then press the right arrow key, so your cursor is outside the existing link. Then, type the new link's text, select it and click the "insert/edit link" button.

To modify an existing link, click into the middle of the link text within the content editor, then click the "insert/edit link" button.

Note: Using proper link text is very important. For more details, see "Does it matter what I use for [clickable] link text?" in General Advice & FAQs.

How do I add/edit an image?

The "asset picker" button in the toolbar allows you to add images into the content editor. To modify an existing asset, click the asset and then click the "asset picker" button. Not all custom HTML modules were made with the intent to have an image placed in them. (Tip: If your default placeholder content did not contain an image, you should probably avoid adding one with this tool.)

Note: If you're including an image in a Custom HTML module, remember to consider the image alt text (which is editable through the "asset picker" button), and include a value when necessary. For more details, see "Do I need to update/include alt text for every image?" in General Advice & FAQs.

How do I add a code snippet?

The "insert code snippet" button in the toolbar adds pre-made snippets of code into the content editor. Note that code snippets are often (but not always) used as a way to revert either the entire content of a Custom HTML Module to its default state, or to revert a part of its content to its original state. In many cases you will not need to use code snippets unless you're attempting to "fix" a module (i.e. bring back original content which was since removed.)

Additionally, code snippets are used as a way to add specific html into your content editor that is either difficult or impossible to achieve without editing the actual source code.

IMPORTANT: Be very careful to only use code snippets that are intended for use in the specific module you’re editing. In most cases the name of the code snippet should partially or exactly match the name of the module you’re editing. A list of all code snippets that are intended for use within a module will appear in that module's parent section's documentation in the Section Guide. Do not use a code snippet when the section name in the title of the code snippet does not match the section you are currently editing. For example, if you're editing a section created from a section template labeled as "Section 1" you should only be using code snippets whose titles include "Section 1."

I've messed up my edits and would like to revert to the original "lorem ipsum" placeholder content. Is there a way to do that?

Check to see if the module you're editing has a default code snippet available. The name of the snippet should match the name of your module (minus the given section name prefix.) If so, you may delete the entire content and then insert the appropriate code snippet. Some modules don't have default code snippets available, but they may have other snippets which could replace specific portions of your content.

Does it matter which levels of headings (H1, H2, etc) I use in my content?

Yes. For SEO and accessibility purposes, it is important that your page’s heading structure is hierarchical. This means that your page’s top heading needs to be an h1 heading.

You should also be careful to avoid skipping heading levels (i.e. using an h3 heading before an h2 has been used, etc.) If you need to change the appearance of a heading without changing the level, apply one of the heading classes from the content editor's "STYLE" dropdown (see Style Management for a list of these heading style classes.)

Custom HTML Modules: Content Editor (WYSIWYG) FAQs

How do I replace placeholder ("lorem ipsum") or unwanted text content?

The content editor can be finicky. To replace placeholder or unwanted text, we recommend that you first click the “BLOCKS” button in the toolbar to reveal outlines surrounding block-level elements. Then, select the text you wish to replace and type in your desired text. Or, you can place your cursor at the end of the text you want to replace, add your desired text, and then select and delete the placeholder text preceding it. We do NOT recommend selecting all placeholder text in the editor and deleting it before you add your desired content. As a result you may accidentally erase necessary markup that the content depends on. It is always best to edit text elements one at a time rather than deleting everything you don’t want from the start.

Can I copy/paste from other sources?

Be very careful when copy/pasting text content from other sources into a Custom HTML module's content editor. When copying from an external document, take steps to ensure the text you are copying is plain text (as opposed to rich text.) When copying from a web page, make sure you are ONLY including text and not actual HTML tags (<p>, <br>, etc.) as this could result in unintended styling/format inconsistencies.

How do I change the appearance of text content (color, font size, etc)?

The "STYLE" dropdown in the toolbar can be used to edit the styling/appearance of content. Keep in mind that when you add a style from the dropdown, it does not overwrite other styles previously applied to the element. This allows greater flexibility in cases where you may need more than one style applied, but you will need to remember to uncheck undesired styles after applying them.

Please refer to Style Management for examples of classes/styles you may apply.

Keep in mind that changing the appearance or styles of text should be done SPARINGLY - for the sake of consistency across pages, it is best to stick with the module's default styling whenever possible.

How do I add/edit a link?

The "insert/edit link" button in the toolbar is used to create and modify links:

To create a new link, type your desired link text within the content editor, select it, and then click the "insert/edit link" button. This may be tricky if you're creating a new link next to an already-existing link. To do this, place your cursor at the end of the existing link's text and then press the right arrow key, so your cursor is outside the existing link. Then, type the new link's text, select it and click the "insert/edit link" button.

To modify an existing link, click into the middle of the link text within the content editor, then click the "insert/edit link" button.

Note: Using proper link text is very important. For more details, see "Does it matter what I use for [clickable] link text?" in General Advice & FAQs.

How do I add/edit an image?

The "asset picker" button in the toolbar allows you to add images into the content editor. To modify an existing asset, click the asset and then click the "asset picker" button. Not all custom HTML modules were made with the intent to have an image placed in them. (Tip: If your default placeholder content did not contain an image, you should probably avoid adding one with this tool.)

Note: If you're including an image in a Custom HTML module, remember to consider the image alt text (which is editable through the "asset picker" button), and include a value when necessary. For more details, see "Do I need to update/include alt text for every image?" in General Advice & FAQs.

How do I add a code snippet?

The "insert code snippet" button in the toolbar adds pre-made snippets of code into the content editor. Note that code snippets are often (but not always) used as a way to revert either the entire content of a Custom HTML Module to its default state, or to revert a part of its content to its original state. In many cases you will not need to use code snippets unless you're attempting to "fix" a module (i.e. bring back original content which was since removed.)

Additionally, code snippets are used as a way to add specific html into your content editor that is either difficult or impossible to achieve without editing the actual source code.

IMPORTANT: Be very careful to only use code snippets that are intended for use in the specific module you’re editing. In most cases the name of the code snippet should partially or exactly match the name of the module you’re editing. A list of all code snippets that are intended for use within a module will appear in that module's parent section's documentation in the Section Guide. Do not use a code snippet when the section name in the title of the code snippet does not match the section you are currently editing. For example, if you're editing a section created from a section template labeled as "Section 1" you should only be using code snippets whose titles include "Section 1."

I've messed up my edits and would like to revert to the original "lorem ipsum" placeholder content. Is there a way to do that?

Check to see if the module you're editing has a default code snippet available. The name of the snippet should match the name of your module (minus the given section name prefix.) If so, you may delete the entire content and then insert the appropriate code snippet. Some modules don't have default code snippets available, but they may have other snippets which could replace specific portions of your content.

Does it matter which levels of headings (H1, H2, etc) I use in my content?

Yes. For SEO and accessibility purposes, it is important that your page’s heading structure is hierarchical. This means that your page’s top heading needs to be an h1 heading.

You should also be careful to avoid skipping heading levels (i.e. using an h3 heading before an h2 has been used, etc.) If you need to change the appearance of a heading without changing the level, apply one of the heading classes from the content editor's "STYLE" dropdown (see Style Management for a list of these heading style classes.)

CMS User Notes

How can I add to or update the notes to this section?

Find this section ("CMS Guide - CMS User Notes") in your section list and edit its "CMS Guide - CMS User Notes-Section 1 - Copy" Custom HTML Module to add as many notes as you'd like right here. Be careful to not delete this instructional text, so that it may be referenced later on.

Add your notes below:

Section Guide

Important! Before using a section from this guide, please read the corresponding documentation for that section. Documentation is found above each section in this guide.

Note that section titles are color coded based on which menu they can be found in after clicking the "add section" button on any page:

Red - find this section in the "Use Existing" Menu.
Green - find this section in the "Add New" Menu.

Keep in mind that when you edit a section from the "Use Existing" Menu, you are editing every instance of that section. Sections added via the "Add New" Menu are safe to be edited freely, as a new instance of the section is created every time it's added to a page.

Banner - Image with Text

Suggested Use: Hero Banner

Notes: N/A

Available Code Snippets:

  • Hero - Headline and Excerpt Text 2
WALGREENS

Lorem Ipsum

Lorem Ispum

Banner - Full Width Image with Left Text

Suggested Use: Hero Banner

Notes: N/A

Available Code Snippets:

  • Hero - Headline and Excerpt Text
WALGREENS

Lorem ipsum dolor sit amet

Lorem ipsum

Banner - Image with No Text

Suggested Use: Hero Banner

Notes: N/A

Page Introduction - Headline with Paragraph

Suggested Use: Page Introduction

Notes: Section has more padding/margin for introduction

Available Code Snippets:

  • Introduction - First Section on Page

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Page Section - Headline with Text

Suggested Use: Section with headline and text

Notes:Use this section for section containing copy only

Available Code Snippets:

  • Section Headline and Text

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Headline with Text - Crimson Background

Suggested Use: Text section with link (Crimson Background)

Notes: N/A

Available Code Snippets:

  • Section Headline and Text - Crimson Background

Headline Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sodales id urna ac eleifend. Proin tincidunt sollicitudin mauris at convallis. Praesent et lectus velit. Mauris sit amet nulla pulvinar nibh ornare facilisis quis eget sem. Donec tempor interdum efficitur. Suspendisse potenti. Ut id iaculis lorem.

Link Text

Image and Content - Sky Blue

Suggested Use: Section with image and copy (Sky Blue Background)

Notes: N/A

Available Code Snippets:

  • Image and Content - Text
Team member in blue uniform on a yellow bike in a warehouse

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

2 Col (50-50) - Content and Image - White

Suggested Use: Section with Image and Copy (White Background)

Available Code Snippets:

  • Image and Content - Text
Team member in blue uniform on a yellow bike in a warehouse

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Content and Image - Dark Blue

Suggested Use: Section with Image and Copy (Blue Background)

Notes: N/A

Available Code Snippets:

  • Image and Content - Text (Blue Background)
Team member in blue uniform on a yellow bike in a warehouse

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

2 Col (50-50) - Content and Non-Rounded Video

Suggested Use: Text with Video

Notes: N/A

Available Code Snippets:

  • Video and Content - Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit

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.

2 Col (50-50) - Content and Non-Rounded Video - Clay

Suggested Use: Text with Video

Notes: N/A

Available Code Snippets:

  • Video and Content - Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit

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.

2 Col (50-50) - Content and Circle Image - White

Suggested Use: Text with Circle Image

Notes: N/A

Available Code Snippets:

  • Image and Content - Text with Button
WALGREENS

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Link Here

2 Col (50-50) - Content and Circle Image - Clay

Suggested Use: Text with Circle Image

Notes: N/A

Available Code Snippets:

  • Image and Content - Text with Button
WALGREENS

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Link Here

2 Col (50-50) - Image and Content - Clay

Suggested Use: Text with Circle Image

Notes: N/A

Available Code Snippets:

  • Image and Content - Text with Button
WALGREENS

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Link Here

2 Col (50-50) - Content and Circle Image - Crimson

Suggested Use: Text with Circle Image

Notes: N/A

Available Code Snippets:

  • Image and Content - Text with Button (Crimson Background)
WALGREENS

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Link Here

2 Col (50-50) - Content and Image - Neutral - Image Top

Suggested Use: Text with Image

Notes: N/A

Available Code Snippets:

  • Image and Content - Text with Button
placeholder text

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Link Here

2 Col 50-50 - Image and Content - Clay - Image Top

Suggested Use: Text with Image

Notes: N/A

Available Code Snippets:

  • Text with Content - Text
placeholder text

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Link Here

Employee Quote with Image - Rounded - Dark Blue

Suggested Use: Showcasing testimonal quote

Notes: N/A

Available Code Snippets:

  • Quote (Blue Background)
Shruti

"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."

Name, Position

Employee Quote with Image - Clay

Suggested Use: Testimonal quote with circle image

Notes: N/A

Available Code Snippets:

  • Quote
placeholder text

Quote text from employee here.

Employee Name here

Employee Quote Slider - Refresh

Suggested Use: Quote Slider

Notes: N/A

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl leo, pretium et ornare quis, faucibus vel augue. Sed et nulla libero. Aliquam lectus nulla, congue sit amet accumsan in, venenatis in tortor.

Employee Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl leo, pretium et ornare quis, faucibus vel augue. Sed et nulla libero. Aliquam lectus nulla, congue sit amet accumsan in, venenatis in tortor.

Employee Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl leo, pretium et ornare quis, faucibus vel augue. Sed et nulla libero. Aliquam lectus nulla, congue sit amet accumsan in, venenatis in tortor.

Employee Name

Image Row

Suggested Use: Row of images

Notes: N/A

Job Category - Grid

Suggested Use: Grid of Cards with Text and Icons

Notes: N/A

Available Code Snippets:

  • Job Category Grid - Intro Text

Image Carousel

Suggested Use: Image slider with intro

Notes: N/A

Lorem Ipsum

Lorem Ipsum

Lorem Ipsum

WALGREENS
WALGREENS
WALGREENS
WALGREENS
WALGREENS

Video Player - 2 Column (50-50)

Suggested Use: 2 videos side by side

Notes: N/A

Video Player - Full Width

Suggested Use: Full width video

Notes: N/A

Alert

Suggested Use: Alert ribbon

Notes: N/A

Available Code Snippets:

  • Alert Link

Global - Tabbed Section (Final)

Suggested Use: Showcase open jobs

Notes: N/A

No saved jobs.

No recently viewed jobs.

View all jobs

Employee Quote with Image - Rounded - Dark Carmine

Suggested Use: Showcasing testimonal quote

Notes: N/A

Available Code Snippets:

  • Quote (Dark Carmine Background)

"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."

Name, Position

Content and Image - Dark Carmine

Suggested Use: Section with Image and Copy (Dark Carmine Background)

Notes: N/A

Available Code Snippets:

  • Image and Content - Text (Dark Carmine Background)
Team member in blue uniform on a yellow bike in a warehouse

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Image and Content - Clay

Suggested Use: Section with image and copy (Clay Background)

Notes: N/A

Available Code Snippets:

  • Image and Content - Text
Team member in blue uniform on a yellow bike in a warehouse

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac porta nulla. Etiam sit amet venenatis lectus, sed fermentum enim. Sed fermentum purus a gravida vestibulum. Donec condimentum malesuada lacus eu varius. Mauris pulvinar, lacus et elementum accumsan, massa sem sodales orci, ut rhoncus tellus lectus in justo. Curabitur aliquet gravida lacus quis cursus. Fusce pellentesque semper quam. Suspendisse aliquet interdum augue, eget fermentum neque ultrices ut. Aliquam posuere consectetur pretium. Cras aliquam porttitor fermentum.

Note To Developer: Please include documentation for this section!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl leo, pretium et ornare quis, faucibus vel augue. Sed et nulla libero. Aliquam lectus nulla, congue sit amet accumsan in, venenatis in tortor.

Employee Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl leo, pretium et ornare quis, faucibus vel augue. Sed et nulla libero. Aliquam lectus nulla, congue sit amet accumsan in, venenatis in tortor.

Employee Name

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nisl leo, pretium et ornare quis, faucibus vel augue. Sed et nulla libero. Aliquam lectus nulla, congue sit amet accumsan in, venenatis in tortor.

Employee Name