Skip to content

Commit 99438d6

Browse files
committed
update website
1 parent 4eafcd6 commit 99438d6

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>cutler</h1>
6060
</div>
6161
<div class="button-container get-started">
6262
<a href="#installation" class="button">
63-
<i class="fas fa-rocket emoji"></i> Get Started
63+
<i class="fas fa-rocket"></i> Get Started!
6464
</a>
6565
<a
6666
href="https://github.com/cutlerCLI/cutler"
@@ -72,23 +72,20 @@ <h1>cutler</h1>
7272
</div>
7373
<div class="text-center mb-10">
7474
<span class="badge"
75-
><i class="fas fa-check-circle"></i>Apple
76-
Silicon-Ready</span
75+
><i class="fas fa-check-circle"></i>Open-source</span
7776
>
7877
<span class="badge"
7978
><i class="fas fa-hammer"></i>Multi-purpose</span
8079
>
81-
<span class="badge"
82-
><i class="fas fa-heart"></i>Free Forever</span
83-
>
80+
<span class="badge"><i class="fas fa-zap"></i>Fast</span>
8481
</div>
8582
</section>
8683

8784
<section id="overview">
88-
<h2>One-command Mac Setup,<br />with ease.</h2>
85+
<h2>Setup your Mac with ease.</h2>
8986
<p class="text-center max-w-2xl mx-auto mb-8">
90-
Imagine if you had just one file which could setup everything on
91-
your beloved machine? With cutler, you can do just that!
87+
Create your configiration with system preferences, apps,
88+
tooling, commands, and much more - in just a a single TOML file.
9289
</p>
9390
<div class="terminal-demo-container">
9491
<div class="terminal-window">
@@ -129,7 +126,7 @@ <h2>Installation</h2>
129126
<p style="margin-top: 1.5em">
130127
For more installation options, see the
131128
<a
132-
href="https://cutlercli.github.io/cookbook/installation.html"
129+
href="https://cutlercli.github.io/cookbook/installation/installation-methods.html"
133130
target="_blank"
134131
>installation guide</a
135132
>.
@@ -215,7 +212,12 @@ <h2>Join the Community</h2>
215212
Webpage inspired by
216213
<a href="https://brew.sh" target="_blank">Homebrew</a>
217214
</div>
218-
<div>© 2025 <a href="https://hitblast.github.io">HitBlast</a>. All rights reserved.</div>
215+
<div>
216+
© 2025 <a href="https://hitblast.github.io">HitBlast</a>. All
217+
rights reserved.
218+
</div>
219+
</footer>
220+
219221
<script>
220222
// smooth scrolling for anchor links
221223
document.querySelectorAll('a[href^="#"]').forEach((anchor) => {

styles.css

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ h3 {
120120
}
121121

122122
code {
123-
padding: 0.2rem 0.4rem;
124123
border-radius: 3px;
125124
font-family:
126125
"ui-monospace", "SF Mono", "Monaco", "Menlo", "Consolas", monospace;
@@ -130,8 +129,8 @@ code {
130129

131130
pre {
132131
background: rgb(31, 29, 26);
133-
padding: 1rem 2rem;
134-
border-radius: 0.4em;
132+
padding: 1.3rem;
133+
border-radius: 1rem;
135134
overflow-x: auto;
136135
margin: 0 0 1em 0;
137136
box-shadow: 0 10px 24px #0c0c0c50;
@@ -140,8 +139,8 @@ pre {
140139
pre code {
141140
font-family:
142141
"ui-monospace", "SF Mono", "Monaco", "Menlo", "Consolas", monospace;
143-
font-size: 11px;
144-
line-height: 1.6;
142+
font-size: 0.9rem;
143+
line-height: 1rem;
145144
background: none;
146145
color: #fff;
147146
}
@@ -283,16 +282,14 @@ code[class*="language-"] {
283282
background: none;
284283
border: none;
285284
cursor: pointer;
286-
font-size: 18px;
287-
opacity: 0.7;
288-
transition: opacity 0.2s;
285+
font-size: 1.5rem;
286+
transition: 0.2s;
289287
z-index: 10;
290288
display: none;
291-
color: #ffffff;
292-
text-shadow: 0px 0px 40px #0c0c0c;
289+
color: gainsboro;
293290
}
294291
.copy-btn:hover {
295-
opacity: 1;
292+
color: #ffffff;
296293
}
297294
.code-container:hover .copy-btn,
298295
.code-container:focus-within .copy-btn {

0 commit comments

Comments
 (0)