mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-01 21:13:11 +00:00
Misc edits for release (#1)
* optimize data for ticker * rework data model for cleaner be your own section * wip * delete deprecated assets * edit copy; misc small style fixes * reenable ticker, update nexcloud, edit embassy one name * rearrange support section * new graphiccs to info section * bold personal server iheader in info section * mobile styling for be your own section * adjust infographics section * adjust underline + animmation * add ui screenshots to powered by section * fix overflow, sizing, spacing * renable ticker * fix marketplace link * more link updates * edit team bios and fix apostrophes * update footer with bdonation link; adjust scss spacing * copy changes * add license page * clean up spacing and uunused files * Update src/_includes/components/landing/community.njk * Update src/_includes/components/landing/infographics.njk * Update src/_includes/components/landing/powered-by.njk * Update src/_includes/components/landing/support.njk * connect subscribe api * implement newsletter subscription * audit all links and cleanup * add 404 page and more cleanup * add sitemap and robots * fix service links * small fixes + copy edits * fix infographics and ticker spacing * update emails * update docs links and temp remove team * update docs link urls * fix diy link * typo * typo and sizing * Update src/about.njk Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -4,50 +4,42 @@ layout: layouts/peripheral.njk
|
||||
---
|
||||
|
||||
<section id="hero">
|
||||
<div id="hero-image" class="image-with-shadow">
|
||||
<img
|
||||
src="/assets/images/privacy-hero.png"
|
||||
alt="about page hero image: a robot emerging from the embasssy and wearing a mask"
|
||||
title="about page hero image: a robot emerging from the embasssy and wearing a mask"/>
|
||||
<img class="img-shadow" src="/assets/images/privacy-hero.png" alt=""/>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<h1>
|
||||
<span>Privacy</span>
|
||||
</h1>
|
||||
</div>
|
||||
<div id="hero-image" class="image-with-shadow">
|
||||
<img
|
||||
src="/assets/images/privacy-hero.png"
|
||||
alt="privacy page hero image: a robot emerging from the embasssy and wearing a mask"
|
||||
title="privacy page hero image: a robot emerging from the embasssy and wearing a mask"/>
|
||||
<img class="img-shadow" src="/assets/images/privacy-hero.png" alt=""/>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<h1><span>Privacy</span></h1>
|
||||
</div>
|
||||
</section>
|
||||
<section id="principles" class="section--no-image">
|
||||
<h2>General Principles</h2>
|
||||
<p>
|
||||
At Start9 Labs, Inc (“Start9”, “we”, “us”, “our”), we believe that privacy is a basic human right and have designed our
|
||||
devices and software systems (“Products”) to uphold this principle.</p>
|
||||
<p>
|
||||
<strong>Start9 does not collect</strong>, does not want to collect, and has no reasonable means of collecting, <strong>your personal information
|
||||
from the usage of our Products</strong>.
|
||||
|
||||
</p>
|
||||
<h2>General Principles</h2>
|
||||
<p>
|
||||
At Start9 Labs, Inc (“Start9”, “we”, “us”, “our”), we believe that privacy is a basic human right and have designed our devices and software systems (“Products”) to uphold this principle.</p>
|
||||
<p>
|
||||
<strong>Start9 does not collect</strong>, does not want to collect, and has no reasonable means of collecting, <strong>your personal information from the usage of our Products</strong>.
|
||||
</p>
|
||||
</section>
|
||||
<section id="provisions" class="section--no-image">
|
||||
<h2>Voluntary Provisions</h2>
|
||||
<p>When you visit start9.com or our other public websites, our visitors (“customers”, “you”, “your”) may voluntarily
|
||||
provide us with certain personal information, such as your name or email address, for the purpose of receiving updates
|
||||
about our Products, or to receive a response to an inquiry.
|
||||
<strong>
|
||||
We use this information internally and do not share it with
|
||||
third parties.
|
||||
</strong>
|
||||
You will only receive communications from us, email or otherwise, if you have explicitly opted in to such
|
||||
communications, and you may opt out at any time.</p>
|
||||
<h2>Voluntary Provisions</h2>
|
||||
<p>
|
||||
When you visit start9.com or our other public websites, our visitors (“customers”, “you”, “your”) may voluntarily provide us with certain personal information, such as your name or email address, for the purpose of receiving updates about our Products, or to receive a response to an inquiry.
|
||||
<strong>
|
||||
We use this information internally and do not share it withthird parties.
|
||||
</strong>
|
||||
You will only receive communications from us, email or otherwise, if you have explicitly opted in to such communications, and you may opt out at any time.
|
||||
</p>
|
||||
</section>
|
||||
<section id="purchases" class="section--no-image">
|
||||
<h2>Online Purchases</h2>
|
||||
<p>When you purchase Products from our website, we necessarily collect certain personal information, such as name,
|
||||
email, shipping address, and payment details, in order to facilitate the transaction and conduct shipment.
|
||||
<strong>
|
||||
We do not use
|
||||
the information for any other purpose.
|
||||
</strong>
|
||||
Start9 relies on third party payment processors and shipping partners to conduct transactions, and have no control over
|
||||
their collection or usage of your information.</p>
|
||||
<h2>Online Purchases</h2>
|
||||
<p>
|
||||
When you purchase Products from our website, we necessarily collect certain personal information, such as name, email, shipping address, and payment details, in order to facilitate the transaction and conduct shipment.
|
||||
<strong>
|
||||
We do not use the information for any other purpose.
|
||||
</strong>
|
||||
Start9 relies on third party payment processors and shipping partners to conduct transactions, and have no control over their collection or usage of your information.
|
||||
</p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user