mirror of
https://github.com/rommapp/docs.git
synced 2026-02-04 18:17:42 +08:00
fix: brand guidelines images
This commit is contained in:
parent
f726ec8cf3
commit
8f88a1ebff
@ -3,12 +3,43 @@ We’ve put together some guidelines for those anyone who wants to use our name
|
||||
## The Logo
|
||||
|
||||
<div align="center">
|
||||
<img src="resources/romm/logo.svg" height="180px" width="180px" alt="RomM logo">
|
||||
<img src="../../resources/romm/logo.svg" height="180px" width="180px" alt="RomM logo">
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
|
||||
The logo should always be used in its standard colors: <img src="resources/romm/ede5f8.png" height="16px" width="16px" alt="#ede5f8"> #ede5f8, <img src="resources/romm/bea4e1.png" height="16px" width="16px" alt="#bea4e1"> #bea4e1, <img src="resources/romm/371f69.png" height="16px" width="16px" alt="#371f69"> #371f69, <img src="resources/romm/553e98.png" height="16px" width="16px" alt="#553e98"> #553e98, <img src="resources/romm/e6c7a7.png" height="16px" width="16px" alt="#e6c7a7"> #e6c7a7, and <img src="resources/romm/e1a38d.png" height="16px" width="16px" alt="e1a38d"> #e1a38d.
|
||||
The logo should always be used in its standard colors:
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Color</th>
|
||||
<th>Hex Code</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../resources/romm/371f69.png" height="16px" width="16px" alt="#371f69"></td>
|
||||
<td>#371f69</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../resources/romm/553e98.png" height="16px" width="16px" alt="#553e98"></td>
|
||||
<td>#553e98</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../resources/romm/ede5f8.png" height="16px" width="16px" alt="#ede5f8"></td>
|
||||
<td>#ede5f8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../resources/romm/bea4e1.png" height="16px" width="16px" alt="#bea4e1"></td>
|
||||
<td>#bea4e1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../resources/romm/e6c7a7.png" height="16px" width="16px" alt="#e6c7a7"></td>
|
||||
<td>#e6c7a7</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../resources/romm/e1a38d.png" height="16px" width="16px" alt="#e1a38d"></td>
|
||||
<td>#e1a38d</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
## Do these things
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user