Skip to content

Commit

Permalink
Merge branch 'datahub-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Sep 27, 2024
2 parents d6e785c + 9ffafb6 commit 6d231bf
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ module.exports = {
srcDark: `img/${isSaas ? "acryl" : "datahub"}-logo-color-dark-horizontal.svg`,
},
items: [
{
to: "cloud/",
activeBasePath: "cloud",
label: "Cloud",
position: "right",
},
{
to: "docs/",
activeBasePath: "docs",
Expand Down
24 changes: 22 additions & 2 deletions docs-website/src/pages/_components/CaseStudy/caseStudyContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,37 @@ const caseStudyData = [
tag: "Technology",
backgroundImage:
"https://www.notion.so/cdn-cgi/image/format=webp,width=1920/front-static/pages/product/super-duper/hero-illo.png",
image: "https://boost.space/wp-content/uploads/2023/08/notion.png",
image: "https://datahubproject.io/img/logos/scrollingCompanies/notion.png",
link: "https://datahubproject.io/adoption-stories/#notion",
},
{
title: "Building on DataHub",
description:
"Why Pinterest chose DataHub to serve their needs.",
tag: "Technology",
backgroundImage:
"https://newsroom-archive.pinterest.com/static/images/pin32189_primary-image_hero_0db73.png",
image: "https://datahubproject.io/img/logos/companies/pinterest.png",
link: "https://www.youtube.com/watch?v=YoxTg8tQSwg",
},
{
title: "Reliable Data Products",
description:
"How Miro leverages DataHub Cloud to deliver reliable data products.",
tag: "Technology",
backgroundImage:
"https://miro.com/blog/wp-content/uploads/2024/08/header-diagramming-s4-02.png",
image: "/img/logos/companies/miro.png",
link: "https://miro.com/careers/life-at-miro/tech/data-products-reliability-the-power-of-metadata/",
},
{
title: "Working with Petabyte Scale Healthcare Data",
description:
"Enabling the Data Mesh via DataHub to do work on some of healthcare’s more impactful problems.",
tag: "Healthcare",
backgroundImage:
"https://opensource.optum.com/static/images/mesh-overview-e26ea2aaa8d3dbb1f1771b50f4e31449.png",
image: "/img/logos/companies/optum.png",
image: "https://datahubproject.io/img/logos/companies/optum.png",
link: "https://datahubproject.io/adoption-stories/#optum",
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs-website/src/pages/cloud/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ function Home() {
<Enterprise />
</Section>
</div>
<div className={clsx(styles.weeklyDemoSection)}>
<div>Curious? Drop by and say hi!</div>
<Link to="https://www.acryldata.io/webinars/weekly-live-demo">Weekly Live Demos →</Link>
</div>
<div className={clsx("hero", styles.hero)}>
<div className="container" style={{ paddingTop: '12vh', paddingBottom: '12vh' }}>
<div className="row row__padded">
Expand Down
25 changes: 23 additions & 2 deletions docs-website/src/pages/cloud/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,30 @@
}

.bgSection {
background-color: #FAFAFA !important;
}
background-color: #F5F5F5 !important;
}

.weeklyDemoSection {
width: 100%;
padding: 80px 0;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
background-color: #1890ff;
div {
color: white;
font-size: 1rem;
font-weight: 400;
opacity: .9;
}
a {
cursor: pointer;
color: white;
font-size: 1.2rem;
font-weight: 600;
}
}

.hero {
.button {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d231bf

Please sign in to comment.