Changes suggested by community feedback
This commit is contained in:
parent
69db6d1506
commit
c5b2f64607
@ -55,8 +55,8 @@ include __DIR__ . '/inc/piwik.php';
|
|||||||
<dd>Yes! <a href="connect.php">DS.M is available as a Tor hidden service, via CJDNS, and on I2P. Click here for connection info.</a></dd>
|
<dd>Yes! <a href="connect.php">DS.M is available as a Tor hidden service, via CJDNS, and on I2P. Click here for connection info.</a></dd>
|
||||||
<dt>What is Don't Sell.Me running?</dt>
|
<dt>What is Don't Sell.Me running?</dt>
|
||||||
<dd>We're using <a href="https://nextcloud.com/">Nextcloud</a> with a bunch of plugins and apps, including Collabora Online/LibreOffice Online for the fancy document editing.</dd>
|
<dd>We're using <a href="https://nextcloud.com/">Nextcloud</a> with a bunch of plugins and apps, including Collabora Online/LibreOffice Online for the fancy document editing.</dd>
|
||||||
<dt>Blah blah GPL code</dt>
|
<dt><a name="source"></a>Where can I get the source code?</dt>
|
||||||
<dd>Any modifications we make to the Nextcloud code base can be found <a href="https://source.netsyms.com/DontSellMe">by clicking here</a>. There's a few theme/branding tweaks that aren't there, but if you really want those for some reason, use the Contact Us button in the footer.</dd>
|
<dd>Any modifications we make to the Nextcloud code base can be found <a href="https://source.netsyms.com/DontSellMe">by clicking here</a>. There's a few theme/branding tweaks that aren't there (because they're just some CSS values and images), but if you really want those for some reason, use the Contact Us button in the footer.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
71
home.php
71
home.php
@ -24,9 +24,10 @@ include __DIR__ . '/inc/piwik.php';
|
|||||||
</div>
|
</div>
|
||||||
<div class="content secondary">
|
<div class="content secondary">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h2>Privacy first</h2>
|
<h2>Privacy and Transparency First</h2>
|
||||||
<p>We will never sell or share you or any of your data to third parties, and you can opt out of usage tracking by <a href="https://netsyms.com/tracking-opt-out/" target="_BLANK">clicking here</a>.
|
<p>We will never sell or share you or any of your data to third parties, and you can opt out of usage tracking by <a href="https://netsyms.com/tracking-opt-out/" target="_BLANK">clicking here</a>.
|
||||||
<br /><a href="connect.php">Click here</a> to connect via Tor, CJDNS, or I2P.
|
<br /><a href="connect.php">Click here</a> to connect via Tor, CJDNS, or I2P.
|
||||||
|
<br />(All the code is <a href="about.php#source">open source</a>, too)
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<video src="images/banner.mp4" muted autoplay loop playsinline></video>
|
<video src="images/banner.mp4" muted autoplay loop playsinline></video>
|
||||||
@ -37,40 +38,6 @@ include __DIR__ . '/inc/piwik.php';
|
|||||||
<h2>Features</h2>
|
<h2>Features</h2>
|
||||||
</header>
|
</header>
|
||||||
<ul class="tabs">
|
<ul class="tabs">
|
||||||
<li>
|
|
||||||
<h3>Store <span class="extra">files</span></h3>
|
|
||||||
<div class="spotlight">
|
|
||||||
<ul>
|
|
||||||
<li id="uploadanything">
|
|
||||||
<h4>Upload Anything</h4>
|
|
||||||
<p>Text, images, videos, music, archives, anything goes.</p>
|
|
||||||
</li>
|
|
||||||
<li id="quota">
|
|
||||||
<h4>Simple Quota</h4>
|
|
||||||
<p>You get a single quota no matter what you upload, and you can easily see how much you have left.</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="image circle">
|
|
||||||
<i class="fa fa-hdd-o fa-fw large-circle-icon" id="store-icon"></i>
|
|
||||||
</div>
|
|
||||||
<ul>
|
|
||||||
<li id="unlimband">
|
|
||||||
<h4>Unlimited Bandwidth</h4>
|
|
||||||
<p>Share photos and send documents with no bandwidth cutoff.</p>
|
|
||||||
</li>
|
|
||||||
<li id="serverraid">
|
|
||||||
<h4>Reliable Servers</h4>
|
|
||||||
<p>Our servers are powered by redundant power grids and fiber connections, and your data is stored with RAID mirroring to ensure safety and reliability.</p>
|
|
||||||
</li>
|
|
||||||
<!--
|
|
||||||
<li id="nooversell">
|
|
||||||
<h4>No Overselling</h4>
|
|
||||||
<p>We don't sell more space than we have, so you can use your entire quota freely.</p>
|
|
||||||
</li>
|
|
||||||
-->
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<h3>Edit <span class="extra">documents</span></h3>
|
<h3>Edit <span class="extra">documents</span></h3>
|
||||||
<div class="spotlight">
|
<div class="spotlight">
|
||||||
@ -99,6 +66,40 @@ include __DIR__ . '/inc/piwik.php';
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>Store <span class="extra">files</span></h3>
|
||||||
|
<div class="spotlight">
|
||||||
|
<ul>
|
||||||
|
<li id="uploadanything">
|
||||||
|
<h4>Upload Anything</h4>
|
||||||
|
<p>Text, images, videos, music, archives, anything goes.</p>
|
||||||
|
</li>
|
||||||
|
<li id="quota">
|
||||||
|
<h4>Simple Quota</h4>
|
||||||
|
<p>You get a single quota no matter what you upload, and you can easily see how much you have left.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="image circle">
|
||||||
|
<i class="fa fa-hdd-o fa-fw large-circle-icon" id="store-icon"></i>
|
||||||
|
</div>
|
||||||
|
<ul>
|
||||||
|
<li id="unlimband">
|
||||||
|
<h4>Unlimited Bandwidth</h4>
|
||||||
|
<p>Share photos and send documents with no bandwidth cutoff.</p>
|
||||||
|
</li>
|
||||||
|
<li id="serverraid">
|
||||||
|
<h4>Reliable Servers</h4>
|
||||||
|
<p>Our servers are powered by redundant power grids and fiber connections, and your data is stored with RAID mirroring and other technology to ensure safety and reliability.</p>
|
||||||
|
</li>
|
||||||
|
<!--
|
||||||
|
<li id="nooversell">
|
||||||
|
<h4>No Overselling</h4>
|
||||||
|
<p>We don't sell more space than we have, so you can use your entire quota freely.</p>
|
||||||
|
</li>
|
||||||
|
-->
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3><span class="extra">Do </span>More</h3>
|
<h3><span class="extra">Do </span>More</h3>
|
||||||
<div class="spotlight">
|
<div class="spotlight">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user