From e075c392e6fca375de0571a71fa5725c5ebcb86d Mon Sep 17 00:00:00 2001 From: BRIAN MUENZENMEYER Date: Wed, 22 Jun 2016 08:28:56 -0500 Subject: [PATCH] alignment with edition-node-gulp dependencies --- .github/CONTRIBUTING.md | 15 + .github/ISSUE_TEMPLATE.md | 12 + .github/PULL_REQUEST_TEMPLATE.md | 5 + Gruntfile.js | 4 +- package.json | 6 +- source/_annotations/annotations.js | 39 +- source/_data/data.json | 2 +- source/_data/listitems.json | 98 +- source/_meta/_00-head.mustache | 2 +- source/_meta/_01-foot.mustache | 12 +- .../_patterns/00-atoms/01-global/00-colors.md | 3 + .../00-atoms/01-global/00-colors.mustache | 36 +- .../00-atoms/01-global/01-fonts.mustache | 12 +- .../00-atoms/01-global/03-visibility.mustache | 11 - .../00-atoms/02-text/01-paragraph.mustache | 1 + .../00-atoms/02-text/01-subheadings.mustache | 6 - ...kquote.mustache => 02-blockquote.mustache} | 0 .../02-text/02-headings-with-links.mustache | 6 - ...s.mustache => 03-inline-elements.mustache} | 8 +- .../00-atoms/02-text/03-paragraph.mustache | 1 - .../{06-time.mustache => 04-time.mustache} | 0 ...mustache => 05-preformatted-text.mustache} | 0 .../{09-hr.mustache => 06-hr.mustache} | 0 .../02-text/08-emphasis-colors.mustache | 4 - .../00-atoms/02-text/10-caption.mustache | 1 - .../00-atoms/03-lists/02-definition.mustache | 10 - .../00-atoms/04-images/00-logo.mustache | 1 - .../04-images/01-landscape-4x3.mustache | 1 - .../04-images/02-landscape-16x9.mustache | 1 - .../00-atoms/04-images/03-square.mustache | 1 - .../00-atoms/04-images/04-avatar.mustache | 1 - .../00-atoms/04-images/05-icons.mustache | 12 - .../00-atoms/04-images/07-favicon.mustache | 2 - .../00-atoms/04-images/favicon.mustache | 1 + ...ng-icon.mustache => loading-icon.mustache} | 0 .../00-atoms/05-forms/00-text-inputs.mustache | 30 + .../00-atoms/05-forms/01-textarea.mustache | 4 + .../00-atoms/05-forms/02-select-menu.mustache | 12 + .../00-atoms/05-forms/03-checkbox.mustache | 10 + .../05-forms/04-html5-inputs.mustache | 10 - .../00-atoms/06-buttons/00-button.mustache | 1 + .../00-atoms/06-buttons/00-buttons.mustache | 4 - .../00-atoms/07-tables/00-table.mustache | 4 +- .../00-atoms/08-media/00-video.mustache | 6 - .../00-atoms/08-media/01-audio.mustache | 4 - .../00-text/00-byline-author-only.mustache | 1 - .../00-text/01-byline-author-time.mustache | 1 - .../01-molecules/00-text/02-address.mustache | 11 - .../00-text/03-heading-group.mustache | 4 - .../04-blockquote-with-citation.mustache | 4 - .../00-text/05-intro-text.mustache | 1 - .../00-text/06-pullquote.mustache | 3 - .../01-molecules/01-layout/00-one-up.mustache | 7 - .../01-molecules/01-layout/01-two-up.mustache | 7 - .../01-layout/02-three-up.mustache | 8 - .../01-layout/03-four-up.mustache | 9 - .../02-blocks/00-media-block.mustache | 11 - .../02-blocks/01-headline-byline.mustache | 6 - .../02-blocks/02-block-hero.mustache | 10 - .../03-block-thumb-headline.mustache | 10 - .../02-blocks/04-headline-only.mustache | 5 - .../02-blocks/05-inset-block.mustache | 10 - .../03-media/00-figure-with-caption.mustache | 4 - .../01-molecules/03-media/_map.mustache | 1 - .../01-molecules/04-forms/00-search.mustache | 11 - .../04-forms/01-comment-form.mustache | 20 - .../04-forms/02-newsletter.mustache | 10 - .../05-navigation/00-primary-nav.mustache | 8 - .../05-navigation/01-footer-nav.mustache | 6 - .../05-navigation/02-breadcrumbs.mustache | 7 - .../05-navigation/03-pagination.mustache | 9 - .../05-navigation/04-tabs.mustache | 7 - .../06-components/00-social-share.mustache | 8 - .../06-components/01-accordion.mustache | 19 - .../06-components/02-single-comment.mustache | 9 - .../07-messaging/00-alert.mustache | 3 - .../02-organisms/00-global/00-header.mustache | 9 - .../02-organisms/00-global/01-footer.mustache | 7 - .../01-article/00-article-body.mustache | 26 - .../02-comments/00-comment-thread.mustache | 12 - .../02-comments/01-sticky-comment.mustache | 9 - .../03-components/00-carousel.mustache | 10 - .../04-sections/00-latest-posts.mustache | 11 - .../04-sections/01-recent-tweets.mustache | 12 - .../04-sections/02-related-posts.mustache | 11 - .../03-templates/00-homepage.mustache | 40 - .../_patterns/03-templates/01-blog.mustache | 17 - .../03-templates/02-article.mustache | 25 - source/_patterns/04-pages/00-homepage.json | 134 - .../_patterns/04-pages/00-homepage.mustache | 1 - .../04-pages/00-homepage~emergency.json | 8 - source/_patterns/04-pages/01-blog.json | 84 - source/_patterns/04-pages/01-blog.mustache | 25 - source/_patterns/04-pages/02-article.json | 26 - source/_patterns/04-pages/02-article.mustache | 1 - source/css/pattern-scaffolding.css | 54 + source/css/scss/base/_animation.scss | 13 + source/css/scss/base/_forms.scss | 111 + source/css/scss/base/_global-classes.scss | 104 + source/css/scss/base/_headings.scss | 31 + source/css/scss/base/_links.scss | 10 + source/css/scss/base/_lists.scss | 19 + source/css/scss/base/_main.scss | 6 + source/css/scss/base/_media.scss | 23 + source/css/scss/base/_tables.scss | 18 + source/css/scss/base/_text.scss | 26 + source/css/scss/generic/_mixins.scss | 23 + source/css/scss/generic/_reset.scss | 17 + source/css/scss/generic/_variables.scss | 65 + source/css/scss/objects/_accordion.scss | 33 + source/css/scss/objects/_article.scss | 34 + source/css/scss/objects/_blocks.scss | 138 + source/css/scss/objects/_buttons.scss | 40 + source/css/scss/objects/_carousels.scss | 38 + source/css/scss/objects/_comments.scss | 30 + source/css/scss/objects/_footer.scss | 39 + source/css/scss/objects/_header.scss | 45 + source/css/scss/objects/_icons.scss | 125 + source/css/scss/objects/_layout.scss | 288 + source/css/scss/objects/_lists.scss | 63 + source/css/scss/objects/_main.scss | 9 + source/css/scss/objects/_messaging.scss | 18 + source/css/scss/objects/_nav.scss | 52 + source/css/scss/objects/_sections.scss | 7 + source/css/scss/objects/_tabs.scss | 33 + source/css/scss/objects/_text.scss | 41 + source/css/scss/objects/_tooltip.scss | 42 + source/css/style.css | 1233 +-- source/css/style.scss | 121 + source/images/fpo_16x9.png | Bin 15324 -> 8416 bytes source/images/fpo_4x3.png | Bin 15854 -> 3709 bytes source/js/fitvids.js | 77 - source/js/init.js | 26 - source/js/jquery-2.0.0b2.js | 8690 ----------------- source/js/modernizr.js | 4 - 135 files changed, 2408 insertions(+), 10435 deletions(-) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 source/_patterns/00-atoms/01-global/00-colors.md delete mode 100644 source/_patterns/00-atoms/01-global/03-visibility.mustache create mode 100644 source/_patterns/00-atoms/02-text/01-paragraph.mustache delete mode 100644 source/_patterns/00-atoms/02-text/01-subheadings.mustache rename source/_patterns/00-atoms/02-text/{04-blockquote.mustache => 02-blockquote.mustache} (100%) delete mode 100644 source/_patterns/00-atoms/02-text/02-headings-with-links.mustache rename source/_patterns/00-atoms/02-text/{05-inline-elements.mustache => 03-inline-elements.mustache} (85%) delete mode 100644 source/_patterns/00-atoms/02-text/03-paragraph.mustache rename source/_patterns/00-atoms/02-text/{06-time.mustache => 04-time.mustache} (100%) rename source/_patterns/00-atoms/02-text/{07-preformatted-text.mustache => 05-preformatted-text.mustache} (100%) rename source/_patterns/00-atoms/02-text/{09-hr.mustache => 06-hr.mustache} (100%) delete mode 100644 source/_patterns/00-atoms/02-text/08-emphasis-colors.mustache delete mode 100644 source/_patterns/00-atoms/02-text/10-caption.mustache delete mode 100644 source/_patterns/00-atoms/03-lists/02-definition.mustache delete mode 100644 source/_patterns/00-atoms/04-images/00-logo.mustache delete mode 100644 source/_patterns/00-atoms/04-images/01-landscape-4x3.mustache delete mode 100644 source/_patterns/00-atoms/04-images/02-landscape-16x9.mustache delete mode 100644 source/_patterns/00-atoms/04-images/03-square.mustache delete mode 100644 source/_patterns/00-atoms/04-images/04-avatar.mustache delete mode 100644 source/_patterns/00-atoms/04-images/05-icons.mustache delete mode 100644 source/_patterns/00-atoms/04-images/07-favicon.mustache create mode 100644 source/_patterns/00-atoms/04-images/favicon.mustache rename source/_patterns/00-atoms/04-images/{06-loading-icon.mustache => loading-icon.mustache} (100%) create mode 100644 source/_patterns/00-atoms/05-forms/00-text-inputs.mustache create mode 100644 source/_patterns/00-atoms/05-forms/01-textarea.mustache create mode 100644 source/_patterns/00-atoms/05-forms/02-select-menu.mustache create mode 100644 source/_patterns/00-atoms/05-forms/03-checkbox.mustache delete mode 100644 source/_patterns/00-atoms/05-forms/04-html5-inputs.mustache create mode 100644 source/_patterns/00-atoms/06-buttons/00-button.mustache delete mode 100644 source/_patterns/00-atoms/06-buttons/00-buttons.mustache delete mode 100644 source/_patterns/00-atoms/08-media/00-video.mustache delete mode 100644 source/_patterns/00-atoms/08-media/01-audio.mustache delete mode 100644 source/_patterns/01-molecules/00-text/00-byline-author-only.mustache delete mode 100644 source/_patterns/01-molecules/00-text/01-byline-author-time.mustache delete mode 100644 source/_patterns/01-molecules/00-text/02-address.mustache delete mode 100644 source/_patterns/01-molecules/00-text/03-heading-group.mustache delete mode 100644 source/_patterns/01-molecules/00-text/04-blockquote-with-citation.mustache delete mode 100644 source/_patterns/01-molecules/00-text/05-intro-text.mustache delete mode 100644 source/_patterns/01-molecules/00-text/06-pullquote.mustache delete mode 100644 source/_patterns/01-molecules/01-layout/00-one-up.mustache delete mode 100644 source/_patterns/01-molecules/01-layout/01-two-up.mustache delete mode 100644 source/_patterns/01-molecules/01-layout/02-three-up.mustache delete mode 100644 source/_patterns/01-molecules/01-layout/03-four-up.mustache delete mode 100644 source/_patterns/01-molecules/02-blocks/00-media-block.mustache delete mode 100644 source/_patterns/01-molecules/02-blocks/01-headline-byline.mustache delete mode 100644 source/_patterns/01-molecules/02-blocks/02-block-hero.mustache delete mode 100644 source/_patterns/01-molecules/02-blocks/03-block-thumb-headline.mustache delete mode 100644 source/_patterns/01-molecules/02-blocks/04-headline-only.mustache delete mode 100644 source/_patterns/01-molecules/02-blocks/05-inset-block.mustache delete mode 100644 source/_patterns/01-molecules/03-media/00-figure-with-caption.mustache delete mode 100644 source/_patterns/01-molecules/03-media/_map.mustache delete mode 100644 source/_patterns/01-molecules/04-forms/00-search.mustache delete mode 100644 source/_patterns/01-molecules/04-forms/01-comment-form.mustache delete mode 100644 source/_patterns/01-molecules/04-forms/02-newsletter.mustache delete mode 100644 source/_patterns/01-molecules/05-navigation/00-primary-nav.mustache delete mode 100644 source/_patterns/01-molecules/05-navigation/01-footer-nav.mustache delete mode 100644 source/_patterns/01-molecules/05-navigation/02-breadcrumbs.mustache delete mode 100644 source/_patterns/01-molecules/05-navigation/03-pagination.mustache delete mode 100644 source/_patterns/01-molecules/05-navigation/04-tabs.mustache delete mode 100644 source/_patterns/01-molecules/06-components/00-social-share.mustache delete mode 100644 source/_patterns/01-molecules/06-components/01-accordion.mustache delete mode 100644 source/_patterns/01-molecules/06-components/02-single-comment.mustache delete mode 100644 source/_patterns/01-molecules/07-messaging/00-alert.mustache delete mode 100644 source/_patterns/02-organisms/00-global/00-header.mustache delete mode 100644 source/_patterns/02-organisms/00-global/01-footer.mustache delete mode 100644 source/_patterns/02-organisms/01-article/00-article-body.mustache delete mode 100644 source/_patterns/02-organisms/02-comments/00-comment-thread.mustache delete mode 100644 source/_patterns/02-organisms/02-comments/01-sticky-comment.mustache delete mode 100644 source/_patterns/02-organisms/03-components/00-carousel.mustache delete mode 100644 source/_patterns/02-organisms/04-sections/00-latest-posts.mustache delete mode 100644 source/_patterns/02-organisms/04-sections/01-recent-tweets.mustache delete mode 100644 source/_patterns/02-organisms/04-sections/02-related-posts.mustache delete mode 100644 source/_patterns/03-templates/00-homepage.mustache delete mode 100644 source/_patterns/03-templates/01-blog.mustache delete mode 100644 source/_patterns/03-templates/02-article.mustache delete mode 100644 source/_patterns/04-pages/00-homepage.json delete mode 100644 source/_patterns/04-pages/00-homepage.mustache delete mode 100644 source/_patterns/04-pages/00-homepage~emergency.json delete mode 100644 source/_patterns/04-pages/01-blog.json delete mode 100644 source/_patterns/04-pages/01-blog.mustache delete mode 100644 source/_patterns/04-pages/02-article.json delete mode 100644 source/_patterns/04-pages/02-article.mustache create mode 100644 source/css/pattern-scaffolding.css create mode 100644 source/css/scss/base/_animation.scss create mode 100644 source/css/scss/base/_forms.scss create mode 100644 source/css/scss/base/_global-classes.scss create mode 100644 source/css/scss/base/_headings.scss create mode 100644 source/css/scss/base/_links.scss create mode 100644 source/css/scss/base/_lists.scss create mode 100644 source/css/scss/base/_main.scss create mode 100644 source/css/scss/base/_media.scss create mode 100644 source/css/scss/base/_tables.scss create mode 100644 source/css/scss/base/_text.scss create mode 100644 source/css/scss/generic/_mixins.scss create mode 100644 source/css/scss/generic/_reset.scss create mode 100644 source/css/scss/generic/_variables.scss create mode 100644 source/css/scss/objects/_accordion.scss create mode 100644 source/css/scss/objects/_article.scss create mode 100644 source/css/scss/objects/_blocks.scss create mode 100644 source/css/scss/objects/_buttons.scss create mode 100644 source/css/scss/objects/_carousels.scss create mode 100644 source/css/scss/objects/_comments.scss create mode 100644 source/css/scss/objects/_footer.scss create mode 100644 source/css/scss/objects/_header.scss create mode 100644 source/css/scss/objects/_icons.scss create mode 100644 source/css/scss/objects/_layout.scss create mode 100644 source/css/scss/objects/_lists.scss create mode 100644 source/css/scss/objects/_main.scss create mode 100644 source/css/scss/objects/_messaging.scss create mode 100644 source/css/scss/objects/_nav.scss create mode 100644 source/css/scss/objects/_sections.scss create mode 100644 source/css/scss/objects/_tabs.scss create mode 100644 source/css/scss/objects/_text.scss create mode 100644 source/css/scss/objects/_tooltip.scss create mode 100644 source/css/style.scss delete mode 100644 source/js/fitvids.js delete mode 100644 source/js/init.js delete mode 100644 source/js/jquery-2.0.0b2.js delete mode 100644 source/js/modernizr.js diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..8598cdd --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to Patternlab Node +If you'd like to contribute to Pattern Lab Node, please do so! There is always a lot of ground to cover and something for your wheelhouse. + +No pull request is too small. Check out any [up for grabs issues](https://github.com/pattern-lab/patternlab-node/labels/up%20for%20grabs) as a good way to get your feet wet, or add some more unit tests. + +## Guidelines +1. Please keep your pull requests concise and limited to **ONE** substantive change at a time. This makes reviewing and testing so much easier. +2. _ALWAYS_ submit pull requests against the [dev branch](https://github.com/pattern-lab/patternlab-node/tree/dev). If this does not occur, I will first, try to redirect you gently, second, port over your contribution manually if time allows, and/or third, close your pull request. If you have a major feature to stabilize over time, talk to @bmuenzenmeyer about making a dedicated `feature-branch` +3. If you can, add some unit tests using the existing patterns in the `./test` directory + +##Coding style +Two files combine within the project to define and maintain our coding style. + +* The `.editorconfig` controls spaces / tabs within supported editors. Check out their [site](http://editorconfig.org/). +* The `.eslintrc` defines our javascript standards. Some editors will evaluate this real-time - otherwise it's run using `grunt|gulp build` diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..88d60de --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ + + + +I am using Edition Node Gulp `vX.X.X` on `Windows | Mac | Linux`, with Node `vX.X.X`, Gulp-CLI `vX.X.X` and Gulp `vX.X.X`. + +##### Expected Behavior + + +##### Actual Behavior + + +##### Steps to Reproduce diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4ddf5e1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ + + +Addresses # + +Summary of changes: diff --git a/Gruntfile.js b/Gruntfile.js index 5a47f9d..06e694e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,7 +33,7 @@ module.exports = function (grunt) { grunt.registerTask('patternlab', 'create design systems with atomic design', function (arg) { if (arguments.length === 0) { - pl.build(getConfiguredCleanOption()); + pl.build(function(){}, getConfiguredCleanOption()); } if (arg && arg === 'version') { @@ -41,7 +41,7 @@ module.exports = function (grunt) { } if (arg && arg === "patternsonly") { - pl.patternsonly(getConfiguredCleanOption()); + pl.patternsonly(function(){},getConfiguredCleanOption()); } if (arg && arg === "help") { diff --git a/package.json b/package.json index 488af89..a883e5c 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "grunt-contrib-watch": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "minimist": "^1.2.0", - "patternlab-node": "pattern-lab/patternlab-node#v2.0.0-alpha", - "styleguidekit-assets-default": "pattern-lab/styleguidekit-assets-default#feature-panels", - "styleguidekit-mustache-default": "pattern-lab/styleguidekit-mustache-default#feature-panels", + "patternlab-node": "^2.0.0", + "styleguidekit-assets-default": "^3.0.0", + "styleguidekit-mustache-default": "^3.0.0" }, "keywords": [ "Pattern Lab", diff --git a/source/_annotations/annotations.js b/source/_annotations/annotations.js index 8060a60..83a73ce 100644 --- a/source/_annotations/annotations.js +++ b/source/_annotations/annotations.js @@ -1,34 +1,9 @@ var comments = { -"comments" : [ - { - "el": "header[role=banner]", - "title" : "Masthead", - "comment": "The main header of the site doesn't take up too much screen real estate in order to keep the focus on the core content. It's using a linear CSS gradient instead of a background image to give greater design flexibility and reduce HTTP requests." - }, - { - "el": ".logo", - "title" : "Logo", - "comment": "The logo image is an SVG file, which ensures that the logo displays crisply even on high resolution displays. A PNG fallback is provided for browsers that don't support SVG images.

