You've already forked computing-box
Full initial 2.0 build
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 31s
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 31s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
This commit is contained in:
30
src/pages/copyright.astro
Normal file
30
src/pages/copyright.astro
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
---
|
||||
|
||||
<BaseLayout title="Copyright Notice | Computing:Box">
|
||||
<div class="card" style="max-width: 800px; margin: 0 auto;">
|
||||
<h1 class="brandName" style="color: var(--accent); margin-bottom: 20px;">Copyright Notice</h1>
|
||||
<p style="color: var(--text);">
|
||||
<a href="https://www.computingbox.co.uk" style="color: var(--accent); text-decoration: none;">Computing:Box</a>
|
||||
© 2024 by <a href="https://git.adcmnetworks.co.uk/alexander.lyall" style="color: var(--accent); text-decoration: none;">Alexander Lyall</a> is licensed under
|
||||
<strong>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</strong>.
|
||||
</p>
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
<h2 class="brandName" style="font-size: 20px;">What Does This Mean For You?</h2>
|
||||
<p style="color: var(--muted); font-size: 1.2em;">You are free to:</p>
|
||||
<ul style="color: var(--muted); line-height: 1.6; margin-bottom: 20px;">
|
||||
<li><strong>Share</strong> — copy and redistribute the material in any medium or format.</li>
|
||||
<li><strong>Adapt</strong> — remix, transform, and build upon the material.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="brandName" style="font-size: 20px;">Under the following terms:</h2>
|
||||
<ul style="color: var(--muted); line-height: 1.6;">
|
||||
<li><strong>Attribution</strong> — You must give appropriate credit, provide a link to the license, and indicate if changes were made.</li>
|
||||
<li><strong>NonCommercial</strong> — You may not use the material for commercial purposes.</li>
|
||||
<li><strong>ShareAlike</strong> — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user