diff --git a/css/global.css b/css/global.css index d819cecf1330d8e79a128d633266b61e52356e04..cb846f337e9f3a642cb076793e327ac48e04fae2 100644 --- a/css/global.css +++ b/css/global.css @@ -518,6 +518,10 @@ h2 { h3 { font-weight: 700; } +h5 { + font-weight: 500; + font-size: 1.125; } + h6 { text-transform: uppercase; letter-spacing: 0.5em; @@ -845,6 +849,48 @@ section.press { -o-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); } +section.how { + position: relative; + margin-top: 50px; + margin-bottom: 50px; } + section.how h6 { + text-align: center; + margin-bottom: 40px; } + section.how .step { + margin: 10px; + padding: 10px; + text-align: center; + position: relative; } + section.how .step:before { + content: ""; + width: 100%; + border-top: 2px solid #D8D8D8; + position: absolute; + top: 60px; + left: 0; + opacity: 0.5; } + section.how .step span.icon { + display: block; + margin: 0 auto; + border: 20px solid white; + position: relative; + background: white; + width: 60px; + height: 60px; } + section.how .step h5 { + padding-bottom: 10px; } + section.how .step h5 span { + background: #F1F1F1; + display: inline-block; + padding: 3.33333px 10px; + border-radius: 5px; + font-weight: 800; + color: #3F3F3F; + text-transform: uppercase; + font-size: 0.8em; + margin-bottom: 10px; } + section.how .step p { + opacity: 0.7; } section.answers { padding: 60px 0; } section.answers h6 { diff --git a/img/icon-analysis.svg b/img/icon-analysis.svg new file mode 100644 index 0000000000000000000000000000000000000000..82a1d413ffd47aa08a78b77edc4c95653d09f002 --- /dev/null +++ b/img/icon-analysis.svg @@ -0,0 +1,18 @@ + + + + icon-analysis + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/icon-buildings.svg b/img/icon-buildings.svg new file mode 100644 index 0000000000000000000000000000000000000000..7763a000934c8184682185dd040e65279f62db67 --- /dev/null +++ b/img/icon-buildings.svg @@ -0,0 +1,37 @@ + + + + icon-buildings + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/icon-engineering.svg b/img/icon-engineering.svg new file mode 100644 index 0000000000000000000000000000000000000000..ef2f9192d7bbdbe3a032a0129919ff14befd25af --- /dev/null +++ b/img/icon-engineering.svg @@ -0,0 +1,15 @@ + + + + icon-engineering + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/img/icon-finance.svg b/img/icon-finance.svg new file mode 100644 index 0000000000000000000000000000000000000000..0eeee898080841d63b1bcd3e5b4edfc351c14904 --- /dev/null +++ b/img/icon-finance.svg @@ -0,0 +1,15 @@ + + + + icon-finance + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/img/icon-hardhat.svg b/img/icon-hardhat.svg new file mode 100644 index 0000000000000000000000000000000000000000..a63ae671e8edbabc2a62ea5bbfff5ce9d20b4271 --- /dev/null +++ b/img/icon-hardhat.svg @@ -0,0 +1,17 @@ + + + + icon-hardhat + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/img/icon-repay.svg b/img/icon-repay.svg new file mode 100644 index 0000000000000000000000000000000000000000..43fae2aed57a6fa6420b2c7eadc6fb86eca860a2 --- /dev/null +++ b/img/icon-repay.svg @@ -0,0 +1,16 @@ + + + + icon-repay + Created with Sketch. + + + + + + + + + + + \ No newline at end of file diff --git a/img/icon-solar.svg b/img/icon-solar.svg new file mode 100644 index 0000000000000000000000000000000000000000..84e0336bf1a1bdb5b9c4d8a16795a62907e797d4 --- /dev/null +++ b/img/icon-solar.svg @@ -0,0 +1,15 @@ + + + + icon-solar + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 122a0e875624595ddc4be0adeb19ccd1919cdb12..d8f0e369c52768814ab9ecee534f49cae0eff521 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@