diff --git a/solara/website/pages/careers/__init__.py b/solara/website/pages/careers/__init__.py index 37fdb60b6..3d69694c2 100644 --- a/solara/website/pages/careers/__init__.py +++ b/solara/website/pages/careers/__init__.py @@ -8,36 +8,19 @@ def Page(): """ # Careers We are always looking for talented individuals to join our team. If you're still be interested after reading the rest of this page, reach out at [contact@widgetti.io](mailto:contact@widgetti.io). - """ - ) - with solara.Row(style={"flex-wrap": "wrap", "align-items": "stretch"}, gap="0"): - with Tile(): - solara.Markdown( - """ - ## Who Are We? - We are a small team of developers working in the gap between Jupyter notebooks and web applications. We are passionate about making data science more accessible and app development painless. - We are based in Groningen, The Netherlands, but work remote first. - """ - ) - with Tile(background_color="var(--dark-color-primary-lightest)"): - solara.Markdown( - """ - ## What Do We Offer? - We offer a flexible work environment, competitive salary, and the opportunity to do meaningful, crossdisciplinary work with scientists and companies worldwide. - We are a small team, so you will have a lot of freedom in your work, and the chance to get your hands dirty with many projects. - """ - ) - with Tile(background_color="rgb(255, 233, 31)"): - solara.Markdown( - """ - ## Who Are We Looking For? - We are looking for developers, technical writers, designers, and everything in between. - """, - style={"--dark-color-text": "black", "--color-text": "black", "color": "black"}, - ) + ## Who Are We? + We are a small team of developers working in the gap between Jupyter notebooks and web applications. We are passionate about making data science more accessible and app development painless. + We are based in Groningen, The Netherlands, but work remote first. -@solara.component -def Tile(children=[], background_color="var(--dark-color-primary)", color="white"): - with solara.Div(children=children, style={"flex": "1 1 0", "min-width": "250px", "padding": "30px", "background-color": background_color, "color": color}): - pass + ## What Do We Offer? + We offer a flexible work environment, competitive salary, and the opportunity to do meaningful, crossdisciplinary work with scientists and companies worldwide. + We are a small team, so you will have a lot of freedom in your work, and the chance to get your hands dirty with many projects. + + ### Open Source + We are strong believers in open source software. When working with us, you can expect the majority of the software you write to be open source, with contributions to Solara as well as other open source projects. + + ## Who Are We Looking For? + We are looking for developers, technical writers, designers, and everything in between. + """ + ) diff --git a/solara/website/pages/contact/__init__.py b/solara/website/pages/contact/__init__.py index cad48a37c..0c7a584cf 100644 --- a/solara/website/pages/contact/__init__.py +++ b/solara/website/pages/contact/__init__.py @@ -15,7 +15,7 @@ def Page(): Solara is developed mostly by Maarten Breddels and Mario Buikhuizen, Founders of [Widgetti](https://widgetti.io/). -For business inquiries, please reach out using the form below, or send an email to contact@solara.dev](mailto:contact@solara.dev) regarding Solara, or [info@widgetti.io](mailto:info@widgetti.io) regarding more general Jupyter related matters. +For business inquiries, please reach out using the form below, or send an email to [contact@solara.dev](mailto:contact@solara.dev) regarding Solara, or [info@widgetti.io](mailto:info@widgetti.io) regarding more general Jupyter related matters. """) Contact( title="Contact Us", subtitle="Please fill out the form below and we will get back to you as soon as possible.", email_subject="Contact Form Submission" diff --git a/solara/website/pages/home.vue b/solara/website/pages/home.vue index c5d6b1579..24f0166b6 100644 --- a/solara/website/pages/home.vue +++ b/solara/website/pages/home.vue @@ -1,19 +1,19 @@