Release 202506112108

This commit is contained in:
pluja
2025-06-11 21:08:32 +00:00
parent 39afcad089
commit d9880fd83d
19 changed files with 343 additions and 26 deletions

View File

@@ -1,8 +1,7 @@
---
layout: ../layouts/MarkdownLayout.astro
title: About
author: KYCnot.me
pubDate: 2025-05-15
updatedAt: 2025-05-15
description: 'Learn how KYCnot.me website works and about our mission to protect privacy in cryptocurrency.'
icon: 'ri:information-line'
---
@@ -223,6 +222,10 @@ You can contact via direct chat:
- [SimpleX Chat](https://simplex.chat/contact#/?v=2&smp=smp%3A%2F%2F0YuTwO05YJWS8rkjn9eLJDjQhFKvIYd8d4xG8X1blIU%3D%40smp8.simplex.im%2FcgKHYUYnpAIVoGb9lxb0qEMEpvYIvc1O%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAIW_JSq8wOsLKG4Xv4O54uT2D_l8MJBYKQIFj1FjZpnU%253D%26srv%3Dbeccx4yfxxbvyhqypaavemqurytl6hozr47wfc7uuecacjqdvwpw2xid.onion)
## Downloads and assets
For logos and brand assets, visit our [downloads page](/downloads).
## Disclaimer
This website is strictly for informational purposes regarding privacy technology in the cryptocurrency space. We unequivocally condemn and do not endorse, support, or facilitate money laundering, terrorist financing, or any other illegal financial activities. The use of any information or service mentioned herein for such purposes is strictly prohibited and contrary to the core principles of this project.

73
web/src/pages/assets.mdx Normal file
View 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/).

View File

@@ -1,8 +1,7 @@
---
layout: ../../layouts/MarkdownLayout.astro
title: API
author: KYCnot.me
pubDate: 2025-05-31
updatedAt: 2025-05-31
description: 'Access basic service data via our public API.'
icon: 'ri:plug-line'
---

View File

@@ -3,8 +3,7 @@ layout: ../../layouts/MarkdownLayout.astro
title: How does karma work?
description: "KYCnot.me has a user karma system, here's how it works"
icon: 'ri:hearts-line'
author: KYCnot.me
pubDate: 2025-05-15
updatedAt: 2025-05-15
---
import KarmaUnlocksTable from '../../components/KarmaUnlocksTable.astro'

View File

@@ -0,0 +1,19 @@
---
layout: ../layouts/MarkdownLayout.astro
title: Downloads and assets
author: KYCnot.me
updatedAt: 2025-06-12
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 />
## Brand design
- Brand color: `#3bdb78`
- Font: [Space Grotesk](https://floriankarsten.github.io/space-grotesk/) and [Inter](https://rsms.me/inter/).