Heavily customized version of smokesignal - https://whtwnd.com/kayrozen.com/3lpwe4ymowg2t
at main 4.0 kB view raw
1<section class="section pb-3"> 2 <div class="container"> 3 <h1 class="title is-1">{{ t("terms-of-service-title") }}</h1> 4 <h2 class="subtitle">{{ t("effective-date") }}: May 8th, 2025</h2> 5 </div> 6</section> 7<section class="section py-3"> 8 <div class="container content"> 9 <h4 class="title is-4">Service Description</h4> 10 <p> 11 Smoke Signal ("we", "us", or "our") is an event and RSVP management application built on top of the 12 ATProtocol. This terms-of-service applies solely to the instance of Smoke Signal available at 13 <a href="https://smokesignal.events/">https://smokesignal.events</a> (the "Site"). 14 </p> 15 <p> 16 By using our website and services, you agree to the following terms and conditions. 17 Please read them carefully. 18 </p> 19 </div> 20</section> 21<section class="section py-3"> 22 <div class="container content"> 23 <h4 class="title is-4">User Rights and Responsibilities</h4> 24 <p> 25 Users are expected to: 26 </p> 27 <ul> 28 <li>Use the service in a lawful, respectful, and non-abusive manner.</li> 29 <li>Maintain the confidentiality and security of their account credentials.</li> 30 <li>Accept full responsibility for any content they create or interact with using the service.</li> 31 </ul> 32 <p> 33 Abuse, misuse, or violations of law may result in account suspension or removal from the platform. 34 </p> 35 </div> 36</section> 37<section class="section py-3"> 38 <div class="container content"> 39 <h4 class="title is-4">Content Ownership and Intellectual Property</h4> 40 <p> 41 Smoke Signal does not claim ownership over any user-contributed content, including event and RSVP data. 42 These records are stored in each user's personal data server (PDS) and remain under the user's control. 43 </p> 44 <p> 45 To support service functionality, Smoke Signal may maintain an index and cached references to publicly 46 available data. Attribution is provided whenever feasible. 47 </p> 48 </div> 49</section> 50<section class="section py-3"> 51 <div class="container content"> 52 <h4 class="title is-4">Privacy and Cookie Policy</h4> 53 <p> 54 Please review the following policies for more information about how your data is handled: 55 </p> 56 <ul> 57 <li> 58 <a href="/privacy-policy"> 59 Privacy Policy 60 </a> 61 </li> 62 <li> 63 <a href="/cookie-policy"> 64 Cookie Policy 65 </a> 66 </li> 67 </ul> 68 </div> 69</section> 70<section class="section py-3"> 71 <div class="container content"> 72 <h4 class="title is-4">Open Source Notice</h4> 73 <p> 74 The software that powers Smoke Signal is open source and made available under the MIT License. This Terms of 75 Service applies solely to the hosted instance at 76 <a href="https://smokesignal.events/">https://smokesignal.events</a> 77 and does not extend to other deployments of the open source code. 78 </p> 79 </div> 80</section> 81<section class="section py-3"> 82 <div class="container content"> 83 <h4 class="title is-4">Governing Law</h4> 84 <p> 85 These terms are governed by the laws of the United States of America, without regard to conflict of law 86 principles. Any disputes arising out of or related to these terms will be handled in accordance with U.S. 87 law. 88 </p> 89 </div> 90</section> 91<section class="section py-3"> 92 <div class="container content"> 93 <h4 class="title is-4">Changes to Terms</h4> 94 <p> 95 We may revise this Terms of Service. Changes will be posted with an updated effective date. Continued use of 96 the Site after updates constitutes acceptance. 97 </p> 98 </div> 99</section>