Skip to content

Commit 6d1c887

Browse files
committed
ots privacy section: 'don't trust, verify' card linking to ordpool-space
The other four claims are about what we won't observe / won't log / won't sign. This one closes the loop: the claims aren't promises, they are auditable. Source on GitHub, builds in GitHub Actions, artifacts in public repos. The reader can verify the stack matches the claim. Grid switches to Bootstrap row-cols so five cards flow cleanly: 1 col on xs, 2 on md, 3 on lg, 5 on xl.
1 parent 4b48bea commit 6d1c887

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

frontend/src/app/components/_ordpool/open-timestamps/open-timestamps.component.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,37 +177,47 @@ <h2 class="mt-3">Your privacy is the point</h2>
177177
no third party sees who's stamping or verifying what.
178178
</p>
179179

180-
<div class="row mt-4 text-start">
181-
<div class="col-md-6 col-lg-3 mb-3">
180+
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-5 mt-4 text-start">
181+
<div class="col mb-3">
182182
<h5>Your file never leaves your browser</h5>
183183
<p class="text-muted">
184184
We compute the 32-byte SHA-256 fingerprint locally. Only the hash
185185
is ever transmitted. Never the contents, never the filename.
186186
</p>
187187
</div>
188-
<div class="col-md-6 col-lg-3 mb-3">
188+
<div class="col mb-3">
189189
<h5>Your Bitcoin addresses stay private</h5>
190190
<p class="text-muted">
191191
You don't sign or broadcast a transaction. Calendar operators
192192
batch-anchor everyone's hashes and pay the on-chain fee themselves,
193193
so no UTXO or address ever links back to your stamp.
194194
</p>
195195
</div>
196-
<div class="col-md-6 col-lg-3 mb-3">
196+
<div class="col mb-3">
197197
<h5>Calendars only see us</h5>
198198
<p class="text-muted">
199199
Stamp submissions and confirmation polls both route through our
200200
backend. The four public calendar operators receive Ordpool's IP,
201201
not yours, on every request.
202202
</p>
203203
</div>
204-
<div class="col-md-6 col-lg-3 mb-3">
204+
<div class="col mb-3">
205205
<h5>We don't log who you are</h5>
206206
<p class="text-muted">
207207
Our backend keeps no per-request user data: no IPs, no hashes,
208208
no timestamps in any logfile we control.
209209
</p>
210210
</div>
211+
<div class="col mb-3">
212+
<h5>Don't trust, verify</h5>
213+
<p class="text-muted">
214+
Every line is open source. Code lives in the
215+
<a href="https://github.com/ordpool-space" target="_blank" rel="noopener">ordpool-space</a>
216+
org on GitHub, builds run in GitHub Actions, and the compiled
217+
artifacts are published to public repos. Audit the stack yourself;
218+
you don't have to take our word for any of this.
219+
</p>
220+
</div>
211221
</div>
212222

213223
<p class="text-muted mt-3">

0 commit comments

Comments
 (0)