-
Notifications
You must be signed in to change notification settings - Fork 51
feat(pages): add branding #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| # Branding of webpack | ||
|
|
||
| Here you can find **webpack** project brand guidelines and assets. Official artwork is maintained in the OpenJS Foundation [artwork repository](https://github.com/openjs-foundation/artwork/tree/main/projects/webpack). | ||
|
|
||
| Please review the [OpenJS Foundation Trademark Policy](https://trademark-policy.openjsf.org/) for information about permissible use of webpack™ logos and marks. | ||
|
avivkeller marked this conversation as resolved.
|
||
|
|
||
| ## The Name | ||
|
|
||
| Webpack can be written with a capital **W** when used at the start of a sentence, otherwise it should be written in lower-case letters. | ||
|
avivkeller marked this conversation as resolved.
|
||
|
|
||
| ## webpack Logos | ||
|
|
||
| Please use the **logo with text** whenever possible. The logo should be placed on its matching background with enough space around it. Double the size of the inner dark blue cube to get an idea of how much space the logo should have. | ||
|
|
||
| ### Horizontal logo | ||
|
|
||
| | Light backgrounds | Dark backgrounds | | ||
| | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| |  |  | | ||
| | [svg](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-horizontal-color.svg) \| [png](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-horizontal-color.png) | [svg](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-horizontal-color-dark_background.svg) \| [png](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-horizontal-color-dark_background.png) | | ||
|
|
||
| ### Stacked logo | ||
|
|
||
| | Light backgrounds | Dark backgrounds | | ||
| | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| |  |  | | ||
| | [svg](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-stacked-color.svg) \| [png](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-stacked-color.png) | [svg](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-stacked-color-dark_background.svg) \| [png](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-logo-stacked-color-dark_background.png) | | ||
|
|
||
| ## webpack Icons | ||
|
|
||
| The icon is designed to be used in **layout-constrained areas only**. As previously stated, please prefer the logo with text. | ||
|
|
||
| | Icon (avatars, profile pictures, favicons) | Hex sticker | | ||
| | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| |  |  | | ||
| | [svg](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-icon-color.svg) \| [png](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-icon-color.png) | [svg](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-hex-sticker.svg) \| [png](https://github.com/openjs-foundation/artwork/blob/main/projects/webpack/webpack-hex-sticker.png) | | ||
|
|
||
| ## Color Palette | ||
|
|
||
| The following colors are used throughout the site in various combinations and on our fancy clothing line launched with the help of [Open Collective](https://opencollective.com/) and [Threadless](https://medium.com/u/840563ee2a56) over at the [official webpack store](https://webpack.threadless.com/collections/the-final-release-collection/)! | ||
|
|
||
| | Sample | Color Name | HEX Code | RGB Code | | ||
| | -------------------------------------------------- | ----------- | --------- | -------------------- | | ||
| |  | Malibu | `#8dd6f9` | `rgb(141, 214, 249)` | | ||
| |  | Denim | `#1d78c1` | `rgb(29, 120, 193)` | | ||
| |  | Fiord | `#465E69` | `rgb(70, 94, 105)` | | ||
| |  | Outer Space | `#2B3A42` | `rgb(43, 58, 66)` | | ||
| |  | White | `#ffffff` | `rgb(255, 255, 255)` | | ||
| |  | Concrete | `#f2f2f2` | `rgb(242, 242, 242)` | | ||
| |  | Alto | `#dedede` | `rgb(222, 222, 222)` | | ||
| |  | Dusty Gray | `#999999` | `rgb(153, 153, 153)` | | ||
| |  | Dove Gray | `#666666` | `rgb(102, 102, 102)` | | ||
| |  | Emperor | `#535353` | `rgb(83, 83, 83)` | | ||
| |  | Mine Shaft | `#333333` | `rgb(51, 51, 51)` | | ||
|
|
||
| ## Trademarks and Licensing | ||
|
|
||
| Webpack is a project of the OpenJS Foundation. Please review the [trademark policy](https://trademark-policy.openjsf.org/) for information about permissible use of webpack™ logos and marks. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.