whisper.cat/sdr/index.html
2023-12-15 00:41:11 +11:00

205 lines
6.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Whisper.cat | Software Defined Radio</title>
<style>
body {
padding: 0;
margin: 0;
font-family: monospace;
font-size: 100%;
color: rgb(255, 255, 255);
background: rgba(87, 3, 189);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
width: 700px;
margin: 0 auto;
}
.sticky-div {
background-color: rgb(98, 0, 128);
position: sticky;
top: 0px;
padding: 5px 0px;
color : rgb(34, 255, 0);
}
.content {
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
border: 3px solid magenta;
padding: 2%;
text-align: center;
}
.social-flex {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 100%;
margin-top: 2em;
}
.footer {
width: 100%;
}
/* small computer screens */
@media only screen and (max-width: 992px) {
.container {
width: 550px;
}
}
/* tablets */
@media only screen and (max-width: 768px) {
.container {
width: 400px;
}
}
/* phones */
@media only screen and (max-width: 600px) {
.container {
width: auto;
margin: 1em;
}
}
</style>
<div class="sticky-div">
<center><a href="https://whisper.cat">Homepage</a> | <a href="https://weboasis.whisper.cat">Weboasis Mirror</a> | <a href="https://weboasis.whisper.cat/torrent/">Webtorrent Client</a> | <a href="https://weboasis.whisper.cat/tv/">Live TV Streams</a> | <a href="https://gitea.whisper.cat">Gitea</a> | <a href="https://sdr.whisper.cat">Online HF/VHF/UHF SDR</a></p></center>
</div>
<div class="container">
<div>
<span style="color: rgb(255, 255, 255); font-weight: italic">
<h1>About Me</h1>
</span>
</div>
<div class="content">
<span style="color: Magenta; font-weight: italic">
<h2>
<b><p>Online HF/VHF/UHF SDR</p></b>
</h2>
<h2>
<b>(!) Work in Progress (!)</b>
</h2>
</span>
<p>_______</p>
<span style="color: rgb(255, 255, 255); font-weight: italic">
<h3>
<style>
a {
color: rgb(34, 255, 0);
}
</style>
<p>Hello there!</p>
<p>I guess you're trying to access the WebSDR?</p>
<p>It'll be online <u>soon</u> I'm just waiting on some parts to get it online</p>
<p>Hopefully within the New Year (Jan/Feb 24)</p>
<p>I still haven't decided on an Antenna yet for it..</p>
<p>This SDR will be located in QF22/VK3 (Melbourne)</p>
<p>-</p>
<p>This has been a long off-put project that I do plan to get onto soon</p>
<p>Along with an MMDVM and M17 Full Duplex Digipeter</p>
<p>-</p>
<p>Please be patient! :)</p>
<p>
Contact me:
<a href="mailto:webmaster@whisper.cat"
>webmaster@whisper.cat</a
>
</p>
<p>-</p>
<p>
<a href="https://whisper.cat">Return to Homepage</a>
</p>
</h3>
<p>-</p>
</p>
</span>
</div>
<div class="footer">
<div class="social-flex">
<div>
<center><p>Gitlab</p></center>
<a href="https://gitlab.com/m0ze1r">
<img
alt="m0ze1r@Gitlab"
src="https://cdn.whisper.cat/gitlab-70x65.png"
/>
</a>
</div>
<div>
<center><p>Mastodon</p></center>
<a rel="me" href="https://geekdom.social/@harper">
<img
alt="Mastodon"
src="https://cdn.whisper.cat/mastodon-70x70.png"
/>
</a>
</div>
<div>
<center><p>IRC</p></center>
<a href="irc://sodium.libera.chat/whisper.cat">
<img
alt="irc#whisper.cat@libera.chat"
src="https://cdn.whisper.cat/irc_70x70.png"
/>
</a>
</div>
<div>
<center><p>Gitea</p></center>
<a href="https://gitea.whisper.cat/harper">
<img
alt="Gitea, Git with a cup of Tea"
src="https://cdn.whisper.cat/Gitea-73x73.png"
/>
</a>
</div>
</div>
<div class="social-flex">
<div>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Nonbinary_flag.svg/300px-Nonbinary_flag.svg.png"
alt="#NonBinaryRights #TheyThem"
width="95"
height="65"
/>
</div>
<div>
<img
src="https://upload.wikimedia.org/wikipedia/commons/f/fd/LGBTQ%2B_rainbow_flag_Quasar_%22Progress%22_variant.svg"
alt="#LGBTIRights"
width="105"
height="65"
/>
</div>
<div>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Transgender_Pride_flag.svg/1920px-Transgender_Pride_flag.svg.png"
alt="#TransRightsAreHumanRights"
width="95"
height="65"
/>
</div>
</div>
<span style="color: Yellow; font-weight: italic"></span>
</div>
</div>
</body>
</html>