Skip to content

Commit 5593bf5

Browse files
committed
Revisit site copy
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 3116a53 commit 5593bf5

File tree

21 files changed

+968
-642
lines changed

21 files changed

+968
-642
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ hugo.linux
2020

2121
.DS_Store
2222
/dist
23+
.claude

assets/main.scss

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,51 @@ $bootstrap-icons-font-dir: "./";
8787
}
8888
}
8989

90+
.enterprise-checklist {
91+
position: relative;
92+
padding-left: 80px;
93+
94+
&::before {
95+
content: "";
96+
position: absolute;
97+
left: 27px;
98+
top: 0;
99+
bottom: 0;
100+
width: 2px;
101+
background: linear-gradient(to bottom, transparent, $success 5%, $success 95%, transparent);
102+
}
103+
104+
.checklist-item {
105+
position: relative;
106+
padding: 1.0rem 0;
107+
108+
.checklist-icon {
109+
position: absolute;
110+
left: -80px;
111+
top: 1.5rem;
112+
width: 56px;
113+
height: 56px;
114+
background: $light;
115+
border: 2px solid $success;
116+
border-radius: 50%;
117+
display: flex;
118+
align-items: center;
119+
justify-content: center;
120+
z-index: 1;
121+
}
122+
123+
&::before {
124+
content: "";
125+
position: absolute;
126+
left: -52px;
127+
top: calc(1.5rem + 27px);
128+
width: 24px;
129+
height: 2px;
130+
background: $success;
131+
}
132+
}
133+
}
134+
90135
.highlight pre {
91136
background: transparent !important;
92137
@extend .mb-0;

config/_default/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
languageCode = 'en-us'
2-
title = 'Sourcemeta'
2+
title = 'The JSON Schema Registry | Sourcemeta One'
33
staticDir = [ './vendor/bootstrap-icons/font/fonts', './static' ]
44

55
[Params]
6-
description = 'The enterprise-grade, high-performance, self-hosted JSON Schema registry. Eliminate the complexity of operating schemas at scale.'
6+
description = 'Sourcemeta One is the self-hosted JSON Schema registry for enterprise teams. Unify your schemas, monitor quality, and govern your entire API layer. Built by a member of the JSON Schema Technical Steering Committee.'
77

88
[markup]
99
[markup.highlight]

content/_index.html

Lines changed: 357 additions & 217 deletions
Large diffs are not rendered by default.

content/bipm.svg

Lines changed: 0 additions & 68 deletions
This file was deleted.

content/eu.svg

Lines changed: 16 additions & 0 deletions
Loading

content/iec.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

content/ieee.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)