Further reading: Optimizing Web Experiences for High Resolution Screens

" - }, - { - "el": "#nav", - "title" : "Navigation", - "comment": "

Navigation for adaptive web experiences can be tricky. Top navigations are typical on desktop sites, but mobile screen sizes don't give us the luxury of space. We're dealing with this situation by creating a simple menu anchor that toggles the main navigation on small screens. This is just one method. Bagcheck and Contents Magazine add an anchor in the header that jumps users to the navigation which is placed in the footer. This solution works well because it doesn't require any Javascript in order to work. Other methods exist too. For example, ESPN's mobile navigation overlays the main content of the page.

The nav is only hidden when a certain level of javascript is supported in order to ensure that users with little/poor javascript support can still access the navigation. Once the screen size is large enough to accommodate the nav, we show the main navigation links and hide the menu anchor.

See also: Responsive Navigation Patterns

" - }, - { - "el": ".search-form", - "title" : "Search", - "comment": "

Search is an incredibly important priority, especially for mobile. It is a great idea to give users the ability to jump directly to what they are looking for without forcing them to wade through your site's navigation. Check out the Burton and Yelp mobile sites for great examples of experiences that prioritize search.

We're also using the HTML5 search input type, which is great for mobile devices that can bring up the appropriate virtual keyboard for many smartphones. And like the main header navigation, we're hiding the search form on small screens to save space. Clicking the search anchor toggles the form.

