1
0
Fork 0

Added initial terms, privacy, contact, copyright and license.

master
Ambrose Chua 2013-10-19 21:05:17 +08:00
parent 9cc0e65c75
commit f4757d1662
5 changed files with 512 additions and 6 deletions

16
COPYRIGHT.md Normal file
View File

@ -0,0 +1,16 @@
typega.me - a typing game
Copyright (C) 2013 a2y inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

View File

@ -1,4 +1,4 @@
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@ -290,8 +290,8 @@ to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
The repository of typega.me
Copyright (C) 2013 a2y inc.
typega.me - a typing game
Copyright (C) 2013 a2y inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -312,7 +312,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision version 69, Copyright (C) 2013 a2y inc.
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
@ -329,11 +329,11 @@ necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
{signature of Ty Coon}, 1 April 1989
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
Public License instead of this License.

118
contact/index.html Normal file
View File

@ -0,0 +1,118 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>typega.me - contact</title>
<link rel="icon" href="../images/icon16.png" type="image/png" />
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:100);
* {
padding: 0;
margin: 0;
}
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #fff;
font-size: 25px;
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 100;
line-height: 1.5em;
text-align: left;
text-transform: lowercase;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
header h1 {
line-height: 1em;
text-align: right;
}
header h1 span {
color: #fff;
padding: 20px;
display: inline-block;
padding-left: 150px;
background-color: rgba(235, 0, 255, 0.5);
}
header {
padding: 50px 0;
}
article {
margin: 0 0;
}
nav {
padding: 50px;
background-color: rgba(105, 0, 255, 0.5);
margin: 10px 40% 10px 0;
}
ul, ol {
padding: 5px 30px;
}
li {
padding: 5px;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
section {
padding: 50px;
margin: 100px 0 20px 0;
background-color: rgba(105, 0, 255, 0.5);
}
.profile {
padding: 20px;
}
.profile > p {
padding: 20px;
}
</style>
</head>
<body>
<header>
<h1><span>typega.me contact</span></h1>
</header>
<article>
<section>
<h1>Contact our creators</h1>
<h2>a2y inc. </h2>
<ul>
<li><label>GitHub</label> <span><a href="http://github.com/a2yinc">a2yinc</a></span></li>
<li><label>Twitter</label> <span><a href="http://twitter.com/a2yinc">@a2yinc</a></span></li>
<li class="profile">
<h3>Ambrose Chua <span>(ambc)</span></h3>
<p>Web developer, UX/UI designer. Likes awesome designs, and Google! </p>
<ul>
<li><label>Email</label> <span><a href="mailto:amb.ccm@gmail.com">amb.ccm@gmail.com</a></span></li>
<li><label>Gogole+</label> <span><a href="http://plus.google.com/116953171551478622938">+Ambrose Chua</a></span></li>
<li><label>Twitter</label> <span><a href="http://twitter.com/AmbC_Tec_CO">@AmbC_Tec_CO</a></span></li>
<li><label>Facebook</label> <span><a href="http://facebook.com/ambrose.chua.cm">ambrose.chua.cm</a></span></li>
<li><label>StackOverflow</label> <span><a href="http://stackoverflow.com/users/1716172/ambc">ambc</a></span></li>
</ul>
</li>
<li class="profile">
<h3>Yang Yeshuai <span>(goat)</span></h3>
<p>Goat goes...</p>
<ul>
<li><label>Twitter</label> <span><a href="http://twitter.com/AmbC_Tec_CO">@AmbC_Tec_CO</a></span></li>
<li><label>Facebook</label> <span><a href="http://facebook.com/ambrose.chua.cm">ambrose.chua.cm</a></span></li>
</ul>
</li>
</ul>
</section>
</article>
</body>
</html>

212
privacy/index.html Normal file
View File

@ -0,0 +1,212 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>typega.me - privacy policy</title>
<link rel="icon" href="../images/icon16.png" type="image/png" />
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:100);
* {
padding: 0;
margin: 0;
}
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #fff;
font-size: 25px;
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 100;
line-height: 1.5em;
text-align: left;
text-transform: lowercase;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
header h1 {
line-height: 1em;
text-align: right;
}
header h1 span {
color: #fff;
padding: 20px;
display: inline-block;
padding-left: 150px;
background-color: rgba(235, 0, 255, 0.5);
}
header {
padding: 50px 0;
}
article {
margin: 0 0;
}
nav {
padding: 50px;
background-color: rgba(105, 0, 255, 0.5);
margin: 10px 40% 10px 0;
}
ul {
padding: 5px 30px;
}
section {
padding: 50px;
margin: 100px 0 20px 0;
background-color: rgba(105, 0, 255, 0.5);
}
nav.to-top {
padding: 10px 40px;
text-align: right;
background-color: transparent;
color: #000;
}/*
nav.to-to
p a:after {
content: "\25B2";
font-size: 0.5em;
line-height: 1em;
vertical-align: middle;
}*/
</style>
</head>
<body>
<header>
<h1><span>typega.me privacy policy</span></h1>
</header>
<!--
<nav>
<h1 id="contents">Contents</h1>
<ul>
<li>
<a href="#personal-info">Personal info</a>
<ul>
<li><a href="#misc_children">Children</a></li>
</ul>
</li>
<li>
<a href="#collection">Collection</a>
<ul>
<li><a href="#collection_tracking">Tracking technologies</a></li>
</ul>
</li>
<li>
<a href="#use">Use</a>
</li>
<li>
<a href="#disclosure">Disclosure</a>
<ul>
<li><a href="#disclosure_partners">Partners</a></li>
<li><a href="#disclosure_legal">Legal process</a></li>
</ul>
</li>
<li>
<a href="#storage">Storage</a>
<ul>
<li><a href="#storage_location">Where your info lives</a></li>
<li><a href="#storage_duration">How long we keep your info</a></li>
</ul>
</li>
<li>
<a href="#misc">About</a>
<ul>
<li><a href="#choice">Your choices</a></li>
<li><a href="#change">Changes to this policy</a></li>
<li><a href="#contact">Contact us</a></li>
</ul>
</li>
</ul>
</nav>
<article>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="personal-info">Your information</h1>
<h2 id="misc_children">Children</h2>
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="collection">How we collect info</h1>
<h2 id="collection_tracking">Tracking technologies</h2>
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="use">How we use your info</h1>
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="disclosure">When we share your info</h1>
<h2 id="disclosure_partners">Our Partners</h2>
<h2 id="disclosure_legal">Legal process</h2>
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="storage">How we store your info</h1>
<h2 id="storage_location">Where your info lives</h2>
<h2 id="storage_duration">How long we keep your info</h2>
</section>
<nav class="to-top"><a href="#contents">back to top</a></nav>
<section>
<h1 id="misc">About</h1>
<h2 id="misc_choice">Your choices</h2>
<h2 id="misc_changes">Changes</h2>
<h2 id="misc_contact">Contact us</h2>
<p>
<ul>
<li><label>Email</label><span>amb.ccm@gmail.com</span></li>
<li><label></label><span>amb.ccm@gmail.com</span></li>
</ul>
</p>
</section>
</article>
-->
<section>
<p>We value your privacy. We do not disclose information about you. However your information is not entirely secure. We attempt to reduce the possibility of hackers form obtaining your data, but it can't be prevented entirely. If you do not wish for your data to be disclosed, do not use our services. </p>
</section>
<footer>
Initial draft. Incomplete.
</footer>
</body>
</html>

