mirror of
https://github.com/acid-info/guide.codex.storage.git
synced 2026-08-31 05:41:08 +00:00
24 lines
794 B
Plaintext
24 lines
794 B
Plaintext
---
|
|
title: Presentation kits
|
|
displayed_sidebar: main
|
|
---
|
|
|
|
import { ExternalResourceCard, Grid } from '@site/src/components/mdx';
|
|
|
|
# Presentation kits
|
|
|
|
Copy and save as a new presentation with a new title if you plan to make one from the template. Also, make sure to check the Layout pull-down for all the placeholder goodies.
|
|
|
|
|
|
<Grid xs={{ cols: 1, gap: '16px' }} md={{ cols: 2 }}>
|
|
<Grid.Item xs={1}>
|
|
<ExternalResourceCard
|
|
previewSrc="/Presentation-kit-slide1.png"
|
|
title="Codex Presentation Template MAKE A COPY"
|
|
description="docs.google.com"
|
|
href="https://docs.google.com/presentation/d/1S8QlrBNOm5GxtJJR1re_bwa9vqMv1BRVkniymaRSrIc/edit?usp=sharing"
|
|
logoSrc="/icons/google-slides.svg"
|
|
/>
|
|
</Grid.Item>
|
|
</Grid>
|