index.html (2662B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="description" content="JadeRune.net homepage."> 7 <link rel="stylesheet" href="https://www.jaderune.net/main.css"> 8 <link rel="icon" type="image/png" href="https://www.jaderune.net/favicon.png"> 9 <title>JadeRune.net</title> 10 </head> 11 <body> 12 <header class="title-wrapper"> 13 <p class="title">JadeRune.net</p> 14 <nav> 15 <ul> 16 <li><a class="active" href="https://www.jaderune.net/">Home</a></li> 17 <li><a href="https://www.jaderune.net/rules.html">Rules</a></li> 18 <li><a href="https://www.jaderune.net/services.html">Services</a></li> 19 </ul> 20 </nav> 21 </header> 22 <main> 23 <h1>Welcome!</h1> 24 <p><a href="https://www.jaderune.net/">🇬🇧 English</a> | <a href="https://www.jaderune.net/de/">🇩🇪 Deutsch</a></p> 25 <p><img src="https://www.jaderune.net/logo.svg" alt="The JadeRune.net Logo" style="float: left; padding-right: 10px; width: 100px; height: 100px;"> 26 JadeRune.net (JRN or just JR) is a collection of services made available to friends of the founders of the community. Members have access to services such as email, an XMPP/Jabber server, a Mumble server, and more.</p> 27 <p>JadeRune.net is currently privately run by <a href="https://www.paritybit.ca/">Jake Bauer</a> and <a href="https://social.jaderune.net/chaihron">chaihron</a>, and is supported through donations.</p> 28 29 <h2>Donate</h2> 30 <p>As of right now, we only accept direct donations from members.</p> 31 <p>However, if you would like to help out without sending money directly, you can use one of these links:</p> 32 <ul> 33 <li><a href="https://www.netcup.eu/bestellen/gutschein_einloesen.php?gutschein=36nc16230891840">5€ Netcup Voucher for New Customers</a></li> 34 <li><a href="https://www.vultr.com/?ref=8575855-6G">Vultr $100 30-Day Credit Referral</a> (gives you $100 for 30 days to try out Vultr)</li> 35 <li><a href="https://www.vultr.com/?ref=8575845">Vultr Referral</a> (this doesn't give you anything, it just helps us out)</li> 36 </ul> 37 38 <h2>Contact</h2> 39 <p>To get in contact with us, please send an email to <a href="mailto:admin@jaderune.net">admin@jaderune.net</a>. If you are a part of JadeRune.net or know us otherwise, you can get in contact with us through XMPP in addition to email. </p> 40 <p>Please do not email asking for membership, your email will be ignored and your address blocked. </p> 41 </main> 42 </body> 43 </html> 44