Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add brand guidelines #146

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/misc/brand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sidebar_label: Brand Guidelines
---

# Kaia Brand Guidelines and Assets

Consistency strengthens our brand.

## Logo and Symbol Usage

The Kaia logo and token symbol represent our project's identity. Adhering to these guidelines ensures consistent and impactful branding across all platforms.

- **Primary Color Scheme:** We recommend using the dark version over the light version.
- **Default Color Combination:** Neon lime on a black background.
- **Color Usage Priority:**
1. ![](/img/misc/kaia_brandmark_neonlime_on_black.png) Neon lime on black background
2. ![](/img/misc/kaia_brandmark_black_on_neonlime.png) Black on neon lime background
3. ![](/img/misc/kaia_brandmark_white_on_black.png) White on black background
4. ![](/img/misc/kaia_brandmark_black_on_white.png) Black on white background

## Logo Usage Best Practices

The following guidelines ensure the Kaia logo is presented correctly and effectively:

* **Correct Variations:** Kaia provides various logo versions for different applications. Please select the appropriate version for your specific use case. The provided asset pack contains all available variations.
* **No Modifications:** Do not modify or alter the logo in any way. This includes resizing (unless proportionally), changing colors, adding effects, or distorting the original artwork.
* **Placement and Visibility:** Place the logo prominently and ensure it's clearly visible and unobstructed. Avoid cluttered backgrounds or placements that make the logo difficult to identify.
* **Attribution:** When using the Kaia logo, please acknowledge the Kaia project and, if possible, link to relevant resources such as the official website or documentation. This helps build community and awareness.

Download the complete Kaia Brand Guidelines and Asset Pack [here](https://drive.google.com/drive/folders/1Ia9R44Aw4TQRyupqPDCQ5qaeuk-0iWr2?usp=drive_link).
22 changes: 1 addition & 21 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
// @ts-check

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */

/** (old) auto-generated config
const sidebars = {
learnSidebar: [
{type: 'autogenerated', dirName: 'learn'},
],
buildSidebar: [
{type: 'autogenerated', dirName: 'build'},
],
nodeSidebar: [
{type: 'autogenerated', dirName: 'nodes'},
],
refSidebar: [
{type: 'autogenerated', dirName: 'references'},
],
};
*/

const commonSidebar = [
{
type: 'html',
Expand Down Expand Up @@ -55,6 +34,7 @@ const commonSidebar = [
'misc/glossary',
'misc/faq',
'misc/internationalization',
'misc/brand',
]

const sidebars = {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading