Skip to content

Commit

Permalink
Merge pull request #24 from nerdstein/issue-21
Browse files Browse the repository at this point in the history
Fixing issue 21
  • Loading branch information
nerdstein authored Jun 14, 2017
2 parents 4a04dd2 + a3c3afd commit 9e56c9e
Show file tree
Hide file tree
Showing 38 changed files with 494 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Scope

- [] Documentation
- [] Proposed design change

# Steps Completed

- [] Exported new compiled design change
- [] Reviewed documentation for changes

# Previewed Pages

Please update this list if you add new pages and please fill in the tokens in the URL(s) below.

- [] [Homepage with Sidebar](http://htmlpreview.github.io/?https://github.com/[YOUR USER ID]/nerdstein-design-library/blob/[YOUR BRANCH]/html/patterns/04-pages-01-sidebar-sidebar/04-pages-01-sidebar-sidebar.html)
2 changes: 1 addition & 1 deletion design-library/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ patternStates:
- complete
styleGuideExcludes: ''
cacheBusterOn: 'true'
exportDir: export
exportDir: ../html
publicDir: public
sourceDir: source
defaultPattern: all
Expand Down
10 changes: 9 additions & 1 deletion design-library/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ gulp.task('patternlab', function () {
]));
});

// Start the pattern lab server and watch for changes
gulp.task('export-patternlab', function () {
return gulp.src('', {read: false})
.pipe(shell([
'php core/console --export'
]));
});

// Keep an eye on Sass files for changes and only lint changed files
// This prevents Sass error reporting from contributes Sass files from other projects
// Also speeds things up.
Expand All @@ -90,4 +98,4 @@ function lintFile(file) {
.pipe(sassLint.format());
}

gulp.task('default', ['patternlab', 'sass', 'watch']);
gulp.task('default', ['export-patternlab', 'patternlab', 'sass', 'watch']);
1 change: 1 addition & 0 deletions html/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Holding file for public/ directory
54 changes: 54 additions & 0 deletions html/css/pattern-scaffolding.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
/**
* This stylesheet is for styles you want to include only when displaying demo
* styles for grids, animations, color swatches, etc.
* These styles will not be your production CSS.
*/
#sg-patterns {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
max-width: 100%;
padding: 0 0.5em;
}

.demo-animate {
background: #ddd;
padding: 1em;
margin-bottom: 1em;
text-align: center;
border-radius: 8px;
cursor: pointer;
}

.sg-colors {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.sg-colors li {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
padding: 0.3em;
margin: 0 0.5em 0.5em 0;
min-width: 5em;
max-width: 14em;
border: 1px solid #ddd;
border-radius: 8px;
}

.sg-swatch {
display: block;
height: 4em;
margin-bottom: 0.3em;
border-radius: 5px;
}

.sg-label {
font-size: 90%;
line-height: 1;
}
1 change: 1 addition & 0 deletions html/css/style.css

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

Binary file added html/favicon.ico
Binary file not shown.
Binary file added html/images/favicon_16x16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/favicon_32x32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/fpo_16x9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/fpo_4x3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/fpo_avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/fpo_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/landscape-16x9-mountains.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/thumb-square-fire.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/thumb-square-gear.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/thumb-square-ivy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/thumb-square-river.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/thumb-square-yosemite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/tout-4x3-climber.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/tout-4x3-climbers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/sample/tout-4x3-stream.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions html/js/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
keeping this dir around
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Cloud Responsive Elastic Agile</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<h3 class="list-title"><a href="http://nerdstein.net">Cloud Responsive Elastic Agile</a></h3>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="list-body">Models extensible e-services empower clicks-and-mortar, relationships scale B2B weblogs; content envisioneer, A-list: wireless. IntegrateAJAX-enabled: cultivate.</div>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<img src="http://nerdstein.net/sites/default/files/nerdstein_11.png" class="list-image" />
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<span class="highlight-title">CATEGORY 1</span>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="posted-on">
Posted on January 5, 2017
</div>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="section-heading">
Categories
</div>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="section-content">
<ul><li><a href="">Tech</a></li><li><a href="">News</a></li><li><a href="">Tutorials</a></li><li><a href="">Sports</a></li><ul>
</div>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html class="">
<head>
<title>Nullizzle shizznit velizzle, hizzle, suscipit own yo', gravida vizzle, arcu.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="blog-tags">
<span class="highlight-title">Category 1</span> <span class="highlight-title">Category 2</span></div>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html class="">
<head>
<title>The category manager enforces our risk appetites.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="list-element">
<div class="blog-tags">
<span class="highlight-title">Cloud</span> <span class="highlight-title">Drupal</span></div> <div class="list-element-body">
<div class="list-element-image">
<img src="http://nerdstein.net/sites/default/files/nerdstein_11.png" class="list-image" /> </div>
<h3 class="list-title"><a href="http://nerdstein.net">The category manager enforces our risk appetites.</a></h3> <div class="posted-on">
Posted on February 10, 2017
</div> <div class="list-body">The preemptive commitment leads to an agile feedback, while the game changer connects the dots to the end game. Our under-the-radar business platforms energize the market thinker.</div> </div>
</div>
<!--DO NOT REMOVE-->


</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html class="">
<head>
<title>The category manager enforces our risk appetites.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />

<link rel="stylesheet" href="../../css/style.css?1497365795" media="all" />
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?1497365795" media="all" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pavanam' rel='stylesheet' type='text/css'>

<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->

<!-- End Pattern Lab -->

</head>
<body class="">

<div class="list-element">
<div class="blog-tags">
<span class="highlight-title">Cloud</span> <span class="highlight-title">Drupal</span></div> <div class="list-element-body">
<h3 class="list-title"><a href="http://nerdstein.net">The category manager enforces our risk appetites.</a></h3> <div class="posted-on">
Posted on January 5, 2017
</div> <div class="list-body">The preemptive commitment leads to an agile feedback, while the game changer connects the dots to the end game. Our under-the-radar business platforms energize the market thinker.</div> </div>
</div>
<!--DO NOT REMOVE-->


</body>
</html>
Loading

0 comments on commit 9e56c9e

Please sign in to comment.