Merge pull request #68 from acid-info/adjustments

Adjustments
This commit is contained in:
amir houieh
2022-10-10 17:32:18 +02:00
committed by GitHub
11 changed files with 28 additions and 23 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ import {TeamList} from '@site/src/components/mdx/TeamList';
import {BlogPosts} from '@site/src/components/mdx/BlogPosts';
<Hero title={"Codex"}
subtitle={"Codex is building a Decentralized Durability Engine"}
subtitle={"Codex is building a Decentralized Durability Storage"}
linkText={"PoC Dagger"}
label={"Introduction"}
linkUrl={"https://github.com/status-im/nim-codex"}/>
@@ -45,7 +45,7 @@ import {BlogPosts} from '@site/src/components/mdx/BlogPosts';
<BlogPosts/>
## Resources
<ExternalReferenceCard linkUrl={"http://Linktowhitepaper"}
<ExternalReferenceCard linkUrl={"/docs/codex-whitepaper.pdf"}
linkText={"White-paper"}
referenceType={"pdf"}
>
+1 -1
View File
@@ -101,7 +101,7 @@ export const BlogPosts = ({ children }: TProps): JSX.Element => {
return (
<section className={styles.blogpostsWrapper}>
<div className={styles.blogposts}>
{posts.map((post, i) => (
{[...posts, ...posts].map((post, i) => (
<BlogPost key={`p-${i}`} post={post} />
))}
</div>
@@ -1,18 +1,23 @@
.blogpostsWrapper {
.blogposts {
.blogpost {
padding: 0 !important;
background: none;
//border: 1px solid var(--ifm-color-gray-200);
p {
color: var(--ifm-color-gray-500);
}
> p {
margin: 0;
}
.blogpostMeta {
margin-bottom: calc(var(--ifm-leading) / 2);
margin-bottom: calc(var(--ifm-leading));
}
+ .blogpost {
margin-top: var(--ifm-leading);
margin-top: calc(2 * var(--ifm-leading));
}
}
}
@@ -1,5 +1,6 @@
.exref {
margin-bottom: var(--ifm-leading);
//margin-bottom: var(--ifm-leading);
margin-bottom: var(--ifm-spacing-vertical);
.exrefContainer {
display: flex;
@@ -34,11 +34,14 @@
justify-content: center;
}
.cardTitle {
}
.cardDescription {
color: var(--ifm-color-gray-500);
margin: 0;
}
}
@media (max-width: 576px) {
.cardTitle {
font-size: var(--ifm-h2-font-size) !important;
}
}
@@ -16,7 +16,7 @@
.FeatureListContainer {
grid-template-columns: 1fr !important;
grid-auto-rows: calc(
90vw - calc(2 * var(--ifm-spacing-horizontal))
75vw - calc(2 * var(--ifm-spacing-horizontal))
) !important;
> * {
+2 -2
View File
@@ -14,9 +14,9 @@
display: flex;
justify-content: center;
align-items: center;
column-gap: 16px;
column-gap: 12px;
position: absolute;
top: 5px;
top: 10px;
> * {
display: inline-flex;
@@ -7,4 +7,7 @@
width: 3px;
border-radius: 3px;
}
ul {
margin: 0;
}
}
+4
View File
@@ -239,6 +239,10 @@
text-underline-offset: 0.3rem;
}
.markdown > h2 {
letter-spacing: -1.5px;
}
.card {
padding: var(--ifm-spacing-vertical) var(--ifm-spacing-horizontal);
}
-11
View File
@@ -99,17 +99,6 @@
"discord": "cblake#0229"
}
},
"michaelb@status.im": {
"pref-name": "Michael",
"department": "Codex",
"photo-path": "https://images7.bamboohr.com/66157/photos/126-0-4.jpg?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9pbWFnZXM3LmJhbWJvb2hyLmNvbS82NjE1Ny8qIiwiQ29uZGl0aW9uIjp7IkRhdGVHcmVhdGVyVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNjY1MTAwMzE4fSwiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE2Njc2OTIzMjh9fX1dfQ__&Signature=BQgsqyKNyP6M7EV9bShrMVAy5YEsBLCGZC6uFKthApmc52Z3VrFcI8YSe~ax10aac3Ei94cTXXE~YYWkyIREb~cByHBLvcyNLiEASPruD7eRkkswoY86dBVSTAYZ7n-ZRXZXNhRr6mj3S3DWLjqyySHcXE75eGspbwt~SA2rdnAL2dX9dQaRX~2MTpk-w-VAOj9MNB92e3ElU0nNvAesOLZXaAeSUB0oC15b7XD4ntur6StrD1nfxOyQNXO5O16vDxNIV0dRT6UnQYJGKqrwlfUMzdGD3Q0s~i91Axdvt7wwGOzW5qkJUKBAI5YOGTjecwypArJProKPJxgOGQiXqQ__&Key-Pair-Id=APKAIZ7QQNDH4DJY7K4Q",
"contact": {
"email": "michaelb@status.im",
"status": "michaelb.stateofus.eth",
"github": "michaelsbradleyjr",
"discord": "brainproxy#2605"
}
},
"dustin@status.im": {
"pref-name": "Dustin",
"department": "Nim",
Binary file not shown.