mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 12:53:12 +00:00
add getting started videos
This commit is contained in:
parent
fc0672d80b
commit
38bc3a0a80
@ -47,7 +47,13 @@ Looking for what to build with Waku? Discover a collection of sample ideas and u
|
||||
|
||||
## Use cases
|
||||
|
||||
## Get started
|
||||
## Getting started
|
||||
|
||||
<div class="video-container">
|
||||
<iframe class="yt-video two-items" src="https://www.youtube.com/embed/PYQaXCxUCwA" title="Waku Tutorial 001: Introduction to Waku" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
<iframe class="yt-video two-items" src="https://www.youtube.com/embed/sfmMcrbiX0c" title="Build a game using Waku Protocol" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
|
||||
### Run a Waku node
|
||||
|
||||
|
||||
@ -21,16 +21,28 @@ html[data-theme="dark"] .header-github-link:before {
|
||||
|
||||
.video-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.yt-video {
|
||||
flex: 1 1 auto;
|
||||
max-width: 100%;
|
||||
width: 768px;
|
||||
height: 432px;
|
||||
}
|
||||
|
||||
.two-items {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Media query for tablets and desktops */
|
||||
@media (min-width: 768px) {
|
||||
.two-items {
|
||||
width: 48%;
|
||||
}
|
||||
}
|
||||
|
||||
.external-link {
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user