Skip to content

Commit 6220886

Browse files
committed
Highlight "One app" in hero headline
Rework hero to lead with "One app. All your calendars." with accent-colored, larger "One" to emphasize the single-app value prop. Remove redundant "One app for" from the tagline below.
1 parent a424339 commit 6220886

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

index.html

Lines changed: 8 additions & 3 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>KashCal - All Your Calendars on Android</title>
6+
<title>KashCal - One App. All Your Calendars.</title>
77
<meta name="description" content="One calendar app for your whole family on Android. Sync iCloud, holidays, birthdays, and more. Private, offline-first, open source.">
88
<meta name="author" content="OneKash Labs">
99
<meta name="theme-color" content="#faf9f6">
@@ -199,6 +199,11 @@
199199
margin-bottom: 0.75rem;
200200
}
201201

202+
.hero-one {
203+
color: var(--accent);
204+
font-size: 3.4rem;
205+
}
206+
202207
.hero-tagline {
203208
font-size: clamp(1.1rem, 2.5vw, 1.3rem);
204209
color: var(--text-secondary);
@@ -546,8 +551,8 @@
546551

547552
<section class="hero">
548553
<div class="hero-text">
549-
<h1>All your calendars<br>on Android.</h1>
550-
<p class="hero-tagline">One app for iCloud, CalDAV, holidays, birthdays, and your phone's calendar. No account required.</p>
554+
<h1><span class="hero-one">One</span> app.<br>All your calendars.</h1>
555+
<p class="hero-tagline">iCloud, CalDAV, holidays, birthdays, and your phone's calendar on Android. No account required.</p>
551556
<p class="hero-sources">Private by default. Open source.</p>
552557
<div class="hero-badges">
553558
<a href="https://f-droid.org/en/packages/org.onekash.kashcal/" aria-label="Get it on F-Droid">

0 commit comments

Comments
 (0)