Skip to content

Commit a9b4b6b

Browse files
authored
feat: Add a "What is Conduit?" video (#323)
* add what is conduit video * hide some controls * better spacing
1 parent bc931b7 commit a9b4b6b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/0-what-is/0-introduction.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hide_title: true
44
title: 'Introduction'
55
sidebar_label: "Introduction"
66
slug: '/'
7+
hide_table_of_contents: true
78
---
89

910
import ThemedImage from '@site/src/components/ThemedImage';
@@ -13,9 +14,22 @@ import ThemedImage from '@site/src/components/ThemedImage';
1314
darkImage="/img/logos/conduit-logo-dark.svg"
1415
lightImage="/img/logos/conduit-logo-light.svg"
1516
altText="Conduit Logo"
16-
className="py-5"
17+
className="pt-5"
1718
/>
1819

20+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%' }}>
21+
<iframe
22+
src="https://www.loom.com/embed/0df6511a4c9c4e3a98dc43ada9e109df?sid=dba50455-ac4e-4e3d-ba66-db88a67f653b?hideEmbedTopBar=true&hide_title=true&hide_owner=true&hide_share=true&hide_speed=true"
23+
webkitallowfullscreen
24+
frameborder="0"
25+
mozallowfullscreen
26+
allowFullScreen
27+
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
28+
></iframe>
29+
</div>
30+
31+
<br/>
32+
1933
Conduit is a data streaming tool for software and data engineers, powered
2034
by [Meroxa](https://meroxa.io). Its purpose is to help you move data from A to
2135
B. You can use Conduit to send data from Kafka to Postgres, between files and

0 commit comments

Comments
 (0)