-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
101 lines (101 loc) · 2.96 KB
/
Copy pathterms.html
File metadata and controls
101 lines (101 loc) · 2.96 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
94
95
96
97
98
99
100
101
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms of Use | Ledger</title>
<meta
name="description"
content="Terms of use for the Ledger personal projects website."
/>
<meta property="og:title" content="Terms of Use | Ledger" />
<meta
property="og:description"
content="Terms that apply when using the Ledger website and its project links."
/>
<meta
property="og:image"
content="https://tuffgit21.github.io/og-image.svg"
/>
<link rel="stylesheet" href="styles.css" />
<script>
window.LEDGER_ANALYTICS_ID = "";
</script>
<script src="site.js" defer></script>
</head>
<body class="page-loading">
<div
class="page-loader"
data-page-loader
aria-label="Loading"
role="status"
>
<span></span>
</div>
<header>
<div class="header-inner">
<a class="logo" href="/"
><img
src="./favicon.svg"
height="25"
width="25"
style="
border: 1px var(--accent) solid;
position: relative;
top: 7px;
border-radius: 0px;
"
alt=""
/>edger<span>.</span></a
>
<nav aria-label="Main navigation">
<a href="/">home</a><a href="/terms.html" aria-current="page">terms</a
><a href="/privacy.html">privacy</a>
</nav>
</div>
</header>
<main class="legal-page wrap">
<div class="section-tag">Legal / Terms</div>
<h1>Terms of Use</h1>
<p class="legal-updated">Last updated: September 4, 2026</p>
<h2>Using this site</h2>
<p>
Ledger is a personal project portfolio. You may browse the site and
follow its project links for personal and lawful purposes.
</p>
<h2>Project links</h2>
<p>
Projects linked from Ledger may be maintained by separate services or
repositories. Their availability, content, and terms may change without
notice.
</p>
<h2>Content</h2>
<p>
Unless stated otherwise in a linked repository, site content belongs to
Youssef. Do not copy, redistribute, or use it commercially without
permission.
</p>
<h2>Changes</h2>
<p>
These terms may be updated as the site changes. The date above
identifies the latest version.
</p>
</main>
<div
class="cookie-banner"
data-cookie-banner
hidden
role="dialog"
aria-label="Cookie preferences"
>
<p>
Ledger uses optional analytics cookies to understand site visits.
<a href="privacy.html">Privacy policy</a>
</p>
<div>
<button class="btn-primary" data-cookie-accept>Accept</button
><button class="btn-ghost" data-cookie-decline>Decline</button>
</div>
</div>
</body>
</html>