Skip to content

Commit

Permalink
Add video: Let's color the world orange (#43)
Browse files Browse the repository at this point in the history
Also fixes the video iframe display.
  • Loading branch information
dennisreimann authored Aug 4, 2023
1 parent 415eae4 commit 2c67cc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion css/21.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}

0 comments on commit 2c67cc0

Please sign in to comment.