diff options
author | pdp8 <pdp8@pdp8.info> | 2024-02-01 16:10:46 +0100 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-02-01 16:10:46 +0100 |
commit | 38ea16d54fa0578169af62d2deed738638e600fe (patch) | |
tree | 88fac5601d7d72d3e019a9624b1260cca1ab762f /videos.html | |
parent | 01e16b853f9a5cbf60a23c48d3ce08e63672daf9 (diff) |
media loading optimizations, social redirection
Diffstat (limited to 'videos.html')
-rw-r--r-- | videos.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/videos.html b/videos.html index 8689f5b..f65aaf0 100644 --- a/videos.html +++ b/videos.html @@ -13,7 +13,7 @@ </head> <body> <nav> - <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8'></a> <a class='item' href='/music.html'>music</a> <a class='item' href='/pictures.html'>pictures</a> <a class='item current' href='/videos.html'>videos</a> <a class='item' href='/code.html'>code</a> <a class='item' href='/climbing.html'>climbing</a> <a class='item' href='/contact.html'>contact</a> <a class='item' href='/rss.xml'>rss</a> <a id='menu' href='#' onclick='show_vertical_menu()'>≡</a> + <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8'></a> <a class='item' href='/music.html'>music</a> <a class='item' href='/pictures.html'>pictures</a> <a class='item current' href='/videos.html'>videos</a> <a class='item' href='/climbing.html'>climbing</a> <a class='item' href='/code.html'>code</a> <a class='item' href='/contact.html'>contact</a> <a class='item' href='/social/create.html'>social</a> <a class='item' href='/rss.xml'>rss</a> <a id='menu' href='#' onclick='show_vertical_menu()'>≡</a> </nav> <div class='post' id='2021-03-17'> <h1>ticinetto</h1>Synthstrom Online Festival #4 <a href="https://synthstrom.com/TV/">https://synthstrom.com/TV/</a> @@ -21,7 +21,6 @@ <p><br> Youtube: <a href="https://youtu.be/cQlZSjpxEXs">https://youtu.be/cQlZSjpxEXs</a></p> </div> - <hr> <div class='post' 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/poster.png'><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'></video></p> @@ -29,19 +28,16 @@ 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> - <hr> <div class='post' id='2019-03-04'> <h1>kriechstrom</h1> <p><video controls="" preload='none' poster='https://media.pdp8.info/videos/2019-03-04_kriechstrom/poster.png'><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'></video></p> <p>Source code: <a href="https://git.pdp8.info/kriechstrom">https://git.pdp8.info/kriechstrom</a></p> </div> - <hr> <div class='post' 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/poster.png'><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'></video></p> <p>YouTube: <a href="https://www.youtube.com/watch?v=801Dr3kHdek">https://www.youtube.com/watch?v=801Dr3kHdek</a></p> </div> - <hr> <p> © pdp8 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a> <script> |