File tree Expand file tree Collapse file tree 14 files changed +343
-35
lines changed
Expand file tree Collapse file tree 14 files changed +343
-35
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default function SimpleSlider() {
6666export function LogosTable1 ( ) {
6767 return (
6868 < div className = { "container" + " " + styles . table_with_8_customers } >
69- < div className = "row row--no-gutters" >
69+ < div className = "row-max-width row--no-gutters" >
7070 < div className = { "col col--3 flex-full-centered" } >
7171 < img
7272 src = { BloombergLogoUrl }
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ export function Hero() {
4545 < div className = "main-container-with-margins" >
4646 < div className = { "container" + " " + styles . logos_carousel } >
4747 < div className = "row" >
48- < div className = "col col--10 col--offset-1 " >
48+ < div className = "col col--8 col--offset-2 " >
4949 < div className = { styles . worked_with } > We have worked with </ div >
5050 </ div >
5151 </ div >
5252 < div className = "row" >
53- < div className = "col col--10 col--offset-1 " >
53+ < div className = "col col--8 col--offset-2 " >
5454 < SimpleSlider />
5555 </ div >
5656 </ div >
Original file line number Diff line number Diff line change 1111 padding-bottom : var (--ifm-spacing-3xl );
1212}
1313
14+ .row_max_width {
15+ max-width : 1500px ;
16+ display : flex;
17+ }
18+
1419.banner_container_small {
1520 position : relative;
1621 width : 100% ;
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import XTensorXSIMDPicture from "@site/static/img/projects/xtensor_xsimd.svg";
44
55export default function ComputingProjects ( ) {
66 return (
7- < div className = { "container" } >
8- < div className = "row" >
7+ < div className = { styles . container_projects } >
8+ < div className = { styles . row_projects } >
99 < div
10- className = { "col col--5 col--offset-1 " + " " + styles . col_project_overview_with_padding }
10+ className = { "col col--6 " + " " + styles . col_project_overview_with_padding }
1111 >
1212 < h1 className = "padding-none" > Scientific computing </ h1 >
1313 < h2 className = { styles . h2_custom } >
@@ -17,7 +17,7 @@ export default function ComputingProjects() {
1717
1818 < ComputingMD />
1919 </ div >
20- < div className = { "col col--5 flex-full-centered" + " " + styles . col_project_overview_with_padding } >
20+ < div className = { "col col--6 flex-full-centered" + " " + styles . col_project_overview_with_padding } >
2121 < XTensorXSIMDPicture width = { "500px" } />
2222 </ div >
2323 </ div >
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ import ApacheArrowPicture from "@site/static/img/projects/apache_arrow.svg";
44
55export default function DataAnalysisProjects ( ) {
66 return (
7- < div className = { "container" + " " + styles . project_light_yellow } style = { { paddingBottom : "0px" } } >
8- < div className = "row" >
7+ < div className = { styles . container_projects + " " + styles . project_light_yellow } style = { { paddingBottom : "0px" } } >
8+ < div className = { styles . row_projects } >
99 < div
10- className = { "col col--5 col--offset-1 " + " " + styles . col_project_overview_with_padding }
10+ className = { "col col--6 " + " " + styles . col_project_overview_with_padding }
1111 >
1212 < h1 className = "padding-none" > Data Analysis </ h1 >
1313 < h2 className = { styles . h2_custom } >
1414 Supporting the development of key data analysis technologies.
1515 </ h2 >
1616 < DataAnalysisMD />
1717 </ div >
18- < div className = { "col col--5 " + " " + "flex-full-centered" + " " + styles . col_project_overview_with_padding } >
18+ < div className = { "col col--6 " + " " + "flex-full-centered" + " " + styles . col_project_overview_with_padding } >
1919 < ApacheArrowPicture width = { "500px" } />
2020 </ div >
2121 </ div >
Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ import JupyterPictureUrl from "@site/static/img/projects/jupyterlab_examples.png
55export default function JupyterProject ( ) {
66 return (
77 < div
8- className = { "container" }
8+ className = { styles . container_projects }
99 style = { {
1010 marginTop : "var(--ifm-spacing-4xl)" ,
1111 } }
1212 >
13- < div className = { "row" } >
14- < div className = { "col col--5 col--offset-1 " + " " + styles . col_project_overview_with_padding } >
13+ < div className = { styles . row_projects } >
14+ < div className = { "col col--6 " + " " + styles . col_project_overview_with_padding } >
1515 < h1 className = "padding-none" > Jupyter project </ h1 >
1616 < h2 className = { styles . h2_custom } > We strive to sustain the project in the long term.</ h2 >
1717 < JupyterMD />
1818 </ div >
1919
2020 < div
21- className = { "col col--5 flex-full-centered" + " " + styles . col_project_overview_with_padding }
21+ className = { "col col--6 flex-full-centered" + " " + styles . col_project_overview_with_padding }
2222 >
2323 < img src = { JupyterPictureUrl } width = { "540px" } alt = { "Picture showing two jupyterlab user interfaces" } />
2424 </ div >
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import RoboticsPictureUrl from "@site/static/img/projects/robotics.png";
44
55export default function RoboticsProjects ( ) {
66 return (
7- < div className = { "container" + " " + styles . project_light_yellow } >
8- < div className = { "row" } >
7+ < div className = { styles . container_projects + " " + styles . project_light_yellow } >
8+ < div className = { styles . row_projects } >
99 < div
1010 className = {
11- "col col--5 col--offset-1 " + " " + styles . col_project_overview_with_padding
11+ "col col--6 " + " " + styles . col_project_overview_with_padding
1212 }
1313 >
1414 < h1 className = "padding-none" > Robotics </ h1 >
@@ -19,7 +19,7 @@ export default function RoboticsProjects() {
1919 </ div >
2020 < div
2121 className = {
22- "col col--5 " +
22+ "col col--6 " +
2323 " " +
2424 "flex-full-centered" +
2525 " " +
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ import RoboticsPictureUrl from "@site/static/img/projects/robotics.png";
44
55export default function RoboticsProjects ( ) {
66 return (
7- < div className = "container" >
8- < div className = { "row" } >
7+ < div className = { styles . container_projects } >
8+ < div className = { styles . row_projects } >
99 < div
1010 className = {
11- "col col--5 col--offset-1 flex-full-centered" +
11+ "col col--6 flex-full-centered" +
1212 " " +
1313 styles . col_project_overview_with_padding
1414 }
1515 >
1616 < img src = { RoboticsPictureUrl } width = { "640px" } alt = { "Picture showing two jupyterlab user interfaces displaying robotics projects." } />
1717 </ div >
18- < div className = { "col col--5 " + " " + styles . col_project_overview_with_padding } >
18+ < div className = { "col col--6 " + " " + styles . col_project_overview_with_padding } >
1919 < h1 className = "padding-none" > Robotics </ h1 >
2020 < h2 className = { styles . h2_custom } >
2121 We just kicked off a new initiative to Robotics education.
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import SpecialProjectsPictureUrl from "@site/static/img/projects/special_project
44
55export default function SpecialProjects ( ) {
66 return (
7- < div className = { "container" + " " + styles . project_yellow } >
8- < div className = "row" >
9- < div className = { "col col--5 col--offset-1 " + " " + styles . col_project_overview_with_padding } >
7+ < div className = { styles . container_projects + " " + styles . project_yellow } >
8+ < div className = { styles . row_projects } >
9+ < div className = { "col col--6 " + " " + styles . col_project_overview_with_padding } >
1010 < h1 className = "padding-none" > Special projects</ h1 >
1111 < h2 className = { styles . h2_custom } >
1212 Applications built from the ground up and addressing a complete use
@@ -15,7 +15,7 @@ export default function SpecialProjects() {
1515
1616 < SpecialProjectsMD />
1717 </ div >
18- < div className = { "col col--5 flex-full-centered" + " " + styles . col_project_overview_with_padding } >
18+ < div className = { "col col--6 flex-full-centered" + " " + styles . col_project_overview_with_padding } >
1919 < img src = { SpecialProjectsPictureUrl } height = { "595px" } alt = { "Picture showing examples of Jupyter CAD projects in Jupyterlab." } />
2020 </ div >
2121 </ div >
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import MambaPictureUrl from "@site/static/img/projects/mamba_console.png";
44
55export default function SupplyChainProjects ( ) {
66 return (
7- < div className = { "container" + " " + styles . project_light_yellow } >
8- < div className = { "row" } >
7+ < div className = { styles . container_projects + " " + styles . project_light_yellow } >
8+ < div className = { styles . row_projects } >
99 < div
1010 className = {
11- "col col--5 col--offset-1 " +
11+ "col col--6 " +
1212 " " +
1313 styles . col_project_overview_with_padding
1414 }
@@ -22,7 +22,7 @@ export default function SupplyChainProjects() {
2222 </ div >
2323 < div
2424 className = {
25- "col col--5 flex-full-centered" +
25+ "col col--6 flex-full-centered" +
2626 " " +
2727 styles . col_project_overview_with_padding
2828 }
You can’t perform that action at this time.
0 commit comments