Skip to content

Commit df48558

Browse files
Copilotseanieb
andcommitted
Add download button beside learn more button and add favicon
Co-authored-by: seanieb <191516+seanieb@users.noreply.github.com>
1 parent d3e28d5 commit df48558

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

favicon.svg

Lines changed: 18 additions & 0 deletions
Loading

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="description" content="PanicLock - Keep Touch ID for daily convenience, get instant password-only security when you need it. Your Mac's escape hatch for border crossings, protests, and high-risk situations.">
77
<meta name="keywords" content="PanicLock, macOS, Touch ID, security, privacy, lock screen, menu bar">
88
<title>PanicLock - Panic Button for Your Mac</title>
9+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
910
<link rel="stylesheet" href="styles.css">
1011
</head>
1112
<body>
@@ -25,7 +26,8 @@ <h1>🔒 PanicLock</h1>
2526
<h1>🔴 Panic Button for Your Mac</h1>
2627
<p class="tagline">Keep Touch ID for daily convenience. Get instant password-only security when you need it.</p>
2728
<div class="cta-buttons">
28-
<a href="#features" class="btn btn-primary">Learn More</a>
29+
<a href="https://github.com/paniclock/paniclock/releases/latest" class="btn btn-primary">Download</a>
30+
<a href="#features" class="btn btn-secondary">Learn More</a>
2931
</div>
3032
</div>
3133
</section>

0 commit comments

Comments
 (0)