Release 202506112108
This commit is contained in:
73
web/src/pages/assets.mdx
Normal file
73
web/src/pages/assets.mdx
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
layout: ../layouts/MarkdownLayout.astro
|
||||
title: Assets & Downloads
|
||||
author: KYCnot.me
|
||||
pubDate: 2025-06-11
|
||||
description: 'Download KYCnot.me logos and assets.'
|
||||
icon: 'ri:image-line'
|
||||
---
|
||||
|
||||
import PressAssets from '../components/PressAssets.astro'
|
||||
|
||||
Please, link back to [KYCnot.me](https://kycnot.me) when possible, and use responsibly.
|
||||
|
||||
<PressAssets
|
||||
title="KYCnot.me Brand Kit"
|
||||
description="Complete collection of our logos and 'Review on KYCnot.me' badges in various formats and styles."
|
||||
zipPath="/kycnotme-press-assets.zip"
|
||||
assets={[
|
||||
{
|
||||
name: 'Logo - Normal',
|
||||
path: '/logo/logo-normal.svg',
|
||||
alt: 'KYCnot.me logo normal version',
|
||||
category: 'logo',
|
||||
},
|
||||
{
|
||||
name: 'Logo - Small',
|
||||
path: '/logo/logo-small.svg',
|
||||
alt: 'KYCnot.me logo small version',
|
||||
category: 'logo',
|
||||
},
|
||||
{
|
||||
name: 'Logo - Mini',
|
||||
path: '/logo/logo-mini.svg',
|
||||
alt: 'KYCnot.me logo mini version',
|
||||
category: 'logo',
|
||||
},
|
||||
{
|
||||
name: 'Logo - Mini Full',
|
||||
path: '/logo/logo-mini-full.svg',
|
||||
alt: 'KYCnot.me logo mini full version',
|
||||
category: 'logo',
|
||||
},
|
||||
{
|
||||
name: 'Badge - Long Black',
|
||||
path: '/review-on-kycnotme/long-black.svg',
|
||||
alt: 'Review on KYCnot.me badge - long black version',
|
||||
category: 'badge',
|
||||
},
|
||||
{
|
||||
name: 'Badge - Long White',
|
||||
path: '/review-on-kycnotme/long-white.svg',
|
||||
alt: 'Review on KYCnot.me badge - long white version',
|
||||
category: 'badge',
|
||||
},
|
||||
{
|
||||
name: 'Badge - Short Black',
|
||||
path: '/review-on-kycnotme/short-black.svg',
|
||||
alt: 'Review on KYCnot.me badge - short black version',
|
||||
category: 'badge',
|
||||
},
|
||||
{
|
||||
name: 'Badge - Short White',
|
||||
path: '/review-on-kycnotme/short-white.svg',
|
||||
alt: 'Review on KYCnot.me badge - short white version',
|
||||
category: 'badge',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
## Brand design
|
||||
|
||||
- Brand color: `#3bdb78`
|
||||
- Font: [Space Grotesk](https://floriankarsten.github.io/space-grotesk/) and [Inter](https://rsms.me/inter/).
|
||||
Reference in New Issue
Block a user