" - }, - { - "el": ".article-header h1", - "title" : "Article Header", - "comment": "

The article header should be no more than 140 characters.

" - }, - { - "el": ".block-hero", - "title" : "Hero", - "comment": "

The hero area highlights one major story using a large image and a captivating headline.

" - } -] + "comments" : [ + { + "el": "#colors", + "title" : "Special Markup and Styling", + "comment": "This code uses pattern-scaffolding.css in the `source/css/` directory." + } + ] }; diff --git a/source/_data/data.json b/source/_data/data.json index 3c79fac..3be1f4a 100644 --- a/source/_data/data.json +++ b/source/_data/data.json @@ -90,4 +90,4 @@ { }, { } ] -} +} \ No newline at end of file diff --git a/source/_data/listitems.json b/source/_data/listitems.json index ebda017..114ed1f 100644 --- a/source/_data/listitems.json +++ b/source/_data/listitems.json @@ -13,6 +13,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/tech", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/tech", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/tech", + "alt": "16x9 Image" } }, "headline": { @@ -78,6 +86,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/people", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/people", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/people", + "alt": "16x9 Image" } }, "headline": { @@ -143,6 +159,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/nature", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/nature", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/nature", + "alt": "16x9 Image" } }, "headline": { @@ -208,6 +232,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/people/grayscale", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/people/greyscale", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/people/greyscale", + "alt": "16x9 Image" } }, "headline": { @@ -273,6 +305,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/arch", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/arch", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/arch", + "alt": "16x9 Image" } }, "headline": { @@ -338,6 +378,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/people/grayscale", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/people/grayscale", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/people/grayscale", + "alt": "16x9 Image" } }, "headline": { @@ -403,6 +451,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/any", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/any", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/any", + "alt": "16x9 Image" } }, "headline": { @@ -468,6 +524,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/any/grayscale", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/any/grayscale", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/any/grayscale", + "alt": "16x9 Image" } }, "headline": { @@ -533,6 +597,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/any/sepia", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/any/sepia", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/any/sepia", + "alt": "16x9 Image" } }, "headline": { @@ -598,6 +670,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/arch/grayscale", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/arch/grayscale", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/arch/grayscale", + "alt": "16x9 Image" } }, "headline": { @@ -663,6 +743,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/arch/sepia", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/arch/sepia", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/arch/sepia", + "alt": "16x9 Image" } }, "headline": { @@ -728,6 +816,14 @@ "rectangle": { "src": "http://placeimg.com/400/300/people/sepia", "alt": "Rectangle" + }, + "landscape-4x3": { + "src": "http://placeimg.com/400/300/people/sepia", + "alt": "4x3 Image" + }, + "landscape-16x9": { + "src": "http://placeimg.com/640/360/people/sepia", + "alt": "16x9 Image" } }, "headline": { @@ -779,4 +875,4 @@ }, "seconds": "56" } -} +} \ No newline at end of file diff --git a/source/_meta/_00-head.mustache b/source/_meta/_00-head.mustache index e5cc25d..4b59b5d 100644 --- a/source/_meta/_00-head.mustache +++ b/source/_meta/_00-head.mustache @@ -6,6 +6,7 @@ + {{{ patternLabHead }}} @@ -13,4 +14,3 @@ - diff --git a/source/_meta/_01-foot.mustache b/source/_meta/_01-foot.mustache index 797d941..323ee84 100644 --- a/source/_meta/_01-foot.mustache +++ b/source/_meta/_01-foot.mustache @@ -1,6 +1,6 @@ - - -{{{ patternLabFoot }}} - - - + + + {{{ patternLabFoot }}} + + + \ No newline at end of file diff --git a/source/_patterns/00-atoms/01-global/00-colors.md b/source/_patterns/00-atoms/01-global/00-colors.md new file mode 100644 index 0000000..69993b2 --- /dev/null +++ b/source/_patterns/00-atoms/01-global/00-colors.md @@ -0,0 +1,3 @@ +## Humble Beginnings + +Don't you love a good grayscale? diff --git a/source/_patterns/00-atoms/01-global/00-colors.mustache b/source/_patterns/00-atoms/01-global/00-colors.mustache index 7f2653f..5205b22 100644 --- a/source/_patterns/00-atoms/01-global/00-colors.mustache +++ b/source/_patterns/00-atoms/01-global/00-colors.mustache @@ -1,38 +1,26 @@ - diff --git a/source/_patterns/00-atoms/01-global/01-fonts.mustache b/source/_patterns/00-atoms/01-global/01-fonts.mustache index 26b4b7b..11d612c 100644 --- a/source/_patterns/00-atoms/01-global/01-fonts.mustache +++ b/source/_patterns/00-atoms/01-global/01-fonts.mustache @@ -1,6 +1,6 @@ -

