feat(aio): update the home page and docs landing page content (#17325)

Closes #17268
Closes #17230
This commit is contained in:
Igor Minar 2017-06-08 15:26:15 -07:00 committed by GitHub
parent 41a765d715
commit 576d6d8f86
4 changed files with 21 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -5,8 +5,8 @@ Angular is a platform that makes it easy to build applications with the web. Ang
<div class="card-container"> <div class="card-container">
<a href="generated/live-examples/quickstart/eplnkr.html" target="_blank" class="docs-card" <a href="generated/live-examples/quickstart/eplnkr.html" target="_blank" class="docs-card"
title="Experience Angular in a live coding environment"> title="Experience Angular in a live coding environment">
<section>Experience Angular</section> <section>Get a Glimpse of Angular</section>
<p>A quick look at an Angular application.</p> <p>A quick look at an Angular "hello world" application.</p>
<p class="card-footer">Angular in Action</p> <p class="card-footer">Angular in Action</p>
</a> </a>

View File

@ -32,10 +32,10 @@
<!--Announcement Bar--> <!--Announcement Bar-->
<div class="homepage-container"> <div class="homepage-container">
<div class="announcement-bar"> <div class="announcement-bar">
<img src="assets/images/logos/angular/angular-banner-logo-grey.png" width="64"/> <img src="generated/images/marketing/angular-mix.png" height="40" width="151">
<p>Angular v4.0 is out! Smaller, faster, no biggie...</p> <p>Join us at our newest event, October 2017</p>
<button class="button"> <button class="button">
<a href="http://angularjs.blogspot.com/2017/03/angular-400-now-available.html" target="_blank">Learn More</a> <a href="https://angularmix.com/">Learn More</a>
</button> </button>
</div> </div>
</div> </div>
@ -112,12 +112,12 @@
<!-- CTA CARDS --> <!-- CTA CARDS -->
<div layout="row" layout-xs="column" class="home-row"> <div layout="row" layout-xs="column" class="home-row">
<a href="tutorial"> <a href="guide/quickstart">
<div class="card"> <div class="card">
<img src="../assets/images/icons/code-icon.svg" height="70px"> <img src="../assets/images/icons/code-icon.svg" height="70px">
<div class="card-text-container"> <div class="card-text-container">
<div class="text-headline">Start Tutorial</div> <div class="text-headline">Get Started</div>
<p>Start building your Angular application in TypeScript.</p> <p>Start building your Angular application.</p>
</div> </div>
</div> </div>
</a> </a>

View File

@ -15,6 +15,10 @@
{ {
"url": "events", "url": "events",
"title": "Events" "title": "Events"
},
{
"url": "https://blog.angularjs.org/",
"title": "Blog"
} }
], ],
@ -33,6 +37,10 @@
{ {
"url": "events", "url": "events",
"title": "Events" "title": "Events"
},
{
"url": "https://blog.angularjs.org/",
"title": "Blog"
} }
] ]
} }
@ -434,6 +442,11 @@
"url": "presskit", "url": "presskit",
"title": "Press Kit", "title": "Press Kit",
"tooltip": "Press contacts, logos, and branding." "tooltip": "Press contacts, logos, and branding."
},
{
"url": "https://blog.angularjs.org/",
"title": "Blog",
"tooltip": "Angular Blog"
} }
] ]
}, },