diff --git a/aio/content/marketing/contribute.html b/aio/content/marketing/contribute.html index be14eb4b706..0b6e5bd01cc 100644 --- a/aio/content/marketing/contribute.html +++ b/aio/content/marketing/contribute.html @@ -2,7 +2,7 @@

Contribute to Angular

-
+

Angular Projects

diff --git a/aio/content/marketing/events.html b/aio/content/marketing/events.html index df88a61ca28..9d7182f27c7 100755 --- a/aio/content/marketing/events.html +++ b/aio/content/marketing/events.html @@ -2,6 +2,6 @@

Events

-
+
diff --git a/aio/content/marketing/features.html b/aio/content/marketing/features.html index 390a02af441..f303d017d09 100755 --- a/aio/content/marketing/features.html +++ b/aio/content/marketing/features.html @@ -2,107 +2,103 @@

Features & Benefits

-
-
-
-
-
-
Cross Platform
- -
-
+
+
+
+
Cross Platform
+ +
+
-
-
Progressive Web Apps
-

Use modern web platform capabilities to deliver app-like experiences. - High performance, offline, and zero-step installation.

-
- -
-
Native
-

Build native mobile apps with strategies from Cordova, Ionic, or NativeScript.

-
- -
-
Desktop
-

Create desktop-installed apps across Mac, Windows, and Linux using the same Angular methods you've learned for the web plus the ability to access native OS APIs.

-
-
-
+
+
Progressive Web Apps
+

Use modern web platform capabilities to deliver app-like experiences. + High performance, offline, and zero-step installation.

-
-
-
Speed and Performance
- -
-
- -
-
Code Generation
-

Angular turns your templates into code that's highly optimized for today's JavaScript virtual machines, giving you all the benefits of hand-written code with the productivity of a framework.

-
- -
-
Universal
-

Serve the first view of your application on Node.js®, .NET, PHP, and other servers for near-instant rendering in just HTML and CSS. Also paves the way for sites that optimize for SEO.

-
- -
-
Code Splitting
-

Angular apps load quickly with the new Component Router, which delivers automatic code-splitting so users only load code required to render the view they request.

-
-
-
+
+
Native
+

Build native mobile apps with strategies from Cordova, Ionic, or NativeScript.

-
-
-
Productivity
- -
-
+
+
Desktop
+

Create desktop-installed apps across Mac, Windows, and Linux using the same Angular methods you've learned for the web plus the ability to access native OS APIs.

+
+
+
+
-
-
Templates
-

Quickly create UI views with simple and powerful template syntax.

-
+
+
+
Speed and Performance
+ +
+
-
-
Angular CLI
-

Command line tools: start building fast, add components and tests, then instantly deploy.

-
- -
-
IDEs
-

Get intelligent code completion, instant errors, and other feedback in popular editors and IDEs.

-
-
-
+
+
Code Generation
+

Angular turns your templates into code that's highly optimized for today's JavaScript virtual machines, giving you all the benefits of hand-written code with the productivity of a framework.

-
-
-
Full Development Story
- -
-
+
+
Universal
+

Serve the first view of your application on Node.js®, .NET, PHP, and other servers for near-instant rendering in just HTML and CSS. Also paves the way for sites that optimize for SEO.

+
-
-
Testing
-

With Karma for unit tests, you can know if you've broken things every time you save. And Protractor makes your scenario tests run faster and in a stable manner.

-
+
+
Code Splitting
+

Angular apps load quickly with the new Component Router, which delivers automatic code-splitting so users only load code required to render the view they request.

+
+
+
+
-
-
Animation
-

Create high-performance, complex choreographies and animation timelines with very little code through Angular's intuitive API.

-
+
+
+
Productivity
+ +
+
-
-
Accessibility
-

Create accessible applications with ARIA-enabled components, developer guides, and built-in a11y test infrastructure.

-
-
+
+
Templates
+

Quickly create UI views with simple and powerful template syntax.

