Skip to content

Commit 65f43cd

Browse files
committed
Revamp footer a bit
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent cd1fbc3 commit 65f43cd

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

layouts/partials/footer.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,14 @@
77
</div>
88
<ul class="nav flex-column flex-sm-row text-center">
99
<li class="nav-item">
10-
<a class="nav-link text-secondary" target="_blank" href="{{ .Site.Params.jsonschema }}">
11-
<i class="bi bi-box-arrow-up-right"></i>
12-
JSON Schema
13-
</a>
14-
</li>
15-
<li class="nav-item">
16-
<a class="nav-link text-secondary" target="_blank" href="{{ .Site.Params.Slack }}">
17-
<i class="bi bi-slack"></i>
18-
Slack
10+
<a class="nav-link text-secondary" target="_blank" href="https://www.sourcemeta.com">
11+
<i class="bi bi-globe me-1"></i>
12+
Sourcemeta
1913
</a>
2014
</li>
2115
<li class="nav-item">
2216
<a class="nav-link text-secondary" target="_blank" href="{{ .Site.Params.GitHub }}">
23-
<i class="bi bi-github"></i>
17+
<i class="bi bi-github me-1"></i>
2418
GitHub
2519
</a>
2620
</li>

layouts/partials/help.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<div class="alert alert-primary mx-3 mx-lg-5 mb-4 mt-3" role="alert">
2-
<h3 class="alert-heading h4">
3-
<i class="bi bi-info-circle me-1"></i> Need help? Have questions?</h3>
4-
<p>Learning JSON Schema is often confusing, we all went through that. But don't worry, we are here to help! You can start a thread on <a target="_blank" href="https://github.com/json-schema-org/community/discussions/new?category=q-a">GitHub Discussions</a>, chat with us on <a target="_blank" href="https://app.slack.com/client/T5CHC2TAN/C5CF75URH">Slack</a>, or come talk to us at our live <a target="_blank" href="https://github.com/json-schema-org/community/discussions/34">Office Hours</a>. We are friendly! :)</p>
2+
<h3 class="alert-heading h4 mb-3">
3+
<i class="bi bi-info-circle me-1"></i> Feeling stuck? Need expert help?</h3>
4+
5+
<p><a href="https://www.sourcemeta.com">Sourcemeta</a>, the company behind this site, offers world-class consultancy services in the JSON Schema ecosystem. We have extensive experience designing large-scale JSON Schema ontologies and data models, and OpenAPI Governance initiatives across industries. <a href="mailto:hello@sourcemeta.com">Reach out to discuss more!</a></p>
6+
57
<hr>
6-
<small><b>Hint:</b> Your question might have been already answered before in <a target="_blank" href="https://github.com/orgs/json-schema-org/discussions/categories/q-a">GitHub Discussions</a>. Might be worth double-checking before submitting a new one.</small>
8+
<small><b>Hint:</b> You can also get free community help in the <a target="_blank" href="https://app.slack.com/client/T5CHC2TAN/C5CF75URH">JSON Schema Slack</a> and <a target="_blank" href="https://github.com/orgs/json-schema-org/discussions/categories/q-a">JSON Schema GitHub Discussions</a> forum.</small>
79
</div>

0 commit comments

Comments
 (0)