~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.



src/pages/only-bible-app/terms-and-conditions/index.astro



---
import Layout from "@/layouts/BaseLayout.astro";
---
<Layout
title="Terms and Conditions | Only Bible App"
description="Terms and Conditions | Only Bible App"
>
<div class="terms-container">
<h1>Terms and Conditions</h1>
<p>
By downloading or using the app, these terms will automatically apply to
you – you should make sure therefore that you read them carefully before
using the app. You’re not allowed to copy or modify the app, any part of
the app, or our trademarks in any way. You’re not allowed to attempt to
extract the source code of the app, and you also shouldn’t try to
translate the app into other languages or make derivative versions. The
app itself, and all the trademarks, copyright, database rights, and other
intellectual property rights related to it, still belong to us.
</p>
<p>
We are committed to ensuring that the app is as useful and efficient as
possible. For that reason, we reserve the right to make changes to the app
or to charge for its services, at any time and for any reason. We will
never charge you for the app or its services without making it very clear
to you exactly what you’re paying for.
</p>
<p>
The Only Bible App app stores and processes personal data that you have
provided to us, to provide my Service. It’s your responsibility to keep
your phone and access to the app secure. We therefore recommend that you
do not jailbreak or root your phone, which is the process of removing
software restrictions and limitations imposed by the official operating
system of your device. It could make your phone vulnerable to
malware/viruses/malicious programs, compromise your phone’s security
features and it could mean that the Only Bible App app won’t work properly
or at all.
</p>
<h4>Changes to this Terms and conditions</h4>
I may update our Terms and conditions from time to time. Thus, you are advised
to review this page periodically for any changes. I will notify you of any changes
by posting the new Terms and conditions on this page.
<p>
This policy is effective as of <strong>2023-09-08</strong>
</p>
<h4>Contact Us</h4>
If you have any questions or suggestions for us you can contact us at
<strong>pyros2097@gmail.com</strong>
</div>
</Layout>
<style>
.terms-container {
padding-bottom: 2.5rem; /* pb-10 */
margin-top: 2.5rem; /* mt-10 */
}
h1 {
font-weight: 700; /* font-bold */
font-size: 1.875rem; /* text-3xl */
line-height: 2.25rem; /* text-3xl */
}
/* Basic styling for h4 and strong for consistency, can be adjusted or removed if global styles exist */
h4 {
font-weight: 600;
margin-top: 0.5rem;
font-size: 1.17em; /* Default h4 size */
}
strong {
font-weight: bold;
}
</style>