web/faq.html

192 lines
6.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ircd.chat - It's chatting, online">
<meta name=keywords content="irc,ircd,chat,internet,online,tcpdirect,tcp,direct,vxunderground,vxug,vx-underground">
<meta property="og:title" content="ircd.chat">
<meta property="og:description" content>
<meta property="og:url" content="https://ircd.chat/">
<meta property="og:image" content="https://ircd.chat/images/ircdchan.png">
<meta property="og:type" content="website">
<link rel="stylesheet" href="static/css/hack.css">
<link rel="stylesheet" href="static/css/ircd.css">
<link rel="stylesheet" href="static/css/style.css">
<title>ircd.chat - faq</title>
</head>
<body class="hack ircd">
<!-- Main container -->
<div class="container">
<!-- Navbar grid -->
<div class="grid">
<!-- Left side -->
<div class="pull-left">
<!-- Icon -->
<img id="ircdchan" src="static/images/ircdchan.png">
<!-- Attribute -->
<a href="/">## ircd.chat</a>
</div>
<!-- Button group -->
<div class="btn-group">
<a id="button" href="faq" class="btn btn-default btn-ghost">FAQ</a>
<a id="button" href="tutorials" class="btn btn-default btn-ghost">Tutorials</a>
<a id="button" href="connect" class="btn btn-default btn-ghost">Connect</a>
</div>
</div>
<!-- A box -->
<div class="alert">
<!-- Navigation -->
<h1>Navigation</h1>
<ul>
<!-- Logging -->
<li>
<a href="#what-is-your-logging-policy">
What is your logging policy?
</a>
</li>
<!-- Tor -->
<li>
<a href="#is-tor-supported">
Is Tor supported?
</a>
</li>
<!-- VPNs -->
<li>
<a href="#are-vpns-allowed">
Are VPNs allowed?
</a>
</li>
<!-- Cloaking -->
<li>
<a href="#is-cloaking-supported">
Is cloaking supported?
</a>
</li>
<!-- Bridges -->
<li>
<a href="#are-there-any-bridges">
Are there any bridges?
</a>
</li>
<!-- Bots -->
<li>
<a href="#what-bots-are-there">
What bots are there?
</a>
</li>
</ul>
<!-- Answers -->
<h1>Answers</h1>
<!-- Logging -->
<h2 id="what-is-your-logging-policy">What is your logging policy?</h2>
<p>We do <b>not</b> allow logging in channels (That'll not stop other people or the feds though).</p>
<!-- Tor -->
<h2 id="is-tor-supported">Is Tor supported?</h2>
<p>Yes, <a href="https://www.torproject.org/">Tor</a> is supported. We have 2 <a href="connect">onion domains</a> which are onion v3.</p>
<!-- VPN -->
<h2 id="are-vpns-allowed">Are VPNs allowed?</h2>
<p>Yes, VPNs are allowed.</p>
<!-- Cloaking -->
<h2 id="is-cloaking-supported">Is cloaking supported?</h2>
<p>Yes, cloaking is supported. Cloaking is enabled by default. To opt out, run <kbd>/mode yournick -x</kbd> and to return back <kbd>/mode yournick +x</kbd>.</p>
<!-- Bridges -->
<h2 id="are-there-any-bridges">Are there any bridges?</h2>
<p>Yes, there is a <a href="https://matrix.org/">Matrix</a> bridge for the main channel <kbd><a href="https://matrix.to/#/#tcpdirect:tcp.direct">#tcpdirect</a></kbd>.</p>
<!-- Bots -->
<h2 id="what-bots-are-there">What bots are there?</h2>
<!-- Cards -->
<!-- Maple -->
<div class="cell -4of12">
<div class="card">
<header class="card-header">Maple</header>
<div class="card-content">
<div class="inner">
placeholder
</div>
</div>
</div>
</div>
<!-- Van -->
<div class="cell -4of12">
<div class="card">
<header class="card-header">Van</header>
<div class="card-content">
<div class="inner">
placeholder
</div>
</div>
</div>
</div>
<!-- Professor 0ak-->
<div class="cell -4of12">
<div class="card">
<header class="card-header">Professor 0ak</header>
<div class="card-content">
<div class="inner">
placeholder
</div>
</div>
</div>
</div>
<!-- Drunkb0t -->
<div class="cell -4of12">
<div class="card">
<header class="card-header">Drunkb0t</header>
<div class="card-content">
<div class="inner">
placeholder
</div>
</div>
</div>
</div>
<!-- Plug -->
<div class="cell -4of13">
<div class="card">
<header class="card-header">Plug</header>
<div class="card-content">
<div class="inner">
placeholder
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<hr>
<p>
<a href="https://nitter.it/ircdchat">Twitter</a>
|
<a href="https://git.tcp.direct/ircd.chat">Git</a>
</p>
<p>Hosted by <a href="https://tcp.direct/">tcp.direct</a></p>
</footer>
</body>
</html>