File tree 9 files changed +160
-10
lines changed
9 files changed +160
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Astronaut from "/img/quantstack/astronaut.svg";
4
4
5
5
export function Hero ( ) {
6
6
return (
7
- < div >
7
+ < div className = { styles . hero_container } >
8
8
< div className = "main-container-with-margins" >
9
9
< div className = "container upper-container-with-margin-top" >
10
10
< div className = { "row row--no-gutters flex-full-centered" } >
Original file line number Diff line number Diff line change 4
4
display : none;
5
5
}
6
6
}
7
+ .hero_container {
8
+ background-color : var (--ifm-color-primary-p0 );
9
+ }
7
10
8
11
.table_with_8_customers {
9
12
margin-bottom : var (--ifm-spacing-xl );
29
32
30
33
.sub_header {
31
34
text-align : left;
32
- }
35
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import RoboticsPictureUrl from "@site/static/img/projects/robotics.png";
4
4
5
5
export default function RoboticsProjects ( ) {
6
6
return (
7
- < div className = { "container" } >
7
+ < div className = { "container" + " " + styles . project_light_yellow } >
8
8
< div className = { "row" } >
9
9
< div
10
10
className = {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import SpecialProjectsPictureUrl from "@site/static/img/projects/jupytercad.png"
4
4
5
5
export default function SpecialProjects ( ) {
6
6
return (
7
- < div className = { "container" } >
7
+ < div className = { "container" + " " + styles . project_yellow } >
8
8
< div className = "row" >
9
9
< div className = { "col col--5 col--offset-1" + " " + styles . col_project_overview_with_padding } >
10
10
< h1 className = "padding-none" > Special projects</ h1 >
Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ import MambaPictureUrl from "@site/static/img/projects/mamba_console.png";
4
4
5
5
export default function SupplyChainProjects ( ) {
6
6
return (
7
- < div className = { "container" } >
7
+ < div className = { "container" + " " + styles . project_light_yellow } >
8
8
< div className = { "row" } >
9
-
10
9
< div
11
10
className = {
12
- "col col--5 col--offset-1" + " " + styles . col_project_overview_with_padding
11
+ "col col--5 col--offset-1" +
12
+ " " +
13
+ styles . col_project_overview_with_padding
13
14
}
14
15
>
15
16
< h1 className = "padding-none" > Software supply chain </ h1 >
@@ -26,7 +27,11 @@ export default function SupplyChainProjects() {
26
27
styles . col_project_overview_with_padding
27
28
}
28
29
>
29
- < img src = { MambaPictureUrl } width = { "486px" } alt = { "Picture showing a terminal in which mamba commands are run." } />
30
+ < img
31
+ src = { MambaPictureUrl }
32
+ width = { "486px" }
33
+ alt = { "Picture showing a terminal in which mamba commands are run." }
34
+ />
30
35
</ div >
31
36
</ div >
32
37
</ div >
Original file line number Diff line number Diff line change 15
15
.col_project_overview_with_padding {
16
16
padding : var (--ifm-spacing-4xl ) var (--ifm-spacing-3xl );
17
17
}
18
+
19
+
20
+ .project_yellow {
21
+ background-color : var (--ifm-color-primary-p1 );
22
+ }
23
+
24
+ .project_light_yellow {
25
+ background-color : var (--ifm-color-primary-p0 );
26
+ }
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ div .topics_header {
51
51
52
52
.whatwedo_container {
53
53
background-color : var (--ifm-color-primary-p1 );
54
- padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-2xl ) 0
54
+ padding : var (--ifm-spacing-4xl ) var (--ifm-spacing-2xl ) 0
55
55
var (--ifm-spacing-2xl );
56
- margin-top : var (--ifm-spacing-3xl );
56
+ /* margin-top: var(--ifm-spacing-3xl);*/
57
57
}
58
58
59
59
.topics_card {
Original file line number Diff line number Diff line change 11
11
--ifm-color-grey-condaforge : # 7a7865 ;
12
12
--ifm-color-orange-light : # fef9ec ;
13
13
--ifm-color-indigo-i1 : rgb (79 , 82 , 255 );
14
+ --ifm-color-primary-p0 : # FFFBD7 ;
14
15
--ifm-color-primary-p1 : # f6f195 ;
15
16
--ifm-color-primary-p2 : # 1c1c16 ;
16
17
--ifm-text-color-on-primary-p1 : # 1e1c00 ;
You can’t perform that action at this time.
0 commit comments