summaryrefslogtreecommitdiff
path: root/videos.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-24 16:54:43 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-24 16:54:43 +0200
commit084bc97124f0bbab5de4f1e32ed30b148f39f4ae (patch)
treee8e89b961f65fb1c68f66fceb51bf297f17a95b4 /videos.html
initial commit
Diffstat (limited to 'videos.html')
-rw-r--r--videos.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/videos.html b/videos.html
new file mode 100644
index 0000000..19faf5b
--- /dev/null
+++ b/videos.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.8.0">
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
+ <title>pdp8</title>
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="icon" type="image/png" href="/pdp8.png">
+</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='/contact.html'>contact</a><a id='menu' href='#' onclick='show_vertical_menu()'>≡</a>
+ </nav>
+ <div class='post'>
+ <h1>ticinetto</h1>Synthstrom Online Festival #4 <a href="https://synthstrom.com/TV/">https://synthstrom.com/TV/</a>
+ <p><video controls=""><source src='/videos/2021-03-17_ticinetto/ticinetto.webm' type='video/webm'> <source src='/videos/2021-03-17_ticinetto/ticinetto.mp4' type='video/mpeg'> <a href='/videos/2021-03-17_ticinetto/ticinetto.mp4'>/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>
+ <hr>
+ <div class='post'>
+ <h1>samplemaker</h1>Sound: dnice, Visuals: pdp8
+ <p><video controls=""><source src='/videos/2019-08-01_samplemaker/samplemaker.webm' type='video/webm'> <source src='/videos/2019-08-01_samplemaker/samplemaker.mp4' type='video/mpeg'> <a href='/videos/2019-08-01_samplemaker/samplemaker.mp4'>/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>
+ <hr>
+ <div class='post'>
+ <h1>kriechstrom</h1>Nerd stuff: Electromagnetic fields interact with visuals on the GPU.
+ <p><video controls=""><source src='/videos/2019-03-04_kriechstrom/kriechstrom.webm' type='video/webm'> <source src='/videos/2019-03-04_kriechstrom/kriechstrom.mp4' type='video/mpeg'> <a href='/videos/2019-03-04_kriechstrom/kriechstrom.mp4'>/videos/2019-03-04_kriechstrom/kriechstrom.mp4</a></video></p>
+ <p><br>
+ Source code: <a href="https://git.pdp8.info/kriechstrom">https://git.pdp8.info/kriechstrom</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>
+
+ function show_vertical_menu() {
+ document.getElementById("menu").style.display = "none"
+ items = document.getElementsByClassName("item")
+ for (i = 0; i < items.length; i++) {
+ items[i].style.display = "block"
+ }
+ }
+ </script></p>
+</body>
+</html>