76 lines
1.5 KiB
Plaintext
76 lines
1.5 KiB
Plaintext
---
|
|
title: 'Presentation'
|
|
sidebar_position: 2
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
<div className="presentation-container">
|
|
<div className="presentation-wrapper">
|
|
<iframe
|
|
loading="lazy"
|
|
className="presentation-frame"
|
|
src="https://www.canva.com/design/DAGa-kEgyXQ/kWQZtTMKaogo_jIx48hfGA/view?embed"
|
|
title="Veda Nile Presentation"
|
|
allowFullScreen
|
|
allow="fullscreen"
|
|
/>
|
|
</div>
|
|
<div className="presentation-attribution">
|
|
<a
|
|
href="https://www.canva.com/design/DAGa-kEgyXQ/kWQZtTMKaogo_jIx48hfGA/view"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
className="presentation-link"
|
|
>
|
|
Veda Nile "The Story"
|
|
</a>
|
|
<span> by Kristof De Spiegeleer</span>
|
|
</div>
|
|
</div>
|
|
|
|
<style>
|
|
{`
|
|
.presentation-container {
|
|
margin: 2rem 0;
|
|
}
|
|
|
|
.presentation-wrapper {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-top: 56.25%;
|
|
box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16);
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.presentation-frame {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.presentation-attribution {
|
|
margin-top: 1rem;
|
|
text-align: center;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.presentation-link {
|
|
color: var(--ifm-color-primary);
|
|
text-decoration: none;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.presentation-link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
`}
|
|
</style>
|