Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
feat(examples): add PLUNKR template showing how to get started
Browse files Browse the repository at this point in the history
 - bundling of this thing is pretty bad.  😭
  • Loading branch information
justindujardin committed Dec 20, 2015
1 parent f169ee6 commit 029acbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ <h2>

<md-content class="examples" md-scroll-y layout-padding>

<h1 class="examples-title">Example Usage</h1>
<p class="examples-intro">The examples below illustrate how to use the various components implemented by this project.</p>
<h1 class="examples-title">Getting Started</h1>
<p class="examples-intro">
There are many examples on this page. Here's a
<a href="http://plnkr.co/edit/CnDUjVufVnevluFOBvdD?p=preview" target="_blank">Plunkr Template</a>.
</p>

<nav class="examples-toc">
<h1>Components</h1>
Expand Down
4 changes: 4 additions & 0 deletions examples/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ demos-app {
line-height: rem(3.2);
margin-bottom: 0;
padding: 0 38px 40px 0;
a {
text-decoration: none;
color: md-color($md-primary);
}
}
.examples-toc {
border-left: 5px solid md-color($md-primary);
Expand Down

0 comments on commit 029acbc

Please sign in to comment.