+
+ +
+
Angular CLI
+

Command line tools: start building fast, add components and tests, then instantly deploy.

+
+ +
+
IDEs
+

Get intelligent code completion, instant errors, and other feedback in popular editors and IDEs.

+
+
+
+
+ +
+
+
Full Development Story
+ +
+
+ +
+
Testing
+

With Karma for unit tests, you can know if you've broken things every time you save. And Protractor makes your scenario tests run faster and in a stable manner.

+
+ +
+
Animation
+

Create high-performance, complex choreographies and animation timelines with very little code through Angular's intuitive API.

+
+ +
+
Accessibility
+

Create accessible applications with ARIA-enabled components, developer guides, and built-in a11y test infrastructure.

diff --git a/aio/src/app/custom-elements/resource/resource-list.component.html b/aio/src/app/custom-elements/resource/resource-list.component.html index 14e29f27afb..d26938d462a 100644 --- a/aio/src/app/custom-elements/resource/resource-list.component.html +++ b/aio/src/app/custom-elements/resource/resource-list.component.html @@ -1,4 +1,4 @@ -
+
-
-
-
- -

{{subCategory.title}}

+
+
+ +

{{subCategory.title}}

- diff --git a/aio/src/styles/1-layouts/_layout-global.scss b/aio/src/styles/1-layouts/_layout-global.scss index 2ea73431318..16ea6c1ff1a 100644 --- a/aio/src/styles/1-layouts/_layout-global.scss +++ b/aio/src/styles/1-layouts/_layout-global.scss @@ -9,7 +9,7 @@ body, .center-layout { margin: 0 auto; - max-width: 50em; + max-width: 62.5em; } .github-links + .content h1 { diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index b0b0d8f7f40..e1d99ef5fe8 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -402,7 +402,3 @@ div[layout=row]{ margin-bottom: 20px; } } - -.events-container{ - overflow-x: auto; -} diff --git a/aio/src/styles/2-modules/_contribute.scss b/aio/src/styles/2-modules/_contribute.scss index ee4ecc4ceb9..0b3b3b39374 100644 --- a/aio/src/styles/2-modules/_contribute.scss +++ b/aio/src/styles/2-modules/_contribute.scss @@ -5,7 +5,6 @@ .card-section { justify-content: space-between; - max-width: 880px; @media (max-width: 600px) { flex-direction: column; diff --git a/aio/src/styles/2-modules/_features.scss b/aio/src/styles/2-modules/_features.scss index 7bd13ea509d..fce85803544 100644 --- a/aio/src/styles/2-modules/_features.scss +++ b/aio/src/styles/2-modules/_features.scss @@ -24,7 +24,7 @@ flex-wrap: wrap; justify-content: space-evenly; - @media (max-width: 600px) { + @media (max-width: 768px) { flex-direction: column; } diff --git a/aio/src/styles/2-modules/_resources.scss b/aio/src/styles/2-modules/_resources.scss index 7fb53654d9e..2e7223231bb 100644 --- a/aio/src/styles/2-modules/_resources.scss +++ b/aio/src/styles/2-modules/_resources.scss @@ -4,7 +4,6 @@ aio-resource-list { box-shadow: 0 1px 4px 0 rgba($black, 0.37); border-radius: 4px; margin-bottom: 8px * 6; - max-width: 50em; } .resource-item { @@ -18,12 +17,6 @@ aio-resource-list { } } - .resources-container { - display: flex; - flex-direction: column; - align-items: center; - } - .subcategory-title { padding: 16px 23px; margin: 0; diff --git a/aio/src/styles/2-modules/_table.scss b/aio/src/styles/2-modules/_table.scss index 170f98917eb..bb68b7a7f1b 100644 --- a/aio/src/styles/2-modules/_table.scss +++ b/aio/src/styles/2-modules/_table.scss @@ -109,7 +109,7 @@ table { } } -.events-container { +.page-events { tr > td, tr > th { width: 33%; }