Skip to content

Commit 5c820e8

Browse files
committed
Updated home page
1 parent c63d898 commit 5c820e8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ layout: hextra-home
55

66
<div class="hx-mt-6 hx-mb-6" style="background: #277A9F; background: linear-gradient(180deg, #277A9F, #359ece); color: transparent; background-clip: text; -webkit-background-clip: text;">
77
{{< hextra/hero-headline >}}
8-
App Deployment Simplified
8+
App Deployment Simplified.
99
{{< /hextra/hero-headline >}}
1010
</div>
1111

1212
<div class="hx-mb-10">
1313
{{< hextra/hero-subtitle >}}
14-
GitOps without the hassle.&nbsp;<br class="sm:hx-block hx-hidden"/>
15-
Securely deploy internal tools for teams.
14+
Application server for deploying containerized web apps.&nbsp;<br class="sm:hx-block hx-hidden"/>Easily deploy internal tools across a team.
1615
{{< /hextra/hero-subtitle >}}
1716
</div>
1817

@@ -36,7 +35,7 @@ layout: hextra-home
3635
<div style="position: relative; width: 100vw; margin-left: calc(-50vw + 50%); background: #007700; color: white; justify-content: center; box-sizing: border-box; padding: 25px; font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', 'Roboto', 'Arial', sans-serif;">
3736
<div style="max-width: 800px; width: 100%; margin: 0 auto; padding: 1rem;">
3837

39-
<div style="font-weight: bold; margin-bottom: 20px; text-align: center;font-size: 32px; color: mintcream;">Three Steps to Declarative GitOps</div>
38+
<div style="font-weight: bold; margin-bottom: 20px; text-align: center;font-size: 32px; color: mintcream;">Install Clace</div>
4039

4140
<div style="position: relative;">
4241
<div style="font-weight: bold; margin-bottom: 10px; color: lightgray;">Install Clace:</div>
@@ -54,10 +53,12 @@ clace server start &
5453
<button title="Copy" style="position: absolute; top: 5px; right: 5px; padding: 10px 10px 1px 10px; font-size: 12px; cursor: pointer;" onclick="copyCode('code2', this)">⧉</button>
5554
</div>
5655

56+
<div style="font-weight: bold; margin-top: 10px; margin-bottom: 20px; text-align: center;font-size: 32px; color: mintcream;">Enable GitOps with One Command</div>
57+
5758
<div style="position: relative;">
5859
<div style="font-weight: bold; margin-bottom: 10px; color: lightgray;">Schedule a sync:</div>
59-
<div style="padding-inline: 20px; padding-top: 5px; padding-bottom: 20px; font-family: 'Fira Code', 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;" title="This creates a schedule sync which runs every 15 minutes. The sync loads the config for the apps from Git, creates new apps and checks whether there are any config or code change for any of the existing apps and applies the changes." id="code3">
60-
clace sync schedule --approve github.com/claceio/clace/examples/utils.star
60+
<div style="padding-inline: 20px; padding-top: 5px; padding-bottom: 20px; font-family: 'Fira Code', 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;" id="code3">
61+
clace sync schedule --approve --promote github.com/claceio/clace/examples/utils.star
6162
</div>
6263
<button title="Copy" style="position: absolute; top: 5px; right: 5px; padding: 10px 10px 1px 10px; font-size: 12px; cursor: pointer;" onclick="copyCode('code3', this)">⧉</button>
6364
</div>

0 commit comments

Comments
 (0)