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 jetbrains sponsor to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed May 22, 2016
1 parent 2c77a4f commit 03a5ff0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/site/src/app/+index/index.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,17 @@ <h1 class="examples-title seed-title">What is Material Design?</h1>
</div>
</div>
</section>

<md-divider></md-divider>

<section class="examples-intro">
<h1 class="examples-title seed-title">Open Source</h1>
<p>
ng2-material is an open source project sponsored by JetBrains. Most of ng2-material has been built in WebStorm, an
excellent IDE for angular2 and Typescript development.
</p>
<section layout="row" layout-align="space-around center">
<a href="https://www.jetbrains.com/" target="_blank"><img src="/images/logo_jetbrains.svg" width="256"></a>
<a href="https://www.jetbrains.com/webstorm/" target="_blank"><img src="/images/logo_webstorm.svg" width="256"></a>
</section>
</section>

0 comments on commit 03a5ff0

Please sign in to comment.