feat(website): added built by acryl and linkedin to home hero (#11548)

This commit is contained in:
Jay 2024-10-07 16:46:53 -04:00 committed by GitHub
parent 5ad15a7b99
commit 10f5eec6ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 24 additions and 2 deletions

View File

@ -103,6 +103,10 @@ module.exports = {
label: "Learn",
position: "right",
items: [
{
to: "https://www.acryldata.io/webinars/weekly-live-demo",
label: "Weekly Demo",
},
{
to: "/learn",
label: "Use Cases",

View File

@ -161,6 +161,21 @@
display: flex;
}
.hero__content_footer {
align-items: center;
justify-content: center;
display: flex;
width: 100%;
color: #FFFFFFcc;
margin-top: -2.5rem;
font-size: 1rem;
font-weight: 400;
a, path {
color: white;
font-weight: 600;
}
}
// .hero__alert {
// margin-bottom: 2rem;

View File

@ -4,7 +4,7 @@ import Link from "@docusaurus/Link";
import useBaseUrl from "@docusaurus/useBaseUrl";
// import Image from "@theme/IdealImage";
// import { useColorMode } from "@docusaurus/theme-common";
// import { QuestionCircleOutlined } from "@ant-design/icons";
import { HeartOutlined } from "@ant-design/icons";
import styles from "./hero.module.scss";
import { animate, motion, useMotionValue, useTransform } from "framer-motion";
// import CodeBlock from "@theme/CodeBlock";
@ -87,6 +87,9 @@ const Hero = ({ onOpenTourModal }) => {
<img src={useBaseUrl("/img/hero.png")} />
</div>
</div>
<div className="hero__content_footer">
Built with&nbsp;<HeartOutlined />&nbsp;by&nbsp;<a href="https://acryldata.io" target="_blank">Acryl Data</a>&nbsp;and&nbsp;<a href="https://www.acryldata.io/press/founded-by-airbnb-and-linkedin-data-veterans-acryl-data-re-imagines-metadata-management-with-dollar9-million-in-seed-funding" target="_blank">LinkedIn</a>.
</div>
</div>
</header>
);

View File

@ -6,7 +6,7 @@ import TabItem from '@theme/TabItem';
:::tip DataHub Cloud
This guide provides instructions on deploying the open source DataHub locally.
If you're interested in a managed version, [Acryl Data](https://www.acryldata.io/product) provides a fully managed, premium version of DataHub. <br />
If you're interested in a managed version, [Acryl Data](https://www.acryldata.io) provides a fully managed, premium version of DataHub. <br />
**[Get Started with DataHub Cloud](./managed-datahub/welcome-acryl.md)**
:::