-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev/develop' of github.com:aiaio/DesignStudioExpress in…
…to dev/develop
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<title></title> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.fullpage/2.5.9/jquery.fullPage.min.css" /> | ||
<link rel="stylesheet" href="stylesheets/main.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<section class=""> | ||
<div id="fullpage"> | ||
<div class="section guide guide-intro"> | ||
<h3 class="guide-intro--header white-space-pre-line">Privacy Policy / Legalese</h3> | ||
<p class="guide-intro--description"> | ||
|
||
Design Studio Express Privacy Policy | ||
|
||
Effective Date: 2015-12-23 | ||
|
||
|
||
Design Studio Express collects the e-mail addresses of those who communicate with us via e-mail, and information submitted through voluntary activities such as site registrations or participation in surveys. We also collect aggregate data regarding the web pages that visitors access on AlexanderInteractive.com website. The information we collect is not shared with or sold to others. | ||
|
||
|
||
Your data | ||
|
||
Design Studio Express uses third party vendors and hosting partners to provide the necessary hardware, software, networking, storage, and related technology required to run Design Studio Express. Alexander Interactive owns the code, databases, and all rights to the Design Studio Express application. We will not share your data or information with any unauthorized 3rd party vendors without your consent. | ||
|
||
|
||
Ad servers & Security | ||
|
||
We do not partner with or have special relationships with any ad server companies. | ||
|
||
All data and information transmitted with Service is secured by SSL protocol. | ||
|
||
|
||
Changes | ||
|
||
Design Studio Express may change or update this policy in the future. We will post these changes to our Website and notify you accordingly. If you are concerned about how your information is used, check back at the App Store. | ||
|
||
|
||
Questions? | ||
|
||
Please contact us at [email protected] | ||
</p> | ||
</div> | ||
</section> | ||
|
||
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> | ||
</body> | ||
</html> |