diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5de0f06813..1b9d193ceb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,45 +1,61 @@ -## Bug, enhancement request, or proposal: +## Bug, enhancement request, or proposal -# CodePen and steps to reproduce the issue: -#### [CodePen Demo](http://codepen.io/team/AngularMaterial/pen/bEGJdd) which demonstrates the issue: +# Demo and steps to reproduce the issue +[This blank StackBlitz demo](https://stackblitz.com/edit/angularjs-material-blank?file=app%2Fapp.template.html) can be used to create a reproduction that demonstrates your issue. +**Demo URL (required)***: -#### Detailed Reproduction Steps: +#### Detailed Reproduction Steps 1. 1. -### What is the expected behavior? +### Explain the expected behavior -### What is the current behavior? +### Explain the current behavior -### What is the use-case or motivation for changing an existing behavior? +### Discuss the use-case or motivation for changing the existing behavior -### Which versions of AngularJS, Material, OS, and browsers are affected? +### List the affected versions of AngularJS, Material, OS, and browsers - AngularJS: 1. - AngularJS Material: 1. - OS: - Browsers: -### Is there anything else we should know? Stack Traces, Screenshots, etc. +### Add anything else we should know +#### Stack Trace +``` - +``` + +#### Screenshots + + + diff --git a/docs/app/css/style.css b/docs/app/css/style.css index 9d6efe3078..f1709e4313 100644 --- a/docs/app/css/style.css +++ b/docs/app/css/style.css @@ -603,20 +603,20 @@ md-toolbar.demo-toolbar .md-button { /*************** * Landing Page ***************/ -ul.buckets { +main .doc-content ul.buckets { margin: 24px 0 24px -8px; padding: 0; position: relative; } -ul.buckets li { +main .doc-content ul.buckets li { list-style: none; margin: 0; text-align: center; } -ul.buckets li md-card md-card-content { +main .doc-content ul.buckets li md-card md-card-content { padding: 0; } -ul.buckets li a { +main .doc-content ul.buckets li a { display: block; font-weight: 500; padding: 16px 0; @@ -626,15 +626,15 @@ ul.buckets li a { margin-right: 0; margin-top: 0; } -ul.buckets li a, -ul.buckets li a md-icon { +main .doc-content ul.buckets li a, +main .doc-content ul.buckets li a md-icon { color: #666 !important; transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); } -ul.buckets li a:hover, -ul.buckets li a:focus, -ul.buckets li a:hover md-icon, -ul.buckets li a:focus md-icon { +main .doc-content ul.buckets li a:hover, +main .doc-content ul.buckets li a:focus, +main .doc-content ul.buckets li a:hover md-icon, +main .doc-content ul.buckets li a:focus md-icon { color: #106CC8 !important; background-color: #ebebeb !important; } diff --git a/docs/app/partials/getting-started.tmpl.html b/docs/app/partials/getting-started.tmpl.html index f41a65ea0b..4437832827 100644 --- a/docs/app/partials/getting-started.tmpl.html +++ b/docs/app/partials/getting-started.tmpl.html @@ -21,71 +21,38 @@
+ style="width:75%; margin: 10px 30px 0 0" alt="Image with arrow to Edit on CodePen button">
- See this example application on CodePen that loads - the AngularJS Material library from the Google CDN: -
- - - -- Now just your add your AngularJS Material components and other HTML content to your Blank - starter app. -
- -You can also visit our @@ -103,7 +70,6 @@
@@ -163,30 +128,31 @@
- Here are some conference presentations that will provide overviews for your development with AngularJS Material. + Here are some conference presentations that will provide overviews for your development with + AngularJS Material.
- Material Design is a specification for a unified system of visual, motion, and interaction - design that adapts across different devices and different screen sizes. -
-These docs were generated from diff --git a/docs/app/partials/layout-tips.tmpl.html b/docs/app/partials/layout-tips.tmpl.html index c62e4d6675..5bec7d43a3 100644 --- a/docs/app/partials/layout-tips.tmpl.html +++ b/docs/app/partials/layout-tips.tmpl.html @@ -88,15 +88,13 @@
@@ -209,7 +207,7 @@