Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from amtwo/amtwo-initial-branding
Browse files Browse the repository at this point in the history
Create initial "Brand Book"
  • Loading branch information
SQLDBAWithABeard authored Dec 21, 2020
2 parents 8c0c429 + c91b27a commit a6551b3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions branding-marketing/README.md
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">

| &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |
| -- | -- | -- | -- | -- |
| 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)

0 comments on commit a6551b3

Please sign in to comment.