This commit is contained in:
Joey Kimsey
2024-12-20 16:55:45 -05:00
parent 7b4dc5f41f
commit 0c2fa757dd
12 changed files with 127 additions and 22 deletions

View File

@ -1,5 +1,5 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center text-primary mb-4">Welcome to AllTheBookmarks</h2>
<h2 class="text-center mb-4">Welcome to AllTheBookmarks</h2>
<p class="lead">
AllTheBookmarks was built out of a need to manage my own bookmarks better. As a web developer, I would not only use URLs for every aspect of my job, but I also needed to switch browsers, operating systems, or devices. For years, I had a version of this tool that I used on my own local network. In 2025, I'm bringing it to anyone who wants it.
</p>
@ -7,10 +7,10 @@
Right now, this entire system was built and managed by myself. As stated, I have used my own version of this for years, but translating it to a publicly available product is not a 1-to-1 job. There may be bugs or issues encountered while you use the product. I can't guarantee a fix for every need in every case immediately, but I do actively keep track of bugs and work hard to ensure everyone has a great experience using the app.
</p>
<p>
If you encounter any bugs, feel free to report them <a href="/bugreport" class="text-primary text-decoration-underline">here</a>. Likewise, there are forms for feedback, reviews, suggestions, and a general contact form. Thanks for taking the time to check out the product!
If you encounter any bugs, feel free to report them <a href="/bugreport" class="text-decoration-none atb-green">here</a>. Likewise, there are forms for feedback, reviews, suggestions, and a general contact form. Thanks for taking the time to check out the product!
</p>
<div class="text-center mt-4 pb-4">
{loggedin}<a href="/bugreport" class="btn btn-primary btn-lg px-5">Report a Bug</a>{/loggedin}
<a href="/contact" class="btn btn-outline-secondary btn-lg px-5 ms-3">Contact Us</a>
{loggedin}<a href="/bugreport" class="btn btn-primary btn-lg px-5 atb-green-bg">Report a Bug</a>{/loggedin}
<a href="/contact" class="btn btn-outline-secondary btn-lg px-5 ms-3 atb-green-outline">Contact Us</a>
</div>
</div>

View File

@ -1,4 +1,4 @@
<div class="col-6 col-md-2 mb-3">
<div class="col-6 col-md-2 mb-3 text-center">
<h5 class="atb-green">More Info</h5>
<ul class="nav flex-column">
{LOOP}

View File

@ -1,4 +1,4 @@
<div class="col-6 col-md-2 mb-3">
<div class="col-6 col-md-2 mb-3 text-center">
<h5 class="atb-green">Contact Us</h5>
<ul class="nav flex-column">
{LOOP}

View File

@ -1,6 +1,6 @@
<div class="col-6 col-md-2 mb-3">
<div class="col-6 col-md-2 mb-3 text-center">
<h5 class="atb-green">Dark Mode</h5>
<div class="material-switch px-4">
<div class="material-switch px-4 mt-2">
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input">
<label for="dark-mode-toggle" class="label-default"></label>
</div>

View File

@ -1,8 +1,9 @@
<div class="context-main-bg p-4 my-5">
<h1>Privacy Policy</h1>
<hr>
<p>Last updated: December 09, 2024</p>
<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>
<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the <a href="https://www.termsfeed.com/privacy-policy-generator/" target="_blank">Privacy Policy Generator</a>.</p>
<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the <a href="https://www.termsfeed.com/privacy-policy-generator/" target="_blank" class="text-decoration-none atb-green">Privacy Policy Generator</a>.</p>
<h2>Interpretation and Definitions</h2>
<h3>Interpretation</h3>
<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>
@ -46,7 +47,7 @@
<p><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>
</li>
<li>
<p><strong>Website</strong> refers to All The Bookmarks, accessible from <a href="https://allthebookmarks.com" rel="external nofollow noopener" target="_blank">https://allthebookmarks.com</a></p>
<p><strong>Website</strong> refers to All The Bookmarks, accessible from <a href="https://allthebookmarks.com" rel="external nofollow noopener" class="atb-green text-decoration-none" target="_blank">https://allthebookmarks.com</a></p>
</li>
<li>
<p><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>
@ -89,7 +90,7 @@
<li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>
<li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>
</ul>
<p>Cookies can be &quot;Persistent&quot; or &quot;Session&quot; Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on <a href="https://www.termsfeed.com/blog/cookies/#What_Are_Cookies" target="_blank">TermsFeed website</a> article.</p>
<p>Cookies can be &quot;Persistent&quot; or &quot;Session&quot; Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on <a class="text-decoration-none atb-green" href="https://www.termsfeed.com/blog/cookies/#What_Are_Cookies" target="_blank">TermsFeed website</a> article.</p>
<p>We use both Session and Persistent Cookies for the purposes set out below:</p>
<ul>
<li>
@ -194,11 +195,11 @@
<p>By email: webmaster@allthebookmarks.com</p>
</li>
<li>
<p>By visiting this page on our website: <a href="https://allthebookmarks.com/contact" rel="external nofollow noopener" target="_blank">https://allthebookmarks.com/contact</a></p>
<p>By visiting this page on our website: <a href="https://allthebookmarks.com/contact" rel="external nofollow noopener" class=" atb-green text-decoration-none target="_blank">https://allthebookmarks.com/contact</a></p>
</li>
</ul>
<div class="text-center py-3">
<a href="#top" class="btn btn-outline-primary">Back to Top</a>
<a href="#top" class="btn btn-outline-primary atb-green-outline">Back to Top</a>
</div>
</div>

View File

@ -1,6 +1,6 @@
<div class="terms-page col-lg-8 mx-auto my-5">
{TERMS}
<div class="text-center py-3">
<a href="#top" class="btn btn-outline-primary">Back to Top</a>
<a href="#top" class="btn btn-outline-primary atb-green-outline">Back to Top</a>
</div>
</div>