mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
parent
04d23acf93
commit
28f5b7e764
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@ -11,37 +11,40 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import screenShot1 from '../assets/img/screen-shot1.png';
|
||||
import screenShot2 from '../assets/img/ss-explore.png';
|
||||
import screenShot1 from '../assets/img/ss-landing.png';
|
||||
import screenShot3 from '../assets/img/ss-table-details.png';
|
||||
import screenShot4 from '../assets/img/ss-users.png';
|
||||
|
||||
export const LOGIN_SLIDE = [
|
||||
{
|
||||
image: screenShot1,
|
||||
description:
|
||||
'Centralized Metadata Store, Discover, Collaborate and get your Data Right',
|
||||
'Enables End-to-end Metadata Management with Data Discovery, Data Quality, Observability, and People Collaboration',
|
||||
},
|
||||
{
|
||||
image: screenShot1,
|
||||
description:
|
||||
'Centralized Metadata Store, Discover, Collaborate and get your Data Right',
|
||||
image: screenShot2,
|
||||
description: 'Discover your Data and Unlock the Value of Data Assets',
|
||||
},
|
||||
{
|
||||
image: screenShot1,
|
||||
image: screenShot3,
|
||||
description:
|
||||
'Centralized Metadata Store, Discover, Collaborate and get your Data Right',
|
||||
'Assess Data Reliability with Data Profiler, Lineage, Sample Data, and more',
|
||||
},
|
||||
{
|
||||
image: screenShot1,
|
||||
image: screenShot4,
|
||||
description:
|
||||
'Centralized Metadata Store, Discover, Collaborate and get your Data Right',
|
||||
'Fosters Collaboration among the Producers and Consumers of Data',
|
||||
},
|
||||
];
|
||||
|
||||
export const LOGIN_SLIDER_SETTINGS = {
|
||||
arrows: false,
|
||||
autoplay: true,
|
||||
dots: true,
|
||||
dotsClass: 'login-slider slick-dots',
|
||||
arrows: false,
|
||||
infinite: true,
|
||||
speed: 200,
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
speed: 500,
|
||||
};
|
||||
|
||||
@ -21,7 +21,7 @@ import {
|
||||
|
||||
const LoginCarousel = () => {
|
||||
return (
|
||||
<div style={{ width: '633px' }}>
|
||||
<div style={{ width: '85%' }}>
|
||||
<Slider {...LOGIN_SLIDER_SETTINGS}>
|
||||
{LOGIN_SLIDE.map((data) => (
|
||||
<div key={uniqueId()}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user