feat(aio): docs landing page with styles, logo res fix

This commit is contained in:
Stefanie Fluin
2017-03-30 12:21:50 -07:00
committed by Alex Rickabaugh
parent 46f8a6dd85
commit 21ef5a1961
10 changed files with 127 additions and 51 deletions

View File

@ -0,0 +1,25 @@
<h1>Angular Docs</h1>
<h6>v 4.0.0</h6>
<p>Learn about the latest updates to the documentation. View the Angular change log for enhancements, fixes, and breaking changes in Angular itself. If you're looking for Angular vs2 documents you'll find them at <a href="#">v2.angular.io</a></p>
<div class="card-container clearfix">
<a href="../guide/quickstart" class="card">
<h2>Quickstart</h2>
<p>A short beginner guide explaining the basic concepts of Angular</p>
<p class="card-footer">View Quickstart</p>
</a>
<a href="..api" class="card">
<h2>Developer Guide</h2>
<p>An intermediuate development guide covering all major features of Angular</p>
<p class="card-footer">View Quickstart</p>
</a>
<a href="../api" class="card">
<h2>API Reference</h2>
<p>An advanced reference of all Angular Classes, Methods, etc.</p>
<p class="card-footer">View Quickstart</p>
</a>
<div>