This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from amtwo/amtwo-initial-branding
Create initial "Brand Book"
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,37 @@ | ||
## Color Palette | ||
|
||
<style> | ||
.palette { | ||
text-align: center; | ||
} | ||
.palette th { | ||
word-wrap: break-word; | ||
text-align: center; | ||
} | ||
.palette th:nth-child(2) { background: #212529; } | ||
.palette th:nth-child(3) { background: #818182; } | ||
.palette th:nth-child(4) { background: #4793e0; } | ||
.palette th:nth-child(5) { background: #6c757d; } | ||
</style> | ||
|
||
<div class="palette"> | ||
|
||
| | | | | | | ||
| -- | -- | -- | -- | -- | | ||
| Name | Mostly Black | Medium grey | Faux-Tufts Blue | Dark grayish blue | | ||
| Use | Title Text/Headings | Body Text | Primary Accent | Secondary Accent | | ||
| Hex Code | #212529 | #818182 | #4793e0 | #6c757d | | ||
| RGB | 33, 37, 41 | 129, 129, 130 | 71, 147, 224 | 108, 117, 125 | | ||
| CMYK | 20, 10, 0, 84 | 1, 1, 0, 49 | 68, 34, 0, 12 | 14, 6, 0, 51 | | ||
|
||
</div> | ||
|
||
## Fonts | ||
|
||
* Headings/Titles - Montserrat | ||
* Body text - Roboto | ||
|
||
## Logo | ||
v0.1 | ||
|
||
![DataSaturdayLogo](../assets/img/logos/datasaturday_temp.png) |