@@ -3,46 +3,32 @@ import LogoGrid from "./LogosTableBy8";
33import Astronaut from "/img/quantstack/astronaut.svg" ;
44import Banner from "./Banner" ;
55
6-
76export function Hero ( ) {
87 return (
98 < div className = { styles . hero_container } >
10- < Banner />
11- < div className = { styles . banner_image } >
12- </ div >
13- < div className = "main-container-with-margins" >
14- < div >
15- < div className = { "row row--no-gutters flex-full-centered" } >
16- < div className = "col col--6 col--offset-1" >
17- < h1 className = "padding-none" >
18- Open-source for discovery, science, and education
19- </ h1 >
20- < p className = { styles . subheader } >
21- A team behind major open-source projects of the scientific
22- computing ecosystem
23- </ p >
24- < h2 className = { styles . h2_custom } >
25- Jupyter, Conda-forge, Mamba, Voilà, Xtensor and more.
26- </ h2 >
27- </ div >
28-
29- < div
30- className = {
31- "col col--3 col--offset-1 flex-full-centered" +
32- " " +
33- styles . astronaut_column
34- }
35- >
36- < Astronaut
37- alt = { "Astronaut mascot of QuantStack" }
38- width = { "300px" }
39- height = { "300px" }
40- />
41- </ div >
9+ < Banner />
10+ < div className = "page-content" >
11+ < div className = { styles . hero_body } >
12+ < div className = { styles . hero_text } >
13+ < h1 className = "padding-none" >
14+ Open-source for discovery, science, and education
15+ </ h1 >
16+ < p className = { styles . sub_header } >
17+ A team behind major open-source projects of the scientific
18+ computing ecosystem
19+ </ p >
20+ < h2 className = { styles . h2_custom } >
21+ Jupyter, Conda-forge, Mamba, Voilà, Xtensor and more.
22+ </ h2 >
23+ </ div >
24+ < div className = { styles . hero_image } >
25+ < Astronaut
26+ alt = "Astronaut mascot of QuantStack"
27+ width = "300px"
28+ height = "300px"
29+ />
4230 </ div >
4331 </ div >
44- </ div >
45- < div className = "page-content" >
4632 < div className = { styles . worked_with } > We have worked with</ div >
4733 < LogoGrid />
4834 </ div >
0 commit comments