website/index.html

35 lines
1.7 KiB
HTML
Raw Normal View History

2022-05-06 08:00:20 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern</title>
2022-05-06 08:00:20 +00:00
</head>
<body>
<!--#include file="nav" -->
2022-05-06 08:00:20 +00:00
<h1>Welcome to ~vern!</h1>
<p>~vern is a non-commercial shared GNU/Linux system. All our servers run <a href=/faq#distro>fully free GNU/Linux distributions</a>. We are also aiming to become a member of the <a href=//tildeverse.org>Tildeverse</a> after we meet the requirements.</p>
2022-05-06 08:00:20 +00:00
<h2>Services</h2>
<p>We host many services, most are available for the public.</p>
<p>Some are private to prevent people from abusing the services.</p>
<p>You can get access to these services by <a href=/register.php>signing up</a>.</p>
<p>Other services have restricted access, meaning only trusted members and admins can have accounts on them. You can get access to these services by being a respected and trusted member of the ~vern community.</p>
<p>We also host onion services for most of these. They can be found <a href=/onion>here</a>.</p>
<!--#include file="services" -->
2022-05-06 08:00:20 +00:00
<h2>Community</h2>
<b>You can join our community on most major free software chat programs:</b>
2022-06-11 15:14:23 +00:00
<br>We make use of bridging so you can chat with us regardless of what chat program you use
2022-05-06 08:00:20 +00:00
<ul>
<li><a href="//matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
<li><a href="xmpp:vern@muc.vern.cc" target="_blank">XMPP</a></li>
2022-06-11 15:12:12 +00:00
<li><a href="ircs://irc.tilde.chat:6697/#vern" target="_blank">IRC</a></li>
2022-05-06 08:00:20 +00:00
</ul>
<h2>~vern logo</h2>
<p>The several logo variations can be found <a href=/logo>here</a>.</p>
<h2>Our thoughts on the "cloud"</h2>
<p>We do use other people's computers for some things, see them <a href=/cloud>here</a>.</p>
2022-05-07 04:54:47 +00:00
<!--#include file="footer" -->
2022-05-06 08:00:20 +00:00
</body>
</html>