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.
Keep on working on style and css classes. Add svg pictures for the mo…
…bile menu.
- Loading branch information
1 parent
1441977
commit c00c730
Showing
60 changed files
with
512 additions
and
610 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
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 |
---|---|---|
|
@@ -90,6 +90,4 @@ div .blogpost_date { | |
var(--ifm-spacing-lg); | ||
} | ||
|
||
.blogposts_container { | ||
margin: var(--ifm-spacing-6xl) 0; | ||
} | ||
|
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 |
---|---|---|
@@ -1,14 +0,0 @@ | ||
import styles from "./styles.module.css"; | ||
import GroupPhotoJupyterConUrl from "@site/static/img/group/group-photo.png"; | ||
|
||
export default function Header() { | ||
return ( | ||
<div className={styles.careers_header}> | ||
<h1 className="text--center">Join the QuantStack team!</h1> | ||
<div className={styles.group_photo_container + " " + "flex-full-centered"}> | ||
<img src={GroupPhotoJupyterConUrl} alt={"Picture showing QuantStack people gathered at the Jupytercon in Paris in May 2023."}/> | ||
</div> | ||
</div> | ||
); | ||
} | ||
|
||
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
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 |
---|---|---|
@@ -1,15 +1,32 @@ | ||
.about_us_container { | ||
margin-top: var(--ifm-spacing-2xl); | ||
background-color: var(--ifm-color-primary-p1); | ||
} | ||
@media only screen and (max-width: 996px) { | ||
.aboutQS_container { | ||
background-color: var(--ifm-color-secondary-s2); | ||
color: white; | ||
padding: var(--ifm-spacing-2xl) var(--ifm-spacing-2xl) 0 | ||
var(--ifm-spacing-2xl); | ||
text-align: center; | ||
} | ||
|
||
.aboutQS_text { | ||
font-size: 14px; | ||
text-align: center; | ||
margin-bottom: var(--ifm-spacing-xl); | ||
} | ||
|
||
div .text_container { | ||
color: var(--ifm-color-primary-p2); | ||
} | ||
|
||
.text_container { | ||
font-size: 24px; | ||
text-align: center; | ||
margin-bottom: var(--ifm-spacing-lg); | ||
padding: var(--ifm-spacing-5xl) var(--ifm-spacing-5xl); | ||
@media only screen and (min-width: 996px) { | ||
.aboutQS_container { | ||
margin-top: var(--ifm-spacing-2xl); | ||
background-color: var(--ifm-color-primary-p1); | ||
color: var(--ifm-color-primary-p2); | ||
padding: var(--ifm-spacing-2xl) var(--ifm-spacing-5xl) 0 | ||
var(--ifm-spacing-5xl); | ||
} | ||
|
||
.aboutQS_text { | ||
font-size: 24px; | ||
text-align: center; | ||
margin-bottom: var(--ifm-spacing-lg); | ||
} | ||
} |
Oops, something went wrong.