Add video: Let's color the world orange (#43)

Also fixes the video iframe display.
This commit is contained in:
d11n
2023-08-04 13:03:43 +03:00
committed by GitHub
parent 415eae4762
commit 2c67cc0d74
2 changed files with 10 additions and 4 deletions

View File

@@ -8,9 +8,12 @@ The following is a rough blueprint for starting a local "twentyone" community, o
![](/images/blueprint.png)
It might help to watch the last [10 minutes of this
video](https://youtu.be/iOWvL9-4k4A?t=982), which explains the blueprint in more
detail.
It might help to watch the last [10 minutes of this video](https://youtu.be/iOWvL9-4k4A?t=982), which explains the blueprint in more detail.
We explicitely encourage you to learn from our experience and adopt the [concept](/concept).
<div class="flex-vid">
<iframe src="https://www.youtube-nocookie.com/embed/NvD5Ea0GRIc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
## Team Up

View File

@@ -205,9 +205,12 @@ h3:hover .headerlink {
/* Video */
.flex-vid {
position: relative;
height: 100%;
padding-bottom: 56.25%;
}
.flex-vid iframe {
position: absolute;
width: 100%;
height: 100%;
}
}