Skip to content

Commit a8af227

Browse files
Setup branding page (#18)
* Setup branding page That way we have a central place with all reusable logos and guidelines
1 parent 793015f commit a8af227

9 files changed

Lines changed: 1096 additions & 0 deletions

docs/branding/logo-guidelines.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Logo guidelines
3+
sidebar_position: 1
4+
---
5+
import CenteredImage from '@site/src/components/CenteredImage';
6+
7+
8+
# Logo guidelines
9+
10+
## Introduction
11+
12+
These logos represent NSPanel Manager project's identity. To ensure consistency, please follow these guidelines
13+
when using our logos.
14+
15+
We provide both rectangular and square variants to suit various contexts.
16+
Whenever possible, use the vectorized (SVG) versions for optimal quality.
17+
18+
## Usage Guidelines
19+
20+
* Always prioritize the vectorized (SVG) versions for scalability and resolution independence.
21+
* Ensure the logo is not stretched, cropped or altered in color.
22+
* Maintain the logo's safe space: leave a margin equal to 25% of the logo's height when possible.
23+
* Use rectangular logos whenever possible. Square logos should be used only when space constraints
24+
apply (e.g., social media avatars).
25+
26+
## Rectangular Logos (Preferred)
27+
28+
| Logo | Permalink | Vectorized | Format | Background | Size |
29+
|---------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|------------|--------|-------------|------|
30+
| <CenteredImage src="/images/branding/logos/nspm-logo-black-no-bg.svg" alt="Black logo transparent" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-black-no-bg.svg` | Yes | svg | Transparent | - |
31+
| <CenteredImage src="/images/branding/logos/nspm-logo-white-no-bg.svg" alt="White logo transparent" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-white-no-bg.svg` | Yes | svg | Transparent | - |
32+
| <CenteredImage src="/images/branding/logos/nspm-logo-white-black-bg.svg" alt="White logo with black background" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-white-black-bg.svg` | Yes | svg | Solid | - |
33+
| <CenteredImage src="/images/branding/logos/nspm-logo-black-white-bg.svg" alt="Black logo whith white background" /> | `https://nspanelmanager.com/images/nspm-logo-black-white-bg.svg` | Yes | svg | Solid | - |
34+
35+
## Square Logos
36+
37+
| Logo | Permalink | Vectorized | Format | Background | Size |
38+
|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|------------|--------|------------|------------|
39+
| <CenteredImage src="/images/branding/logos/nspm-icon.svg" alt="Vectorized square icon" /> | `https://nspanelmanager.com/images/branding/nspm-icon.svg` | Yes | svg | Solid | - |
40+
| <CenteredImage src="/images/branding/logos/nspm-icon-128x128.png" alt="Icon 128x128 pixels" /> | `https://nspanelmanager.com/images/branding/nspm-icon-128x128.png` | No | png | Solid | 128x128 px |
41+
| <CenteredImage src="/images/branding/logos/nspm-icon-32x32.ico" alt="Icon 32x32 pixels" /> | `https://nspanelmanager.com/images/branding/nspm-icon-32x32.ico` | No | ico | Solid | 32x32 px |

sidebars.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ const sidebars: SidebarsConfig = {
4646
},
4747
]
4848
},
49+
{
50+
type: 'category',
51+
label: 'Branding',
52+
items: [
53+
{
54+
type: 'autogenerated',
55+
dirName: 'branding',
56+
},
57+
]
58+
},
4959
{
5060
type: 'category',
5161
label: 'Contribute',
5.45 KB
Loading
4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)