Skip to content

Commit

Permalink
Update the privacy and logo for Google.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Nov 27, 2017
1 parent 9b070fa commit 35991db
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
open and online course. You have a grade book, autograded assignments, a discussion forum, and can earn
badges for your efforts.</li>
<li>
We take your privacy seriously on this site, you can review our
<a href="privacy">Privacy Policy</a> for more details.
</li>
<li>
If you want to use these Creative Commons Licensed materials
in your own classes you can download or link to the artifacts on this site,
<a href="tsugi/cc/export.php">export the course material</a> as an
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@
}
$submenu->addLink('Badges', $R.'badges');
$submenu->addLink('Materials', $R.'materials');
if ( $CFG->DEVELOPER ) {
$submenu->addLink('Test LTI Tools', $T . 'dev');
}
$submenu->addLink('Rate this course', 'https://www.class-central.com/mooc/7362/web-applications-for-everybody');
$submenu->addLink('Privacy', $R.'privacy');
if ( $CFG->providekeys ) {
$submenu->addLink('LMS Integration', $T . 'admin/key/index');
}
if ( isset($CFG->google_classroom_secret) ) {
$submenu->addLink('Google Classroom', $T.'gclass/login');
}
if ( $CFG->DEVELOPER ) {
$submenu->addLink('Test LTI Tools', $T . 'dev');
}
if ( isset($_COOKIE['adminmenu']) && $_COOKIE['adminmenu'] == "true" ) {
$submenu->addLink('Administer', $T . 'admin/');
}
$submenu->addLink('Rate this course', 'https://www.class-central.com/mooc/7362/web-applications-for-everybody');
$submenu->addLink('Logout', $R.'logout');
if ( isset($_SESSION['avatar']) ) {
$set->addRight('<img src="'.$_SESSION['avatar'].'" style="height: 2em;"/>', $submenu);
Expand Down
42 changes: 42 additions & 0 deletions privacy.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php include("top.php");?>
<?php include("nav.php");?>
<h2>Privacy Policy</h2>
<p>This privacy policy has been compiled to better serve those who are concerned with how their 'Personally Identifiable Information' (PII) is being used online. PII, as described in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.</p>
<p><strong>What personal information do we collect from the people that visit our blog, website or app?</strong></p>
<p>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address or other details to help you with your experience.</p>
<p><strong>When do we collect information?</strong></p>
<p>We may use the information we collect from you when you register, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features.</p>
<p><strong>How do we protect your information?</strong></p>
<p>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology.</p>
<p><strong>Do we use 'cookies'?</strong></p>
<p>Yes. Cookies are small files that a site or its service provider transfers to your computer's hard drive through your Web browser (if you allow) that enables the site's or service provider's systems to recognize your browser and capture and remember certain information.</p>
<p><strong>We use cookies to:</strong></p>
<p>Understand and save user's preferences and identity for future visits.</p>
<p>Gather analytics data that is only used to monitor and improve the site.</p>
<p>Many of the learning applications hosted on these systems are designed to neither use nor require cookies and will have full function even when cookies are turned off when the application is launched from a Learning Management System.</p>
<p><strong>If users disable cookies in their browser:</strong></p>
<p>If you turn cookies off, Some of the features that make your site experience more efficient may not function properly.</p>
<p><strong>Third-party disclosure</strong></p>
<p>We do not sell, trade, or otherwise transfer to outside parties your Personally Identifiable Information.</p>
<p><strong>Third-party links</strong></p>
<p>We do not include or offer third-party products or services on our website.</p>
<p><strong>Advertising</strong></p>
<p>We do no third-party advertising on this site.</p>
<p><strong>Google Analytics</strong></p>
<p>We use Google analytics to track usage and improve the site unless
you request not to be tracked using a Do Not Track signal (see below).</p>
<p>Google, as a third-party vendor, uses cookies to support analytics on our site. Users may opt-out of the use of the DART cookie by using the Google-provided opt-out capabilities. If users opt-out of Google Analytics on this site, there is no reduction in functionality of this site.</p>
<p><strong>How does our site handle Do Not Track signals?</strong></p>
<p>We honor Do Not Track signals. When DNT is indicated, we supress the gathering of all internal analytics data and do not use any third-party (Google only) analytics on the pages the user visits. We never show ads on any page.</p>
<p><strong>COPPA (Children Online Privacy Protection Act)</strong></p>
<p>We do not specifically market to children under the age of 13 years old.</p>
<p><strong>Notifications</strong> </p>
<p>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur: We will notify you via email</p>
<p>If there are any questions regarding this privacy policy, you may contact us using the information below.<br></p>
<pre><code>Web Applications for Everybody (wa4e.com)
1537 Holbrook Drive
Holt, Michigan 48842
United States</code></pre>
<p>Last edited: 27-Nov-2017</p>
<?php include("foot.php"); ?>

0 comments on commit 35991db

Please sign in to comment.