@slidev/theme-apple-basic
Version:
Apple like theme for Slidev
109 lines (79 loc) • 1.51 kB
Markdown
theme: ./
layout: intro
# Presentation title
Presentation subtitle
<div class="absolute bottom-10">
<span class="font-700">
Author and Date
</span>
</div>
layout: intro-image
image: 'https://source.unsplash.com/collection/4966472/1920x1080'
<div class="absolute top-10">
<span class="font-700">
Author and Date
</span>
</div>
<div class="absolute bottom-10">
<h1>Presentation title</h1>
<p>Presentation subtitle</p>
</div>
layout: intro-image-right
image: 'https://source.unsplash.com/collection/4966472/1920x1080'
# Slide Title
## Slide Subtitle
layout: image-right
image: 'https://source.unsplash.com/collection/4966472/1920x1080'
# Slide Title
## Slide Subtitle
* Slide bullet text
# Slide Title
## Slide Subtitle
* Slide bullet text
layout: bullets
* Slide bullet text
layout: section
# Section Title
layout: statement
# Statement
layout: fact
# 100%
Fact information
layout: quote
# "Notable quote"
Attribution
layout: 3-images
imageLeft: 'https://source.unsplash.com/collection/4966472/1920x1080'
imageTopRight: 'https://source.unsplash.com/collection/4966472/1920x1080'
imageBottomRight: 'https://source.unsplash.com/collection/4966472/1920x1080'
layout: image
image: 'https://source.unsplash.com/collection/4966472/1920x1080'
layout: center
class: "text-center"
# Learn More
[Documentations](https://sli.dev) / [GitHub Repo](https://github.com/slidevjs/slidev)