160
terms/index.html Normal file
View File

@ -0,0 +1,160 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>typega.me - terms of service</title>
<link rel="icon" href="../images/icon16.png" type="image/png" />
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:100);
* {
padding: 0;
margin: 0;
}
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
background-color: #fff;
font-size: 25px;
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 100;
line-height: 1.5em;
text-align: left;
text-transform: lowercase;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
header h1 {
line-height: 1em;
text-align: right;
}
header h1 span {
color: #fff;
padding: 20px;
display: inline-block;
padding-left: 150px;
background-color: rgba(235, 0, 255, 0.5);
}
header {
padding: 50px 0;
}
article {
margin: 0 0;
}
nav {
padding: 50px;
background-color: rgba(105, 0, 255, 0.5);
margin: 10px 40% 10px 0;
}
ul, ol {
padding: 5px 30px;
}
li {
padding: 5px;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
section {
padding: 50px;
margin: 100px 0 20px 0;
background-color: rgba(105, 0, 255, 0.5);
}
</style>
</head>
<body>
<header>
<h1><span>typega.me terms</span></h1>
</header>
<article>
<section>
<h1>Thank you for typega.meing! </h1>
<p>
typega.me is provided by a<sub>2</sub>y inc. These Terms of Service ("Terms") govern your access to and use of typega.me's website, products, and services ("Products"). Please read these Terms carefully, and <a href="../contact/">contact us</a> if you have any questions. By accessing or using our Products, you agree to be bound by these Terms and by our <a href="../privacy/">Privacy Policy</a>.
</p>
<ol>
<li>
<h1>Using typega.me</h1>
<ol>
<li>
<h2>Who can use typega.me</h2>
<p>
You may use our Products only if you agree with us, and comply to thees Terms and all applicable law.
</p>
</li>
</ol>
</li>
<li>
<h1>Your content</h1>
<ol>
<li>
<h2>Posting data</h2>
<p>
typega.me allows you to submit you game data to our servers, including high scores and usernames. This does not include your linked accounts and related information. You are solely responsible for your data.
</p>
</li>
<li>
<h2>How we use your data</h2>
<p>
typega.me uses your data to provide a unique user experience. All your data may be freely used by us and others without permissions. By agreeing to the Terms, you agree to allow your data to be used by others.
</p>
</li>
</ol>
</li>
<li>
<h1>Copyright</h1>
<ol>
<li>
<h2>Licensing</h2>
<p>
By using, obtaining or adapting our source code, you must comply with the <a href="../LICENSE.md">GNU GENERAL PUBLIC LICENSE V2</a>.
</p>
</li>
</ol>
</li>
<li>
<h1>Security</h1>
<p>
We care about your security. We try our best to protect your content and account, we cannot guarantee that unauthorized third parties will not be able to defeat our security measures. Please notify us immediately of any compromise or unauthorized use of your account.
</p>
</li>
<li>
<h1>Third party links, sites and services. </h1>
<p>
Our Products may contain links to third-party websites, advertisers, services, special offers, or other events or activities that are not owned or controlled by us. We do not endorse or assume any responsibility for any such third-party sites, information, materials, products, or services. If you access any third party website, service, or content from us, you do so at your own risk and you agree that us will have no liability arising from your use of or access to any third-party website, service, or content.
</p>
</li>
<li>
<h1>Termination</h1>
<p>
We may terminate or suspend this license at any time, with or without cause or notice to you. Upon termination, you continue to be bound by these Terms.
</p>
</li>
<li>
<h1>Disclaimers</h1>
<p>
The Products and all included content are provided on an "as is" basis without warranty of any kind, whether express or implied.
WE DISCLAIM ANY AND ALL WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT, AND ANY WARRANTIES ARISING OUT OF COURSE OF DEALING OR USAGE OF TRADE.
We take no responsibility and assumes no liability for any User Content that you or any other user or third party posts or transmits using our Products. You understand and agree that you may be exposed to User Content that is inaccurate, objectionable, inappropriate for children, or otherwise unsuited to your purpose.
</p>
</li>
<ol>
</section>
</article>
</body>
</html>