Skip to content

Commit 06bb40d

Browse files
committed
Proton calendar
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent e143f90 commit 06bb40d

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

content/_index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 class="fw-lighter d-none d-lg-block">
2424
<div class="d-flex flex-wrap gap-3">
2525
<a class="btn btn-lg btn-primary" href="https://one.sourcemeta.com/getting-started" role="button">
2626
<i class="bi bi-rocket-takeoff me-1"></i> Deploy for Free</a>
27-
<a class="btn btn-lg btn-light border" href="https://cal.com/jviotti" role="button">
27+
<a class="btn btn-lg btn-light border" href="https://calendar.proton.me/bookings/guest#kZ6fS2qKjItr4XzCzSbllDsDL8W3S-vCJQ1aDozX9Z4=" role="button">
2828
<i class="bi bi-calendar-event me-1"></i> Talk to an Expert</a>
2929
</div>
3030
<span class="d-inline-flex align-items-center text-muted fw-light ms-lg-2"><img src="eu.svg" alt="European Union flag" height="38" class="me-3"> An European Union company, independently owned</span>
@@ -76,6 +76,21 @@ <h2 class="fw-lighter d-none d-lg-block">
7676
</div>
7777
</section>
7878

79+
<section class="py-5 border-top bg-light">
80+
<div class="container py-md-4">
81+
<div class="row">
82+
<div class="col-12 col-lg-9">
83+
<h3 class="display-6 fw-bold mb-3">What Is API Governance?</h3>
84+
<p class="lead mb-4">Most teams do not have a JSON Schema problem. They have a governance problem. Schemas live in dozens of repositories, drift from one another, get copy-pasted between services, and no one can answer which one is the source of truth.</p>
85+
<p class="fw-light text-muted mb-4">Before evaluating a registry, it helps to understand what API governance actually requires and why it is hard. Our long-form guide walks through the problem space from the ground up, including where JSON Schema fits in and what a working governance practice looks like in regulated enterprises.</p>
86+
<a href="https://one.sourcemeta.com/guide/" class="btn btn-lg btn-outline-dark">
87+
<i class="bi bi-book me-1"></i> Read the API Governance Guide
88+
</a>
89+
</div>
90+
</div>
91+
</div>
92+
</section>
93+
7994
<section class="py-2 py-md-5">
8095
<div class="container">
8196
<div class="row align-items-center g-5 pb-5 border-bottom">

0 commit comments

Comments
 (0)