diff --git a/docs/main/introduction.md b/docs/main/introduction.md index 00b64d6..a56adf1 100644 --- a/docs/main/introduction.md +++ b/docs/main/introduction.md @@ -1,6 +1,6 @@ --- title: Introduction -sidebar_position: 1 +sidebar_position: 0 slug: / --- diff --git a/docs/main/presentation.md b/docs/main/presentation.md new file mode 100644 index 0000000..84eba74 --- /dev/null +++ b/docs/main/presentation.md @@ -0,0 +1,12 @@ +--- +title: Presentation +sidebar_position: 1 +--- + +# ThreeFold Tech Presentation + +import CanvaEmbed from '@site/src/components/CanvaEmbed'; + + + +## ThreeFold Technology v3.7 July 2024.pptx by Kristof De Spiegeleer diff --git a/src/components/CanvaEmbed.js b/src/components/CanvaEmbed.js new file mode 100644 index 0000000..c35ebe7 --- /dev/null +++ b/src/components/CanvaEmbed.js @@ -0,0 +1,39 @@ +// src/components/CanvaEmbed.js +import React from 'react'; + +const CanvaEmbed = ({ src }) => { + return ( +
+ +
+ ); +}; + +export default CanvaEmbed; \ No newline at end of file