Start working on terms of service template

This commit is contained in:
calzoneman 2013-12-19 23:07:47 -05:00
parent 10de5df3c6
commit df16458f98
1 changed files with 77 additions and 0 deletions

77
www/tos.html Normal file
View File

@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CyTube</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Calvin 'calzoneman' Montgomery">
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<link href="./assets/css/ytsync.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
#channeldata td, #channeldata th {
text-align: center;
vertical-align: middle;
}
</style>
<link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.html">CyTube</a>
<div class="">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="https://github.com/calzoneman/sync/wiki/Beginner%27s-Guide-and-FAQ" target="_blank">Help</a></li>
<li><a href="account.html">Account</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span8 offset2">
<h3>Terms of Service</h3>
<p>By visiting or otherwise using this service ("CyTube"), you agree to comply with the following terms of use. You agree further to abide by United States law, and by local laws where applicable with regard to your use of this service.</p>
<strong>Disclaimer of Warranty</strong>
<p>The content present on CyTube is provided "as-is". CyTube makes no warranties, express or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Furthermore, CyTube does not make any representations concerning the accuracy or reliability of content present on CyTube.</p>
<strong>Disclaimer of Endorsement</strong>
<p>CyTube permits users to share links, embedded content, or other content insofar as the shared content complies with these terms of use and is legal under United States and local law. CyTube is not responsible for the content shared, or any consequences of sharing such content. CyTube does not endorse any user-provided content. Viewing shared content is done at the user's own risk.</p>
<strong>Prohibited Content</strong>
<p>CyTube may not be used in any way to promote activity which is considered harmful or is illegal under United States or local law, including but not limited to:
<ul>
<li>Sharing of illegal content (Child Pornography, warez, etc.)</li>
<li>Sharing of copyrighted content without the content owner's permission</li>
<li>Blackmail, slander, or other defamatory action towards any person</li>
<li>Harassment</li>
<li>Phishing</li>
</ul>
This list is not exhaustive.</p>
<strong>Revocation of Access</strong>
<p>CyTube and its administrators reserve the right to temporarily or permanently prohibit any user account or IP address from connecting for violations of these terms of use or for any other reason. Use of a proxy to escape such a ban is not permitted.
</div>
</div> <!-- /container -->
<div class="push"></div>
<div id="sitefooter">
</div>
</div>
<div id="footer">
<p class="muted">
CyTube Software Copyright &copy; 2013 Calvin Montgomery&nbsp;&middot;&nbsp;Available for free on <a href="http://github.com/calzoneman/sync">GitHub</a>&nbsp;&middot;
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5Y7PUVVGVSEWG&lc=US&item_name=CyTube&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted">Donate</a>
</p>
</div>
</body>
</html>