mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-10 01:26:35 +00:00
feat(website): added built by acryl and linkedin to home hero (#11548)
This commit is contained in:
parent
5ad15a7b99
commit
10f5eec6ae
@ -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",
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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 <HeartOutlined /> by <a href="https://acryldata.io" target="_blank">Acryl Data</a> and <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>
|
||||
);
|
||||
|
||||
@ -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)**
|
||||
|
||||
:::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user