diff options
author | pdp8 <pdp8@pdp8.info> | 2024-07-29 16:12:21 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-07-29 16:12:21 +0200 |
commit | 4750d701feb3f3603df92638c89a79d9de62fa4d (patch) | |
tree | 0d03cd728ef44678107437e3bc0021fcde90a788 /videos.html | |
parent | 2424950d8b1e4c182a2c68c87c28a7663c5a7509 (diff) |
section, footer instead of divs
Diffstat (limited to 'videos.html')
-rw-r--r-- | videos.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/videos.html b/videos.html index 4bc0ba3..e6f6a49 100644 --- a/videos.html +++ b/videos.html @@ -27,32 +27,32 @@ </div> </div> </nav> - <div class='post' id='2021-03-17'> + <section id='2021-03-17'> <h1>ticinetto</h1>Synthstrom Online Festival #4 <a href="https://synthstrom.com/TV/">https://synthstrom.com/TV/</a> <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.webp'><source src='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.mp4' type='video/mp4'> <a href="https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.mp4">https://media.pdp8.info/videos/2021-03-17_ticinetto/ticinetto.mp4</a></video></p> <p><br> Youtube: <a href="https://youtu.be/cQlZSjpxEXs">https://youtu.be/cQlZSjpxEXs</a></p> - </div> - <div class='post' id='2019-08-01'> + </section> + <section id='2019-08-01'> <h1>samplemaker</h1>Sound: dnice, Visuals: pdp8 <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.webp'><source src='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.mp4' type='video/mp4'> <a href="https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.mp4">https://media.pdp8.info/videos/2019-08-01_samplemaker/samplemaker.mp4</a></video></p> <p><br> YouTube: <a href="https://youtu.be/mB0a4UdM2KY">https://youtu.be/mB0a4UdM2KY</a><br> Source code: <a href="https://git.pdp8.info/samplemaker/">https://git.pdp8.info/samplemaker/</a></p> - </div> - <div class='post' id='2019-03-04'> + </section> + <section id='2019-03-04'> <h1>kriechstrom</h1> <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.webp'><source src='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.mp4' type='video/mp4'> <a href="https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.mp4">https://media.pdp8.info/videos/2019-03-04_kriechstrom/kriechstrom.mp4</a></video></p> <p>Source code: <a href="https://git.pdp8.info/kriechstrom">https://git.pdp8.info/kriechstrom</a></p> - </div> - <div class='post' id='2018-03-28'> + </section> + <section id='2018-03-28'> <h1>loveparade truck 2</h1> <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.webp'><source src='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.webm' type='video/webm'> <source src='https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.mp4' type='video/mp4'> <a href="https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.mp4">https://media.pdp8.info/videos/2018-03-28_loveparade_truck_2/loveparade_truck_2.mp4</a></video></p> <p>YouTube: <a href="https://www.youtube.com/watch?v=801Dr3kHdek">https://www.youtube.com/watch?v=801Dr3kHdek</a></p> - </div> - <div class='license'> + </section> + <footer> <a href='mailto:info@pdp8.info'>©pdp8</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a> <p>no tracking, cookies, javascript, or server-side scripting. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p> - </div> + </footer> </body> </html> |