-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.html
More file actions
266 lines (259 loc) · 11.9 KB
/
Copy pathbundle.html
File metadata and controls
266 lines (259 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SaneApps Everything Bundle - All Direct Mac Apps</title>
<meta name="description" content="One purchase for all current direct Mac Pro apps from SaneApps: SaneBar, SaneClip, SaneClick, SaneHosts, SaneSales for Mac, and SaneVideo.">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#08080c">
<link rel="canonical" href="https://saneapps.com/bundle">
<meta property="og:type" content="website">
<meta property="og:title" content="SaneApps Everything Bundle - All Direct Mac Apps">
<meta property="og:description" content="One purchase for all current direct Mac Pro apps from SaneApps: SaneBar, SaneClip, SaneClick, SaneHosts, SaneSales for Mac, and SaneVideo.">
<meta property="og:url" content="https://saneapps.com/bundle">
<meta property="og:image" content="https://saneapps.com/bundle-og-image.png?v=20260616-bundle">
<meta property="og:image:secure_url" content="https://saneapps.com/bundle-og-image.png?v=20260616-bundle">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="SaneApps Everything Bundle preview card with six Mac apps">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://saneapps.com/bundle">
<meta name="twitter:title" content="SaneApps Everything Bundle - All Direct Mac Apps">
<meta name="twitter:description" content="One purchase for all current direct Mac Pro apps from SaneApps: SaneBar, SaneClip, SaneClick, SaneHosts, SaneSales for Mac, and SaneVideo.">
<meta name="twitter:image" content="https://saneapps.com/bundle-og-image.png?v=20260616-bundle">
<meta name="twitter:image:alt" content="SaneApps Everything Bundle preview card with six Mac apps">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<meta property="og:site_name" content="SaneApps">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@400;500;600&display=swap" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "SaneApps Everything Bundle",
"description": "One purchase for all current direct Mac Pro apps from SaneApps: SaneBar, SaneClip, SaneClick, SaneHosts, SaneSales for Mac, and SaneVideo.",
"url": "https://saneapps.com/bundle",
"image": "https://saneapps.com/bundle-og-image.png?v=20260616-bundle",
"brand": {
"@type": "Organization",
"name": "SaneApps",
"url": "https://saneapps.com"
},
"offers": {
"@type": "Offer",
"price": "49.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://saneapps.com/bundle"
}
}
</script>
<style>
:root {
--bg: #08080c;
--bg-secondary: #0f0f16;
--card-bg: #16161f;
--text: #f5f5f8;
--text-muted: #d8d8e8;
--text-dim: #c0c0d0;
--accent: #5CE8FF;
--green: #34d399;
--border: #252530;
--border-subtle: #1e1e28;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.7;
min-height: 100vh;
}
.gradient-bg {
position: fixed;
inset: 0;
background:
radial-gradient(ellipse at 20% 15%, rgba(92, 232, 255, 0.12) 0%, transparent 50%),
radial-gradient(ellipse at 80% 85%, rgba(52, 211, 153, 0.08) 0%, transparent 48%),
var(--bg);
pointer-events: none;
z-index: -1;
}
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
header {
padding: 20px 0;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: rgba(8, 8, 12, 0.86);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid var(--border);
}
.header-content { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.logo img { width: 40px; height: 40px; border-radius: 50%; }
.logo-text { font-size: 1.5rem; font-weight: 700; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
nav a:hover { color: var(--text); }
main { padding: 142px 0 72px; }
.hero {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
gap: 36px;
align-items: center;
margin-bottom: 46px;
}
h1 {
font-family: 'Playfair Display', Georgia, serif;
font-size: clamp(3rem, 7vw, 5rem);
line-height: 0.98;
letter-spacing: 0;
margin-bottom: 20px;
}
.lead { color: var(--text-muted); font-size: 1.18rem; max-width: 680px; }
.price-panel {
border: 1px solid rgba(92, 232, 255, 0.28);
background: linear-gradient(150deg, rgba(92, 232, 255, 0.14), rgba(22, 22, 31, 0.96));
border-radius: 16px;
padding: 28px;
}
.price { font-size: clamp(3rem, 8vw, 4.8rem); font-weight: 800; line-height: 1; margin-bottom: 10px; }
.price-note { color: var(--text-muted); margin-bottom: 20px; }
.button {
display: inline-flex;
min-height: 52px;
align-items: center;
justify-content: center;
border-radius: 8px;
padding: 0 20px;
background: var(--accent);
color: #031014;
text-decoration: none;
font-weight: 800;
width: 100%;
}
.included {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin: 36px 0 42px;
}
.app-card {
background: linear-gradient(145deg, var(--card-bg) 0%, var(--bg-secondary) 100%);
border: 1px solid var(--border-subtle);
border-radius: 12px;
padding: 18px;
}
.app-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.app-card img { width: 42px; height: 42px; border-radius: 10px; object-fit: contain; }
.app-card h2 { font-size: 1.05rem; line-height: 1.2; }
.app-card p { color: var(--text-muted); font-size: 0.92rem; }
.steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-bottom: 42px;
}
.step {
border: 1px solid var(--border);
border-radius: 12px;
padding: 20px;
background: rgba(255, 255, 255, 0.03);
}
.step strong { color: var(--green); display: block; margin-bottom: 8px; }
.step p, .note p { color: var(--text-muted); font-size: 0.95rem; }
.note {
border: 1px solid var(--border);
border-radius: 12px;
padding: 22px;
background: rgba(255, 255, 255, 0.04);
}
.note h2 { font-size: 1.15rem; margin-bottom: 8px; }
a { color: var(--accent); }
footer {
border-top: 1px solid var(--border-subtle);
padding: 40px 0;
text-align: center;
}
footer p { color: var(--text-dim); font-size: 0.86rem; }
@media (max-width: 820px) {
nav { display: none; }
main { padding-top: 118px; }
.hero, .included, .steps { grid-template-columns: 1fr; }
.price-panel { padding: 24px; }
}
</style>
</head>
<body>
<div class="gradient-bg"></div>
<header>
<div class="container header-content">
<a href="/" class="logo">
<img src="logo.png" alt="SaneApps">
<span class="logo-text">SaneApps</span>
</a>
<nav>
<a href="/">Apps</a>
<a href="guides.html">Guides</a>
<a href="privacy.html">Privacy</a>
<a href="mailto:hi@saneapps.com">Contact</a>
</nav>
</div>
</header>
<main>
<div class="container">
<section class="hero">
<div>
<h1>SaneApps Everything Bundle</h1>
<p class="lead">Every current direct Mac Pro app in one purchase: menu bar management, clipboard history, Finder automation, hosts-file blocking, private sales tracking on Mac, and local video workflow.</p>
</div>
<div class="price-panel">
<div class="price">$49.99</div>
<p class="price-note">One-time purchase. No subscription. Current direct Mac Pro apps included.</p>
<a class="button" href="https://go.saneapps.com/buy/bundle?ref=bundle-page">Buy the bundle</a>
</div>
</section>
<section class="included" aria-label="Included apps">
<article class="app-card">
<div class="app-card-header"><img src="icons/sanebar-icon.png" alt="SaneBar icon"><h2>SaneBar</h2></div>
<p>Hide menu bar clutter, lock sensitive icons, and search menu extras.</p>
</article>
<article class="app-card">
<div class="app-card-header"><img src="icons/saneclip-icon.png" alt="SaneClip icon"><h2>SaneClip</h2></div>
<p>Private clipboard history, search, snippets, transforms, and protection.</p>
</article>
<article class="app-card">
<div class="app-card-header"><img src="icons/saneclick-icon.png" alt="SaneClick icon"><h2>SaneClick</h2></div>
<p>Finder context-menu actions for files, images, scripts, and automation.</p>
</article>
<article class="app-card">
<div class="app-card-header"><img src="icons/sanehosts-icon.png" alt="SaneHosts icon"><h2>SaneHosts</h2></div>
<p>Block ads, trackers, telemetry, and known bad hosts at the system level.</p>
</article>
<article class="app-card">
<div class="app-card-header"><img src="icons/sanesales-icon.png" alt="SaneSales icon"><h2>SaneSales for Mac</h2></div>
<p>Track Lemon Squeezy, Gumroad, and Stripe sales privately on your Mac.</p>
</article>
<article class="app-card">
<div class="app-card-header"><img src="icons/sanevideo-icon.png" alt="SaneVideo icon"><h2>SaneVideo</h2></div>
<p>Record, edit, caption, review, and export local Mac video workflows.</p>
</article>
</section>
</div>
</main>
<footer>
<div class="container">
<p>Made in America by Mr. Sane · <a href="https://saneapps.com">saneapps.com</a></p>
</div>
</footer>
</body>
</html>