diff --git a/src/components/home/Hero/index.tsx b/src/components/home/Hero/index.tsx index a924a76c7..6cfe5c83f 100644 --- a/src/components/home/Hero/index.tsx +++ b/src/components/home/Hero/index.tsx @@ -1,49 +1,10 @@ import styles from "./styles.module.css"; import SimpleSlider from "./LogosTableBy8"; import Astronaut from "/img/quantstack/astronaut.svg"; -import CiteDesSciencesUrl from "@site/static/img/quantstack/geode-cropped-with-white-rectangle.png"; -import LogoPyDataParisUrl from "@site/static/img/quantstack/PyData_logo.png"; -import Link from "@docusaurus/Link"; - -export function PydataParis() { - return ( -
- - {"Banner - - -

- Join QuantStack at PyData Paris -

- - -
- {"Logo -
- -

- September 25-26 2024 -
- Cité des Sciences, Paris, France -
-

-
- ); -} export function Hero() { return (
-
diff --git a/src/components/home/Hero/styles.module.css b/src/components/home/Hero/styles.module.css index 3e8a01372..c26181d5d 100644 --- a/src/components/home/Hero/styles.module.css +++ b/src/components/home/Hero/styles.module.css @@ -1,143 +1,40 @@ -.pydata_image { - filter: grayscale(0.8); - width: 100%; - height: auto; - display: block; - opacity: calc(0.4); +.h2_custom { + color: var(--ifm-color-blue-jupyter); } -.pydata_banner { - background-color: white; - position: relative; +.sub_header { + text-align: left; } -@media only screen and (max-width: 530px) { - /*Small mobile screens*/ - .logos_carousel { - display: none; - } - - .pydata_header { - color: var(--ifm-color-primary-p2); - font-family: var(--ifm-font-family-bebas-neue); - font-size: var(--ifm-font-size-normal); - font-weight: 600; - position: absolute; - top: 10%; - left: 5%; - text-align: start; - } - - .pydata_logo { - position: absolute; - top: 32%; - left: 5%; - width: 10% - } - - .pydata_informations { - color: gray; - font-size: 12px; - font-weight: 600; - position: absolute; - top: 53%; - left: 5%; - text-align: start; - } +.hero_container { + background-color: var(--ifm-color-primary-p0); + padding-bottom: var(--ifm-spacing-3xl); } -@media only screen and (min-width: 530px) and (max-width: 996px) { +@media only screen and (max-width: 996px) { /*Mobile*/ .logos_carousel { display: none; } - - .pydata_header { - color: var(--ifm-color-primary-p2); - font-family: var(--ifm-font-family-bebas-neue); - font-size: var(--ifm-font-size-secondary-title); - font-weight: 600; - position: absolute; - top: 10%; - left: 10%; - } - - .pydata_logo { - position: absolute; - top: 28%; - left: 10%; - width: 12% - } - - .pydata_informations { - color: gray; - font-size: var(--ifm-font-size-small); - font-weight: 600; - position: absolute; - top: 55%; - left: 10%; - text-align: start; - } -} - -.hero_container { - background-color: var(--ifm-color-primary-p0); - padding-bottom: var(--ifm-spacing-3xl); -} - -.table_with_8_customers { - margin-bottom: var(--ifm-spacing-xl); -} - -.customer_logo { - filter: grayscale(1); - width: 100px; -} - -.worked_with { - font-size: 24px; - font-weight: 200; - font-family: var(--ifm-font-family-rubik-one); - color: var(--ifm-color-primary-p2); - text-align: center; - margin: var(--ifm-spacing-2xl) 0; -} - -.h2_custom { - color: var(--ifm-color-blue-jupyter); -} - -.sub_header { - text-align: left; } @media only screen and (min-width: 996px) { /*Desktop*/ - .pydata_header { - color: var(--ifm-color-primary-p2); - font-family: var(--ifm-font-family-bebas-neue); - font-size: var(--ifm-font-size-main-title); - font-weight: 600; - position: absolute; - top: 10%; - left: 10%; - text-align: start; + .table_with_8_customers { + margin-bottom: var(--ifm-spacing-xl); } - .pydata_logo { - position: absolute; - top: 35%; - left: 10%; - width: 12% + .customer_logo { + filter: grayscale(1); + width: 100px; } - .pydata_informations { - color: gray; - font-size: var(--ifm-font-size-medium); - font-weight: 600; - position: absolute; - top: 60%; - left: 10%; - text-align: start; + .worked_with { + font-size: 24px; + font-weight: 200; + font-family: var(--ifm-font-family-rubik-one); + color: var(--ifm-color-primary-p2); + text-align: center; + margin: var(--ifm-spacing-2xl) 0; } } diff --git a/static/img/quantstack/PyData_logo.png b/static/img/quantstack/PyData_logo.png deleted file mode 100644 index 231d6f59a..000000000 Binary files a/static/img/quantstack/PyData_logo.png and /dev/null differ diff --git a/static/img/quantstack/geode-cropped-with-white-rectangle.png b/static/img/quantstack/geode-cropped-with-white-rectangle.png deleted file mode 100644 index 9e78924db..000000000 Binary files a/static/img/quantstack/geode-cropped-with-white-rectangle.png and /dev/null differ diff --git a/static/img/quantstack/geode-cropped.png b/static/img/quantstack/geode-cropped.png deleted file mode 100644 index 46001dc98..000000000 Binary files a/static/img/quantstack/geode-cropped.png and /dev/null differ diff --git a/static/img/quantstack/geode.png b/static/img/quantstack/geode.png deleted file mode 100644 index c7d39ab84..000000000 Binary files a/static/img/quantstack/geode.png and /dev/null differ