Changes suggested by community feedback

master
Skylar Ittner 7 years ago
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>
<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>
<dt>Blah blah GPL 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>
<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 (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>
</div>
</div>

@ -24,9 +24,10 @@ include __DIR__ . '/inc/piwik.php';
</div>
<div class="content secondary">
<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>.
<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>
<video src="images/banner.mp4" muted autoplay loop playsinline></video>
@ -37,6 +38,34 @@ include __DIR__ . '/inc/piwik.php';
<h2>Features</h2>
</header>
<ul class="tabs">
<li>
<h3>Edit <span class="extra">documents</span></h3>
<div class="spotlight">
<ul>
<li id="nodownload">
<h4>No Downloading Needed</h4>
<p>View and edit common file formats in your browser.</p>
</li>
<li id="collaboration">
<h4>Live Collaboration</h4>
<p>Simply copy-paste or share a link to allow team members to collaborate in real-time. They don't even need an account.</p>
</li>
</ul>
<div class="image circle">
<i class="fa fa-file-text-o fa-fw large-circle-icon" id="edit-icon"></i>
</div>
<ul>
<li id="notjustdocs">
<h4>Not Just Documents</h4>
<p>Edit presentations, spreadsheets, text files, and more.</p>
</li>
<li id="libreoffice">
<h4>Powered by LibreOffice Online</h4>
<p><a href="https://www.libreoffice.org/">Download the free LibreOffice suite</a> on your computer to enjoy 100% compatability with our services.</p>
</li>
</ul>
</div>
</li>
<li>
<h3>Store <span class="extra">files</span></h3>
<div class="spotlight">
@ -60,7 +89,7 @@ include __DIR__ . '/inc/piwik.php';
</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>
<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">
@ -71,34 +100,6 @@ include __DIR__ . '/inc/piwik.php';
</ul>
</div>
</li>
<li>
<h3>Edit <span class="extra">documents</span></h3>
<div class="spotlight">
<ul>
<li id="nodownload">
<h4>No Downloading Needed</h4>
<p>View and edit common file formats in your browser.</p>
</li>
<li id="collaboration">
<h4>Live Collaboration</h4>
<p>Simply copy-paste or share a link to allow team members to collaborate in real-time. They don't even need an account.</p>
</li>
</ul>
<div class="image circle">
<i class="fa fa-file-text-o fa-fw large-circle-icon" id="edit-icon"></i>
</div>
<ul>
<li id="notjustdocs">
<h4>Not Just Documents</h4>
<p>Edit presentations, spreadsheets, text files, and more.</p>
</li>
<li id="libreoffice">
<h4>Powered by LibreOffice Online</h4>
<p><a href="https://www.libreoffice.org/">Download the free LibreOffice suite</a> on your computer to enjoy 100% compatability with our services.</p>
</li>
</ul>
</div>
</li>
<li>
<h3><span class="extra">Do </span>More</h3>
<div class="spotlight">

Loading…
Cancel
Save