Add terms and conditions, update copyright and ownership to Inovin LLC

This commit is contained in:
Daniel LaForce 2024-08-07 16:25:48 -06:00
parent 064e53d1f9
commit 81923e9535
2 changed files with 15 additions and 25 deletions

View File

@ -128,11 +128,11 @@
</div> </div>
</div> </div>
<div class="buttons"> <div class="buttons">
<a href="https://rebrand.ly/csmsgoogle" target="_blank">View on Google Maps</a> <a href="https://rebrand.ly/csmsgoogle" target="_blank" class="button">View on Google Maps</a>
<a href="https://rebrand.ly/csmsgaia" target="_blank">View on Gaia GPS</a> <a href="https://rebrand.ly/csmsgaia" target="_blank" class="button">View on Gaia GPS</a>
</div> </div>
<div class="footer"> <div class="footer">
<p>&copy; 2024 Daniel LaForce. All rights reserved.</p> <p>&copy; 2024 Inovin LLC. All rights reserved.</p>
<p><a href="terms.html">Terms and Conditions</a></p> <p><a href="terms.html">Terms and Conditions</a></p>
</div> </div>
</body> </body>

View File

@ -16,36 +16,26 @@
.container { .container {
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
background-color: #ffffff; background: white;
padding: 20px; padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1); box-shadow: 0 4px 8px rgba(0,0,0,0.1);
} }
h2 { h1, h2, p {
color: #2c3e50; margin: 0 0 20px 0;
} }
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h2>Terms and Conditions</h2> <h1>Terms and Conditions</h1>
<p>Welcome to CSMS Claims and Neighbors. By accessing or using our website, you agree to comply with and be bound by the following terms and conditions. Please read them carefully.</p> <p>By using this website, you agree to the following terms and conditions:</p>
<h3>Use of Information</h3> <h2>Use of Map Data</h2>
<p>The locations of mining claims provided on this website are for informational purposes only. Users are prohibited from downloading, distributing, or creating derivative works from the provided KML files or any other map data.</p> <p>You may download KML files or other map data provided through this website solely for personal use. You may not use or distribute this data for any commercial purposes or redistribute it in any form without prior written consent from Inovin LLC.</p>
<h3>Restrictions</h3> <h2>Ownership</h2>
<ul> <p>All map data and related content are the property of Inovin LLC. Unauthorized use or distribution of this content is strictly prohibited.</p>
<li>No Redistribution: Users may not download KML files or other map data to create their own maps on Google Maps or any other mapping service.</li> <h2>Contact Information</h2>
<li>No Commercial Use: The information provided on this website is intended for personal use only and may not be used for commercial purposes without prior written consent.</li> <p>If you have any questions or require further information, please contact us at <a href="mailto:danlaforce3@gmail.com">danlaforce3@gmail.com</a>.</p>
<li>No Unauthorized Access: Users may not attempt to gain unauthorized access to any part of our website or data.</li> <p>&copy; 2024 Inovin LLC. All rights reserved.</p>
</ul>
<h3>Intellectual Property</h3>
<p>All content on this website, including but not limited to text, graphics, logos, and software, is the property of CSMS Claims and Neighbors and is protected by intellectual property laws.</p>
<h3>Limitation of Liability</h3>
<p>CSMS Claims and Neighbors is not responsible for any errors or omissions in the information provided, nor for any losses or damages resulting from the use of this information.</p>
<h3>Amendments</h3>
<p>We reserve the right to modify these terms and conditions at any time. Any changes will be posted on this page.</p>
<h3>Contact Information</h3>
<p>If you have any questions or concerns about these terms and conditions, please contact us at [your contact information].</p>
</div> </div>
</body> </body>
</html> </html>