init
This commit is contained in:
parent
1f94e32664
commit
9bbf52b127
28
donate.html
Normal file
28
donate.html
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="static/main.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content">
|
||||||
|
<h2>donate</h2>
|
||||||
|
<p><b>yonderly.org</b> costs around $13 a month to run, meaning I can most likely indefinitely provide my services without external support, but donations are appreciated and will allow me to buy more and better equipment quicker.</p>
|
||||||
|
|
||||||
|
<p>you may donate by sending crypto to the following addresses.</p>
|
||||||
|
<h3><a style="color:gold;">₿</a> Bitcoin</h3>
|
||||||
|
<p><a href="bitcoin:bc1qgsu2l6etj9affkqturs87a3r5etdyk7pf8ldhqdzjfkwge4j80asmr42sv?message=yonderly.org">bc1qgsu2l6etj9affkqturs87a3r5etdyk7pf8ldhqdzjfkwge4j80asmr42sv</a></p>
|
||||||
|
<h3><a style="color:orange;">ɱ</a> Monero</h3>
|
||||||
|
|
||||||
|
<p><a href="monero:89H7sQDxiJNP17VZ3LgsV6AVeTg3qbrvwCnin4SrAkM9aT9kVnHV6CzRkpv5tVfH9RSAexpiRFS7fDcNAsv5XxfE8nvBEJ4?recipient_name=yonderly.org&tx_description=donation">89H7sQDxiJNP17VZ3LgsV6AVeTg3qbrvwCnin4SrAkM9aT9kVnHV6CzRkpv5tVfH9RSAexpiRFS7fDcNAsv5XxfE8nvBEJ4</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p class="footer-paragraph">powered by <a href="https://openbsd.org"
|
||||||
|
style="font-family:PlexSerif; text-decoration:underline light-dark(#000084, #CF4229)"
|
||||||
|
><i style="color:light-dark(#0000FF, #F2CA30)">Open</i
|
||||||
|
><b style="color:light-dark(#000084, #CF4229)">BSD</b></a>.<p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
32
index.html
Normal file
32
index.html
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="static/main.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="logo">yonderly.org</h1>
|
||||||
|
|
||||||
|
<h2 id="about">about</h2>
|
||||||
|
<p><b>yonderly.org</b> provides multiple public services, including <a href="/mail">e-mail</a>, <a href="/storage">storage</a>, a <a href="/nix.html">pubnix</a>, and a <a href="https://wiki.yonderly.org">wiki</a>. </p>
|
||||||
|
|
||||||
|
<p>see <a href="/services.html">services</a> for more information and a list.</p>
|
||||||
|
|
||||||
|
<p><a href="/terms.html">terms of service</a>.</p>
|
||||||
|
|
||||||
|
<h2 id="contact">contact</h2>
|
||||||
|
<p>e-mail <i style="color:var(--email-color)">staff@[this domain]</i>.
|
||||||
|
|
||||||
|
<h2 id="contribution">contribution</h2>
|
||||||
|
<p>if you want support <b>yonderly.org</b>, see <a style="color:var(--header-color)" href="#contact">#contact</a>, and send us a message asking how.</p>
|
||||||
|
<p>also, consider donating to one of our <a href="/donate.html">addresses</a>.</b></p>
|
||||||
|
</body>
|
||||||
|
<footer>
|
||||||
|
<p class="footer-paragraph">powered by <a href="https://openbsd.org"
|
||||||
|
style="font-family:PlexSerif; text-decoration:underline light-dark(#000084, #CF4229)"
|
||||||
|
><i style="color:light-dark(#0000FF, #F2CA30)">Open</i
|
||||||
|
><b style="color:light-dark(#000084, #CF4229)">BSD</b></a>.<p>
|
||||||
|
</footer>
|
||||||
|
</html>
|
15
nix.html
Normal file
15
nix.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="static/main.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content">
|
||||||
|
<h1 class="logo-nix">pubnix</h1>
|
||||||
|
<p>work in progress.</p>
|
||||||
|
</body>
|
||||||
|
<footer>
|
||||||
|
</footer>
|
||||||
|
</html>
|
21
services.html
Normal file
21
services.html
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/static/main.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h2>services</h2>
|
||||||
|
<p>the following is the statuses of services provided by <b>yonderly.org</b> as of Fri Feb 14 17:34:01 EST 2025. feel free to contact us for more information about an extended outage.</p>
|
||||||
|
<p>
|
||||||
|
<b><a href="https://yonderly.org">
|
||||||
|
https://yonderly.org</a></b>: <span style="color:green">200</span><br/> <b><a href="https://yonderly.org/mirrors/archlinux/">
|
||||||
|
https://yonderly.org/mirrors/archlinux/</a></b>: <span style="color:green">200</span><br/> <b><a href="https://search.yonderly.org">
|
||||||
|
https://search.yonderly.org</a></b>: <span style="color:green">200</span><br/> <b><a href="https://wiki.yonderly.org">
|
||||||
|
https://wiki.yonderly.org</a></b>: <span style="color:green">200</span><br/> <b><a href="https://cloud.yonderly.org/index.php/login">
|
||||||
|
https://cloud.yonderly.org/index.php/login</a></b>: <span style="color:red">000</span><br/> <b><a href="https://git.yonderly.org">
|
||||||
|
https://git.yonderly.org</a></b>: <span style="color:green">200</span><br/>
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
static/font/IBMPlexMono-Text.ttf
Normal file
BIN
static/font/IBMPlexMono-Text.ttf
Normal file
Binary file not shown.
BIN
static/font/IBMPlexSans-Text.ttf
Normal file
BIN
static/font/IBMPlexSans-Text.ttf
Normal file
Binary file not shown.
BIN
static/font/IBMPlexSerif-Text.ttf
Normal file
BIN
static/font/IBMPlexSerif-Text.ttf
Normal file
Binary file not shown.
96
static/main.css
Normal file
96
static/main.css
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family : Plex;
|
||||||
|
src : url(font/IBMPlexSans-Text.ttf);
|
||||||
|
}
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family : PlexMono;
|
||||||
|
src : url(font/IBMPlexMono-Text.ttf);
|
||||||
|
}
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family : PlexSerif;
|
||||||
|
src : url(font/IBMPlexSerif-Text.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root
|
||||||
|
{
|
||||||
|
color-scheme : light dark;
|
||||||
|
--bg-color : light-dark(#F4F4F4, #161616);
|
||||||
|
--fg-color : light-dark(#161616, #F4F4F4);
|
||||||
|
--link-color : light-dark(darkslateblue, lightblue);
|
||||||
|
--email-color : light-dark(#D37137, #E09F79);
|
||||||
|
--header-color : #8BB333;
|
||||||
|
}
|
||||||
|
|
||||||
|
*
|
||||||
|
{
|
||||||
|
font-family : inherit;
|
||||||
|
color : var(--fg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
html
|
||||||
|
{
|
||||||
|
height : 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
body
|
||||||
|
{
|
||||||
|
font-family : Plex;
|
||||||
|
background-color : var(--bg-color);
|
||||||
|
margin : 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color : var(--link-color);
|
||||||
|
text-decoration : inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align : center;
|
||||||
|
padding : 0.2em;
|
||||||
|
position : absolute;
|
||||||
|
bottom : 0;
|
||||||
|
align-content : center;
|
||||||
|
left : 0;
|
||||||
|
right : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2
|
||||||
|
{
|
||||||
|
font-family : PlexMono;
|
||||||
|
font-weight : bold;
|
||||||
|
font-size : x-large;
|
||||||
|
text-decoration : underline var(--header-color);
|
||||||
|
margin : 0;
|
||||||
|
}
|
||||||
|
h3
|
||||||
|
{
|
||||||
|
font-family : PlexMono;
|
||||||
|
font-weight : bold;
|
||||||
|
font-size : large;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre
|
||||||
|
{
|
||||||
|
padding : 2px 4px;
|
||||||
|
background-color : dimgray;
|
||||||
|
color : white;
|
||||||
|
border-radius : 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo
|
||||||
|
{
|
||||||
|
font-family : PlexMono;
|
||||||
|
font-size : xxx-large;
|
||||||
|
font-weight : bold;
|
||||||
|
text-decoration : underline #3875D3;
|
||||||
|
}
|
||||||
|
.logo-nix
|
||||||
|
{
|
||||||
|
font-family : PlexMono;
|
||||||
|
font-size : xxx-large;
|
||||||
|
font-weight : bold;
|
||||||
|
text-decoration : underline #F92828;
|
||||||
|
}
|
17
status.html
Normal file
17
status.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="/static/main.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h2>system status</h2>
|
||||||
|
<pre>
|
||||||
|
Fri Feb 14 17:34:01 EST 2025
|
||||||
|
5:34PM up 10 days, 22:29, 2 users, load averages: 1.10, 1.08, 1.02
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
22
terms.html
Normal file
22
terms.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/static/main.css">
|
||||||
|
<body>
|
||||||
|
<h2>terms of service</h2>
|
||||||
|
<p>all services are provided without any guarantees as to reliability. <b>yonderly.org</b> is not responsible for data loss.</p>
|
||||||
|
<h3>misuse & abuse</h3>
|
||||||
|
<p>do not engage in the following on any <b>yonderly.org</b> service:
|
||||||
|
<ol>
|
||||||
|
<li>anything that violates United States or Tennessee law.</li>
|
||||||
|
<li>storing or distributing child pornography, including depitctions of underage individuals.
|
||||||
|
<li>any form of spamming, hacking, or exploitation.</li>
|
||||||
|
</ol>
|
||||||
|
<p>any violation of lines 1 or 2 will result the reporting of all relevant information to authorities of the United States and the abuser's country.</p>
|
||||||
|
<h3>privacy</h3>
|
||||||
|
<p><b>yonderly.org</b> stores your IP address and User-Agent when you connect to any domain part of it. this information is not sold or abused in any way. logs are deleted routinely.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user