feat: add security page and update preset
This commit is contained in:
parent
a56f09d9ec
commit
2dcc17fc51
|
@ -53,9 +53,7 @@ const config = {
|
|||
jobBoard: 'nimbus',
|
||||
},
|
||||
},
|
||||
og: {
|
||||
path: '_og',
|
||||
},
|
||||
og: {},
|
||||
}),
|
||||
],
|
||||
],
|
||||
|
@ -165,6 +163,10 @@ const config = {
|
|||
href: '/privacy-policy',
|
||||
label: 'Privacy Policy',
|
||||
},
|
||||
{
|
||||
href: '/security',
|
||||
label: 'Security',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@acid-info/logos-docusaurus-preset": "v1.0.0-alpha.162",
|
||||
"@acid-info/logos-docusaurus-preset": "v1.0.0-alpha.174",
|
||||
"@docusaurus/core": "2.4.1",
|
||||
"@docusaurus/preset-classic": "2.4.1",
|
||||
"@docusaurus/theme-mermaid": "^2.4.1",
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
displayed_sidebar: null
|
||||
sidebar_class_name: hidden
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
---
|
||||
|
||||
# Security
|
||||
|
||||
We take security seriously at Nimbus and across the <a href="https://free.technology/" target="_blank">Institute of Free Technology</a> and its affiliates.
|
||||
|
||||
Please report any security incidents via <a href="mailto:security@free.technology">security@free.technology</a>.
|
||||
|
||||
Please report any discovered vulnerabilities in our bounty programme at <a href="https://hackenproof.com/status-dot-app" target="_blank">HackenProof</a> to help ensure our protocols and software remain secure.
|
|
@ -62,7 +62,7 @@ html[data-theme='light'] {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
.mdx-hero > .mdx-hero-asset img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
@ -74,7 +74,7 @@ html[data-theme='light'] {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 996px) {
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
.mdx-hero > .mdx-hero-asset img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
@ -84,7 +84,7 @@ html[data-theme='light'] {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 996px) {
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
.mdx-hero > .mdx-hero-asset img {
|
||||
margin-right: -200px;
|
||||
margin-left: 0;
|
||||
scale: 0.9;
|
||||
|
@ -97,7 +97,7 @@ html[data-theme='light'] {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
.mdx-hero > .mdx-hero-asset img {
|
||||
margin-right: 22px;
|
||||
scale: 0.9;
|
||||
margin-top: -15%;
|
||||
|
@ -109,7 +109,7 @@ html[data-theme='light'] {
|
|||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
.mdx-hero > .mdx-hero-asset img {
|
||||
scale: 1;
|
||||
margin-top: -15%;
|
||||
margin-right: 0;
|
||||
|
@ -122,7 +122,7 @@ html[data-theme='light'] {
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.mdx-hero > .mdx-hero-image > img {
|
||||
.mdx-hero > .mdx-hero-asset img {
|
||||
scale: 1.1;
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
|
|
|
@ -8,7 +8,7 @@ import {
|
|||
HeroDescription,
|
||||
HeroActions,
|
||||
HeroAction,
|
||||
HeroImage,
|
||||
HeroAsset,
|
||||
CallToActionSection,
|
||||
FeatureList,
|
||||
HeroInfo,
|
||||
|
@ -43,7 +43,9 @@ import { Button } from '@acid-info/lsd-react'
|
|||
</HeroAction>
|
||||
</HeroActions>
|
||||
</HeroInfo>
|
||||
<HeroImage src="/hero/hero-image.webp" alt="alt" />
|
||||
<HeroAsset>
|
||||
<img src="/hero/hero-image.webp" alt="alt" />
|
||||
</HeroAsset>
|
||||
</Hero>
|
||||
|
||||
<Box>
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -19,14 +19,14 @@
|
|||
satori "^0.10.1"
|
||||
sharp "^0.32.1"
|
||||
|
||||
"@acid-info/logos-docusaurus-preset@v1.0.0-alpha.162":
|
||||
version "1.0.0-alpha.162"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.162.tgz#b2125cac7456a38f8d50ee1fda95682756252108"
|
||||
integrity sha512-laY/l2j8kFjdY7Ri0/YPBOsHd3Ol2sSdX4/T1Bgb2pPM2bw3I1sEAB2jxw3C0YklqLvFBCjBCmPYRb4lwWixXg==
|
||||
"@acid-info/logos-docusaurus-preset@v1.0.0-alpha.174":
|
||||
version "1.0.0-alpha.174"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.174.tgz#34b588a2b81c140e194c00eabd52d0d623f2477c"
|
||||
integrity sha512-lz8Zm+x3tJF9DepSTfZkiBSKfhsTa1h1WnA5py5lXo5fqZiDmzlIyr0m3Tnxm9hFoejw0DMshgGJmwNNaNFFNA==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.131"
|
||||
"@acid-info/logos-docusaurus-search-local" "^1.0.0-alpha.111"
|
||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.162"
|
||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.174"
|
||||
"@docusaurus/core" "^2.4.1"
|
||||
"@docusaurus/module-type-aliases" "^2.4.1"
|
||||
"@docusaurus/preset-classic" "^2.4.1"
|
||||
|
@ -54,10 +54,10 @@
|
|||
"@easyops-cn/docusaurus-search-local" "^0.33.6"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.162":
|
||||
version "1.0.0-alpha.162"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.162.tgz#eb6b57526c5d23a576a3f070e8cd4efe24aec806"
|
||||
integrity sha512-jixawhnNsLsgttWEU4F5L1PrKtwfkdL29BAQ7zcaIHw7sAXr1A+O/kjQmkNfj6iXv239gg3YllTkpkPfZVBBfA==
|
||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.174":
|
||||
version "1.0.0-alpha.174"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.174.tgz#6457c75645e88f2e30d1be691c8008bb33f145e9"
|
||||
integrity sha512-IgoTGv5zGkZ2lUHnUF0fQiGAdboEbb1L4pR4Ov0wmTfWAQ4aH3vwsjD4ARJ3qLjVapwHG1mEcjzdOqId3wIy2g==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.131"
|
||||
"@acid-info/lsd-react" "^0.1.0-beta.3"
|
||||
|
|
Loading…
Reference in New Issue