-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
165 lines (155 loc) · 5.5 KB
/
contact.html
File metadata and controls
165 lines (155 loc) · 5.5 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KLOOM // CONTACT</title>
<meta name="description" content="Contact Kloom Lo Kadosh. Send transmissions our way.">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://widget.mixcloud.com https://www.youtube.com; style-src 'self' 'unsafe-inline'; img-src 'self' https://thumbnailer.mixcloud.com https://i.ytimg.com data:; frame-src https://player-widget.mixcloud.com https://www.youtube.com; media-src 'self' blob:; connect-src 'self' https://api.mixcloud.com;">
<link rel="icon" href="assets/favicon.svg">
<link rel="canonical" href="https://willbearfruits.github.io/kloom-radio/contact.html">
<link rel="alternate" type="application/rss+xml" title="KLOOM LO KADOSH" href="feed.xml">
<link rel="stylesheet" href="assets/player.css">
<!-- Plausible Analytics – uncomment and set your domain -->
<!-- <script defer src="https://plausible.io/js/script.js" data-domain="kloom-radio"></script> -->
<style>
body {
background-color: #0000ff;
color: #ffff00;
font-family: 'Impact', sans-serif;
margin: 0;
padding: 10px;
padding-bottom: 90px;
overflow-x: hidden;
min-height: 100vh;
}
h1 {
font-size: 8vw;
line-height: 0.8;
margin: 0;
text-transform: uppercase;
mix-blend-mode: difference;
position: fixed;
top: 0;
left: 0;
z-index: -1;
opacity: 0.3;
transform: rotate(-5deg);
white-space: nowrap;
}
.nav {
position: fixed;
top: 20px;
right: 20px;
z-index: 100;
}
.nav a {
background: #000;
color: #fff;
text-decoration: none;
padding: 10px 20px;
font-family: monospace;
font-weight: bold;
border: 2px solid #fff;
}
.nav a:hover {
background: #fff;
color: #000;
}
.container {
margin-top: 15vh;
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
padding: 0 20px;
}
.box {
background: #ff00ff;
border: 5px solid #000;
padding: 30px;
box-shadow: 15px 15px 0px #000;
transform: skew(-2deg);
}
.box-header {
background: #000;
color: #fff;
display: inline-block;
padding: 5px 15px;
font-family: 'Courier New', Courier, monospace;
font-size: 1.2rem;
margin-top: -55px;
margin-bottom: 20px;
transform: skew(2deg);
}
.show-title {
font-size: 3rem;
margin-bottom: 10px;
color: #000;
text-shadow: 2px 2px 0px #fff;
}
.description {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
background: #000;
color: #00ff00;
padding: 15px;
margin-top: 20px;
border: 2px dashed #00ff00;
white-space: pre-wrap;
}
.footer {
text-align: center;
font-family: monospace;
margin-top: 50px;
color: #fff;
}
</style>
</head>
<body>
<!-- ── Persistent Player Bar ── -->
<div id="kloom-player">
<div class="kp-bar">
<button class="kp-play-btn" id="kp-play-btn" onclick="KloomPlayer.togglePlay()">▶</button>
<div class="kp-info">
<div class="kp-title" id="kp-title">—</div>
<div class="kp-meta" id="kp-meta">—</div>
</div>
<div class="kp-mid" id="kp-mid"></div>
<button class="kp-close-btn" onclick="KloomPlayer.close()">✕</button>
</div>
</div>
<h1>NOTHING<br>IS HOLY</h1>
<div class="nav">
<a href="./">/// BACK_TO_ARCHIVE</a>
</div>
<div class="container">
<div class="box">
<div class="box-header">// CONTACT // TRANSMIT</div>
<div class="show-title">SEND A SIGNAL</div>
<div class="description">Want to contribute a show?
Have noise to share?
Got something to say?
Open an issue on GitHub —
that's where we live when
we're not on the air.
</div>
<div class="description" style="margin-top:30px; border-color:#ffff00; color:#fff;">
<div style="background:#ffff00;color:#000;display:inline-block;padding:2px 5px;margin-bottom:10px;font-weight:bold;">// GITHUB</div>
<a href="https://github.com/willbearfruits/kloom-radio/issues" target="_blank" rel="noopener noreferrer" style="color:#00ff00;font-size:1.1rem;">github.com/willbearfruits/kloom-radio/issues</a>
</div>
</div>
</div>
<div class="nav-links">
<a href="./">ARCHIVE</a>
<a href="about.html">ABOUT</a>
<a href="feed.xml">RSS</a>
<a href="https://www.patreon.com/Seriousshit" target="_blank" rel="noopener noreferrer">PATREON</a>
</div>
<div class="footer">
KLOOM LO KADOSH RADIO ARCHIVE // GENERATED 2026-02-05 22:06:00
</div>
<script src="assets/player.js"></script>
<script>KloomPlayer.restore();</script>
</body>
</html>