diff --git a/package-lock.json b/package-lock.json index f9fb0d668..f5ff8b4eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -379,6 +379,12 @@ } } }, + "@mozilla-protocol/assets": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@mozilla-protocol/assets/-/assets-0.0.3.tgz", + "integrity": "sha512-/5eW1oKdYoBLwy+QCAxJ/QnEkSmiIXo0X23QkN9p39+sZNaQ0ioNN73u0mhxzHY4vSdCs/UR+rmZzh6IBhpPeA==", + "dev": true + }, "@mozilla-protocol/colors": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@mozilla-protocol/colors/-/colors-2.1.0.tgz", diff --git a/src/pages/fundamentals/spacing.hbs b/src/pages/fundamentals/spacing.hbs deleted file mode 100644 index 840858007..000000000 --- a/src/pages/fundamentals/spacing.hbs +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Spacing -name: Spacing -order: 2 -labels: - - inprogress ---- - -

Standardized spacing units.

diff --git a/src/pages/index.hbs b/src/pages/index.hbs index adc30b8c4..036c4e6f5 100755 --- a/src/pages/index.hbs +++ b/src/pages/index.hbs @@ -4,8 +4,18 @@ title: Mozilla Protocol order: 0 --- -

- We're developing a cohesive modular design system for Mozilla - websites. This system will evolve and expand as we define more - pieces of it, but we gotta start somewhere. -

+
+
+

Protocol is a design system for Mozilla branded websites. It estabslishes a common design language, provides reusable coded components, and outlines high level guidelines for content.

+
+ +

When design systems are effectively employed, the benefits are exponential:

+ + + +

This project was launched in the Spring of 2018 and is still very much a work in progress. Follow along on Github.

+
diff --git a/src/static/favicon.ico b/src/static/favicon.ico deleted file mode 100644 index f16b20596..000000000 Binary files a/src/static/favicon.ico and /dev/null differ diff --git a/src/static/img/favicon.png b/src/static/img/favicon.png new file mode 100644 index 000000000..44adf4138 Binary files /dev/null and b/src/static/img/favicon.png differ diff --git a/src/templates/blank.hbs b/src/templates/blank.hbs index ed688aed6..50d501636 100755 --- a/src/templates/blank.hbs +++ b/src/templates/blank.hbs @@ -4,7 +4,7 @@ {{#block "head"}} - + {{#if title}} {{title}} - {{data "project.title"}} {{else if name}}