Spaces:
Running
Running
deploy: bind org card to 897d29c8be5d
Browse files- .gitattributes +1 -0
- README.md +13 -7
- assets/estate-banner-v2.svg +0 -19
- assets/estate-command-system.svg +0 -97
- assets/evidence-lattice-v2.webp +3 -0
- assets/hf-card-command.svg +0 -1
- assets/hf-card-evidence.svg +0 -1
- assets/hf-card-intelligence.svg +0 -1
- assets/hf-card-models.svg +0 -1
- assets/hf-portfolio-map.svg +0 -84
- deployment.json +1 -1
- index.html +75 -16
.gitattributes
CHANGED
|
@@ -2,3 +2,4 @@
|
|
| 2 |
*.html text eol=lf
|
| 3 |
*.json text eol=lf
|
| 4 |
*.md text eol=lf
|
|
|
|
|
|
| 2 |
*.html text eol=lf
|
| 3 |
*.json text eol=lf
|
| 4 |
*.md text eol=lf
|
| 5 |
+
assets/evidence-lattice-v2.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -2,25 +2,25 @@
|
|
| 2 |
title: SZL Holdings - Governed Decision Infrastructure
|
| 3 |
emoji: 🛡️
|
| 4 |
colorFrom: gray
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
-
short_description:
|
|
|
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
-
thumbnail: "https://huggingface.co/spaces/SZLHOLDINGS/README/resolve/main/assets/hf-portfolio-map.svg"
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- markdownlint-disable MD013 MD033 MD041 -->
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
-
<img src="https://huggingface.co/spaces/SZLHOLDINGS/README/resolve/main/assets/
|
| 17 |
-
alt="
|
| 18 |
width="100%" />
|
| 19 |
</p>
|
| 20 |
|
| 21 |
<div align="center">
|
| 22 |
|
| 23 |
-
# Models, evidence, and governed demonstrations
|
| 24 |
|
| 25 |
SZL Holdings publishes AI artifacts for systems that must reason, operate
|
| 26 |
inside declared authority, and return evidence another party can inspect.
|
|
@@ -160,6 +160,12 @@ and deployed with an exact source-revision manifest. Inspect
|
|
| 160 |
[`deployment.json`](https://szlholdings-readme.static.hf.space/deployment.json)
|
| 161 |
for the served source binding.
|
| 162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
- [Security policy](https://github.com/szl-holdings/.github/security/policy)
|
| 164 |
- [Trust posture](https://github.com/szl-holdings/.github/blob/main/TRUST.md)
|
| 165 |
- [Support](https://github.com/szl-holdings/.github/blob/main/SUPPORT.md)
|
|
@@ -169,7 +175,7 @@ for the served source binding.
|
|
| 169 |
|
| 170 |
<div align="center">
|
| 171 |
|
| 172 |
-
|
| 173 |
|
| 174 |
[a-11-oy.com](https://a-11-oy.com) |
|
| 175 |
[a11oy.net](https://a11oy.net) |
|
|
|
|
| 2 |
title: SZL Holdings - Governed Decision Infrastructure
|
| 3 |
emoji: 🛡️
|
| 4 |
colorFrom: gray
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
+
short_description: Governed models, evidence, and demonstrations
|
| 8 |
+
thumbnail: https://huggingface.co/spaces/SZLHOLDINGS/README/resolve/main/assets/evidence-lattice-v2.webp
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- markdownlint-disable MD013 MD033 MD041 -->
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
+
<img src="https://huggingface.co/spaces/SZLHOLDINGS/README/resolve/main/assets/evidence-lattice-v2.webp"
|
| 17 |
+
alt="A bounded signal path entering a holographic verification lattice"
|
| 18 |
width="100%" />
|
| 19 |
</p>
|
| 20 |
|
| 21 |
<div align="center">
|
| 22 |
|
| 23 |
+
## Models, evidence, and governed demonstrations
|
| 24 |
|
| 25 |
SZL Holdings publishes AI artifacts for systems that must reason, operate
|
| 26 |
inside declared authority, and return evidence another party can inspect.
|
|
|
|
| 160 |
[`deployment.json`](https://szlholdings-readme.static.hf.space/deployment.json)
|
| 161 |
for the served source binding.
|
| 162 |
|
| 163 |
+
Run the static front door locally from the source repository:
|
| 164 |
+
|
| 165 |
+
```bash
|
| 166 |
+
python -m http.server 8000 --directory huggingface/org-card
|
| 167 |
+
```
|
| 168 |
+
|
| 169 |
- [Security policy](https://github.com/szl-holdings/.github/security/policy)
|
| 170 |
- [Trust posture](https://github.com/szl-holdings/.github/blob/main/TRUST.md)
|
| 171 |
- [Support](https://github.com/szl-holdings/.github/blob/main/SUPPORT.md)
|
|
|
|
| 175 |
|
| 176 |
<div align="center">
|
| 177 |
|
| 178 |
+
Govern | execute | prove
|
| 179 |
|
| 180 |
[a-11-oy.com](https://a-11-oy.com) |
|
| 181 |
[a11oy.net](https://a11oy.net) |
|
assets/estate-banner-v2.svg
DELETED
assets/estate-command-system.svg
DELETED
assets/evidence-lattice-v2.webp
ADDED
|
Git LFS Details
|
assets/hf-card-command.svg
DELETED
assets/hf-card-evidence.svg
DELETED
assets/hf-card-intelligence.svg
DELETED
assets/hf-card-models.svg
DELETED
assets/hf-portfolio-map.svg
DELETED
deployment.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"claims":{"estate_operational_status":"NOT_INFERRED","model_quality":"NOT_EVALUATED_BY_THIS_SURFACE","source_binding":"MEASURED_AFTER_LIVE_READBACK"},"files":[{"path":".gitattributes","sha256":"ea03f0eb78cadeb1c5656da28f49131c2d367f19f47ba705b1551409d4b509bb","size":73},{"path":"HONEST_DISCLOSURE.md","sha256":"25efe2e752958c7ecb87cb525feab9f457c7003d396f65893a2f5bd597141a28","size":3338},{"path":"README.md","sha256":"
|
|
|
|
| 1 |
+
{"claims":{"estate_operational_status":"NOT_INFERRED","model_quality":"NOT_EVALUATED_BY_THIS_SURFACE","source_binding":"MEASURED_AFTER_LIVE_READBACK"},"files":[{"path":".gitattributes","sha256":"ea03f0eb78cadeb1c5656da28f49131c2d367f19f47ba705b1551409d4b509bb","size":73},{"path":"HONEST_DISCLOSURE.md","sha256":"25efe2e752958c7ecb87cb525feab9f457c7003d396f65893a2f5bd597141a28","size":3338},{"path":"README.md","sha256":"aab14835d6a5d250b60f6d6fc216110840f20aa3ffb9e15a13cb60e9d89522c2","size":9741},{"path":"assets/evidence-lattice-v2.webp","sha256":"aebd33ebc112f5c7f0e543415e6485ec92b0ed6d480f82391cc0b922ce50d405","size":115942},{"path":"index.html","sha256":"08ebff40023094c7c633368da60577135ef5c4cf4226be7a023559f959655950","size":26771}],"published_at":"2026-08-01T23:27:10.279057Z","schema":"szl.hf-static-deployment/v1","source":{"manifest":"huggingface/org-card.manifest.json","repository":"szl-holdings/.github","revision":"897d29c8be5d74f9344eb8cfcaff5bce17ba8d46"},"target":{"live_base_url":"https://szlholdings-readme.static.hf.space","repo_id":"SZLHOLDINGS/README","repo_type":"space"}}
|
index.html
CHANGED
|
@@ -7,6 +7,13 @@
|
|
| 7 |
<meta name="theme-color" content="#070b12">
|
| 8 |
<meta name="description" content="SZL Holdings publishes governed AI models, evidence, software, and demonstrations with explicit operational boundaries.">
|
| 9 |
<title>SZL Holdings - Autonomy, under authority</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
<style>
|
| 11 |
:root {
|
| 12 |
--void: #070b12;
|
|
@@ -65,19 +72,66 @@
|
|
| 65 |
nav a.primary-link { border: 1px solid rgba(215, 181, 94, .48); color: var(--gold-hi); }
|
| 66 |
|
| 67 |
main { overflow: hidden; }
|
| 68 |
-
.hero {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
.eyebrow { color: var(--teal); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
|
|
|
|
|
|
|
| 70 |
h1, h2 { font-family: var(--display); }
|
| 71 |
-
h1 { margin:
|
| 72 |
-
h1 span { color: var(--gold-hi); }
|
| 73 |
.lede { max-width: 650px; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); }
|
|
|
|
| 74 |
.microcopy { color: var(--quiet); font-family: var(--mono); font-size: 12px; }
|
| 75 |
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
|
| 76 |
-
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 0
|
| 77 |
-
.button
|
| 78 |
-
.button.primary
|
|
|
|
| 79 |
.button.secondary:hover { border-color: var(--teal); color: var(--teal-hi); }
|
| 80 |
-
.hero
|
| 81 |
|
| 82 |
section { padding: 82px 0; border-top: 1px solid rgba(132, 149, 171, .15); scroll-margin-top: 84px; }
|
| 83 |
.section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; margin-bottom: 36px; }
|
|
@@ -141,9 +195,10 @@
|
|
| 141 |
.footer-links a:hover { color: var(--ink); }
|
| 142 |
|
| 143 |
@media (max-width: 900px) {
|
| 144 |
-
.
|
| 145 |
-
.hero {
|
| 146 |
-
.hero
|
|
|
|
| 147 |
.paths { grid-template-columns: 1fr; }
|
| 148 |
.cards li, .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: span 3; }
|
| 149 |
.steps { grid-template-columns: repeat(3, 1fr); }
|
|
@@ -155,8 +210,11 @@
|
|
| 155 |
.brand { margin-bottom: 4px; }
|
| 156 |
nav { width: 100%; justify-content: flex-start; gap: 4px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: thin; }
|
| 157 |
nav a { flex: 0 0 auto; }
|
| 158 |
-
.hero {
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
| 160 |
.actions .button { width: 100%; }
|
| 161 |
.cards { grid-template-columns: 1fr; }
|
| 162 |
.cards li, .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: auto; }
|
|
@@ -167,8 +225,8 @@
|
|
| 167 |
}
|
| 168 |
@media (prefers-reduced-motion: reduce) {
|
| 169 |
html { scroll-behavior: auto; }
|
| 170 |
-
.card { transition: none; }
|
| 171 |
-
.card:hover { transform: none; }
|
| 172 |
}
|
| 173 |
@media (prefers-contrast: more) {
|
| 174 |
:root { --line: #718197; --muted: #d0d7e0; --quiet: #b5bfcc; }
|
|
@@ -198,7 +256,7 @@
|
|
| 198 |
|
| 199 |
<main id="main" tabindex="-1">
|
| 200 |
<div class="shell hero">
|
| 201 |
-
<div>
|
| 202 |
<div class="eyebrow">Governed decision infrastructure</div>
|
| 203 |
<h1>Autonomy,<br><span>under authority.</span></h1>
|
| 204 |
<p class="lede">Models, evidence, and public demonstrations for systems that must explain, constrain, and verify action.</p>
|
|
@@ -209,7 +267,8 @@
|
|
| 209 |
<a class="button secondary" href="https://github.com/szl-holdings">View source</a>
|
| 210 |
</div>
|
| 211 |
</div>
|
| 212 |
-
<img class="hero-
|
|
|
|
| 213 |
</div>
|
| 214 |
|
| 215 |
<section id="paths" aria-labelledby="paths-title">
|
|
|
|
| 7 |
<meta name="theme-color" content="#070b12">
|
| 8 |
<meta name="description" content="SZL Holdings publishes governed AI models, evidence, software, and demonstrations with explicit operational boundaries.">
|
| 9 |
<title>SZL Holdings - Autonomy, under authority</title>
|
| 10 |
+
<meta property="og:title" content="SZL Holdings - Autonomy, under authority">
|
| 11 |
+
<meta property="og:description" content="Governed decision infrastructure for actions that must survive scrutiny.">
|
| 12 |
+
<meta property="og:type" content="website">
|
| 13 |
+
<meta property="og:url" content="https://szlholdings-readme.static.hf.space/">
|
| 14 |
+
<meta property="og:image" content="https://szlholdings-readme.static.hf.space/assets/evidence-lattice-v2.webp">
|
| 15 |
+
<meta property="og:image:alt" content="A bounded signal path entering a holographic verification lattice">
|
| 16 |
+
<meta name="twitter:card" content="summary_large_image">
|
| 17 |
<style>
|
| 18 |
:root {
|
| 19 |
--void: #070b12;
|
|
|
|
| 72 |
nav a.primary-link { border: 1px solid rgba(215, 181, 94, .48); color: var(--gold-hi); }
|
| 73 |
|
| 74 |
main { overflow: hidden; }
|
| 75 |
+
.hero {
|
| 76 |
+
position: relative;
|
| 77 |
+
isolation: isolate;
|
| 78 |
+
min-height: min(720px, calc(100vh - 104px));
|
| 79 |
+
margin: 48px auto 96px;
|
| 80 |
+
padding: clamp(64px, 8vw, 108px);
|
| 81 |
+
display: flex;
|
| 82 |
+
align-items: center;
|
| 83 |
+
overflow: hidden;
|
| 84 |
+
border: 1px solid rgba(124, 232, 218, .22);
|
| 85 |
+
border-radius: 32px;
|
| 86 |
+
background: #070b12;
|
| 87 |
+
box-shadow: 0 46px 120px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .05);
|
| 88 |
+
}
|
| 89 |
+
.hero::before {
|
| 90 |
+
content: "";
|
| 91 |
+
position: absolute;
|
| 92 |
+
inset: 0;
|
| 93 |
+
z-index: 1;
|
| 94 |
+
background:
|
| 95 |
+
linear-gradient(90deg, rgba(5, 9, 16, .99) 0%, rgba(5, 9, 16, .94) 36%, rgba(5, 9, 16, .42) 66%, rgba(5, 9, 16, .10) 100%),
|
| 96 |
+
linear-gradient(0deg, rgba(5, 9, 16, .46), transparent 48%);
|
| 97 |
+
}
|
| 98 |
+
.hero::after {
|
| 99 |
+
content: "";
|
| 100 |
+
position: absolute;
|
| 101 |
+
inset: 14px;
|
| 102 |
+
z-index: 3;
|
| 103 |
+
pointer-events: none;
|
| 104 |
+
border: 1px solid rgba(169, 197, 255, .09);
|
| 105 |
+
border-radius: 22px;
|
| 106 |
+
}
|
| 107 |
+
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
|
| 108 |
+
.hero-art {
|
| 109 |
+
position: absolute;
|
| 110 |
+
inset: 0;
|
| 111 |
+
z-index: 0;
|
| 112 |
+
width: 100%;
|
| 113 |
+
height: 100%;
|
| 114 |
+
object-fit: cover;
|
| 115 |
+
object-position: center;
|
| 116 |
+
opacity: .94;
|
| 117 |
+
filter: saturate(.88) contrast(1.08);
|
| 118 |
+
}
|
| 119 |
.eyebrow { color: var(--teal); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
|
| 120 |
+
.hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(71, 215, 196, .25); border-radius: 999px; padding: 8px 12px; background: rgba(7, 16, 23, .72); }
|
| 121 |
+
.hero .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 18px rgba(71, 215, 196, .78); }
|
| 122 |
h1, h2 { font-family: var(--display); }
|
| 123 |
+
h1 { margin: 24px 0; max-width: 780px; font-size: clamp(54px, 7vw, 92px); line-height: .94; letter-spacing: -.062em; text-wrap: balance; }
|
| 124 |
+
h1 span { color: var(--gold-hi); text-shadow: 0 0 44px rgba(230, 202, 130, .16); }
|
| 125 |
.lede { max-width: 650px; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); }
|
| 126 |
+
.hero .lede { color: #d0d7e0; text-wrap: pretty; }
|
| 127 |
.microcopy { color: var(--quiet); font-family: var(--mono); font-size: 12px; }
|
| 128 |
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
|
| 129 |
+
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 21px; text-decoration: none; font-size: 14px; font-weight: 760; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
|
| 130 |
+
.button:hover { transform: translateY(-2px); }
|
| 131 |
+
.button.primary { background: linear-gradient(120deg, #7ce8da, #a9c5ff); border-color: #9ee2e4; color: #071019; box-shadow: 0 12px 38px rgba(71, 215, 196, .18); }
|
| 132 |
+
.button.primary:hover { background: linear-gradient(120deg, #a3f2e8, #c2d4ff); }
|
| 133 |
.button.secondary:hover { border-color: var(--teal); color: var(--teal-hi); }
|
| 134 |
+
.hero .button.secondary { background: rgba(10, 17, 28, .76); border-color: rgba(169, 197, 255, .32); color: #dce6f4; backdrop-filter: blur(12px); }
|
| 135 |
|
| 136 |
section { padding: 82px 0; border-top: 1px solid rgba(132, 149, 171, .15); scroll-margin-top: 84px; }
|
| 137 |
.section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; margin-bottom: 36px; }
|
|
|
|
| 195 |
.footer-links a:hover { color: var(--ink); }
|
| 196 |
|
| 197 |
@media (max-width: 900px) {
|
| 198 |
+
.section-head, .truth { grid-template-columns: 1fr; }
|
| 199 |
+
.hero { min-height: 680px; padding: clamp(42px, 8vw, 72px); }
|
| 200 |
+
.hero::before { background: linear-gradient(90deg, rgba(5, 9, 16, .98), rgba(5, 9, 16, .72) 72%, rgba(5, 9, 16, .34)); }
|
| 201 |
+
.hero-art { object-position: 62% center; }
|
| 202 |
.paths { grid-template-columns: 1fr; }
|
| 203 |
.cards li, .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: span 3; }
|
| 204 |
.steps { grid-template-columns: repeat(3, 1fr); }
|
|
|
|
| 210 |
.brand { margin-bottom: 4px; }
|
| 211 |
nav { width: 100%; justify-content: flex-start; gap: 4px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: thin; }
|
| 212 |
nav a { flex: 0 0 auto; }
|
| 213 |
+
.hero { min-height: min(720px, calc(100svh - 88px)); margin: 24px auto 64px; padding: 52px 24px; border-radius: 24px; }
|
| 214 |
+
.hero::before { background: linear-gradient(0deg, rgba(5, 9, 16, .99), rgba(5, 9, 16, .78) 70%, rgba(5, 9, 16, .38)); }
|
| 215 |
+
.hero::after { inset: 9px; border-radius: 17px; }
|
| 216 |
+
.hero-art { object-position: 68% center; opacity: .72; }
|
| 217 |
+
h1 { font-size: clamp(48px, 14vw, 70px); }
|
| 218 |
.actions .button { width: 100%; }
|
| 219 |
.cards { grid-template-columns: 1fr; }
|
| 220 |
.cards li, .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: auto; }
|
|
|
|
| 225 |
}
|
| 226 |
@media (prefers-reduced-motion: reduce) {
|
| 227 |
html { scroll-behavior: auto; }
|
| 228 |
+
.button, .card { transition: none; }
|
| 229 |
+
.button:hover, .card:hover { transform: none; }
|
| 230 |
}
|
| 231 |
@media (prefers-contrast: more) {
|
| 232 |
:root { --line: #718197; --muted: #d0d7e0; --quiet: #b5bfcc; }
|
|
|
|
| 256 |
|
| 257 |
<main id="main" tabindex="-1">
|
| 258 |
<div class="shell hero">
|
| 259 |
+
<div class="hero-copy">
|
| 260 |
<div class="eyebrow">Governed decision infrastructure</div>
|
| 261 |
<h1>Autonomy,<br><span>under authority.</span></h1>
|
| 262 |
<p class="lede">Models, evidence, and public demonstrations for systems that must explain, constrain, and verify action.</p>
|
|
|
|
| 267 |
<a class="button secondary" href="https://github.com/szl-holdings">View source</a>
|
| 268 |
</div>
|
| 269 |
</div>
|
| 270 |
+
<img class="hero-art" src="assets/evidence-lattice-v2.webp"
|
| 271 |
+
alt="" width="1800" height="776" fetchpriority="high" decoding="async">
|
| 272 |
</div>
|
| 273 |
|
| 274 |
<section id="paths" aria-labelledby="paths-title">
|