Add logo.html and faq.html

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-06-05 01:20:37 -04:00
parent e39f5bd792
commit dec1732116
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
11 changed files with 54 additions and 2 deletions

23
faq.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern FAQ</title>
</head>
<body>
<!--#include file="nav" -->
<h1>Frequently asked questions</h1>
<p>This is the list of frequently asked questions regarding ~vern and the services we host. We try our best to answer these questions, but if something must be specified, contact an <a href=/admins>admin</a>. This is is ever-expanding, and if you want an item added, contact an admin.</p>
<h3 id="ip-leak">Will SSH leak my IP address?</h3>
<p>No. We use WireGuard to connect our VPS to the main tilde. Unlike other public UNIX-like systems where all IP addresses are leaked, all connections to ~vern show up as coming from 10.7.0.1. This includes the website.</p>
<h3 id="host-this">Can you host X?</h3>
<p>If you would like a service to be hosted by us, contact an admin and discuss it with them. We are always open to new services to host, but it may take a while to get it fully set up.</p>
<h3 id="shill">Why do ~vern admins shill ~vern so much?</h3>
<p>We shill ~vern because we are passionate about it. Arya told me to add this question here. This question is only here as a joke.</p>
<!--#include file="footer" -->
</body>
</html>

View File

@ -20,6 +20,8 @@
<ul>
<li><a href="//matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
</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>

27
logo.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern logo</title>
</head>
<body>
<!--#include file="nav" -->
<h1>Logo</h1>
<p>The ~vern ~V logo was created by Arya. The full ~Vern version was made by The Cobra.</p>
<p>Every iteration of the logo is licensed under CC-BY-SA-4.0.</p>
<p>We chose not to provide the images for the Matrix rooms, as it would be superfluous.</p>
<h4 id=main>Main ~V logo</h4>
<img src=/media/vern.png alt="Main ~vern logo">
<p><a href=/media/vern.xcf>XCF file</a><p>
<br>
<h4 id=transparent>Transparent background</h4>
<img src=/media/verntrans.png alt="~vern logo with a transparent background">
<p><a href=/media/verntrans.xcf>XCF file</a></p>
<br>
<h4 id=full>Full ~Vern logo</h4>
<img src=/media/vernfull.png alt="Full ~vern logo">
<p><a href=/media/vernfull.xcf>XCF File</a></p>
<!--#include file="footer" -->
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
media/vern.xcf Normal file

Binary file not shown.

BIN
media/vernfull.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
media/vernfull.xcf Normal file

Binary file not shown.

BIN
media/verntrans.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
media/verntrans.xcf Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
<link rel=stylesheet href="/style.css">
<header>
<a href="https://vern.cc"><img src="/logo.png" alt="home" class="navlogo"></a>
<a href="https://vern.cc"><img src="/media/vern.png" alt="home" class="navlogo"></a>
<nav>
<a href="/register.php">SignUp</a>
<!-- <a href="/wiki">Wiki</a> -->

View File

@ -8,7 +8,7 @@
<body>
<!--#include file="nav" -->
<h1>Onion sites</h1>
<p>We respect your privacy and want you to be able to choose to be anonymous if you so please. So most of our services have corresponding <a href=//torproject.org>Tor</a> <a href=//community.torproject.org/onion-services/>.onion</a> sites.</p>
<p>We respect your privacy and want you to be able to choose to be anonymous if you so choose. So most of our services have corresponding <a href=//torproject.org>Tor</a> <a href=//community.torproject.org/onion-services/>.onion</a> sites.</p>
<!--#include file="onion-services" -->
<p>Note that the certificate used for these sites is the same as the one used for clearnet ~vern sites, so the browser will issue an SSL_ERROR_BAD_CERT_DOMAIN error, meaning that the domain you are connecting to and the domain defined by the certificate are not the same. Click "Advanced..." then click "Accept the Risk and Continue" to visit them.</p>
<p>Currently, only two certificate authorities provide certificates for .onion domains, neither of which being Let's Encrypt, so it will take a while for us to get fifteen of them.</p>