Primary font: "HelveticaNeue", "Helvetica", "Arial", sans-serif;

-

Primary font italic: "HelveticaNeue", "Helvetica", "Arial", sans-serif;

-

Primary font bold: "HelveticaNeue", "Helvetica", "Arial", sans-serif;

-

Secondary font: Georgia, Times, "Times New Roman", serif;

-

Secondary font italic: Georgia, Times, "Times New Roman", serif;

-

Secondary font bold: Georgia, Times, "Times New Roman", serif;

\ No newline at end of file +
Primary font: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
+
Primary font italic: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
+
Primary font bold: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
+
Secondary font: Georgia, Times, "Times New Roman", serif;
+
Secondary font italic: Georgia, Times, "Times New Roman", serif;
+
Secondary font bold; Georgia, Times, "Times New Roman", serif;
\ No newline at end of file diff --git a/source/_patterns/00-atoms/01-global/03-visibility.mustache b/source/_patterns/00-atoms/01-global/03-visibility.mustache deleted file mode 100644 index 13e6021..0000000 --- a/source/_patterns/00-atoms/01-global/03-visibility.mustache +++ /dev/null @@ -1,11 +0,0 @@ -

This text is hidden on smaller screens

- -

This text is only visible on smaller screens

- -

This text is hidden on medium screens only

- -

This text is only visible on medium screens

- -

This text is hidden on large screens

- -

This text is only visible on large screens

\ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/01-paragraph.mustache b/source/_patterns/00-atoms/02-text/01-paragraph.mustache new file mode 100644 index 0000000..4ed3f6c --- /dev/null +++ b/source/_patterns/00-atoms/02-text/01-paragraph.mustache @@ -0,0 +1 @@ +

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.

\ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/01-subheadings.mustache b/source/_patterns/00-atoms/02-text/01-subheadings.mustache deleted file mode 100644 index 367c09a..0000000 --- a/source/_patterns/00-atoms/02-text/01-subheadings.mustache +++ /dev/null @@ -1,6 +0,0 @@ -

