mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-12 22:08:48 +00:00
feat(slides): V1 of "History of the Web"
This commit is contained in:
parent
55422c2ab2
commit
e66aac2cbb
14 changed files with 176 additions and 0 deletions
14
src/pages/slides/history-of-web.astro
Normal file
14
src/pages/slides/history-of-web.astro
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
import Reveal from '../../layouts/Reveal.astro'
|
||||
import Slides from '../../components/slides/history-of-web/index.astro'
|
||||
---
|
||||
|
||||
<Reveal title="The history of the web (in Slides)">
|
||||
<Slides />
|
||||
</Reveal>
|
||||
|
||||
<style is:global>
|
||||
dd {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue