diff --git a/public/_data.json b/public/_data.json
index 8f39e45722..23073a1ce7 100644
--- a/public/_data.json
+++ b/public/_data.json
@@ -6,7 +6,7 @@
"features": {
"title": "Features & Benefits",
- "subtitle": "Production Grade Features"
+ "subtitle": "Powerful Features for Developing Apps"
},
"contribute": {
diff --git a/public/_includes/_head-include.jade b/public/_includes/_head-include.jade
index 1cd994f2bf..e126d30459 100644
--- a/public/_includes/_head-include.jade
+++ b/public/_includes/_head-include.jade
@@ -1,4 +1,4 @@
link(rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/0.7.1/angular-material.min.css")
link(href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,700' rel='stylesheet' type='text/css')
-link(rel="stylesheet" href="/resources/css/vendor/icomoon/icons.css")
+link(rel="stylesheet" href="/resources/css/vendor/icomoon/style.css")
link(rel="stylesheet" href="/resources/css/main.css")
\ No newline at end of file
diff --git a/public/features.jade b/public/features.jade
index 5ef7fbeca8..561f509ed9 100644
--- a/public/features.jade
+++ b/public/features.jade
@@ -1,23 +1,92 @@
-section(class="l-content-block" layout="row")
- div(flex="20")
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
.sticker
- div(flex="80")
- h3.text-headline LIGHTWEIGHT & MOBILE READY
- p.text-body High Life mustache bitters flannel paleo, Vice chia mumblecore tousled Williamsburg. Scenester whatever farm-to-table Kickstarter hella, lo-fi lumbersexual street art lomo swag Echo Park. High Life leggings tofu Intelligentsia bespoke, American Apparel selfies ennui.
+ .c7
+ h3.text-headline.text-uppercase Mobile First
+ p.text-body Modular library design and mobile-specific routing keep things lean so users on low-bandwidth networks don't need to wait. First-class support for touch event gestures. Responsive, cross-device, material design UI components. Tuned for performance and low-memory usage on mobile platforms.
-section(class="l-content-block" layout="row")
- div(flex="20")
- .sticker
- div(flex="80")
- h3.text-headline ADVANCED FILTERING
- p.text-body High Life mustache bitters flannel paleo, Vice chia mumblecore tousled Williamsburg. Scenester whatever farm-to-table Kickstarter hella, lo-fi lumbersexual street art lomo swag Echo Park. High Life leggings tofu Intelligentsia bespoke, American Apparel selfies ennui.
-section(class="l-content-block" layout="row")
- div(flex="20")
- .sticker
- div(flex="80")
- h3.text-headline INTERNATIONALIZATION (I18N & L10)
- p.text-body High Life mustache bitters flannel paleo, Vice chia mumblecore tousled Williamsburg. Scenester whatever farm-to-table Kickstarter hella, lo-fi lumbersexual street art lomo swag Echo Park. High Life leggings tofu Intelligentsia bespoke, American Apparel selfies ennui.
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Future Ready
+ p.text-body Angular 2 is written in written in ECMAScript 6, with the addition of TypeScript types and annotations. ES6 allows us to benefit from the best of JavaScript, while writing clean and easy-to-read code.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Flexible Development
+ p.text-body In addition to full support for ES6 and TypeScript, Angular 2 works equally well with today's ES5, Dart, CoffeeScript, and other languages that compile to JavaScript. The choice of language is up to you.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Speed & Performance
+ p.text-body Change detection is now 5x faster thanks to internal change detection tuned for top performance in modern JavaScript engines. If your application uses data structures that imply change guarantees (like immutables and observables), we will make use of them to help speed up your application.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Simple & Expressive
+ p.text-body Make your intention clear using natural, easy-to-write syntax. Reduce complexity for your team: new, structure-rich templates are readable and easy to understand at a glance.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Comprehensive Routing
+ p.text-body Design sophisticated views: map URL paths to application components, use advanced features like nested and sibling routes. Support for card stack navigation, animated transitions, and lazy loading for mobile users. Easy migration from routing in prior versions of Angular.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Animations
+ p.text-body Directly tap into to low-level animation support on mobile and desktop environments with easy-to-use Angular events. Make use of CSS, JavaScript, and the Web Animations API to intelligently handle changes to animations in response to user events. Plan complex animation flows by sequencing the behavior of an entire website on a timeline.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Hierarchical Dependency Injection
+ p.text-body Angular 2 ships with powerful, yet simple-to-use dependency injection, allowing you to maintain modular applications without writing tedious glue code. Dependency injection aids you when writing tests, by making it easy to inject test doubles.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Support for Web Components
+ p.text-body Angular 2 plays nicely with web components built using other libraries (Polymer, X-Tag and others), allowing you to pass data into them as easily as into Angular-native components. Angular components use web standards (e.g. shadow DOM and the HTML5 template tag) in browsers that support them.
+
+
+
+.grid-fluid.l-space-bottom-8
+ .c3.text-center
+ .sticker
+ .c7
+ h3.text-headline.text-uppercase Internationalization (I18N) & Accessibility
+ p.text-body Reach all your users. Use familiar ICU message format in Angular interpolation syntax ({{ }}), including pluralization and gender rules. Automate message extraction, pseudolocalization, and translation updates. Generate static applications for each locale. Easily promote accessibility via screen readers and assistive devices by automatically generating appropriate ARIA attributes.
diff --git a/public/index.jade b/public/index.jade
index acb2b842be..4122280306 100644
--- a/public/index.jade
+++ b/public/index.jade
@@ -1,24 +1,24 @@
-.grid-fluid.l-space-bottom-6
- .c8
+.grid-fluid.l-space-bottom-8
+ .c7
h3.text-headline Build Incredible Applications
p.text-body Angular is a development platform for creating applications using modern web standards. Angular includes a wealth of essential features such as mobile gestures, animations, filtering, routing, data binding, security, internationalization, and beautiful UI components. It's extremely modular, lightweight, and easy to learn.
- .c4.text-center
+ .c5.text-center
img(src="/resources/images/logos/html5/html5.png")
-.grid-fluid.l-space-bottom-6
+.grid-fluid.l-space-bottom-8
.c7
h3.text-headline Start Quick, Build Fast
- p.text-body Express your ideas with clean, understandable code. Angular is simple to build on, easy to change, and friendly to the way UX designers work. Create a UI that is beautiful by default, with material design and support for web components.
+ p.text-body Express your ideas with clean, understandable code. Angular is simple to build on, easy to change, and friendly to the way UX designers work. Create a UI that is beautiful by default, with material design and support for web components. Angular takes just minutes to learn.
.c5
p(data-height="224" data-theme-id="12714" data-slug-hash="pvKKQa" data-default-tab="html" data-user="alexwolfe" class='codepen')
script(async src="//assets.codepen.io/assets/embed/ei.js")
-.grid-fluid.l-space-bottom-6
- .c8
+.grid-fluid.l-space-bottom-8
+ .c7
h3.text-headline Open Source & MIT Licensed
- p.text-body Angular is built by you, for you. Our community shapes Angular's direction: core contributions come from big companies and small ones, from students and independent experts. We do our work in the open so that you can help Angular improve, or extend and modify what we've built.
- .c4.text-center
+ p.text-body Angular is built by you, for you. Our community shapes Angular's direction: core contributions come from big companies and small ones, from students and independent experts. We do our work in the open so that you can help Angular improve, or extend and modify what we've built.
+ .c5.text-center
img(src="/resources/images/logos/license/mit.png")
@@ -26,7 +26,5 @@
.grid-fluid.text-center
.c8.a2.b2
h3.text-headline Loved by Millions of Developers
- p.text-body But don’t take our word for it. Ramp up in minutes, and build an app today.
-
-
-!= partial("/_includes/_cta-bar")
\ No newline at end of file
+ p.text-body Join millions of devs who use Angular. Ramp up in minutes, and build an app today.
+ != partial("/_includes/_cta-bar")
\ No newline at end of file
diff --git a/public/resources/css/base/_type.scss b/public/resources/css/base/_type.scss
index 9f0898816d..31476f3e46 100644
--- a/public/resources/css/base/_type.scss
+++ b/public/resources/css/base/_type.scss
@@ -10,10 +10,19 @@ body {
color: $platinum;
}
+a {
+ color: $blueberry;
+}
+
.text-center {
text-align: center;
}
+.text-uppercase {
+ text-transform: uppercase;
+}
+
+
.text-display-4 {
margin: 0px 0px ($unit * 2) 0px;
font-size: 112px;
diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss
index 10d1406516..e9c1d9014e 100644
--- a/public/resources/css/module/_code.scss
+++ b/public/resources/css/module/_code.scss
@@ -1,4 +1,3 @@
-.cp_embed {
- border-radius: 4px;
+.cp_embed_iframe {
overflow: hidden;
}
\ No newline at end of file
diff --git a/public/resources/css/module/_cta-bar.scss b/public/resources/css/module/_cta-bar.scss
index 3fb49886d1..d029fdd8c4 100644
--- a/public/resources/css/module/_cta-bar.scss
+++ b/public/resources/css/module/_cta-bar.scss
@@ -6,7 +6,6 @@
.cta-bar {
text-align: center;
- padding-top: ($unit * 8);
.button {
margin: 0px ($unit * 1);
diff --git a/public/resources/css/module/_sticker.scss b/public/resources/css/module/_sticker.scss
index a6d993d457..2507e080f3 100644
--- a/public/resources/css/module/_sticker.scss
+++ b/public/resources/css/module/_sticker.scss
@@ -9,6 +9,7 @@
border-radius: 1000px;
text-align: center;
background: $mist;
+ margin: ($unit * 2) auto;
.sticker-icon {
position: absolute;
diff --git a/public/resources/css/vendor/icomoon/fonts/icomoon.eot b/public/resources/css/vendor/icomoon/fonts/icomoon.eot
index 3a23e79a58..33449bcbfe 100755
Binary files a/public/resources/css/vendor/icomoon/fonts/icomoon.eot and b/public/resources/css/vendor/icomoon/fonts/icomoon.eot differ
diff --git a/public/resources/css/vendor/icomoon/fonts/icomoon.svg b/public/resources/css/vendor/icomoon/fonts/icomoon.svg
index 79fc1e4d09..f5363a8a70 100755
--- a/public/resources/css/vendor/icomoon/fonts/icomoon.svg
+++ b/public/resources/css/vendor/icomoon/fonts/icomoon.svg
@@ -27,7 +27,29 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/resources/css/vendor/icomoon/fonts/icomoon.ttf b/public/resources/css/vendor/icomoon/fonts/icomoon.ttf
index 37288034c9..0843cea0de 100755
Binary files a/public/resources/css/vendor/icomoon/fonts/icomoon.ttf and b/public/resources/css/vendor/icomoon/fonts/icomoon.ttf differ
diff --git a/public/resources/css/vendor/icomoon/fonts/icomoon.woff b/public/resources/css/vendor/icomoon/fonts/icomoon.woff
index 5a41e9839c..f5d30b823d 100755
Binary files a/public/resources/css/vendor/icomoon/fonts/icomoon.woff and b/public/resources/css/vendor/icomoon/fonts/icomoon.woff differ
diff --git a/public/resources/css/vendor/icomoon/selection.json b/public/resources/css/vendor/icomoon/selection.json
index 8bc003aa45..26020e310d 100755
--- a/public/resources/css/vendor/icomoon/selection.json
+++ b/public/resources/css/vendor/icomoon/selection.json
@@ -1,6 +1,65 @@
{
"IcoMoonType": "selection",
"icons": [
+ {
+ "icon": {
+ "paths": [
+ "M832 736l96 96 320-320-320-320-96 96 224 224z",
+ "M448 288l-96-96-320 320 320 320 96-96-224-224z",
+ "M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"
+ ],
+ "width": 1280,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "embed",
+ "code",
+ "html",
+ "xml"
+ ],
+ "defaultCode": 58496,
+ "grid": 16
+ },
+ "attrs": [],
+ "properties": {
+ "id": 1272,
+ "order": 50,
+ "prevSize": 32,
+ "code": 60032,
+ "ligatures": "embed2, code2",
+ "name": "embed2"
+ },
+ "setIdx": 0,
+ "iconIdx": 384
+ },
+ {
+ "icon": {
+ "paths": [
+ "M0 64v896h1024v-896h-1024zM960 896h-896v-768h896v768zM896 192h-768v640h768v-640zM448 512h-64v64h-64v64h-64v-64h64v-64h64v-64h-64v-64h-64v-64h64v64h64v64h64v64zM704 640h-192v-64h192v64z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "terminal",
+ "console",
+ "cmd",
+ "command-line"
+ ],
+ "defaultCode": 58497,
+ "grid": 16
+ },
+ "attrs": [],
+ "properties": {
+ "id": 1273,
+ "order": 51,
+ "prevSize": 32,
+ "code": 60033,
+ "ligatures": "terminal, console",
+ "name": "terminal"
+ },
+ "setIdx": 0,
+ "iconIdx": 385
+ },
{
"icon": {
"paths": [
@@ -19,7 +78,7 @@
"attrs": [],
"properties": {
"id": 1294,
- "order": 29,
+ "order": 24,
"prevSize": 32,
"code": 60041,
"ligatures": "google-plus2, brand3",
@@ -46,7 +105,7 @@
"attrs": [],
"properties": {
"id": 1298,
- "order": 27,
+ "order": 22,
"prevSize": 32,
"code": 60045,
"ligatures": "facebook2, brand7",
@@ -74,7 +133,7 @@
"attrs": [],
"properties": {
"id": 1303,
- "order": 28,
+ "order": 23,
"prevSize": 32,
"code": 60050,
"ligatures": "twitter2, brand12",
@@ -83,6 +142,29 @@
"setIdx": 0,
"iconIdx": 402
},
+ {
+ "icon": {
+ "paths": [
+ "M512 85.333c47.147 0 85.333 38.187 85.333 85.333s-38.187 85.333-85.333 85.333-85.333-38.187-85.333-85.333 38.187-85.333 85.333-85.333zM896 384h-256v554.667h-85.333v-256h-85.333v256h-85.333v-554.667h-256v-85.333h768v85.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "accessibility"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 1,
+ "order": 28,
+ "prevSize": 24,
+ "code": 58900,
+ "name": "accessibility"
+ },
+ "setIdx": 1,
+ "iconIdx": 1
+ },
{
"icon": {
"paths": [
@@ -129,6 +211,52 @@
"setIdx": 1,
"iconIdx": 27
},
+ {
+ "icon": {
+ "paths": [
+ "M512 910.933l-61.867-56.107c-219.733-199.467-364.8-331.093-364.8-492.16 0-131.627 103.040-234.667 234.667-234.667 74.24 0 145.493 34.56 192 88.96 46.507-54.4 117.76-88.96 192-88.96 131.627 0 234.667 103.040 234.667 234.667 0 161.067-145.067 292.693-364.8 492.16l-61.867 56.107z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "favorite"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 42,
+ "order": 29,
+ "prevSize": 24,
+ "code": 58901,
+ "name": "favorite"
+ },
+ "setIdx": 1,
+ "iconIdx": 42
+ },
+ {
+ "icon": {
+ "paths": [
+ "M426.667 853.333v-256h170.667v256h213.333v-341.333h128l-426.667-384-426.667 384h128v341.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "home"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 54,
+ "order": 30,
+ "prevSize": 24,
+ "code": 58902,
+ "name": "home"
+ },
+ "setIdx": 1,
+ "iconIdx": 54
+ },
{
"icon": {
"paths": [
@@ -221,6 +349,52 @@
"setIdx": 1,
"iconIdx": 65
},
+ {
+ "icon": {
+ "paths": [
+ "M810.667 810.667h-597.333v-597.333h298.667v-85.333h-298.667c-47.147 0-85.333 38.187-85.333 85.333v597.333c0 47.147 38.187 85.333 85.333 85.333h597.333c47.147 0 85.333-38.187 85.333-85.333v-298.667h-85.333v298.667zM597.333 128v85.333h152.96l-419.413 419.413 60.373 60.373 419.413-419.413v152.96h85.333v-298.667h-298.667z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "open-in-new"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 72,
+ "order": 40,
+ "prevSize": 24,
+ "code": 58903,
+ "name": "open-in-new"
+ },
+ "setIdx": 1,
+ "iconIdx": 72
+ },
+ {
+ "icon": {
+ "paths": [
+ "M810.667 170.667h-170.667l-336.853 538.88-111.147-197.547 192-341.333h-170.667l-192 341.333 192 341.333h170.667l336.853-538.88 111.147 197.547-192 341.333h170.667l192-341.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "polymer"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 85,
+ "order": 35,
+ "prevSize": 24,
+ "code": 58904,
+ "name": "polymer"
+ },
+ "setIdx": 1,
+ "iconIdx": 85
+ },
{
"icon": {
"paths": [
@@ -291,6 +465,29 @@
"setIdx": 1,
"iconIdx": 96
},
+ {
+ "icon": {
+ "paths": [
+ "M331.52 288.427l-65.707-54.4-230.827 277.973 230.827 278.187 65.707-54.4-185.6-223.787 185.6-223.573zM298.667 554.667h85.333v-85.333h-85.333v85.333zM725.333 469.333h-85.333v85.333h85.333v-85.333zM469.333 554.667h85.333v-85.333h-85.333v85.333zM758.187 233.813l-65.707 54.4 185.6 223.787-185.6 223.573 65.707 54.4 230.827-277.973-230.827-278.187z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "settings-ethernet"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 103,
+ "order": 39,
+ "prevSize": 24,
+ "code": 58905,
+ "name": "settings-ethernet"
+ },
+ "setIdx": 1,
+ "iconIdx": 103
+ },
{
"icon": {
"paths": [
@@ -360,6 +557,98 @@
"setIdx": 1,
"iconIdx": 144
},
+ {
+ "icon": {
+ "paths": [
+ "M170.667 469.333h213.333v-256h-213.333v256zM170.667 768h213.333v-256h-213.333v256zM426.667 768h213.333v-256h-213.333v256zM682.667 768h213.333v-256h-213.333v256zM426.667 469.333h213.333v-256h-213.333v256zM682.667 213.333v256h213.333v-256h-213.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "view-module"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 152,
+ "order": 36,
+ "prevSize": 24,
+ "code": 58906,
+ "name": "view-module"
+ },
+ "setIdx": 1,
+ "iconIdx": 152
+ },
+ {
+ "icon": {
+ "paths": [
+ "M469.333 725.333c0 23.467 19.2 42.667 42.667 42.667s42.667-19.2 42.667-42.667-19.2-42.667-42.667-42.667-42.667 19.2-42.667 42.667zM469.333 128v170.667h85.333v-81.92c144.64 20.693 256 144.853 256 295.253 0 164.907-133.76 298.667-298.667 298.667s-298.667-133.76-298.667-298.667c0-71.68 25.173-137.173 67.2-188.8l231.467 231.467 60.373-60.373-290.133-290.133-0.427 0.853c-93.227 69.973-153.813 181.333-153.813 306.987 0 212.053 171.52 384 383.787 384s384.213-171.947 384.213-384-171.947-384-384.213-384h-42.453zM768 512c0-23.467-19.2-42.667-42.667-42.667s-42.667 19.2-42.667 42.667 19.2 42.667 42.667 42.667 42.667-19.2 42.667-42.667zM256 512c0 23.467 19.2 42.667 42.667 42.667s42.667-19.2 42.667-42.667-19.2-42.667-42.667-42.667-42.667 19.2-42.667 42.667z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "av-timer"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 165,
+ "order": 37,
+ "prevSize": 24,
+ "code": 58907,
+ "name": "av-timer"
+ },
+ "setIdx": 1,
+ "iconIdx": 165
+ },
+ {
+ "icon": {
+ "paths": [
+ "M426.667 853.333h170.667v-682.667h-170.667v682.667zM170.667 853.333h170.667v-341.333h-170.667v341.333zM682.667 384v469.333h170.667v-469.333h-170.667z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "equalizer"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 167,
+ "order": 52,
+ "prevSize": 24,
+ "code": 58920,
+ "name": "equalizer"
+ },
+ "setIdx": 1,
+ "iconIdx": 167
+ },
+ {
+ "icon": {
+ "paths": [
+ "M170.667 768l362.667-256-362.667-256v512zM554.667 256v512l362.667-256-362.667-256z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "fast-forward"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 169,
+ "order": 31,
+ "prevSize": 24,
+ "code": 58908,
+ "name": "fast-forward"
+ },
+ "setIdx": 1,
+ "iconIdx": 169
+ },
{
"icon": {
"paths": [
@@ -406,6 +695,52 @@
"setIdx": 1,
"iconIdx": 189
},
+ {
+ "icon": {
+ "paths": [
+ "M853.333 170.667h-682.667c-47.147 0-85.333 38.187-85.333 85.333v512c0 47.147 38.187 85.333 85.333 85.333h682.667c47.147 0 85.333-38.187 85.333-85.333v-512c0-47.147-38.187-85.333-85.333-85.333zM170.667 512h170.667v85.333h-170.667v-85.333zM597.333 768h-426.667v-85.333h426.667v85.333zM853.333 768h-170.667v-85.333h170.667v85.333zM853.333 597.333h-426.667v-85.333h426.667v85.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "subtitles"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 204,
+ "order": 47,
+ "prevSize": 24,
+ "code": 58909,
+ "name": "subtitles"
+ },
+ "setIdx": 1,
+ "iconIdx": 204
+ },
+ {
+ "icon": {
+ "paths": [
+ "M597.333 170.667l97.92 97.92-122.88 122.667 60.373 60.373 122.667-122.88 97.92 97.92v-256zM426.667 170.667h-256v256l97.92-97.92 200.747 200.96v323.627h85.333v-359.040l-225.92-225.707z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "call-split"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 221,
+ "order": 38,
+ "prevSize": 24,
+ "code": 58910,
+ "name": "call-split"
+ },
+ "setIdx": 1,
+ "iconIdx": 221
+ },
{
"icon": {
"paths": [
@@ -429,6 +764,29 @@
"setIdx": 1,
"iconIdx": 222
},
+ {
+ "icon": {
+ "paths": [
+ "M384 128l-170.667 170.24h128v299.093h85.333v-299.093h128l-170.667-170.24zM682.667 725.76v-299.093h-85.333v299.093h-128l170.667 170.24 170.667-170.24h-128z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "import-export"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 231,
+ "order": 34,
+ "prevSize": 24,
+ "code": 58911,
+ "name": "import-export"
+ },
+ "setIdx": 1,
+ "iconIdx": 231
+ },
{
"icon": {
"paths": [
@@ -521,6 +879,98 @@
"setIdx": 1,
"iconIdx": 266
},
+ {
+ "icon": {
+ "paths": [
+ "M298.667 216.96h426.667v85.333h85.333v-170.667c0-47.147-38.187-84.907-85.333-84.907l-426.667-0.427c-47.147 0-85.333 38.187-85.333 85.333v170.667h85.333v-85.333zM657.707 711.253l195.627-195.627-195.627-195.627-60.373 60.373 135.253 135.253-135.253 135.467 60.373 60.16zM426.667 651.093l-135.253-135.253 135.253-135.467-60.373-60.373-195.627 195.627 195.627 195.627 60.373-60.16zM725.333 814.293h-426.667v-85.333h-85.333v170.667c0 47.147 38.187 85.333 85.333 85.333h426.667c47.147 0 85.333-38.187 85.333-85.333v-170.667h-85.333v85.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "developer-mode"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 319,
+ "order": 43,
+ "prevSize": 24,
+ "code": 58912,
+ "name": "developer-mode"
+ },
+ "setIdx": 1,
+ "iconIdx": 319
+ },
+ {
+ "icon": {
+ "paths": [
+ "M554.667 554.667v341.333h341.333v-341.333h-341.333zM128 896h341.333v-341.333h-341.333v341.333zM128 128v341.333h341.333v-341.333h-341.333zM710.613 71.893l-241.28 241.493 241.28 241.28 241.28-241.28-241.28-241.493z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "now-widgets"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 332,
+ "order": 42,
+ "prevSize": 24,
+ "code": 58913,
+ "name": "now-widgets"
+ },
+ "setIdx": 1,
+ "iconIdx": 332
+ },
+ {
+ "icon": {
+ "paths": [
+ "M85.333 725.333h85.333v21.333h-42.667v42.667h42.667v21.333h-85.333v42.667h128v-170.667h-128v42.667zM128 341.333h42.667v-170.667h-85.333v42.667h42.667v128zM85.333 469.333h76.8l-76.8 89.6v38.4h128v-42.667h-76.8l76.8-89.6v-38.4h-128v42.667zM298.667 213.333v85.333h597.333v-85.333h-597.333zM298.667 810.667h597.333v-85.333h-597.333v85.333zM298.667 554.667h597.333v-85.333h-597.333v85.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "format-list-numbered"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 401,
+ "order": 48,
+ "prevSize": 24,
+ "code": 58914,
+ "name": "format-list-numbered"
+ },
+ "setIdx": 1,
+ "iconIdx": 401
+ },
+ {
+ "icon": {
+ "paths": [
+ "M810.667 128h-597.333c-47.147 0-85.333 38.187-85.333 85.333v597.333c0 47.147 38.187 85.333 85.333 85.333h597.333c47.147 0 85.333-38.187 85.333-85.333v-597.333c0-47.147-38.187-85.333-85.333-85.333zM384 725.333h-85.333v-298.667h85.333v298.667zM554.667 725.333h-85.333v-426.667h85.333v426.667zM725.333 725.333h-85.333v-170.667h85.333v170.667z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "insert-chart"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 410,
+ "order": 46,
+ "prevSize": 24,
+ "code": 58915,
+ "name": "insert-chart"
+ },
+ "setIdx": 1,
+ "iconIdx": 410
+ },
{
"icon": {
"paths": [
@@ -536,7 +986,7 @@
"attrs": [],
"properties": {
"id": 429,
- "order": 26,
+ "order": 21,
"prevSize": 24,
"code": 58899,
"name": "cloud-download"
@@ -547,25 +997,94 @@
{
"icon": {
"paths": [
- "M938.667 768v-640h-853.333v640h-85.333v85.333h1024v-85.333h-85.333zM597.333 768h-170.667v-42.667h170.667v42.667zM853.333 640h-682.667v-426.667h682.667v426.667z"
+ "M853.333 768c46.933 0 85.333-38.4 85.333-85.333v-426.667c0-46.933-38.4-85.333-85.333-85.333h-682.667c-46.933 0-85.333 38.4-85.333 85.333v426.667c0 46.933 38.4 85.333 85.333 85.333h-170.667v85.333h1024v-85.333h-170.667zM170.667 256h682.667v426.667h-682.667v-426.667z"
],
"attrs": [],
"isMulticolor": false,
"tags": [
- "laptop-chromebook"
+ "laptop"
],
"grid": 24
},
"attrs": [],
"properties": {
- "id": 461,
- "order": 20,
+ "id": 460,
+ "order": 45,
"prevSize": 24,
- "code": 58900,
- "name": "laptop-chromebook"
+ "code": 58916,
+ "name": "laptop"
},
"setIdx": 1,
- "iconIdx": 461
+ "iconIdx": 460
+ },
+ {
+ "icon": {
+ "paths": [
+ "M640 896h85.333v-85.333h-85.333v85.333zM810.667 384h85.333v-85.333h-85.333v85.333zM128 213.333v597.333c0 47.147 38.187 85.333 85.333 85.333h170.667v-85.333h-170.667v-597.333h170.667v-85.333h-170.667c-47.147 0-85.333 38.187-85.333 85.333zM810.667 128v85.333h85.333c0-47.147-38.187-85.333-85.333-85.333zM469.333 981.333h85.333v-938.667h-85.333v938.667zM810.667 725.333h85.333v-85.333h-85.333v85.333zM640 213.333h85.333v-85.333h-85.333v85.333zM810.667 554.667h85.333v-85.333h-85.333v85.333zM810.667 896c47.147 0 85.333-38.187 85.333-85.333h-85.333v85.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "flip"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 551,
+ "order": 49,
+ "prevSize": 24,
+ "code": 58919,
+ "name": "flip"
+ },
+ "setIdx": 1,
+ "iconIdx": 551
+ },
+ {
+ "icon": {
+ "paths": [
+ "M511.787 85.333c-235.733 0-426.453 190.933-426.453 426.667s190.72 426.667 426.453 426.667c235.733 0 426.88-190.933 426.88-426.667s-191.147-426.667-426.88-426.667zM512 853.333c-188.587 0-341.333-152.747-341.333-341.333s152.747-341.333 341.333-341.333 341.333 152.747 341.333 341.333-152.747 341.333-341.333 341.333zM661.333 469.333c35.413 0 64-28.587 64-64s-28.587-64-64-64-64 28.587-64 64 28.587 64 64 64zM362.667 469.333c35.413 0 64-28.587 64-64s-28.587-64-64-64-64 28.587-64 64 28.587 64 64 64zM512 746.667c99.413 0 183.68-62.080 217.813-149.333h-435.627c34.133 87.253 118.4 149.333 217.813 149.333z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "tag-faces"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 600,
+ "order": 44,
+ "prevSize": 24,
+ "code": 58917,
+ "name": "tag-faces"
+ },
+ "setIdx": 1,
+ "iconIdx": 600
+ },
+ {
+ "icon": {
+ "paths": [
+ "M512 85.333c-235.733 0-426.667 190.933-426.667 426.667s190.933 426.667 426.667 426.667 426.667-190.933 426.667-426.667-190.933-426.667-426.667-426.667zM469.333 850.347c-168.32-20.907-298.667-164.267-298.667-338.347 0-26.24 3.2-51.84 8.96-76.373l204.373 204.373v42.667c0 47.147 38.187 85.333 85.333 85.333v82.347zM763.52 742.187c-10.88-34.56-42.88-59.52-80.853-59.52h-42.667v-128c0-23.467-19.2-42.667-42.667-42.667h-256v-85.333h85.333c23.467 0 42.667-19.2 42.667-42.667v-85.333h85.333c47.147 0 85.333-38.187 85.333-85.333v-17.707c125.013 50.56 213.333 173.013 213.333 316.373 0 88.747-34.133 169.387-89.813 230.187z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "publ"
+ ],
+ "grid": 24
+ },
+ "attrs": [],
+ "properties": {
+ "id": 746,
+ "order": 32,
+ "prevSize": 24,
+ "code": 58918,
+ "name": "publ"
+ },
+ "setIdx": 1,
+ "iconIdx": 746
}
],
"height": 1024,
diff --git a/public/resources/css/vendor/icomoon/icons.css b/public/resources/css/vendor/icomoon/style.css
similarity index 53%
rename from public/resources/css/vendor/icomoon/icons.css
rename to public/resources/css/vendor/icomoon/style.css
index 17f9d8c44b..e89c1491c5 100755
--- a/public/resources/css/vendor/icomoon/icons.css
+++ b/public/resources/css/vendor/icomoon/style.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
- src:url('fonts/icomoon.eot?-ruj673');
- src:url('fonts/icomoon.eot?#iefix-ruj673') format('embedded-opentype'),
- url('fonts/icomoon.woff?-ruj673') format('woff'),
- url('fonts/icomoon.ttf?-ruj673') format('truetype'),
- url('fonts/icomoon.svg?-ruj673#icomoon') format('svg');
+ src:url('fonts/icomoon.eot?1jdkpb');
+ src:url('fonts/icomoon.eot?#iefix1jdkpb') format('embedded-opentype'),
+ url('fonts/icomoon.woff?1jdkpb') format('woff'),
+ url('fonts/icomoon.ttf?1jdkpb') format('truetype'),
+ url('fonts/icomoon.svg?1jdkpb#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -23,6 +23,14 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-embed2:before {
+ content: "\ea80";
+}
+
+.icon-terminal:before {
+ content: "\ea81";
+}
+
.icon-google-plus2:before {
content: "\ea89";
}
@@ -35,6 +43,10 @@
content: "\ea92";
}
+.icon-accessibility:before {
+ content: "\e614";
+}
+
.icon-book:before {
content: "\e600";
}
@@ -43,6 +55,14 @@
content: "\e601";
}
+.icon-favorite:before {
+ content: "\e615";
+}
+
+.icon-home:before {
+ content: "\e616";
+}
+
.icon-info-outline:before {
content: "\e602";
}
@@ -59,6 +79,14 @@
content: "\e605";
}
+.icon-open-in-new:before {
+ content: "\e617";
+}
+
+.icon-polymer:before {
+ content: "\e618";
+}
+
.icon-query-builder:before {
content: "\e606";
}
@@ -71,6 +99,10 @@
content: "\e608";
}
+.icon-settings-ethernet:before {
+ content: "\e619";
+}
+
.icon-shop:before {
content: "\e609";
}
@@ -83,6 +115,22 @@
content: "\e60b";
}
+.icon-view-module:before {
+ content: "\e61a";
+}
+
+.icon-av-timer:before {
+ content: "\e61b";
+}
+
+.icon-equalizer:before {
+ content: "\e628";
+}
+
+.icon-fast-forward:before {
+ content: "\e61c";
+}
+
.icon-play-circle-fill:before {
content: "\e60c";
}
@@ -91,10 +139,22 @@
content: "\e60d";
}
+.icon-subtitles:before {
+ content: "\e61d";
+}
+
+.icon-call-split:before {
+ content: "\e61e";
+}
+
.icon-chat:before {
content: "\e60e";
}
+.icon-import-export:before {
+ content: "\e61f";
+}
+
.icon-stay-current-landscape:before {
content: "\e60f";
}
@@ -111,11 +171,39 @@
content: "\e612";
}
+.icon-developer-mode:before {
+ content: "\e620";
+}
+
+.icon-now-widgets:before {
+ content: "\e621";
+}
+
+.icon-format-list-numbered:before {
+ content: "\e622";
+}
+
+.icon-insert-chart:before {
+ content: "\e623";
+}
+
.icon-cloud-download:before {
content: "\e613";
}
-.icon-laptop-chromebook:before {
- content: "\e614";
+.icon-laptop:before {
+ content: "\e624";
+}
+
+.icon-flip:before {
+ content: "\e627";
+}
+
+.icon-tag-faces:before {
+ content: "\e625";
+}
+
+.icon-publ:before {
+ content: "\e626";
}