Subheading Level 1

-

Subheading Level 2

-

Subheading Level 3

-

Subheading Level 4

-
Subheading Level 5
-
Subheading Level 6
\ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/04-blockquote.mustache b/source/_patterns/00-atoms/02-text/02-blockquote.mustache similarity index 100% rename from source/_patterns/00-atoms/02-text/04-blockquote.mustache rename to source/_patterns/00-atoms/02-text/02-blockquote.mustache diff --git a/source/_patterns/00-atoms/02-text/02-headings-with-links.mustache b/source/_patterns/00-atoms/02-text/02-headings-with-links.mustache deleted file mode 100644 index 9540d4c..0000000 --- a/source/_patterns/00-atoms/02-text/02-headings-with-links.mustache +++ /dev/null @@ -1,6 +0,0 @@ -

Heading 1 with link

-

Heading 2 with link

-

Heading 3 with link

-

Heading 4 with link

-
Heading 5 with link
-
Heading 6 with link
\ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/05-inline-elements.mustache b/source/_patterns/00-atoms/02-text/03-inline-elements.mustache similarity index 85% rename from source/_patterns/00-atoms/02-text/05-inline-elements.mustache rename to source/_patterns/00-atoms/02-text/03-inline-elements.mustache index 0dff45f..dd4ff1f 100644 --- a/source/_patterns/00-atoms/02-text/05-inline-elements.mustache +++ b/source/_patterns/00-atoms/02-text/03-inline-elements.mustache @@ -27,9 +27,9 @@

This text is a short inline quotation

-

This is a citation

+

This is a citation -

The dfn element indicates a definition.

+

The dfn element indicates a definition.

The mark element indicates a highlight

@@ -37,5 +37,5 @@

This is sample output from a computer program

-

The variable element, such as x = y

- +

The variarble element, such as x = y

+ \ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/03-paragraph.mustache b/source/_patterns/00-atoms/02-text/03-paragraph.mustache deleted file mode 100644 index 0153493..0000000 --- a/source/_patterns/00-atoms/02-text/03-paragraph.mustache +++ /dev/null @@ -1 +0,0 @@ -

{{ description }}

\ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/06-time.mustache b/source/_patterns/00-atoms/02-text/04-time.mustache similarity index 100% rename from source/_patterns/00-atoms/02-text/06-time.mustache rename to source/_patterns/00-atoms/02-text/04-time.mustache diff --git a/source/_patterns/00-atoms/02-text/07-preformatted-text.mustache b/source/_patterns/00-atoms/02-text/05-preformatted-text.mustache similarity index 100% rename from source/_patterns/00-atoms/02-text/07-preformatted-text.mustache rename to source/_patterns/00-atoms/02-text/05-preformatted-text.mustache diff --git a/source/_patterns/00-atoms/02-text/09-hr.mustache b/source/_patterns/00-atoms/02-text/06-hr.mustache similarity index 100% rename from source/_patterns/00-atoms/02-text/09-hr.mustache rename to source/_patterns/00-atoms/02-text/06-hr.mustache diff --git a/source/_patterns/00-atoms/02-text/08-emphasis-colors.mustache b/source/_patterns/00-atoms/02-text/08-emphasis-colors.mustache deleted file mode 100644 index b2fae06..0000000 --- a/source/_patterns/00-atoms/02-text/08-emphasis-colors.mustache +++ /dev/null @@ -1,4 +0,0 @@ -

This is what error text looks like

-

This is what valid text looks like

-

This is what warning text looks like

-

This is what information text looks like.

\ No newline at end of file diff --git a/source/_patterns/00-atoms/02-text/10-caption.mustache b/source/_patterns/00-atoms/02-text/10-caption.mustache deleted file mode 100644 index 204437d..0000000 --- a/source/_patterns/00-atoms/02-text/10-caption.mustache +++ /dev/null @@ -1 +0,0 @@ -

A caption can be applied to an image, quote, form field, etc.

\ No newline at end of file diff --git a/source/_patterns/00-atoms/03-lists/02-definition.mustache b/source/_patterns/00-atoms/03-lists/02-definition.mustache deleted file mode 100644 index 0488e08..0000000 --- a/source/_patterns/00-atoms/03-lists/02-definition.mustache +++ /dev/null @@ -1,10 +0,0 @@ -
-
Definition List
-
A number of connected items or names written or printed consecutively, typically one below the other.
-
This is a term.
-
This is the definition of that term, which both live in a dl.
-
Here is another term.
-
And it gets a definition too, which is this line.
-
Here is term that shares a definition with the term below.
-
And it gets a definition too, which is this line.
-
\ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/00-logo.mustache b/source/_patterns/00-atoms/04-images/00-logo.mustache deleted file mode 100644 index 2fb6751..0000000 --- a/source/_patterns/00-atoms/04-images/00-logo.mustache +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/01-landscape-4x3.mustache b/source/_patterns/00-atoms/04-images/01-landscape-4x3.mustache deleted file mode 100644 index cf874ee..0000000 --- a/source/_patterns/00-atoms/04-images/01-landscape-4x3.mustache +++ /dev/null @@ -1 +0,0 @@ -{{ img.landscape-4x3.alt }} \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/02-landscape-16x9.mustache b/source/_patterns/00-atoms/04-images/02-landscape-16x9.mustache deleted file mode 100644 index 9efc5ee..0000000 --- a/source/_patterns/00-atoms/04-images/02-landscape-16x9.mustache +++ /dev/null @@ -1 +0,0 @@ -{{ img.landscape-16x9.alt }} \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/03-square.mustache b/source/_patterns/00-atoms/04-images/03-square.mustache deleted file mode 100644 index 805cce5..0000000 --- a/source/_patterns/00-atoms/04-images/03-square.mustache +++ /dev/null @@ -1 +0,0 @@ -{{ img.square.alt }} \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/04-avatar.mustache b/source/_patterns/00-atoms/04-images/04-avatar.mustache deleted file mode 100644 index 6b79ad0..0000000 --- a/source/_patterns/00-atoms/04-images/04-avatar.mustache +++ /dev/null @@ -1 +0,0 @@ -Avatar \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/05-icons.mustache b/source/_patterns/00-atoms/04-images/05-icons.mustache deleted file mode 100644 index 4e25123..0000000 --- a/source/_patterns/00-atoms/04-images/05-icons.mustache +++ /dev/null @@ -1,12 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/07-favicon.mustache b/source/_patterns/00-atoms/04-images/07-favicon.mustache deleted file mode 100644 index 07e985d..0000000 --- a/source/_patterns/00-atoms/04-images/07-favicon.mustache +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/favicon.mustache b/source/_patterns/00-atoms/04-images/favicon.mustache new file mode 100644 index 0000000..58ac2d9 --- /dev/null +++ b/source/_patterns/00-atoms/04-images/favicon.mustache @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/_patterns/00-atoms/04-images/06-loading-icon.mustache b/source/_patterns/00-atoms/04-images/loading-icon.mustache similarity index 100% rename from source/_patterns/00-atoms/04-images/06-loading-icon.mustache rename to source/_patterns/00-atoms/04-images/loading-icon.mustache diff --git a/source/_patterns/00-atoms/05-forms/00-text-inputs.mustache b/source/_patterns/00-atoms/05-forms/00-text-inputs.mustache new file mode 100644 index 0000000..012c8eb --- /dev/null +++ b/source/_patterns/00-atoms/05-forms/00-text-inputs.mustache @@ -0,0 +1,30 @@ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff --git a/source/_patterns/00-atoms/05-forms/01-textarea.mustache b/source/_patterns/00-atoms/05-forms/01-textarea.mustache new file mode 100644 index 0000000..a797680 --- /dev/null +++ b/source/_patterns/00-atoms/05-forms/01-textarea.mustache @@ -0,0 +1,4 @@ +
+ + +
\ No newline at end of file diff --git a/source/_patterns/00-atoms/05-forms/02-select-menu.mustache b/source/_patterns/00-atoms/05-forms/02-select-menu.mustache new file mode 100644 index 0000000..760c919 --- /dev/null +++ b/source/_patterns/00-atoms/05-forms/02-select-menu.mustache @@ -0,0 +1,12 @@ +
+
+ + +
+
\ No newline at end of file diff --git a/source/_patterns/00-atoms/05-forms/03-checkbox.mustache b/source/_patterns/00-atoms/05-forms/03-checkbox.mustache new file mode 100644 index 0000000..017a8dc --- /dev/null +++ b/source/_patterns/00-atoms/05-forms/03-checkbox.mustache @@ -0,0 +1,10 @@ +
+
+ Checkbox * +
    +
  • +
  • +
  • +
