Skip to content

Commit 6c52297

Browse files
merge design components into one mediakit file
1 parent 46d3b1c commit 6c52297

3 files changed

Lines changed: 29 additions & 36 deletions

File tree

astro.config.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,8 @@ export default defineConfig({
151151
link: 'https://ethidentitykit.com/docs/api'
152152
},
153153
{
154-
label: 'Design Components',
155-
collapsed: false,
156-
items: [
157-
{
158-
label: 'Colors',
159-
link: '/design-components/colors'
160-
},
161-
{
162-
label: 'Logos',
163-
link: '/design-components/logos'
164-
}
165-
]
154+
label: 'Media Kit',
155+
link: '/media-kit'
166156
},
167157
{
168158
label: 'LLMs.txt',

src/content/docs/design-components/colors.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
11
---
2-
title: Logos
2+
title: Media Kit
33
---
44

5+
The Media Kit provides official Ethereum Follow Protocol logos and branding assets.
6+
7+
## Logos
8+
59
List of **EFP Logos** in various file formats.
610

711
| Format | SVG | PNG |
812
| --- | --- | --- |
913
| Logo With Text (light) | <img src="/logo-full-dark.svg" alt="Full Logo SVG" height="100" width="200" /> <a href="/logo-full-dark.svg" download="efp-logo-full-dark"><u>**Download**</u></a> | <img src="/logo-full-dark.png" alt="Full Logo PNG" width="180" height="200" /> <a href="/logo-full-dark.png" download="efp-logo-full-dark"><u>**Download**</u></a> |
1014
| Logo With Text (dark) | <img src="/logo-full.svg" alt="Full Logo SVG" height="100" width="200" /> <a href="/logo-full.svg" download="efp-logo-full"><u>**Download**</u></a> | <img src="/logo-full.png" alt="Full Logo PNG" width="180" height="200" /> <a href="/logo-full.png" download="efp-logo-full"><u>**Download**</u></a> |
1115
| Logo Only | <img src="/logo.svg" alt="Logo SVG" width="120" height="120" /> <a href="/logo.svg" download="efp-logo"><u>**Download**</u></a> | <img src="/logo.png" alt="Logo PNG" width="120" height="120" /> <a href="/logo.png" download="efp-logo"><u>**Download**</u></a> |
16+
17+
## Colors
18+
19+
### Base Colors
20+
21+
| Color | Hex |
22+
| ------------- | ------- |
23+
| Dark Grey | #333333 |
24+
| Yellow | #FFF500 |
25+
| Pink | #FF79C9 |
26+
| Follow Button | #FFE066 |
27+
| Addition | #A1F783 |
28+
| Deletion | #FF7C7C |
29+
| Text Neutral | #999999 |
30+
31+
### Theme Colors
32+
33+
| Theme | Neutral | Text | Grey | NavItem |
34+
| --------- | ------- | ------- | ------- | --------- |
35+
| Light | #ffffff | #000000 | #E4E4E7 | #b4b4b4 |
36+
| Dark | #333333 | #ffffff | #71717A | #94a3b822 |
37+
| Halloween | #000000 | #ffffff | #61616A | #94a3b822 |

0 commit comments

Comments
 (0)