Browse Source

using a video tag for the video's

master
manetta 4 years ago
parent
commit
4d50cae132
  1. 4
      content/Section 1 - Digital Infrapuncture/2-question-1.md
  2. 4
      content/Section 1 - Digital Infrapuncture/3-question-2.md
  3. 4
      content/Section 1 - Digital Infrapuncture/4-question-3.md
  4. 4
      content/Section 1 - Digital Infrapuncture/5-question-4.md
  5. 4
      content/Section 1 - Digital Infrapuncture/6-question-5.md
  6. 5
      themes/default/static/css/main.css

4
content/Section 1 - Digital Infrapuncture/2-question-1.md

@ -2,4 +2,6 @@ Title: Question 1: What are digital infrapunctures?
Slug: 02-s1-question-1
Date: 2020-11-01 12:01
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<video controls>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
</video>

4
content/Section 1 - Digital Infrapuncture/3-question-2.md

@ -2,4 +2,6 @@ Title: Question 2: How do we identify stress points in digital infrastructures?
Slug: 03-s1-question-2
Date: 2020-11-01 12:02
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
</video>

4
content/Section 1 - Digital Infrapuncture/4-question-3.md

@ -2,4 +2,6 @@ Title: Question 3: Who can create infrapunctures?
Slug: 04-s1-question-3
Date: 2020-11-01 12:03
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
</video>

4
content/Section 1 - Digital Infrapuncture/5-question-4.md

@ -2,4 +2,6 @@ Title: Question 4: Could you expand on the analogy of acupuncture in relation to
Slug: 05-s1-question-4
Date: 2020-11-01 12:04
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
</video>

4
content/Section 1 - Digital Infrapuncture/6-question-5.md

@ -2,4 +2,6 @@ Title: Question 5: Could you give some examples of infrapunctural interventions?
Slug: 06-s1-question-5
Date: 2020-11-01 12:05
<iframe width="560" height="315" src="https://www.youtube.com/embed/o7u8nUFH6C0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<video>
<source src="https://vvvvvvaria.org/archive/2018-02-16-Extratonality/dennis-not-supercut-yet.mp4" type="video/mp4">
</video>

5
themes/default/static/css/main.css

@ -155,9 +155,10 @@ hr{
margin:3em auto;
}
img{
img,
video{
width: calc(100% + 6em);
margin: 1em 0 1em -3em;
margin: 2em 0 2em -3em;
}
.lastupdate{

Loading…
Cancel
Save