+
+
\ No newline at end of file diff --git a/source/_patterns/00-atoms/05-forms/04-html5-inputs.mustache b/source/_patterns/00-atoms/05-forms/04-html5-inputs.mustache deleted file mode 100644 index 99c22cc..0000000 --- a/source/_patterns/00-atoms/05-forms/04-html5-inputs.mustache +++ /dev/null @@ -1,10 +0,0 @@ -
-
-
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/source/_patterns/00-atoms/06-buttons/00-button.mustache b/source/_patterns/00-atoms/06-buttons/00-button.mustache new file mode 100644 index 0000000..26dfc16 --- /dev/null +++ b/source/_patterns/00-atoms/06-buttons/00-button.mustache @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/_patterns/00-atoms/06-buttons/00-buttons.mustache b/source/_patterns/00-atoms/06-buttons/00-buttons.mustache deleted file mode 100644 index bdbeec3..0000000 --- a/source/_patterns/00-atoms/06-buttons/00-buttons.mustache +++ /dev/null @@ -1,4 +0,0 @@ -

Button

-

Alternate Button

-

Disabled Button

-

Text Button

\ No newline at end of file diff --git a/source/_patterns/00-atoms/07-tables/00-table.mustache b/source/_patterns/00-atoms/07-tables/00-table.mustache index 7df555f..53153d5 100644 --- a/source/_patterns/00-atoms/07-tables/00-table.mustache +++ b/source/_patterns/00-atoms/07-tables/00-table.mustache @@ -4,8 +4,8 @@ Table Heading 1 Table Heading 2 Table Heading 3 - Table Heading 3 Table Heading 4 + Table Heading 5 @@ -13,8 +13,8 @@ Table Footer 1 Table Footer 2 Table Footer 3 - Table Footer 3 Table Footer 4 + Table Footer 5 diff --git a/source/_patterns/00-atoms/08-media/00-video.mustache b/source/_patterns/00-atoms/08-media/00-video.mustache deleted file mode 100644 index f28fcd7..0000000 --- a/source/_patterns/00-atoms/08-media/00-video.mustache +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/00-atoms/08-media/01-audio.mustache b/source/_patterns/00-atoms/08-media/01-audio.mustache deleted file mode 100644 index 91c8213..0000000 --- a/source/_patterns/00-atoms/08-media/01-audio.mustache +++ /dev/null @@ -1,4 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/00-byline-author-only.mustache b/source/_patterns/01-molecules/00-text/00-byline-author-only.mustache deleted file mode 100644 index 08366ca..0000000 --- a/source/_patterns/01-molecules/00-text/00-byline-author-only.mustache +++ /dev/null @@ -1 +0,0 @@ -
by {{ author.first-name }} {{ author.last-name }}
\ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/01-byline-author-time.mustache b/source/_patterns/01-molecules/00-text/01-byline-author-time.mustache deleted file mode 100644 index 5d61bc7..0000000 --- a/source/_patterns/01-molecules/00-text/01-byline-author-time.mustache +++ /dev/null @@ -1 +0,0 @@ -
by {{ author.first-name }} {{ author.last-name }} on
\ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/02-address.mustache b/source/_patterns/01-molecules/00-text/02-address.mustache deleted file mode 100644 index a13ea79..0000000 --- a/source/_patterns/01-molecules/00-text/02-address.mustache +++ /dev/null @@ -1,11 +0,0 @@ -
-
Company Name
-
-
1234 Main St.
- Anywhere, - 101010, - CA -
U.S.A
-
-
+1.888.123.4567
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/03-heading-group.mustache b/source/_patterns/01-molecules/00-text/03-heading-group.mustache deleted file mode 100644 index bf18f5a..0000000 --- a/source/_patterns/01-molecules/00-text/03-heading-group.mustache +++ /dev/null @@ -1,4 +0,0 @@ -
-

This is the heading group's main heading

-

This is the heading group's subheading

-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/04-blockquote-with-citation.mustache b/source/_patterns/01-molecules/00-text/04-blockquote-with-citation.mustache deleted file mode 100644 index b9b6c98..0000000 --- a/source/_patterns/01-molecules/00-text/04-blockquote-with-citation.mustache +++ /dev/null @@ -1,4 +0,0 @@ -
-

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, and typically distinguished visually using indentation and a different typeface or smaller size quotation.

- Quote Source -
\ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/05-intro-text.mustache b/source/_patterns/01-molecules/00-text/05-intro-text.mustache deleted file mode 100644 index b2b1bde..0000000 --- a/source/_patterns/01-molecules/00-text/05-intro-text.mustache +++ /dev/null @@ -1 +0,0 @@ -

The intro text may be a lead-in to the passage of text, or it may just be used to create a visual distinction between the rest of the passage of text.

\ No newline at end of file diff --git a/source/_patterns/01-molecules/00-text/06-pullquote.mustache b/source/_patterns/01-molecules/00-text/06-pullquote.mustache deleted file mode 100644 index dba015d..0000000 --- a/source/_patterns/01-molecules/00-text/06-pullquote.mustache +++ /dev/null @@ -1,3 +0,0 @@ -
-

A pull quote is a quotation or excerpt from an article

-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/01-layout/00-one-up.mustache b/source/_patterns/01-molecules/01-layout/00-one-up.mustache deleted file mode 100644 index eb58a0e..0000000 --- a/source/_patterns/01-molecules/01-layout/00-one-up.mustache +++ /dev/null @@ -1,7 +0,0 @@ -
- -
-
1/1
-
- -
\ No newline at end of file diff --git a/source/_patterns/01-molecules/01-layout/01-two-up.mustache b/source/_patterns/01-molecules/01-layout/01-two-up.mustache deleted file mode 100644 index ff1553a..0000000 --- a/source/_patterns/01-molecules/01-layout/01-two-up.mustache +++ /dev/null @@ -1,7 +0,0 @@ -
- -
-
1/2
-
1/2
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/01-layout/02-three-up.mustache b/source/_patterns/01-molecules/01-layout/02-three-up.mustache deleted file mode 100644 index d68fb48..0000000 --- a/source/_patterns/01-molecules/01-layout/02-three-up.mustache +++ /dev/null @@ -1,8 +0,0 @@ -
- -
-
1/3
-
1/3
-
1/3
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/01-layout/03-four-up.mustache b/source/_patterns/01-molecules/01-layout/03-four-up.mustache deleted file mode 100644 index f7351c0..0000000 --- a/source/_patterns/01-molecules/01-layout/03-four-up.mustache +++ /dev/null @@ -1,9 +0,0 @@ -
- -
-
1/4
-
1/4
-
1/4
-
1/4
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/02-blocks/00-media-block.mustache b/source/_patterns/01-molecules/02-blocks/00-media-block.mustache deleted file mode 100644 index a82a8ed..0000000 --- a/source/_patterns/01-molecules/02-blocks/00-media-block.mustache +++ /dev/null @@ -1,11 +0,0 @@ -
- -
- {{> atoms-square }} -
-
-

{{ headline.short }}

-

{{ excerpt.medium }}

-
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/02-blocks/01-headline-byline.mustache b/source/_patterns/01-molecules/02-blocks/01-headline-byline.mustache deleted file mode 100644 index e6416f8..0000000 --- a/source/_patterns/01-molecules/02-blocks/01-headline-byline.mustache +++ /dev/null @@ -1,6 +0,0 @@ -
- -

Headline: Lorem Ipsum Dolor Amet Sit

- {{> atoms-time }} -
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/02-blocks/02-block-hero.mustache b/source/_patterns/01-molecules/02-blocks/02-block-hero.mustache deleted file mode 100644 index c685176..0000000 --- a/source/_patterns/01-molecules/02-blocks/02-block-hero.mustache +++ /dev/null @@ -1,10 +0,0 @@ -
- -
- {{> atoms-landscape-16x9 }} -
-
-

{{ headline.medium }}

-
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/02-blocks/03-block-thumb-headline.mustache b/source/_patterns/01-molecules/02-blocks/03-block-thumb-headline.mustache deleted file mode 100644 index 9e13fb9..0000000 --- a/source/_patterns/01-molecules/02-blocks/03-block-thumb-headline.mustache +++ /dev/null @@ -1,10 +0,0 @@ -
- -
- {{> atoms-square }} -
-
-

{{ title }}

-
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/02-blocks/04-headline-only.mustache b/source/_patterns/01-molecules/02-blocks/04-headline-only.mustache deleted file mode 100644 index 5c0dade..0000000 --- a/source/_patterns/01-molecules/02-blocks/04-headline-only.mustache +++ /dev/null @@ -1,5 +0,0 @@ -
- -

Headline: Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/02-blocks/05-inset-block.mustache b/source/_patterns/01-molecules/02-blocks/05-inset-block.mustache deleted file mode 100644 index e850e47..0000000 --- a/source/_patterns/01-molecules/02-blocks/05-inset-block.mustache +++ /dev/null @@ -1,10 +0,0 @@ -
- -
- {{> atoms-landscape-4x3 }} -
-
-

{{ headline.short }}

-
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/03-media/00-figure-with-caption.mustache b/source/_patterns/01-molecules/03-media/00-figure-with-caption.mustache deleted file mode 100644 index 98e2b44..0000000 --- a/source/_patterns/01-molecules/03-media/00-figure-with-caption.mustache +++ /dev/null @@ -1,4 +0,0 @@ -
- {{> atoms-landscape-4x3 }} -
This is an example of an image with a caption. Photo captions, also known as cutlines, are a few lines of text used to explain or elaborate on published photographs.
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/03-media/_map.mustache b/source/_patterns/01-molecules/03-media/_map.mustache deleted file mode 100644 index 333879b..0000000 --- a/source/_patterns/01-molecules/03-media/_map.mustache +++ /dev/null @@ -1 +0,0 @@ - diff --git a/source/_patterns/01-molecules/04-forms/00-search.mustache b/source/_patterns/01-molecules/04-forms/00-search.mustache deleted file mode 100644 index aa27631..0000000 --- a/source/_patterns/01-molecules/04-forms/00-search.mustache +++ /dev/null @@ -1,11 +0,0 @@ -
-
- Search - - - -
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/04-forms/01-comment-form.mustache b/source/_patterns/01-molecules/04-forms/01-comment-form.mustache deleted file mode 100644 index 43d6cb3..0000000 --- a/source/_patterns/01-molecules/04-forms/01-comment-form.mustache +++ /dev/null @@ -1,20 +0,0 @@ -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/04-forms/02-newsletter.mustache b/source/_patterns/01-molecules/04-forms/02-newsletter.mustache deleted file mode 100644 index e23b2d5..0000000 --- a/source/_patterns/01-molecules/04-forms/02-newsletter.mustache +++ /dev/null @@ -1,10 +0,0 @@ -
-
- Sign up for our newsletter - -
- - -
-
-
\ No newline at end of file diff --git a/source/_patterns/01-molecules/05-navigation/00-primary-nav.mustache b/source/_patterns/01-molecules/05-navigation/00-primary-nav.mustache deleted file mode 100644 index 226cfd4..0000000 --- a/source/_patterns/01-molecules/05-navigation/00-primary-nav.mustache +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/source/_patterns/01-molecules/05-navigation/01-footer-nav.mustache b/source/_patterns/01-molecules/05-navigation/01-footer-nav.mustache deleted file mode 100644 index 182633b..0000000 --- a/source/_patterns/01-molecules/05-navigation/01-footer-nav.mustache +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/01-molecules/05-navigation/02-breadcrumbs.mustache b/source/_patterns/01-molecules/05-navigation/02-breadcrumbs.mustache deleted file mode 100644 index 7d2eb52..0000000 --- a/source/_patterns/01-molecules/05-navigation/02-breadcrumbs.mustache +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/source/_patterns/01-molecules/05-navigation/03-pagination.mustache b/source/_patterns/01-molecules/05-navigation/03-pagination.mustache deleted file mode 100644 index b23a01a..0000000 --- a/source/_patterns/01-molecules/05-navigation/03-pagination.mustache +++ /dev/null @@ -1,9 +0,0 @@ -
    -
  1. 1
  2. -
  3. 2
  4. -
  5. 3
  6. -
  7. 4
  8. -
  9. 5
  10. -
  11. 6
  12. -
  13. 7
  14. -
