Skip to content

Commit

Permalink
Commit compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
leigeber committed May 26, 2016
1 parent 8c7fcda commit 2965375
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion public/assets/js/maps/guide.script.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/assets/js/maps/script.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/assets/js/script.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/modules/guide/script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/guide/elements.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>Elements | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>Elements | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<script src="/assets/js/ie9.min.js"></script>
<![endif]--></head><body><header class="header" role="banner"><a href="/" rel="home" class="logo" data-static><img src="/assets/img/logo.svg" alt="Style Guide" class="logo__img"></a><nav class="sections" role="navigation"><ul class="unstyled"><li class="sections__item"><a href="index.html" class="sections__link">General</a></li><li class="sections__item"><a href="elements.html" class="sections__link -is-active">Elements</a></li><li class="sections__item"><a href="forms.html" class="sections__link">Forms</a></li><li class="sections__item"><a href="lists.html" class="sections__link">Lists</a></li><li class="sections__item"><a href="typography.html" class="sections__link">Typography</a></li></ul></nav></header><main class="container" role="main"><div class="pattern"><h3 class="pattern__title">Code</h3><div class="pattern__output"><p>A <code>&lt;code&gt;</code> element wrapped in a <code>&lt;pre&gt;</code> element is used to generate code example blocks.</p><pre><code>.selector {
color: #ccc;
Expand Down
2 changes: 1 addition & 1 deletion public/guide/forms.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>Forms | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>Forms | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<script src="/assets/js/ie9.min.js"></script>
<![endif]--></head><body><header class="header" role="banner"><a href="/" rel="home" class="logo" data-static><img src="/assets/img/logo.svg" alt="Style Guide" class="logo__img"></a><nav class="sections" role="navigation"><ul class="unstyled"><li class="sections__item"><a href="index.html" class="sections__link">General</a></li><li class="sections__item"><a href="elements.html" class="sections__link">Elements</a></li><li class="sections__item"><a href="forms.html" class="sections__link -is-active">Forms</a></li><li class="sections__item"><a href="lists.html" class="sections__link">Lists</a></li><li class="sections__item"><a href="typography.html" class="sections__link">Typography</a></li></ul></nav></header><main class="container" role="main"><div class="pattern"><h3 class="pattern__title">Buttons</h3><div class="pattern__output"><button>Standard</button> <button class="button-colored">Colored</button> <button disabled="disabled">Disabled</button></div><pre class="pattern__input -html" id="-code" aria-hidden="true" data-ref="code"><code class="html">&lt;button&gt;Standard&lt;/button&gt;
&lt;button class=&quot;button-colored&quot;&gt;Colored&lt;/button&gt;
Expand Down
2 changes: 1 addition & 1 deletion public/guide/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>General | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>General | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<script src="/assets/js/ie9.min.js"></script>
<![endif]--></head><body><header class="header" role="banner"><a href="/" rel="home" class="logo" data-static><img src="/assets/img/logo.svg" alt="Style Guide" class="logo__img"></a><nav class="sections" role="navigation"><ul class="unstyled"><li class="sections__item"><a href="index.html" class="sections__link -is-active">General</a></li><li class="sections__item"><a href="elements.html" class="sections__link">Elements</a></li><li class="sections__item"><a href="forms.html" class="sections__link">Forms</a></li><li class="sections__item"><a href="lists.html" class="sections__link">Lists</a></li><li class="sections__item"><a href="typography.html" class="sections__link">Typography</a></li></ul></nav></header><main class="container" role="main"><div class="pattern"><h3 class="pattern__title">Brand colors</h3><p class="pattern__heading">Our primary color palette is used for major UI visuals and controls</p><div class="pattern__output"><ol class="swatches"><li class="swatch -primary">@primary</li><li class="swatch -secondary">@secondary</li><li class="swatch -tertiary">@tertiary</li></ol></div></div><div class="pattern"><h3 class="pattern__title">Notice colors</h3><p class="pattern__heading">These colors are used when displaying various notifications</p><div class="pattern__output"><ol class="swatches"><li class="swatch -info">@info</li><li class="swatch -success">@success</li><li class="swatch -warning">@warning</li></ol></div></div><div class="pattern"><h3 class="pattern__title">Grayscale</h3><p class="pattern__heading">This muted palette is used for complementary visual structure</p><div class="pattern__output"><ol class="swatches"><li class="swatch -white">@white</li><li class="swatch -lightest-gray">@lightestGray</li><li class="swatch -lighter-gray">@lighterGray</li><li class="swatch -light-gray">@lightGray</li><li class="swatch -gray">@gray</li><li class="swatch -dark-gray">@darkGray</li><li class="swatch -darker-gray">@darkerGray</li><li class="swatch -darkest-gray">@darkestGray</li><li class="swatch -black">@black</li></ol></div></div><div class="pattern"><h3 class="pattern__title">Breakpoints</h3><p class="pattern__heading">These represent the minimum breakpoint widths</p><div class="pattern__output"><div class="responsive-table"><table class="tabular breakpoints"><tbody><tr><th scope="row">1</th><td>Mobile Portrait</td><td>@mobilePortraitWidth</td><td class="breakpoints__size -mobile-portrait"></td></tr><tr><th scope="row">2</th><td>Mobile Landscape</td><td>@mobileLandscapeWidth</td><td class="breakpoints__size -mobile-landscape"></td></tr><tr><th scope="row">3</th><td>Tablet Portrait</td><td>@tabletPortraitWidth</td><td class="breakpoints__size -tablet-portrait"></td></tr><tr><th scope="row">4</th><td>Desktop Small</td><td>@desktopSmallWidth</td><td class="breakpoints__size -desktop-small"></td></tr><tr><th scope="row">5</th><td>Desktop Medium</td><td>@desktopMediumWidth</td><td class="breakpoints__size -desktop-medium"></td></tr><tr><th scope="row">6</th><td>Desktop Large</td><td>@desktopLargeWidth</td><td class="breakpoints__size -desktop-large"></td></tr></tbody></table></div></div></div></main><script src="/assets/js/script.min.js"></script><script src="/assets/modules/guide/script.min.js"></script></body></html>
2 changes: 1 addition & 1 deletion public/guide/lists.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>Lists | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<!doctype html><html lang="en" id="global" itemscope itemtype="http://schema.org/WebPage"><head><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1"><title>Lists | Style Guide</title><meta name="description" content=""><link rel="stylesheet" href="/assets/css/style.min.css"><link rel="stylesheet" href="/assets/modules/guide/style.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400"><link rel="apple-touch-icon" href="/assets/img/icons/touch.png"><link rel="mask-icon" href="/assets/img/icons/pin.svg" color="#349bb9"><!--[if lte IE 9]>
<script src="/assets/js/ie9.min.js"></script>
<![endif]--></head><body><header class="header" role="banner"><a href="/" rel="home" class="logo" data-static><img src="/assets/img/logo.svg" alt="Style Guide" class="logo__img"></a><nav class="sections" role="navigation"><ul class="unstyled"><li class="sections__item"><a href="index.html" class="sections__link">General</a></li><li class="sections__item"><a href="elements.html" class="sections__link">Elements</a></li><li class="sections__item"><a href="forms.html" class="sections__link">Forms</a></li><li class="sections__item"><a href="lists.html" class="sections__link -is-active">Lists</a></li><li class="sections__item"><a href="typography.html" class="sections__link">Typography</a></li></ul></nav></header><main class="container" role="main"><div class="pattern"><h3 class="pattern__title">Description list</h3><div class="pattern__output"><dl><dt>Lorem ipsum dolor</dt><dd>Sit amet, consectetur adipiscing elit.</dd><dt>Lorem ipsum dolor</dt><dd>Sit amet, consectetur adipiscing elit.</dd></dl></div><pre class="pattern__input -html" id="-code" aria-hidden="true" data-ref="code"><code class="html">&lt;dl&gt;
&lt;dt&gt;Lorem ipsum dolor&lt;/dt&gt;
Expand Down
Loading

0 comments on commit 2965375

Please sign in to comment.