-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (85 loc) · 5.65 KB
/
index.html
File metadata and controls
88 lines (85 loc) · 5.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>ISD Webtek</title>
<meta name="description" content="tekno streaming project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="styles/main.css"/>
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/navigation.css">
<link rel="stylesheet" href="styles/announcement.css">
<link rel="stylesheet" href="styles/lineup.css">
</head>
<body>
<section class="wrapper">
<header>
<h1>ISD <a href="https://webtek.live/" target="_blank">WEBTEK</a></h1>
</header>
<section>
<iframe src="https://player.twitch.tv/?channel=isdcrew" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="600"></iframe>
<section id="navigation">
<input type="radio" name="navigation-item" id="txytab-announcement" aria-controls="announcment" checked><label for="txytab-announcement">20. & 21. March</label><input
type="radio" name="navigation-item" id="txytab-messages" aria-controls="twitch chat"><label
for="txytab-messages">chat</label><input
type="radio" name="navigation-item" id="txytab-artists" aria-controls="artists informat"><label
for="txytab-artists">line up</label><input
type="radio" name="navigation-item" id="txytab-channels" aria-controls="other broadcasts"><label
for="txytab-channels">other channels</label><label
><a href="https://isd-webtek.github.io/visualizer" target="_blank">visualizer</a></label>
<section class="navigation-views">
<section id="txytab-announcement" class="navigation-view">
<section class="card">
<p id="announcement">Enjoy the <b><span class="color-highlighted">W</span><span class="color-highlighted">E</span><span class="color-highlighted">B</span><span class="color-highlighted">T</span><span class="color-highlighted">E</span><span class="color-highlighted">K</span><span class="color-highlighted">1</span><span class="color-highlighted">6</span></b> online teknival with live streamed music by the <b>Improvised Sound Device</b> crew and many more <a href="https://webtek.live/" target="_blank"><b>crews</b></a>.<br><br><span class="subtext">streaming on:</span><a href="https://www.youtube.com/channel/UCqApkGuOcLqQZk7ROaLpaNg/"><s>YouTube</s></a> <small>(banned cuz of spam/misleading content/copying <span class="color-highlighted">X</span><span class="color-highlighted">D</span>),</small><br><a href="https://www.twitch.tv/isdcrew"><b style="color: purple;">Twitch</b></a> <small>(best audio so far!)</small><br>and <a href="https://twitter.com/real_isd"><i>Twitter</i></a> <small>(baaad)</small><br></r><br>We are building up a soundsystem. See you on a freetek.<br></p>
</section>
</section>
<section id="txytab-messages" class="navigation-view">
<iframe src="https://www.twitch.tv/embed/isdcrew/chat" frameborder="0" scrolling="no" height="900" width="600"></iframe>
</section>
<section id="txytab-artists" class="navigation-view">
<section class="card">
<ul id="lineup">
<li class="artist-name">P1PP1N</li>
<li class="artist-link">
<a href="https://www.youtube.com/watch?v=Z0Afsl4wkhA&list=PLBd3OqtsLXasc3Qdep46KDArneM64va5w" target="_blank">YouTube</a>
</li><li class="artist-link">
<a href="https://p1pp1n.bandcamp.com/" target="_blank">Bandcamp</a>
</li><li class="artist-link">
<a href="https://soundcloud.com/tomkilian" target="_blank">SoundCloud</a>
</li>
<li class="artist-name">Speedlabor</li>
<li class="artist-link">
<a href="https://www.youtube.com/watch?v=0Xy-7-YkIUI&list=PLBd3OqtsLXavyZL0JeDzCUqo-4HY5IumR" target="_blank">YouTube</a>
</li><li class="artist-link">
<a href="https://speedlabor.github.io/" target="_blank">Homepage</a>
</li>
<li class="artist-name">Radical<br>Consens</li>
<li class="artist-link">
<a href="https://www.youtube.com/watch?v=1Sa6DfERw1c&list=PLBd3OqtsLXatGbp1MXd1QFhMq85wdVfvz" target="_blank">YouTube</a>
</li><li class="artist-link">
<a href="https://soundcloud.com/joachim-heintz" target="_blank">Soundcloud</a>
</li>
<li class="artist-name">//\\//\\</li>
<li class="artist-link">
<a href="https://www.youtube.com/watch?v=j6Y4WNOkF34" target="_blank">YouTube</a>
</li>
</ul>
</section>
</section>
<section id="txytab-channels" class="navigation-view">
<iframe src="https://webtek.live/" frameborder="0" allowfullscreen="true" scrolling="no" height="900" width="600"></iframe>
</section>
<section id="txytab-license" class="navigation-view">
<section class="card">
<h3>License</h3>
</section>
</section>
</section>
</section>
</section>
<footer>
<p>Refresh (STRG+F5) this site from time to time to see the newest updates.<br>Content licensed under: <a class="card-link" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a></p>
</footer>
</section>
</body>
</html>