chore: replace refs to "logos/angular2/" with angular (#3477)
|
@ -1,13 +1,13 @@
|
||||||
header(class="background-sky l-relative")
|
header(class="background-sky l-relative")
|
||||||
|
|
||||||
.hero.background-superhero-paper.is-large
|
.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}
|
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
|
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
|
||||||
.announcement-bar-slide.clearfix
|
.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...
|
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
|
a(href="http://angularjs.blogspot.com/2017/03/angular-400-now-available.html" target="_blank" class="button md-button") Learn more
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ export class AppComponent {
|
||||||
wolves = 0;
|
wolves = 0;
|
||||||
gender = 'f';
|
gender = 'f';
|
||||||
fly = true;
|
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) {
|
inc(i: number) {
|
||||||
this.wolves = Math.min(5, Math.max(0, this.wolves + i));
|
this.wolves = Math.min(5, Math.max(0, this.wolves + i));
|
||||||
}
|
}
|
||||||
|
|
|
@ -520,8 +520,8 @@ code-example(language="sh" class="code-shell").
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
The <code>app.component.html</code> displays this downloadable Angular logo
|
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">
|
<a href="https://raw.githubusercontent.com/angular/angular.io/master/public/resources/images/logos/angular/angular.png" target="_blank">
|
||||||
<img src="/resources/images/logos/angular2/angular.png" height="40px" title="download Angular logo"></a>.
|
<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)
|
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.
|
on the image and download it to that folder.
|
||||||
|
|
||||||
|
|
|
@ -9,40 +9,40 @@ div(class="presskit-container l-space-neg-top-8")
|
||||||
div(class="presskit-row")
|
div(class="presskit-row")
|
||||||
div(class="presskit-inner")
|
div(class="presskit-inner")
|
||||||
div(class="presskit-image-container")
|
div(class="presskit-image-container")
|
||||||
img(src="resources/images/logos/angular2/angular.svg")
|
img(src="resources/images/logos/angular/angular.svg")
|
||||||
div
|
div
|
||||||
h3(class="l-space-left-3") FULL COLOR LOGO
|
h3(class="l-space-left-3") FULL COLOR LOGO
|
||||||
ul(class="l-space-left-3")
|
ul(class="l-space-left-3")
|
||||||
li
|
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
|
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-row")
|
||||||
div(class="presskit-inner")
|
div(class="presskit-inner")
|
||||||
div(class="presskit-image-container")
|
div(class="presskit-image-container")
|
||||||
div
|
div
|
||||||
img(src="resources/images/logos/angular2/angular_solidBlack.svg")
|
img(src="resources/images/logos/angular/angular_solidBlack.svg")
|
||||||
div
|
div
|
||||||
h3(class="l-space-left-3") ONE COLOR LOGO
|
h3(class="l-space-left-3") ONE COLOR LOGO
|
||||||
ul(class="l-space-left-3")
|
ul(class="l-space-left-3")
|
||||||
li
|
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
|
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-row")
|
||||||
div(class="presskit-inner")
|
div(class="presskit-inner")
|
||||||
div(class="presskit-image-container")
|
div(class="presskit-image-container")
|
||||||
div
|
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
|
div
|
||||||
h3(class="l-space-left-3") ONE COLOR INVERSE LOGO
|
h3(class="l-space-left-3") ONE COLOR INVERSE LOGO
|
||||||
ul(class="l-space-left-3")
|
ul(class="l-space-left-3")
|
||||||
li
|
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
|
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-row")
|
||||||
div(class="presskit-inner")
|
div(class="presskit-inner")
|
||||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 899 B After Width: | Height: | Size: 899 B |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |