Skip to content

Commit 20f5b16

Browse files
committed
Simplifications
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 8ba147d commit 20f5b16

2 files changed

Lines changed: 4 additions & 75 deletions

File tree

content/_index.html

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,7 @@ <h2 class="fw-lighter d-none d-lg-block">
7878

7979
<section class="py-2 py-md-5">
8080
<div class="container">
81-
<div class="row g-5">
82-
<div class="col-12 col-lg-6">
83-
<div class="border-start border-3 border-primary ps-4">
84-
<p class="text-uppercase text-muted fw-semibold small mb-2">Why JSON Schema</p>
85-
<p class="fs-5 fw-light mb-0">Most schema registries were built for event streaming pipelines, treating JSON Schema as just another serialisation format alongside Protocol Buffers, Apache Avro, and others. <span class="fw-semibold">Sourcemeta One is built exclusively for JSON Schema governance, by a member of the JSON Schema Technical Steering Committee.</span> When the specification evolves, Sourcemeta One supports it correctly.</p>
86-
</div>
87-
</div>
88-
<div class="col-12 col-lg-6">
89-
<div class="border-start border-3 border-primary ps-4">
90-
<p class="text-uppercase text-muted fw-semibold small mb-2">Why a Schema Registry</p>
91-
<p class="fs-5 fw-light mb-0">Large organisations define the same concepts repeatedly across systems with no shared source of truth. Five teams end up with five definitions of the same idea and nobody is sure which one is correct. <span class="fw-semibold">Sourcemeta One gives those concepts a single governed repository that every team and system references.</span> One definition per concept. Owned, versioned, and measurable across your entire organisation.</p>
92-
</div>
93-
</div>
94-
</div>
95-
96-
<div class="row align-items-center g-5 mt-5 pb-5 border-top border-bottom">
81+
<div class="row align-items-center g-5 pb-5 border-bottom">
9782
<div class="col-12 col-lg-5">
9883
<img class="w-100 border shadow rounded-4" src="discoverability.webp" alt="Map Your Organisation">
9984
</div>
@@ -147,36 +132,6 @@ <h3 class="fw-bold mb-3">Built for Performance</h3>
147132
<a href="https://dl.acm.org/doi/abs/10.14778/3773749.3773764">Read the research paper <i class="bi bi-arrow-right ms-1"></i></a>
148133
</div>
149134
</div>
150-
151-
<div class="row g-4 mt-5">
152-
<div class="col-12 col-lg-4">
153-
<div class="card border bg-white text-secondary h-100 p-4">
154-
<div class="card-body">
155-
<small class="d-block mb-1 text-secondary">Coming Soon</small>
156-
<h5 class="fw-bold mb-3">Safely Evolve Your Schemas</h5>
157-
<p class="fw-light mb-0">As your organisation's data contracts evolve, breaking changes are inevitable. Sourcemeta One will automatically detect breaking schema changes, flag them in your CI pipelines, and provide live semantic compatibility analysis between any two schema versions. And when migration is needed, define data transforms to automatically move data from one schema version to another.</p>
158-
</div>
159-
</div>
160-
</div>
161-
<div class="col-12 col-lg-4">
162-
<div class="card border bg-white text-secondary h-100 p-4">
163-
<div class="card-body">
164-
<small class="d-block mb-1 text-secondary">Coming Soon</small>
165-
<h5 class="fw-bold mb-3">Ingest Your API Specifications</h5>
166-
<p class="fw-light mb-0">Most organisations already have dozens or hundreds of OpenAPI and AsyncAPI specifications across their teams. Sourcemeta One will let you point directly at those existing specifications and automatically extract, index, and govern the schemas embedded within them. Bootstrap your entire schema layer from what you already have, without custom scripts or manual restructuring.</p>
167-
</div>
168-
</div>
169-
</div>
170-
<div class="col-12 col-lg-4">
171-
<div class="card border bg-white text-secondary h-100 p-4">
172-
<div class="card-body">
173-
<small class="d-block mb-1 text-secondary">Coming Soon</small>
174-
<h5 class="fw-bold mb-3">Understand How Your Schemas Are Used</h5>
175-
<p class="fw-light mb-0">Know which schemas are consumed most, which are never referenced, and how usage patterns evolve across your organisation over time. Make informed decisions about deprecation, consolidation, and investment in your schema layer.</p>
176-
</div>
177-
</div>
178-
</div>
179-
</div>
180135
</div>
181136
</section>
182137

@@ -435,32 +390,6 @@ <h4 class="h3 my-0 fw-bold">Enterprise</h4>
435390
</div>
436391
</section>
437392

438-
<section class="border-top py-4">
439-
<div class="container">
440-
<div class="row align-items-center g-5">
441-
<div class="col-12 col-md-3">
442-
<a href="/courses/jsonschema-for-openapi/" class="d-block position-relative">
443-
<img src="/courses/jsonschema-for-openapi/screenshot.webp" alt="JSON Schema for OpenAPI course" class="img-fluid rounded shadow-sm">
444-
<div class="position-absolute top-50 start-50 translate-middle">
445-
<div class="bg-primary bg-opacity-90 rounded-circle d-flex align-items-center justify-content-center" style="width: 50px; height: 50px;">
446-
<i class="bi bi-play-fill text-white" style="font-size: 1.5rem; margin-left: 3px;"></i>
447-
</div>
448-
</div>
449-
</a>
450-
</div>
451-
<div class="col-12 col-md-9">
452-
<p class="fw-light text-muted">
453-
<i class="bi bi-arrow-right-short"></i>
454-
Set your team up for success</p>
455-
<h3 class="h4 fw-bold mb-2">On-demand training: <span class="fw-light">Master JSON Schema for OpenAPI</span></h3>
456-
<p class="mb-2 text-muted small">Adopting a registry is only half the story. Teams that invest in deep JSON Schema expertise get more out of Sourcemeta One, design better schemas from day one, and reduce their dependency on external support over time.</p>
457-
<p class="mb-3 text-muted small fst-italic">14 modules and over 9 hours of content covering JSON Schema 2020-12 from basics to dynamic references.</p>
458-
<a href="/courses/jsonschema-for-openapi/" class="btn btn-sm btn-outline-primary">Buy the Course <i class="bi bi-arrow-right ms-1"></i></a>
459-
</div>
460-
</div>
461-
</div>
462-
</section>
463-
464393
<section id="opensource" class="border-top pt-5 bg-light-subtle bg-gradient">
465394
<div class="container">
466395
<h4 class="display-6 fw-bold mb-3">Open Source</h4>

layouts/partials/navigation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
</li>
2525

2626
<li class="nav-item">
27-
<a class="btn btn-light border d-flex align-items-center" href="https://github.com/sourcemeta/one">
28-
<i class="bi bi-github me-1"></i>
29-
<small class="">Star on GitHub</small>
27+
<a class="btn btn-light border d-flex align-items-center" href="mailto:hello@sourcemeta.com?subject=Enterprise%20JSON%20Compliance%20Consultation%20Request" aria-label="Contact">
28+
<i class="bi bi-arrow-right-short me-1"></i>
29+
<small class="">Schedule Consultation</small>
3030
</a>
3131
</li>
3232
</ul>

0 commit comments

Comments
 (0)