This commit is contained in:
Kyle
2020-12-16 16:22:44 -08:00
parent 1a9d15d94b
commit bddedd324f
1124 changed files with 2165 additions and 0 deletions

81
legal/index.html Normal file
View File

@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="description">
<meta name="keywords" content="keywords">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<script src='/js/includeHTML.js'></script>
<script src='/js/main.js'></script>
</head>
<body onload='includeHTML();'>
<div class='background'></div>
<header html-include='/globalHTML/header.html'></header>
<div html-include='/globalHTML/menu.html'></div>
<!-- Page Specific Content Begins Here -->
<title>Card Conjurer - Legal</title>
<h2 class='readable-background header-extension title center'>Terms and Conditions</h2>
<div class='main-content margin-large'>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Introduction</h2>
<h5 class='padding'>
Welcome, and thank you for using Card Conjurer!
<br><br>In these Terms and Conditions ("Terms") CardConjurer.com will refer to itself as "Card Conjurer", "we", "us", or "our".
<br><br>By using our website ("Services"), you confirm that you have read, understand, and agree to be bound by these Terms.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Disclaimer</h2>
<h5 class='padding'>
We are neither affiliated with, sponsored by, nor endorsed by Wizards of the Coast. Fonts, Mana symbols, card images, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.
<br><br>We are neither affiliated with, sponsored by, nor endorsed by Scryfall LLC.
<br><br>All user-uploaded material is property of the original artist, and it is the user's responsibility to ensure that these materials are properly credited.
<br><br>Some card frame images, or elements used therein, were sourced with permission from Chilli_Axe, Kentu, thevodkaboy, and Timmy XD69.
<br><br>All other content Copyright © 2020 Card Conjurer.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Terms of Use</h2>
<h5 class='padding'>
Our services are intended for personal use only, not commercial.
<br><br>You will not upload artwork that you do not have permission to use, or that is in any way illegal.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Cookies/LocalStorage</h2>
<h5 class='padding'>
By using our services, you are consenting to the use and storage of localStorage and cookies on your device. The data only serves to store settings you have previously input to improve your experience, as well as store the cards you may choose to save.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Advertising</h2>
<h5 class='padding'>
We may present advertisements for or links to third party websites, products, and/or services ("Third Party Ads"). We are not responsible for the availability of these Third Party Ads, the materials they contain, nor any damages or losses they ensue.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Liability</h2>
<h5 class='padding'>
We are not responsible for any damage to your device related to the use of our Services.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Changes</h2>
<h5 class='padding'>
We may revise these Terms at any time. We are not responsible for notifying users of any changes to these Terms, and by continuing to use our Services you are agreeing to be bound by the most recent revision.
</h5>
</div>
<div class='readable-background layer'>
<h2 class='center margin-bottom'>Contact</h2>
<h5 class='padding'>
If you have any questions regarding this Agreement, you may contact us at CardConjurerMTG@gmail.com.
</h5>
</div>
</div>
<!-- Page Specific Content Ends Here -->
<footer html-include='/globalHTML/footer.html'></footer>
</body>
</html>