New Branding Guidelines page
This commit is contained in:
parent
03df5558e6
commit
838157ada6
1 changed files with 49 additions and 0 deletions
49
src/pages/branding.md
Normal file
49
src/pages/branding.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
layout: '../layouts/Markdown.astro'
|
||||
Title: 'Branding Guidelines'
|
||||
---
|
||||
|
||||
<style>
|
||||
table img {
|
||||
width: 100%;
|
||||
}
|
||||
td {
|
||||
padding: 54px;
|
||||
}
|
||||
</style>
|
||||
|
||||
## Name
|
||||
|
||||
The name should be exactly spelt as "SudoVanilla".
|
||||
|
||||
The first letter ,"S", should be capitalize along with the letter "V".
|
||||
|
||||
Examples of how to NOT spell it: sudovanilla, Sudovanilla, Sudo Vanilla, sudo vanilla
|
||||
|
||||
## Logo
|
||||
|
||||
Make sure you're using the up-to-date version of the logo, was logo has been made more bolder back in May 2024. A much thinner version is still available to view, but is outdated.
|
||||
|
||||
Absolutely NEVER set the logo to the color black, please use the purple variant instead.
|
||||
|
||||
**Logo (Circle with letter V)**
|
||||
|
||||
Do not make the logo 1:1, as the logo is not 1:1, since the letter V sticks out a little to the left.
|
||||
|
||||
**Logo (Just the letter V)**
|
||||
|
||||
This version of the logo was mainly created to use as the favicon, which is the icon you usually see in the tab of your web browser.
|
||||
|
||||
Fun fact: The letter "V" is not custom. It is simply the letter "V" using the Wingsong font.
|
||||
|
||||
**Text (SudoVanilla)**
|
||||
|
||||
You must use the text as it is in it's own logo. The "Sudo" portion is regular size using Raleway font, the "Vanilla" portion is bolder using Red Hat Text font.
|
||||
|
||||
| | |
|
||||
|-|-|
|
||||
|![](https://md.sudovanilla.org/images/sv-logo-4.png) | ![](https://md.sudovanilla.org/images/SudoVanilla%20Logo%20-%20Purple.png) |
|
||||
|![](https://md.sudovanilla.org/images/SudoVanilla%20Logo%20-%20Letter%20V.svg) | ![](https://md.sudovanilla.org/images/SudoVanilla%20Logo%20-%20Letter%20V%20-%20Purple.svg) |
|
||||
|![](https://md.sudovanilla.org/images/SudoVanilla-Text.png) | ![](https://md.sudovanilla.org/images/SudoVanilla-Text-Purple.png) |
|
||||
|
||||
If you're using light mode on this site, like right now, toggle dark mode to view the original logo, which is in white.
|
Loading…
Reference in a new issue