Remove dependencies on external code

master
Skylar Ittner 7 years ago
parent d0840bfc54
commit b997c6fec4

File diff suppressed because one or more lines are too long

@ -1,4 +1,4 @@
@import url("https://cdn.netsyms.com/css/font-awesome.min.css");
@import url("font-awesome.min.css");
@import url("../fonts/lato/font.css");
/*

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 382 KiB

After

Width:  |  Height:  |  Size: 434 KiB

@ -0,0 +1,42 @@
<?php
require_once __DIR__ . "/settings.php";
$page = "about";
?>
<!DOCTYPE HTML>
<title><?php echo SITE_TITLE; ?></title>
<?php
include __DIR__ . '/inc/meta.php';
include __DIR__ . '/inc/piwik.php';
?>
<!-- Wrapper -->
<div id="wrapper">
<?php include __DIR__ . "/inc/header.php"; ?>
<!-- Section -->
<section id="one" class="main alt">
<header class="accent1">
<h1>Alternative Connections</h1>
<p>HTTPS not private enough? Here are some other ways you can connect to Don't Sell.Me.</p>
</header>
<div class="inner alt">
<div class="content">
<h2>Tor Hidden Service</h2>
<h3><a href="https://7cuobzmqpyheqrw5.onion/">https://7cuobzmqpyheqrw5.onion</a></h3>
<p>Access DS.M over Tor. You'll need to add a certificate exception, because LetsEncrypt doesn't support .onion addresses. You <i>can</i> access the hidden service over plain HTTP, but for <span title="The websocket can use SSL or not, but it can't do both at the same time. Clearnet connections need SSL for security, so we couldn't just turn it off. We spent a long time trying to work around this.">technical reasons the document editor won't work if you do</span>.
<h2>CJDNS/Hyperboria Mesh Peer</h2>
<h3><a href="https://mesh.dontsell.me">https://mesh.dontsell.me</a></h3>
<p>DS.M is networked with a bunch of CJDNS nodes around the world. The above subdomain resolves to our mesh address. If you want to peer directly with our server, <a href="dontsellme-cjdns.k" target="_BLANK">click here</a> to get the peering info for your <code>cjdroute.conf</code>.
<h2>I2P</h2>
<h3>Coming soon...</h3>
</div>
</div>
</section>
<?php include __DIR__ . "/inc/footer.php"; ?>
</div>
<?php include __DIR__ . "/inc/scripts.php"; ?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@ -2,7 +2,7 @@
<footer id="footer">
<div class="inner">
<section style="text-align: center;">
<a href="https://netsyms.com" style="text-decoration: none; border-bottom: 0px;"><img src="https://cdn.netsyms.com/images/netsyms/logo-wireframe-black-withtext.png" alt="Netsyms Technologies" style="width: 300px; max-width: 80%; margin-bottom: 10px;"/></a>
<a href="https://netsyms.com" style="text-decoration: none; border-bottom: 0px;"><img src="images/logo-wireframe-black-withtext.png" alt="Netsyms Technologies" style="width: 300px; max-width: 80%; margin-bottom: 10px;"/></a>
<p>
<a href="https://netsyms.com">Main Site</a> |
<a href="https://support.netsyms.com">Support Tickets</a> |

Loading…
Cancel
Save