Skip to content

Commit 700ea9b

Browse files
committed
feat(web): update project tagline in title
1 parent 9a093b1 commit 700ea9b

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

website/index.html

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>PauseCat — The High-Performance Windows Break Reminder</title>
6+
<title>PauseCat — Increase productivity with paws-itive breaks</title>
77
<meta
88
name="description"
99
content="PauseCat lives in your Windows system tray and enforces break intervals. Built in Rust. Under 1.5 MB. Hardware accelerated."
@@ -568,9 +568,21 @@ <h3 class="headline-card serif mb-4" style="font-size: 1.5rem">
568568
</p>
569569
</div>
570570

571-
<div class="card bg-void flex flex-col" style="border-color: var(--border);">
572-
<div class="ui-label mb-4" style="color: var(--text-muted)">SETTINGS.JSON</div>
573-
<pre class="mono" style="font-size: 0.8rem; color: var(--text-secondary); line-height: 1.6;">
571+
<div
572+
class="card bg-void flex flex-col"
573+
style="border-color: var(--border)"
574+
>
575+
<div class="ui-label mb-4" style="color: var(--text-muted)">
576+
SETTINGS.JSON
577+
</div>
578+
<pre
579+
class="mono"
580+
style="
581+
font-size: 0.8rem;
582+
color: var(--text-secondary);
583+
line-height: 1.6;
584+
"
585+
>
574586
{
575587
<span style="color: var(--pink)">"behavior"</span>: {
576588
<span style="color: var(--text-primary)">"mode"</span>: <span style="color: #86efac">"Hard"</span>,
@@ -662,9 +674,7 @@ <h2 class="headline-section text-center mb-12">
662674
<div class="install-line"></div>
663675
</div>
664676
<div>
665-
<h3 class="headline-card mb-2">
666-
Download from GitHub Releases
667-
</h3>
677+
<h3 class="headline-card mb-2">Download from GitHub Releases</h3>
668678
<p class="text-secondary text-sm">
669679
<code>[PauseCat_Installer.msi]</code>
670680
</p>
@@ -948,8 +958,8 @@ <h2 class="headline-section serif italic mb-6">
948958
</a>
949959

950960
<p class="text-muted text-sm">
951-
<span data-stat="version"></span> · Apache 2.0 · Windows 10/11 ·
952-
&lt; 1.5 MB
961+
<span data-stat="version"></span> · Apache 2.0 · Windows 10/11 · &lt;
962+
1.5 MB
953963
</p>
954964
</div>
955965
</section>

0 commit comments

Comments
 (0)