Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
acidvegas committed Nov 29, 2023
0 parents commit b9c045a
Show file tree
Hide file tree
Showing 41 changed files with 5,581 additions and 0 deletions.
63 changes: 63 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<head>
<title>SuperNETs</title>
<meta name="author" content="SuperNETs">
<meta name="description" content="A secure and anonymous, censorship-free, public environment for communication.">
<meta name="keywords" content="anonymous, chat, internet, irc, ircd, network, relay, secure, super, nets, supernets, xmpp">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="i/favicon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.1/umd/popper.min.js" integrity="sha256-AoNQZpaRmemSTxMy9xcqXX5VLwI6IMPYugO7bFHOW+U=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link href="inc/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="header clearfix">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand text-muted bolder" href="#">SUPERNETS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="#">About</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="donate.html">Donate</a></li>
<li class="nav-item"><a class="nav-link" href="docs.html">Docs</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Network</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://git.supernets.org/">Git</a>
<a class="dropdown-item" href="https://watch.supernets.org/">Invidious</a>
<a class="dropdown-item" href="irc.html">IRC</a>
<a class="dropdown-item" href="https://jitsi.supernets.org">Jitsi</a>
<a class="dropdown-item" href="https://librex.supernets.org">LibreX</a>
<a class="dropdown-item" href="https://supernets.social/">Mastadon</a>
<a class="dropdown-item" href="https://matrix.supernets.org">Matrix</a>
</div>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<center><img src="i/logo.png"></center>
<br>
<h5 class="text-muted bolder">Ground Zero</h5>
<p>Supernets is an <abbr title="Internet Relay Chat">IRC</abbr> network founded in early 2015 by an amalgam of individuals aiming to provide a secure & anonymous, censorship-free, environment for communication. The idea started after many years of using internet relay chat & seeing every network ran by operators who seem to have forgotten the meaning of <i>freedom of speech</i>.</p>
<br><h5 class="text-muted bolder">Network Covenant</h5>
<p>All communications are censorship-free, & we take very little moderation into praxis, so explicit content may be prevalent. Communication is free & there is no right or wrong way to do it. What separates us from the rest is the freedom that we offer without restrictions. You can troll opers, run bots, pump ASCII/ANSI art, & everything in between. IRC is the wild west of social networking & without the chaos it's no fun...</p>
<br><h5 class="text-muted bolder">No Trace</h5>
<p>Our network infrastructure is secure & will store zero logs and/or identifiable information on its users. The services in our network are transparent & made open source to the public.</p>
<br><h5 class="text-muted bolder">Deal With It</h5>
<p>We are not constituents to any group, collective, or organization, nor do we claim to be one.
<br>We reserve the right to deny service to anyone at any time for any reason.</p>
</main>
<footer class="footer">
<p>&copy; Supernets 2023</p>
</footer>
</div>
</body>
64 changes: 64 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>SuperNETs</title>
<meta charset="UTF-8">
<meta name="author" content="SuperNETs">
<meta name="description" content="A secure and anonymous, censorship-free, public environment for communication.">
<meta name="keywords" content="anonymous, chat, internet, irc, ircd, network, relay, secure, super, nets, supernets, xmpp">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="i/favicon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.1/umd/popper.min.js" integrity="sha256-AoNQZpaRmemSTxMy9xcqXX5VLwI6IMPYugO7bFHOW+U=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link href="inc/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="header clearfix">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand text-muted bolder" href="#">SUPERNETS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link active" href="#">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="donate.html">Donate</a></li>
<li class="nav-item"><a class="nav-link" href="docs.html">Docs</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Network</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://git.supernets.org/">Git</a>
<a class="dropdown-item" href="https://watch.supernets.org/">Invidious</a>
<a class="dropdown-item" href="irc.html">IRC</a>
<a class="dropdown-item" href="https://jitsi.supernets.org">Jitsi</a>
<a class="dropdown-item" href="https://librex.supernets.org">LibreX</a>
<a class="dropdown-item" href="https://supernets.social/">Mastadon</a>
<a class="dropdown-item" href="https://matrix.supernets.org">Matrix</a>
</div>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<center>
<p>Send us an e-mail at <a href="mailto:[email protected]">[email protected]</a> <i>(no response guarenteed)</i>.
<br>Feel free to join the <b>#superbowl</b> channel on our IRC to talk to us.
<br>Make sure you read our <a href="docs.html">docs</a> section before requesting support.</p>
<br><h3>Follow Us</h3>
<br><a href="https://github.com/supernets" target="_blank"><img height="64" width="64" src="i/github.svg"></a>
<a href="https://www.reddit.com/user/supernets" target="_blank"><img height="64" width="64" src="i/reddit.svg"></a>
<a href="https://twitter.com/super_nets" target="_blank"><img height="64" width="64" src="i/twitter.svg"></a>
</center>
</main>
<footer class="footer">
<p>&copy; Supernets 2023</p>
</footer>
</div>
</body>
</html>
Loading

0 comments on commit b9c045a

Please sign in to comment.