chore: replace refs to "logos/angular2/" with angular (#3477)

This commit is contained in:
Ward Bell 2017-03-31 02:59:16 -07:00 committed by Jesús Rodríguez
parent d819504638
commit 86628ebabf
13 changed files with 14 additions and 14 deletions

View File

@ -1,13 +1,13 @@
header(class="background-sky l-relative")
.hero.background-superhero-paper.is-large
img(class="hero-logo" src='/resources/images/logos/angular2/angular.svg')
img(class="hero-logo" src='/resources/images/logos/angular/angular.svg')
h1.text-headline #{title}<br>#{subtitle}
a(href="/docs/ts/latest/quickstart.html" class="hero-cta md-raised button button-large button-plain" md-button) Get Started
announcement-bar
.announcement-bar-slide.clearfix
img(src="/resources/images/logos/angular2/angular-banner-logo-grey.png" width="64")
img(src="/resources/images/logos/angular/angular-banner-logo-grey.png" width="64")
p Angular v4.0 is out! Smaller, faster, no biggie...
a(href="http://angularjs.blogspot.com/2017/03/angular-400-now-available.html" target="_blank" class="button md-button") Learn more

View File

@ -9,7 +9,7 @@ export class AppComponent {
wolves = 0;
gender = 'f';
fly = true;
logo = 'https://angular.io/resources/images/logos/angular2/angular.png';
logo = 'https://angular.io/resources/images/logos/angular/angular.png';
inc(i: number) {
this.wolves = Math.min(5, Math.max(0, this.wolves + i));
}

View File

@ -520,8 +520,8 @@ code-example(language="sh" class="code-shell").
:marked
The <code>app.component.html</code> displays this downloadable Angular logo
<a href="https://raw.githubusercontent.com/angular/angular.io/master/public/resources/images/logos/angular2/angular.png" target="_blank">
<img src="/resources/images/logos/angular2/angular.png" height="40px" title="download Angular logo"></a>.
<a href="https://raw.githubusercontent.com/angular/angular.io/master/public/resources/images/logos/angular/angular.png" target="_blank">
<img src="/resources/images/logos/angular/angular.png" height="40px" title="download Angular logo"></a>.
Create a folder called `images` under the project's `assets` folder, then right-click (Cmd+click on Mac)
on the image and download it to that folder.

View File

@ -9,40 +9,40 @@ div(class="presskit-container l-space-neg-top-8")
div(class="presskit-row")
div(class="presskit-inner")
div(class="presskit-image-container")
img(src="resources/images/logos/angular2/angular.svg")
img(src="resources/images/logos/angular/angular.svg")
div
h3(class="l-space-left-3") FULL COLOR LOGO
ul(class="l-space-left-3")
li
span Angular Logo (png) - <a href="resources/images/logos/angular2/angular.png" download>Download</a>
span Angular Logo (png) - <a href="resources/images/logos/angular/angular.png" download>Download</a>
li
span Angular Logo (svg) - <a href="resources/images/logos/angular2/angular.svg" download>Download</a>
span Angular Logo (svg) - <a href="resources/images/logos/angular/angular.svg" download>Download</a>
div(class="presskit-row")
div(class="presskit-inner")
div(class="presskit-image-container")
div
img(src="resources/images/logos/angular2/angular_solidBlack.svg")
img(src="resources/images/logos/angular/angular_solidBlack.svg")
div
h3(class="l-space-left-3") ONE COLOR LOGO
ul(class="l-space-left-3")
li
span Angular Logo Black (png) - <a href="resources/images/logos/angular2/angular_solidBlack.png" download>Download</a>
span Angular Logo Black (png) - <a href="resources/images/logos/angular/angular_solidBlack.png" download>Download</a>
li
span Angular Logo Black (svg) - <a href="resources/images/logos/angular2/angular_solidBlack.svg" download>Download</a>
span Angular Logo Black (svg) - <a href="resources/images/logos/angular/angular_solidBlack.svg" download>Download</a>
div(class="presskit-row")
div(class="presskit-inner")
div(class="presskit-image-container")
div
img(src="resources/images/logos/angular2/angular_whiteTransparent.svg" class="transparent-img-bg")
img(src="resources/images/logos/angular/angular_whiteTransparent.svg" class="transparent-img-bg")
div
h3(class="l-space-left-3") ONE COLOR INVERSE LOGO
ul(class="l-space-left-3")
li
span Angular Logo White Semi-Transparent (png) - <a href="resources/images/logos/angular2/angular_whiteTransparent.png" download>Download</a>
span Angular Logo White Semi-Transparent (png) - <a href="resources/images/logos/angular/angular_whiteTransparent.png" download>Download</a>
li
span Angular Logo Semi-Transparent (svg) - <a href="resources/images/logos/angular2/angular_whiteTransparent.svg" download>Download</a>
span Angular Logo Semi-Transparent (svg) - <a href="resources/images/logos/angular/angular_whiteTransparent.svg" download>Download</a>
div(class="presskit-row")
div(class="presskit-inner")

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 899 B

After

Width:  |  Height:  |  Size: 899 B

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 677 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB