You've already forked computing-box
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 31s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
---
|
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
|
---
|
|
|
|
<BaseLayout title="Legal Code | Computing:Box">
|
|
<div class="card" style="max-width: 900px; margin: 0 auto;">
|
|
<h1 class="brandName" style="color: var(--accent); margin-bottom: 20px;">Legal Code</h1>
|
|
|
|
<div style="background: rgba(255, 193, 7, 0.1); border: 1px solid #ffc107; padding: 20px; border-radius: 12px; margin-bottom: 24px;">
|
|
<h3 style="color: #ffc107; margin-top: 0; font-family: var(--ui-font);">About the license and Creative Commons</h3>
|
|
<p style="color: #eee; margin-bottom: 0; font-size: 14px;">
|
|
Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship.
|
|
</p>
|
|
</div>
|
|
|
|
<p style="color: var(--muted); font-size: 14px; line-height: 1.6;">
|
|
By using this licensed material, you accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License.
|
|
</p>
|
|
</div>
|
|
</BaseLayout> |