\ No newline at end of file diff --git a/source/_patterns/01-molecules/05-navigation/04-tabs.mustache b/source/_patterns/01-molecules/05-navigation/04-tabs.mustache deleted file mode 100644 index 341817d..0000000 --- a/source/_patterns/01-molecules/05-navigation/04-tabs.mustache +++ /dev/null @@ -1,7 +0,0 @@ -
- -
\ No newline at end of file diff --git a/source/_patterns/01-molecules/06-components/00-social-share.mustache b/source/_patterns/01-molecules/06-components/00-social-share.mustache deleted file mode 100644 index 71694ae..0000000 --- a/source/_patterns/01-molecules/06-components/00-social-share.mustache +++ /dev/null @@ -1,8 +0,0 @@ -
- -
\ No newline at end of file diff --git a/source/_patterns/01-molecules/06-components/01-accordion.mustache b/source/_patterns/01-molecules/06-components/01-accordion.mustache deleted file mode 100644 index 253962d..0000000 --- a/source/_patterns/01-molecules/06-components/01-accordion.mustache +++ /dev/null @@ -1,19 +0,0 @@ -
- -
\ No newline at end of file diff --git a/source/_patterns/01-molecules/06-components/02-single-comment.mustache b/source/_patterns/01-molecules/06-components/02-single-comment.mustache deleted file mode 100644 index a7f5627..0000000 --- a/source/_patterns/01-molecules/06-components/02-single-comment.mustache +++ /dev/null @@ -1,9 +0,0 @@ -
  • -
    - {{> atoms-avatar }} -

    {{name.first}} {{name.last}}

    -
    -
    -

    {{description}}

    -
    -
  • \ No newline at end of file diff --git a/source/_patterns/01-molecules/07-messaging/00-alert.mustache b/source/_patterns/01-molecules/07-messaging/00-alert.mustache deleted file mode 100644 index b5e479b..0000000 --- a/source/_patterns/01-molecules/07-messaging/00-alert.mustache +++ /dev/null @@ -1,3 +0,0 @@ -
    - {{ excerpt.short }} -
    \ No newline at end of file diff --git a/source/_patterns/02-organisms/00-global/00-header.mustache b/source/_patterns/02-organisms/00-global/00-header.mustache deleted file mode 100644 index 24f2651..0000000 --- a/source/_patterns/02-organisms/00-global/00-header.mustache +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/source/_patterns/02-organisms/00-global/01-footer.mustache b/source/_patterns/02-organisms/00-global/01-footer.mustache deleted file mode 100644 index f82a69c..0000000 --- a/source/_patterns/02-organisms/00-global/01-footer.mustache +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/source/_patterns/02-organisms/01-article/00-article-body.mustache b/source/_patterns/02-organisms/01-article/00-article-body.mustache deleted file mode 100644 index 7e95f04..0000000 --- a/source/_patterns/02-organisms/01-article/00-article-body.mustache +++ /dev/null @@ -1,26 +0,0 @@ -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fringilla sem a urna porttitor fringilla. Nulla eget justo felis.

    - -

    Aliquam erat volutpat. Mauris vulputate scelerisque feugiat. Cras a erat a diam venenatis aliquam. Sed tempus, purus ac pretium varius, risus orci sagittis purus, quis auctor libero magna nec magna. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas eros dolor, rutrum eu sollicitudin eu, commodo at leo. Suspendisse potenti. Sed eu nibh sit amet quam auctor feugiat vel et risus. Maecenas eu urna adipiscing neque dictum mollis suscipit in augue. Praesent pulvinar condimentum sagittis. Maecenas laoreet neque non eros consectetur fringilla. Donec vitae risus leo, vitae pharetra ipsum. Sed placerat eros eget elit iaculis semper. Aliquam congue blandit orci ac pretium.

    - -{{> atoms-landscape-16x9 }} - -

    Aliquam ultrices cursus mauris, eget volutpat justo mattis nec. Sed a orci turpis. Aliquam aliquet placerat dui, consectetur tincidunt leo tristique et. Vivamus enim nisi, blandit a venenatis quis, convallis et arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris libero sapien, placerat in sodales eu, tempor quis dui. Vivamus egestas faucibus pulvinar. Maecenas eget diam nunc. Phasellus at sem eros, ac suscipit neque. Phasellus sollicitudin libero a odio dignissim scelerisque. Aliquam purus nulla, tempor eget ullamcorper quis, rhoncus non dui. -

    - -{{> atoms-blockquote }} - -

    Cras at fringilla ipsum. Donec nec libero eget est blandit dignissim a eu ante. Morbi augue nulla, luctus eu sagittis vel, malesuada ut felis. Aliquam erat volutpat. Morbi malesuada augue ac massa hendrerit fermentum. Integer scelerisque lacus a dolor convallis lobortis. Curabitur mollis ante in massa ultricies dignissim. -

    - -{{> atoms-unordered }} - -{{> atoms-ordered }} - -

    Donec posuere fringilla nunc, vitae venenatis diam scelerisque vel. Nullam vitae mauris magna. Mauris et diam quis justo volutpat tincidunt congue nec magna. Curabitur vitae orci elit. Ut mollis massa id magna vestibulum consequat. Proin rutrum lectus justo, sit amet tincidunt est. Vivamus vitae lacinia risus. -

    - -{{> molecules-pullquote }} - -

    Donec venenatis imperdiet tortor, vitae blandit odio interdum ut. Integer orci metus, lobortis id lacinia eget, rutrum vitae justo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. In pretium fermentum justo nec pharetra. Maecenas eget dapibus justo. Ut quis est risus. Nullam et eros at odio commodo venenatis quis et augue. Sed sed augue at tortor porttitor hendrerit nec ut nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin sollicitudin enim consectetur mi commodo quis cursus ante pretium. Nunc gravida cursus nisi in gravida. Suspendisse eget tortor sed urna consequat tincidunt. Etiam eget convallis lectus. Suspendisse cursus rutrum massa ac faucibus. -

    -

    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis, suscipit repellendus nulla accusantium deserunt sed explicabo voluptate sapiente ratione inventore molestiae nihil earum repellat quia odit vitae perspiciatis aliquam amet?

    \ No newline at end of file diff --git a/source/_patterns/02-organisms/02-comments/00-comment-thread.mustache b/source/_patterns/02-organisms/02-comments/00-comment-thread.mustache deleted file mode 100644 index 6e150a1..0000000 --- a/source/_patterns/02-organisms/02-comments/00-comment-thread.mustache +++ /dev/null @@ -1,12 +0,0 @@ -
    -
    -

    59 Comments

    - {{> molecules-comment-form }} -
      - {{#listItems.five}} - {{> molecules-single-comment }} - {{/listItems.five}} -
    -
    - {{> molecules-pagination }} -
    \ No newline at end of file diff --git a/source/_patterns/02-organisms/02-comments/01-sticky-comment.mustache b/source/_patterns/02-organisms/02-comments/01-sticky-comment.mustache deleted file mode 100644 index ac0b28d..0000000 --- a/source/_patterns/02-organisms/02-comments/01-sticky-comment.mustache +++ /dev/null @@ -1,9 +0,0 @@ -
    -
    -

    Selected Comments

    -
      - {{> molecules-single-comment(description: 'We are all in the gutter, but some of us are looking at the stars.') }} - {{> molecules-single-comment(description: 'A life is like a garden. Perfect moments can be had, but not preserved, except in memory.') }} -
    -
    -
    diff --git a/source/_patterns/02-organisms/03-components/00-carousel.mustache b/source/_patterns/02-organisms/03-components/00-carousel.mustache deleted file mode 100644 index 4e8641e..0000000 --- a/source/_patterns/02-organisms/03-components/00-carousel.mustache +++ /dev/null @@ -1,10 +0,0 @@ -