-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
826 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Blue accent colour | ||
layout: layout-example.njk | ||
--- | ||
|
||
<section class="tna-template--blue-accent"> | ||
<div class="tna-phase-banner tna-phase-banner--accent"> | ||
<div class="tna-container"> | ||
<div class="tna-column tna-column--full-tiny"> | ||
<span class="tna-phase-banner__phase"> | ||
Beta | ||
</span> | ||
</div> | ||
<div class="tna-column tna-column--flex-1 tna-column--full-tiny"> | ||
<p class="tna-phase-banner__message"> | ||
This is a new service - <a href="#">give us your feedback</a> to help improve it. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<hgroup class="tna-hgroup-xl"> | ||
<p class="tna-hgroup__supertitle">Supertitle</p> | ||
<h1 class="tna-hgroup__title">Title</h1> | ||
</hgroup> | ||
<ol class="tna-ol"> | ||
<li>First</li> | ||
</ol> | ||
<blockquote class="tna-blockquote"> | ||
<div class="tna-blockquote__quote"> | ||
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p> | ||
</div> | ||
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p> | ||
</blockquote> | ||
<div class="tna-button-group"> | ||
<a href="#" class="tna-button" role="button">Primary button</a> | ||
<a href="#" class="tna-button tna-button--accent" role="button">Accent button</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Green accent colour | ||
layout: layout-example.njk | ||
--- | ||
|
||
<section class="tna-template--green-accent"> | ||
<div class="tna-phase-banner tna-phase-banner--accent"> | ||
<div class="tna-container"> | ||
<div class="tna-column tna-column--full-tiny"> | ||
<span class="tna-phase-banner__phase"> | ||
Beta | ||
</span> | ||
</div> | ||
<div class="tna-column tna-column--flex-1 tna-column--full-tiny"> | ||
<p class="tna-phase-banner__message"> | ||
This is a new service - <a href="#">give us your feedback</a> to help improve it. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<hgroup class="tna-hgroup-xl"> | ||
<p class="tna-hgroup__supertitle">Supertitle</p> | ||
<h1 class="tna-hgroup__title">Title</h1> | ||
</hgroup> | ||
<ol class="tna-ol"> | ||
<li>First</li> | ||
</ol> | ||
<blockquote class="tna-blockquote"> | ||
<div class="tna-blockquote__quote"> | ||
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p> | ||
</div> | ||
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p> | ||
</blockquote> | ||
<div class="tna-button-group"> | ||
<a href="#" class="tna-button" role="button">Primary button</a> | ||
<a href="#" class="tna-button tna-button--accent" role="button">Accent button</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Orange accent colour | ||
layout: layout-example.njk | ||
--- | ||
|
||
<section class="tna-template--orange-accent"> | ||
<div class="tna-phase-banner tna-phase-banner--accent"> | ||
<div class="tna-container"> | ||
<div class="tna-column tna-column--full-tiny"> | ||
<span class="tna-phase-banner__phase"> | ||
Beta | ||
</span> | ||
</div> | ||
<div class="tna-column tna-column--flex-1 tna-column--full-tiny"> | ||
<p class="tna-phase-banner__message"> | ||
This is a new service - <a href="#">give us your feedback</a> to help improve it. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<hgroup class="tna-hgroup-xl"> | ||
<p class="tna-hgroup__supertitle">Supertitle</p> | ||
<h1 class="tna-hgroup__title">Title</h1> | ||
</hgroup> | ||
<ol class="tna-ol"> | ||
<li>First</li> | ||
</ol> | ||
<blockquote class="tna-blockquote"> | ||
<div class="tna-blockquote__quote"> | ||
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p> | ||
</div> | ||
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p> | ||
</blockquote> | ||
<div class="tna-button-group"> | ||
<a href="#" class="tna-button" role="button">Primary button</a> | ||
<a href="#" class="tna-button tna-button--accent" role="button">Accent button</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Pink accent colour | ||
layout: layout-example.njk | ||
--- | ||
|
||
<section class="tna-template--pink-accent"> | ||
<div class="tna-phase-banner tna-phase-banner--accent"> | ||
<div class="tna-container"> | ||
<div class="tna-column tna-column--full-tiny"> | ||
<span class="tna-phase-banner__phase"> | ||
Beta | ||
</span> | ||
</div> | ||
<div class="tna-column tna-column--flex-1 tna-column--full-tiny"> | ||
<p class="tna-phase-banner__message"> | ||
This is a new service - <a href="#">give us your feedback</a> to help improve it. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<hgroup class="tna-hgroup-xl"> | ||
<p class="tna-hgroup__supertitle">Supertitle</p> | ||
<h1 class="tna-hgroup__title">Title</h1> | ||
</hgroup> | ||
<ol class="tna-ol"> | ||
<li>First</li> | ||
</ol> | ||
<blockquote class="tna-blockquote"> | ||
<div class="tna-blockquote__quote"> | ||
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p> | ||
</div> | ||
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p> | ||
</blockquote> | ||
<div class="tna-button-group"> | ||
<a href="#" class="tna-button" role="button">Primary button</a> | ||
<a href="#" class="tna-button tna-button--accent" role="button">Accent button</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: Yellow accent colour | ||
layout: layout-example.njk | ||
--- | ||
|
||
<section class="tna-template--yellow-accent"> | ||
<div class="tna-phase-banner tna-phase-banner--accent"> | ||
<div class="tna-container"> | ||
<div class="tna-column tna-column--full-tiny"> | ||
<span class="tna-phase-banner__phase"> | ||
Beta | ||
</span> | ||
</div> | ||
<div class="tna-column tna-column--flex-1 tna-column--full-tiny"> | ||
<p class="tna-phase-banner__message"> | ||
This is a new service - <a href="#">give us your feedback</a> to help improve it. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<hgroup class="tna-hgroup-xl"> | ||
<p class="tna-hgroup__supertitle">Supertitle</p> | ||
<h1 class="tna-hgroup__title">Title</h1> | ||
</hgroup> | ||
<ol class="tna-ol"> | ||
<li>First</li> | ||
</ol> | ||
<blockquote class="tna-blockquote"> | ||
<div class="tna-blockquote__quote"> | ||
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p> | ||
</div> | ||
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p> | ||
</blockquote> | ||
<div class="tna-button-group"> | ||
<a href="#" class="tna-button" role="button">Primary button</a> | ||
<a href="#" class="tna-button tna-button--accent" role="button">Accent button</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Light accented block colours | ||
layout: layout-example.njk | ||
--- | ||
|
||
<div class="tna-template--blue-accent"> | ||
<aside class="tna-aside tna-background--accent-light"> | ||
<hgroup class="tna-hgroup-xl"> | ||
<p class="tna-hgroup__supertitle">Supertitle</p> | ||
<h1 class="tna-hgroup__title">Title</h1> | ||
</hgroup> | ||
<p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing</a> elit. Fusce consequat semper sagittis. Quisque magna nisl, vulputate a nunc id, efficitur luctus metus.</p> | ||
<div class="tna-button-group"> | ||
<a href="#" class="tna-button" role="button">Primary button</a> | ||
<a href="#" class="tna-button tna-button--accent" role="button">Accent button</a> | ||
</div> | ||
</aside> | ||
</div> |
Oops, something went wrong.