forked from QuantStack/quantstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fbadd7
commit e40a646
Showing
42 changed files
with
2,715 additions
and
10,919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
import OpennessMD from "@site/src/components/about/Values/openness.md"; | ||
import ScienceMD from "@site/src/components/about/Values/science.md"; | ||
import IntegrityMD from "@site/src/components/about/Values/integrity.md"; | ||
import OptimismMD from "@site/src/components/about/Values/optimism.md"; | ||
import OpennessPicture from "@site/static/img/values/openness.svg"; | ||
import SciencePicture from "@site/static/img/values/science.svg"; | ||
import OptimismPicture from "@site/static/img/values/optimism.svg"; | ||
import IntegrityPicture from "@site/static/img/values/integrity.svg"; | ||
|
||
export const valuesDetails = [ | ||
{ | ||
name: "Science", | ||
alt: "Icon representing the science value, displaying an atom", | ||
DescriptionMD: ScienceMD, | ||
pictureComponent: SciencePicture, | ||
}, | ||
{ | ||
name: "Openness", | ||
alt: "Icon representing the openness value, four people connected together.", | ||
DescriptionMD: OpennessMD, | ||
pictureComponent: OpennessPicture, | ||
}, | ||
{ | ||
name: "Integrity", | ||
alt: "Icon representing the integrity value, with an heart inside a hand", | ||
DescriptionMD: IntegrityMD, | ||
pictureComponent: IntegrityPicture, | ||
}, | ||
{ | ||
name: "Optimism", | ||
alt: "Icon representing the optimism value, with a smiling face ", | ||
DescriptionMD: OptimismMD, | ||
pictureComponent: OptimismPicture, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.