General content update.
- Changed banner titles. - Reworked and updated the privacy policy. - Fixed indentation and layout.
This commit is contained in:
parent
323b2a8eeb
commit
7f686de11b
@ -32,8 +32,7 @@
|
|||||||
color: var(--font-color);
|
color: var(--font-color);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
</style>
|
|
||||||
|
|
||||||
<Modal/>
|
<Modal/>
|
||||||
<Nav {segment} rightComponent={userManager}/>
|
<Nav {segment} rightComponent={userManager}/>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
<title>Quartznet - About</title>
|
<title>Quartznet - About</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Banner title="Quartznet - About"/>
|
<Banner title="About"/>
|
||||||
|
|
||||||
<main>
|
<main class="container">
|
||||||
<section class="container">
|
<section>
|
||||||
<h2>Frequently Asked Questions</h2>
|
<h2>Frequently Asked Questions</h2>
|
||||||
<h3>Who we are</h3>
|
<h3>Who we are</h3>
|
||||||
<p>A small team developing games and software.</p>
|
<p>A small team developing games and software.</p>
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
<script>
|
<script>
|
||||||
|
import Banner from '../../components/banner.svelte'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<main>
|
<Banner title="Admin"/>
|
||||||
this is not done
|
|
||||||
|
<main class="container">
|
||||||
|
<section>
|
||||||
|
this is not done
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
@ -2,24 +2,24 @@
|
|||||||
import Banner from '../../components/banner.svelte'
|
import Banner from '../../components/banner.svelte'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Banner/>
|
<Banner title="Login"/>
|
||||||
|
|
||||||
<main class="container">
|
<main class="container">
|
||||||
<form class="form-signin" action="login.php" method="post">
|
<form class="form-signin" action="login.php" method="post">
|
||||||
<div class="form-label-group">
|
<div class="form-label-group">
|
||||||
<label for="username">Username</label>
|
<label for="username">Username</label>
|
||||||
<input type="text" id="username" class="form-control" name="username" placeholder="Username" required>
|
<input type="text" id="username" class="form-control" name="username" placeholder="Username" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-label-group">
|
<div class="form-label-group">
|
||||||
<label for="inputPassword">Password</label>
|
<label for="inputPassword">Password</label>
|
||||||
<input type="password" id="password" class="form-control" name="password" placeholder="Password" required>
|
<input type="password" id="password" class="form-control" name="password" placeholder="Password" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="custom-control custom-checkbox mb-3">
|
<div class="custom-control custom-checkbox mb-3">
|
||||||
<input type="checkbox" class="custom-control-input" id="customCheck1">
|
<input type="checkbox" class="custom-control-input" id="customCheck1">
|
||||||
<label class="custom-control-label" for="customCheck1">Remember password</label>
|
<label class="custom-control-label" for="customCheck1">Remember password</label>
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-lg btn-primary btn-block text-uppercase" type="submit">Sign in</button>
|
<button class="btn btn-lg btn-primary btn-block text-uppercase" type="submit">Sign in</button>
|
||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
@ -20,7 +20,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Sirius - Blog</title>
|
<title>Quartznet - Blog</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Banner title="Blog"/>
|
<Banner title="Blog"/>
|
||||||
|
@ -6,41 +6,38 @@
|
|||||||
<title>Quartznet - Policy</title>
|
<title>Quartznet - Policy</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Banner title="Quartznet - Policy"/>
|
<Banner title="Policy"/>
|
||||||
|
|
||||||
<main>
|
<main class="container">
|
||||||
<section class="container">
|
<section>
|
||||||
<h2>Privacy Policy</h2>
|
<span>Last updated: 24/08/2020</span>
|
||||||
<span>Last updated: 22/08/2020</span>
|
<p>Quartznet operates <b>https://www.quartznet.info</b> (the "Site"). This page informs you of our policies regarding the collection, use and disclosure of Personal Information we receive from users of the Site.</p>
|
||||||
|
|
||||||
<p>Quartznet operates *quartznet.info* (the "Site"). This page informs you of my policies regarding the collection, use and disclosure of Personal Information I receive from users of the Site.</p>
|
<p>We use your Personal Information only for providing and improving the Site. By using the Site, you agree to the collection and use of information in accordance with this policy.</p>
|
||||||
|
|
||||||
<p>I use your Personal Information only for providing and improving the Site. By using the Site, you agree to the collection and use of information in accordance with this policy.</p>
|
<h2>Log Data</h2>
|
||||||
|
<p>Like many site operators, we collect information that your browser sends whenever you visit our Site ("Log Data").</p>
|
||||||
|
|
||||||
<h2>Log Data</h2>
|
<p>This Log Data may include information such as your computer's Internet Protocol ("IP") address, browser type, browser version,
|
||||||
|
the pages of our Site that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>
|
||||||
|
|
||||||
<p>Like many site operators, I collect information that your browser sends whenever you visit my Site ("Log Data").
|
<p>We use Google Analytics to collect, monitor and analyze this.</p>
|
||||||
This Log Data may include information such as your computer's Internet Protocol ("IP") address, browser type, browser version, the pages of my Site that you visit, the time and date of your visit, the time spent on those pages and other statistics.</p>
|
|
||||||
|
|
||||||
<p>In addition, I may use third party services such as Google Analytics that collect, monitor and analyze this.</p>
|
<h2>Cookies</h2>
|
||||||
<hr>
|
<p>Cookies are files with small amount of data, which may include an anonymous unique identifier.
|
||||||
</section>
|
Cookies are sent to your browser from a web site and stored on your computer's hard drive.</p>
|
||||||
|
|
||||||
<section class="container">
|
<p>Like many sites, we use "cookies" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent.
|
||||||
<h2>Cookies Policy</h2>
|
However, if you do not accept cookies, you may not be able to use some portions of our Site.</p>
|
||||||
<span>Last updated: 22/08/2020</span>
|
|
||||||
|
|
||||||
<p>Quartznet uses cookies. By using the Service, you consent to the use of cookies.</p>
|
<h2>Security</h2>
|
||||||
|
<p>The security of your Personal Information is important to us, but remember that no method of transmission over the Internet,
|
||||||
|
or method of electronic storage, is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.</p>
|
||||||
|
|
||||||
<h2>What are cookies</h2>
|
<h2>Changes to this Privacy Policy</h2>
|
||||||
<p>Cookies are small pieces of text sent by your web browser by a website you visit. A cookie file is stored in your web browser and allows the Service or a third-party to recognize you and make your next visit easier and the Service more useful to you.</p>
|
<p>This Privacy Policy is effective as of 24/08/2020 and will remain in effect except with respect to any changes in its provisions in the future, which will be in effect immediately after being posted on this page.</p>
|
||||||
|
|
||||||
<h2>How Quartznet uses cookies</h2>
|
<p>We reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically.
|
||||||
<p>When you use and access the Service, I may place a number of cookies files in your web browser.</p>
|
Your continued use of the Service after we post any modifications to the Privacy Policy on this page will constitute your acknowledgment of the modifications and your consent to abide and be bound by the modified Privacy Policy.</p>
|
||||||
|
</section>
|
||||||
<p>I use cookies for the following purposes: to enable certain functions of the Service, to provide analytics, and to store your preferences.</p>
|
|
||||||
|
|
||||||
<h2>What are your choices regarding cookies</h2>
|
|
||||||
<p>If you'd like to delete cookies or instruct your web browser to delete or refuse cookies, please visit the help pages of your web browser.</p>
|
|
||||||
</section>
|
|
||||||
</main>
|
</main>
|
@ -6,12 +6,12 @@
|
|||||||
<title>Quartznet - Sirius</title>
|
<title>Quartznet - Sirius</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Banner title="Quartznet - Sirius"/>
|
<Banner title="Sirius"/>
|
||||||
|
|
||||||
<main>
|
<main class="container">
|
||||||
<section class="content container">
|
<section class="content">
|
||||||
<h1>Sirius game</h1>
|
<h1>Sirius game</h1>
|
||||||
<p>Sirius game. Work in progress</p>
|
<p>Sirius game. Work in progress</p>
|
||||||
<a href="https://quartznet.info/presskit">Presskit</a>
|
<a href="https://quartznet.info/presskit">Presskit</a>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
Loading…
x
Reference in New Issue
Block a user