fix: update marks & add Nomos BU

This commit is contained in:
Hossein Mehrabi
2023-06-01 15:54:43 +03:30
parent 746152f069
commit acc4adf8eb
15 changed files with 1695 additions and 20 deletions
@@ -2,6 +2,7 @@ import { BusinessUnits, SiteConfig } from '../types/index'
import { codexSiteConfig } from './codex'
import logosSiteConfig from './logos'
import nimbusSiteConfig from './nimbus'
import nomosSiteConfig from './nomos'
import wakuSiteConfig from './waku'
export const siteConfigs: Record<BusinessUnits, SiteConfig> = {
@@ -9,4 +10,5 @@ export const siteConfigs: Record<BusinessUnits, SiteConfig> = {
[BusinessUnits.Codex]: codexSiteConfig,
[BusinessUnits.Waku]: wakuSiteConfig,
[BusinessUnits.Nimbus]: nimbusSiteConfig,
[BusinessUnits.Nomos]: nomosSiteConfig,
}
@@ -0,0 +1,15 @@
import { SiteConfig } from '../index'
import { BusinessUnits } from '../types'
import baseSiteConfig from './base'
export const nomosSiteConfig: SiteConfig = {
...baseSiteConfig,
title: 'Nomos',
tagline: '',
url: 'https://nomos.co',
customFields: {
businessUnits: BusinessUnits.Nomos,
},
}
export default nomosSiteConfig
@@ -5,6 +5,7 @@ import baseThemeConfig from './base'
import codexThemeConfig from './codex'
import logosThemeConfig from './logos'
import nimbusThemeConfig from './nimbus'
import nomosThemeConfig from './nomos'
import wakuThemeConfig from './waku'
const merge =
@@ -31,4 +32,5 @@ export const themeConfigs: Record<BusinessUnits, ReturnType<typeof merge>> = {
[BusinessUnits.Codex]: merge(codexThemeConfig),
[BusinessUnits.Waku]: merge(wakuThemeConfig),
[BusinessUnits.Nimbus]: merge(nimbusThemeConfig),
[BusinessUnits.Nomos]: merge(nomosThemeConfig),
}
@@ -0,0 +1,36 @@
import baseThemeConfig from './base'
export const nomosThemeConfig: typeof baseThemeConfig = {
...baseThemeConfig,
navbar: {
...baseThemeConfig.navbar,
logo: {
alt: 'Nomos',
src: 'theme/image/logo.svg',
srcDark: 'theme/image/logo.svg',
height: 26,
},
items: [],
},
metadata: [
{ name: 'keywords', content: 'Nomos' },
{
name: 'description',
content: '',
},
{ name: 'image', content: 'theme/image/preview-image.png' },
],
footer: {
...baseThemeConfig.footer,
copyright: `Nomos © ${new Date().getFullYear()}<br/>All rights reserved.`,
logo: {
alt: 'Nomos',
src: 'theme/image/logo.svg',
href: '/',
width: 22,
},
links: [],
},
}
export default nomosThemeConfig
@@ -11,6 +11,7 @@ export enum BusinessUnits {
Codex = 'Codex',
Waku = 'Waku',
Nimbus = 'Nimbus',
Nomos = 'Nomos',
}
export type Contact = {
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

@@ -1,5 +1,12 @@
<svg width="106" height="117" viewBox="0 0 106 117" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M79.5652 90.9453H26.4297V57.7546H79.515L79.5652 90.9453ZM52.9388 60.4173C48.4035 60.4221 43.9396 61.5609 39.9432 63.7325C35.9469 65.9041 32.5417 69.0415 30.0301 72.866C29.6978 73.2545 29.5149 73.7512 29.5149 74.2652C29.5149 74.7791 29.6978 75.2759 30.0301 75.6644C32.5579 79.4713 35.9695 82.5917 39.9656 84.752C43.9617 86.9123 48.4203 88.0464 52.95 88.0547C57.4798 88.0631 61.9425 86.9456 65.9463 84.8001C69.9502 82.6546 73.373 79.5467 75.9145 75.7492C76.277 75.3387 76.4774 74.8074 76.4774 74.2567C76.4774 73.706 76.277 73.1746 75.9145 72.7642C73.38 68.9553 69.9577 65.8377 65.9503 63.6871C61.9429 61.5366 57.474 60.4193 52.9388 60.4343V60.4173Z" fill="black"/>
<path d="M53.0896 54.6509C48.5833 54.6418 44.1464 53.526 40.1594 51.3992C36.1723 49.2724 32.754 46.198 30.1976 42.4397C29.7714 41.9805 29.5341 41.3739 29.5341 40.7437C29.5341 40.1134 29.7714 39.5069 30.1976 39.0477C32.7526 35.2961 36.1732 32.2329 40.1623 30.1239C44.1514 28.0149 48.5885 26.9239 53.0884 26.9456C57.5883 26.9674 62.015 28.1011 65.9841 30.2486C69.9532 32.396 73.3447 35.4921 75.8643 39.2681C76.2256 39.6758 76.4254 40.2043 76.4254 40.7521C76.4254 41.2999 76.2256 41.8284 75.8643 42.2361C73.3478 46.0218 69.9593 49.1303 65.9914 51.2933C62.0236 53.4562 57.5955 54.6086 53.0896 54.6509ZM63.0033 40.9132C63.0499 38.8912 62.5004 36.9009 61.4251 35.1965C60.3498 33.4922 58.7973 32.1511 56.9659 31.3443C55.1345 30.5376 53.1073 30.3019 51.143 30.6673C49.1788 31.0327 47.3666 31.9827 45.9379 33.3959C44.5091 34.8091 43.5287 36.6215 43.1216 38.6016C42.7145 40.5818 42.8994 42.6399 43.6525 44.5132C44.4056 46.3865 45.6928 47.99 47.3498 49.119C49.0069 50.248 50.9585 50.8513 52.9556 50.8518C55.5803 50.8526 58.1011 49.8131 59.9788 47.9558C61.8565 46.0985 62.942 43.5707 63.0033 40.9132Z" fill="black"/>
<path d="M52.9886 84.2797C51.0413 84.2463 49.1471 83.6307 47.5442 82.5103C45.9412 81.39 44.701 79.8147 43.9793 77.9826C43.2576 76.1505 43.0866 74.1433 43.4879 72.2131C43.8892 70.2829 44.8448 68.5159 46.2347 67.134C47.6246 65.7522 49.3867 64.8173 51.2997 64.4466C53.2126 64.076 55.1911 64.2862 56.9864 65.0509C58.7817 65.8156 60.3139 67.1006 61.3903 68.7445C62.4667 70.3884 63.0394 72.3178 63.0363 74.2903C63.0321 75.6167 62.7679 76.929 62.2592 78.1512C61.7504 79.3734 61.0072 80.4812 60.0726 81.4104C59.138 82.3396 58.0306 83.0716 56.8146 83.5642C55.5986 84.0567 54.2982 84.2999 52.9886 84.2797Z" fill="black"/>
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_274_4275)">
<path d="M31.0278 33.2414H8.30322V19.5073H31.0064L31.0278 33.2414ZM19.6404 20.6091C17.7008 20.6111 15.7917 21.0823 14.0826 21.9809C12.3735 22.8795 10.9172 24.1777 9.84302 25.7603C9.70091 25.921 9.62269 26.1266 9.62269 26.3392C9.62269 26.5519 9.70091 26.7575 9.84302 26.9182C10.9241 28.4935 12.3831 29.7847 14.0922 30.6786C15.8012 31.5725 17.708 32.0418 19.6453 32.0453C21.5825 32.0487 23.4911 31.5863 25.2034 30.6985C26.9158 29.8107 28.3796 28.5247 29.4665 26.9533C29.6216 26.7835 29.7073 26.5636 29.7073 26.3357C29.7073 26.1079 29.6216 25.888 29.4665 25.7181C28.3826 24.142 26.919 22.852 25.2051 21.9621C23.4913 21.0722 21.58 20.6099 19.6404 20.6161V20.6091Z" fill="black"/>
<path d="M19.7049 18.223C17.7777 18.2192 15.8802 17.7575 14.175 16.8774C12.4699 15.9974 11.008 14.7252 9.91466 13.1701C9.73237 12.9801 9.63088 12.7291 9.63088 12.4683C9.63088 12.2075 9.73237 11.9565 9.91466 11.7665C11.0074 10.2141 12.4702 8.94656 14.1763 8.07387C15.8823 7.20118 17.78 6.74975 19.7044 6.75874C21.6289 6.76773 23.5221 7.23688 25.2196 8.12546C26.917 9.01405 28.3675 10.2952 29.4451 11.8577C29.5996 12.0264 29.685 12.2451 29.685 12.4718C29.685 12.6985 29.5996 12.9171 29.4451 13.0858C28.3688 14.6523 26.9197 15.9386 25.2227 16.8336C23.5258 17.7286 21.632 18.2055 19.7049 18.223ZM23.9448 12.5384C23.9647 11.7017 23.7297 10.8782 23.2698 10.1729C22.8099 9.46765 22.146 8.9127 21.3627 8.57888C20.5795 8.24506 19.7125 8.14752 18.8725 8.29873C18.0324 8.44994 17.2574 8.84303 16.6463 9.42781C16.0353 10.0126 15.616 10.7625 15.4419 11.5819C15.2678 12.4013 15.3469 13.2529 15.6689 14.0281C15.991 14.8032 16.5415 15.4667 17.2502 15.9339C17.9589 16.4011 18.7935 16.6507 19.6476 16.651C20.7701 16.6513 21.8482 16.2211 22.6513 15.4526C23.4543 14.684 23.9186 13.6381 23.9448 12.5384Z" fill="black"/>
<path d="M19.6618 30.4832C18.8289 30.4694 18.0189 30.2146 17.3333 29.751C16.6478 29.2874 16.1173 28.6356 15.8087 27.8775C15.5001 27.1194 15.4269 26.2888 15.5986 25.4901C15.7702 24.6914 16.1789 23.9602 16.7733 23.3884C17.3677 22.8166 18.1213 22.4298 18.9394 22.2764C19.7576 22.123 20.6037 22.21 21.3715 22.5264C22.1393 22.8429 22.7946 23.3746 23.2549 24.0548C23.7153 24.735 23.9602 25.5334 23.9589 26.3496C23.9571 26.8985 23.8441 27.4415 23.6265 27.9472C23.4089 28.453 23.0911 28.9114 22.6914 29.2959C22.2917 29.6804 21.8181 29.9833 21.298 30.1871C20.778 30.3909 20.2218 30.4916 19.6618 30.4832Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_274_4275">
<rect width="40" height="40" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@@ -1,5 +1,12 @@
<svg width="106" height="117" viewBox="0 0 106 117" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M79.5652 90.9453H26.4297V57.7546H79.515L79.5652 90.9453ZM52.9388 60.4173C48.4035 60.4221 43.9396 61.5609 39.9432 63.7325C35.9469 65.9041 32.5417 69.0415 30.0301 72.866C29.6978 73.2545 29.5149 73.7512 29.5149 74.2652C29.5149 74.7791 29.6978 75.2759 30.0301 75.6644C32.5579 79.4713 35.9695 82.5917 39.9656 84.752C43.9617 86.9123 48.4203 88.0464 52.95 88.0547C57.4798 88.0631 61.9425 86.9455 65.9463 84.8001C69.9502 82.6546 73.373 79.5467 75.9145 75.7492C76.277 75.3387 76.4774 74.8074 76.4774 74.2567C76.4774 73.706 76.277 73.1746 75.9145 72.7642C73.38 68.9553 69.9577 65.8377 65.9503 63.6871C61.943 61.5366 57.474 60.4193 52.9388 60.4343V60.4173Z" fill="white"/>
<path d="M53.0896 54.6509C48.5833 54.6418 44.1464 53.526 40.1594 51.3992C36.1723 49.2724 32.754 46.198 30.1976 42.4397C29.7714 41.9805 29.5341 41.3739 29.5341 40.7437C29.5341 40.1134 29.7714 39.5069 30.1976 39.0477C32.7526 35.2961 36.1732 32.2329 40.1623 30.1239C44.1514 28.0149 48.5885 26.9239 53.0884 26.9456C57.5883 26.9674 62.015 28.1011 65.9841 30.2486C69.9532 32.396 73.3447 35.4921 75.8643 39.2681C76.2256 39.6758 76.4254 40.2043 76.4254 40.7521C76.4254 41.2999 76.2256 41.8284 75.8643 42.2361C73.3478 46.0218 69.9593 49.1303 65.9914 51.2933C62.0236 53.4562 57.5955 54.6086 53.0896 54.6509ZM63.0033 40.9132C63.0499 38.8912 62.5004 36.9009 61.4251 35.1965C60.3498 33.4922 58.7973 32.1511 56.9659 31.3443C55.1345 30.5376 53.1073 30.3019 51.143 30.6673C49.1788 31.0327 47.3666 31.9827 45.9379 33.3959C44.5091 34.8091 43.5287 36.6215 43.1216 38.6016C42.7145 40.5818 42.8994 42.6399 43.6525 44.5132C44.4056 46.3865 45.6928 47.99 47.3498 49.119C49.0069 50.248 50.9585 50.8513 52.9556 50.8518C55.5803 50.8526 58.1011 49.8131 59.9788 47.9558C61.8565 46.0985 62.942 43.5707 63.0033 40.9132Z" fill="white"/>
<path d="M52.9886 84.2797C51.0413 84.2463 49.1471 83.6307 47.5442 82.5103C45.9412 81.39 44.701 79.8147 43.9793 77.9826C43.2576 76.1505 43.0866 74.1433 43.4879 72.2131C43.8892 70.2829 44.8448 68.5159 46.2347 67.134C47.6246 65.7522 49.3867 64.8173 51.2997 64.4466C53.2126 64.076 55.1911 64.2862 56.9864 65.0509C58.7817 65.8156 60.3139 67.1006 61.3903 68.7445C62.4667 70.3884 63.0394 72.3178 63.0363 74.2903C63.0321 75.6167 62.7679 76.929 62.2592 78.1512C61.7504 79.3734 61.0072 80.4812 60.0726 81.4104C59.138 82.3396 58.0306 83.0716 56.8146 83.5642C55.5986 84.0567 54.2982 84.2999 52.9886 84.2797Z" fill="white"/>
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_291_2790)">
<path d="M31.0278 33.2414H8.30322V19.5073H31.0064L31.0278 33.2414ZM19.6404 20.6091C17.7008 20.6111 15.7917 21.0823 14.0826 21.9809C12.3735 22.8795 10.9172 24.1777 9.84302 25.7603C9.70091 25.921 9.62269 26.1266 9.62269 26.3392C9.62269 26.5519 9.70091 26.7575 9.84302 26.9182C10.9241 28.4935 12.3831 29.7847 14.0922 30.6786C15.8012 31.5725 17.708 32.0418 19.6453 32.0453C21.5825 32.0487 23.4911 31.5863 25.2034 30.6985C26.9158 29.8107 28.3796 28.5247 29.4665 26.9533C29.6216 26.7835 29.7073 26.5636 29.7073 26.3357C29.7073 26.1079 29.6216 25.888 29.4665 25.7181C28.3826 24.142 26.919 22.852 25.2051 21.9621C23.4913 21.0722 21.58 20.6099 19.6404 20.6161V20.6091Z" fill="white"/>
<path d="M19.7049 18.223C17.7777 18.2192 15.8802 17.7575 14.175 16.8774C12.4699 15.9974 11.008 14.7252 9.91466 13.1701C9.73237 12.9801 9.63088 12.7291 9.63088 12.4683C9.63088 12.2075 9.73237 11.9565 9.91466 11.7665C11.0074 10.2141 12.4702 8.94656 14.1763 8.07387C15.8823 7.20118 17.78 6.74975 19.7044 6.75874C21.6289 6.76773 23.5221 7.23688 25.2196 8.12546C26.917 9.01405 28.3675 10.2952 29.4451 11.8577C29.5996 12.0264 29.685 12.2451 29.685 12.4718C29.685 12.6985 29.5996 12.9171 29.4451 13.0858C28.3688 14.6523 26.9197 15.9386 25.2227 16.8336C23.5258 17.7286 21.632 18.2055 19.7049 18.223ZM23.9448 12.5384C23.9647 11.7017 23.7297 10.8782 23.2698 10.1729C22.8099 9.46765 22.146 8.9127 21.3627 8.57888C20.5795 8.24506 19.7125 8.14752 18.8725 8.29873C18.0324 8.44994 17.2574 8.84303 16.6463 9.42781C16.0353 10.0126 15.616 10.7625 15.4419 11.5819C15.2678 12.4013 15.3469 13.2529 15.6689 14.0281C15.991 14.8032 16.5415 15.4667 17.2502 15.9339C17.9589 16.4011 18.7935 16.6507 19.6476 16.651C20.7701 16.6513 21.8482 16.2211 22.6513 15.4526C23.4543 14.684 23.9186 13.6381 23.9448 12.5384Z" fill="white"/>
<path d="M19.6618 30.4832C18.8289 30.4694 18.0189 30.2146 17.3333 29.751C16.6478 29.2874 16.1173 28.6356 15.8087 27.8775C15.5001 27.1194 15.4269 26.2888 15.5986 25.4901C15.7702 24.6914 16.1789 23.9602 16.7733 23.3884C17.3677 22.8166 18.1213 22.4298 18.9394 22.2764C19.7576 22.123 20.6037 22.21 21.3715 22.5264C22.1393 22.8429 22.7946 23.3746 23.2549 24.0548C23.7153 24.735 23.9602 25.5334 23.9589 26.3496C23.9571 26.8985 23.8441 27.4415 23.6265 27.9472C23.4089 28.453 23.0911 28.9114 22.6914 29.2959C22.2917 29.6804 21.8181 29.9833 21.298 30.1871C20.778 30.3909 20.2218 30.4916 19.6618 30.4832Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_291_2790">
<rect width="40" height="40" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@@ -1,3 +1,3 @@
<svg width="116" height="87" viewBox="0 0 116 87" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M74 43.9454V59.9453C65.2023 59.9453 60.6667 59.1455 55.3333 51.9455C50 44.7454 46.5544 43.9452 42 43.9452V59.9453H26V43.9452H42V27.9453C50.2089 27.9453 55.3333 29.012 60.6667 35.9454C66 42.8787 68.8122 43.9454 74 43.9454V27.9453H90V43.9454H74Z" fill="black"/>
<svg width="48" height="40" viewBox="0 0 48 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.2363 19.7932C37.2363 22.3787 37.2363 26.4138 37.2363 26.4138C21.7327 26.4138 23.9672 19.7932 10.7534 19.7931C10.7534 22.3786 10.7534 26.4138 10.7534 26.4138H4.13263V19.7931C4.13263 19.7931 -2.46051 19.793 10.7534 19.7931C10.7534 17.2075 10.7534 13.1724 10.7534 13.1724C26.1465 13.1724 23.9673 19.7932 37.2363 19.7932C37.2363 17.2076 37.2363 13.1724 37.2363 13.1724H43.857V19.7932C43.857 19.7932 39.8219 19.7932 37.2363 19.7932Z" fill="black"/>
</svg>

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 560 B

@@ -1,3 +1,3 @@
<svg width="116" height="87" viewBox="0 0 116 87" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M74 43.9454V59.9453C65.2023 59.9453 60.6667 59.1455 55.3333 51.9455C50 44.7454 46.5544 43.9452 42 43.9452V59.9453H26V43.9452H42V27.9453C50.2089 27.9453 55.3333 29.012 60.6667 35.9454C66 42.8787 68.8122 43.9454 74 43.9454V27.9453H90V43.9454H74Z" fill="white"/>
<svg width="48" height="40" viewBox="0 0 48 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.2363 19.7932C37.2363 22.3787 37.2363 26.4138 37.2363 26.4138C21.7327 26.4138 23.9672 19.7932 10.7534 19.7931C10.7534 22.3786 10.7534 26.4138 10.7534 26.4138H4.13263V19.7931C4.13263 19.7931 -2.46051 19.793 10.7534 19.7931C10.7534 17.2075 10.7534 13.1724 10.7534 13.1724C26.1465 13.1724 23.9673 19.7932 37.2363 19.7932C37.2363 17.2076 37.2363 13.1724 37.2363 13.1724H43.857V19.7932C43.857 19.7932 39.8219 19.7932 37.2363 19.7932Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 652 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 19 KiB