-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegal.html
More file actions
93 lines (83 loc) · 4.85 KB
/
Copy pathlegal.html
File metadata and controls
93 lines (83 loc) · 4.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Legal & Privacy | Sage-Code</title>
<link rel="canonical" href="https://sagecode.org/legal/">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="/assets/css/sage-common.css">
<link rel="stylesheet" href="/assets/css/sage-hero.css">
<link rel="stylesheet" href="/assets/css/sage-cards.css">
<link rel="stylesheet" href="/assets/css/legal-page.css">
<!-- Icon -->
<link rel="icon" type="image/png" href="/images/favicon.ico">
</head>
<body>
<div class="container">
<!-- header -->
<header id="dynamic-header" class="container-fluid pb-2"></header>
<section class="hero-blackboard d-flex">
<div class="blackboard-content">
<h1 class="chalk-text">Terms & Privacy</h1>
<p class="chalk-body mt-2">Sage-Code Laboratory (SCL) provides free educational resources, laboratory articles, and code examples strictly "as-is" and "as available" without warranties of any kind. SCL disclaims all liability for damages resulting from code execution or system usage.</p>
</div>
</section>
<div class="row g-3 mt-2 mb-2">
<div class="col-md-6">
<div class="card-slate p-3 h-100 d-flex flex-column">
<h3 class="slate-title mb-3">#1. Privacy by Design</h3>
<p class="text-secondary small flex-grow-1">
Our platform is GDPR compliant. We do not need your data to train you. You can learn anonymously until you are ready to register. If you register you have the right to be forgotten. We provide a "remove" button that will erase your progress data in seconds, without any trace.
</p>
</div>
</div>
<div class="col-md-6">
<div class="card-slate p-3 h-100 d-flex flex-column">
<h3 class="slate-title mb-3">#2. Absolute Ownership</h3>
<p class="text-secondary small flex-grow-1">
What you build here is yours. We provide the educational resources and laboratory environment, but we claim no royalties or rights to your output. You retain 100% of the intellectual property developed using our methodologies. We do not license your code.
</p>
</div>
</div>
<div class="col-md-6">
<div class="card-slate p-3 h-100 d-flex flex-column">
<h3 class="slate-title mb-3">#3. Direct Mentorship</h3>
<p class="text-secondary small flex-grow-1">
We believe in friendly, human-to-human interactions. We private 42 days private messaging and video calls, free of bureaucratic friction. We manage capacity strictly to ensure every member receives the focus they deserve. We prune inactive members.
</p>
</div>
</div>
<div class="col-md-6">
<div class="card-slate p-3 h-100 d-flex flex-column">
<h3 class="slate-title mb-3 text-gradient">#4. Community Independence</h3>
<p class="text-secondary small flex-grow-1">
SCL is an independent initiative, unaffiliated with any corporate entity or academic institution. We fund our expenses from private resources to ensure our curriculum remains objective, unbiased, and immune to the influence of external stakeholders.
</p>
</div>
</div>
<div class="col-md-6">
<div class="card-slate p-3 h-100 d-flex flex-column">
<h3 class="slate-title mb-3 text-gradient">#5. Platform Assets</h3>
<p class="text-secondary small flex-grow-1">
Sage-Code Laboratory retains exclusive ownership of platform code, curriculum documentation, instructional roadmaps, videos, presentations, trademarks and infrastructure tools. Our projects are open-source protected by GPL licenses terms.
</p>
</div>
</div>
<div class="col-md-6">
<div class="card-slate p-3 h-100 d-flex flex-column">
<h3 class="slate-title mb-3 text-gradient">#6. Data Sharing</h3>
<p class="text-secondary small flex-grow-1">
We do not display, sell, rent, or distribute user data to external parties, with one exception: VIP members may opt-in to a public profile displaying contact information and activity testimonial. However, your progress data is hidden and encrypted.
</p>
</div>
</div>
</div>
<footer class="footer copyright">
<p class="x-small text-secondary mb-0">© 2026 Sage-Code Laboratory</p>
</footer>
</div>
<script src="/sage.js"></script>
</body>
</html>