-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
319 lines (291 loc) · 11.9 KB
/
index.html
File metadata and controls
319 lines (291 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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/neapulse-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NeaPulse — Real-time Editorial Intelligence</title>
<meta
name="description"
content="NeaPulse turns live audience activity into clear editorial signals—so newsroom leaders know what to publish, promote, and update without digging through dashboards."
/>
<meta name="robots" content="index,follow,max-image-preview:large" />
<meta name="theme-color" content="#0b1220" />
<link rel="canonical" href="https://neapulse.com/" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/neapulse-logo.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="NeaPulse" />
<meta
property="og:title"
content="NeaPulse — Real-time Editorial Intelligence for Newsrooms"
/>
<meta
property="og:description"
content="Turn live audience activity into clear editorial signals—so you act fast without digging through dashboards."
/>
<meta property="og:url" content="https://neapulse.com/" />
<meta property="og:image" content="https://neapulse.com/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="NeaPulse — Real-time Editorial Intelligence for Newsrooms"
/>
<meta
name="twitter:description"
content="Turn live audience activity into clear editorial signals—so you act fast without digging through dashboards."
/>
<meta name="twitter:image" content="https://neapulse.com/og.png" />
<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=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap"
rel="stylesheet"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "NeaPulse",
"url": "https://neapulse.com/",
"logo": "https://neapulse.com/neapulse-logo.svg"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "NeaPulse",
"url": "https://neapulse.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://neapulse.com/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div class="min-h-screen">
<header
class="max-w-7xl mx-auto px-6 py-6 flex items-center justify-between sticky top-0 bg-midnight/30 backdrop-blur-md z-50"
>
<div class="flex items-center gap-2">
<img src="/neapulse-logo.svg" class="h-6" alt="NeaPulse logo" />
<a
href="#top"
class="font-[var(--font-heading)] text-white text-xl font-bold tracking-tight"
>
NeaPulse
</a>
</div>
<nav
class="hidden md:flex items-center gap-8 text-sm text-slate-300 menu-nav"
>
<a href="#features" class="hover:text-pulse transition">Why</a>
<a href="#how-it-works" class="hover:text-pulse transition"
>How it works</a
>
<a href="#pricing" class="hover:text-pulse transition">Pricing</a>
</nav>
<a
href="#contact"
class="hidden md:inline-flex items-center justify-center rounded-lg bg-pulse text-midnight px-4 py-2 text-sm font-semibold hover:bg-pulse-soft transition"
>
Request a demo
</a>
<button
id="mobileMenuButton"
type="button"
class="md:hidden inline-flex items-center justify-center rounded-lg border border-slate-700 bg-slate-950/30 p-2 text-slate-200 hover:border-slate-500 transition focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-pulse-soft"
aria-controls="mobileMenu"
aria-expanded="false"
aria-label="Open menu"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
>
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>
</button>
<div
id="mobileMenu"
class="md:hidden hidden absolute left-6 right-6 top-full mt-3 rounded-2xl border border-slate-800 bg-slate-950/80 backdrop-blur-md p-2 shadow-[0_0_0_1px_rgba(255,255,255,0.03),0_24px_80px_-40px_rgba(0,0,0,0.9)]"
role="menu"
aria-label="Mobile menu"
>
<nav class="flex flex-col gap-1 text-sm text-slate-200 menu-nav">
<a
href="#features"
class="block rounded-lg p-2.5 hover:bg-slate-800/60 hover:text-white transition"
role="menuitem"
>Why</a
>
<a
href="#how-it-works"
class="block rounded-lg p-2.5 hover:bg-slate-800/60 hover:text-white transition"
role="menuitem"
>How it works</a
>
<a
href="#pricing"
class="block rounded-lg p-2.5 hover:bg-slate-800/60 hover:text-white transition"
role="menuitem"
>Pricing</a
>
</nav>
<div class="mt-2 border-t border-slate-800 pt-2">
<a
href="#contact"
class="block w-full rounded-lg bg-pulse px-4 py-2 text-center text-sm font-semibold text-midnight hover:bg-pulse-soft transition"
>
Request a demo
</a>
</div>
</div>
</header>
<main
id="top"
class="max-w-7xl mx-auto px-6 py-16 md:py-24 scroll-mt-24"
>
<section class="grid items-center gap-10 lg:grid-cols-2">
<div class="max-w-xl order-2 lg:order-1">
<p class="text-sm text-slate-400">Real-time editorial clarity</p>
<h1
class="mt-3 font-[var(--font-heading)] text-white text-4xl md:text-6xl font-bold leading-[1.05]"
>
Know what to publish, promote, and update—right now.
</h1>
<p class="mt-6 text-lg text-slate-400">
NeaPulse is built for editors and newsroom leads. It turns live
audience activity into a simple “what’s moving” view—so you can
act fast without digging through dashboards.
</p>
<div class="mt-10 flex flex-col sm:flex-row gap-4">
<a
class="inline-flex items-center justify-center rounded-lg bg-pulse text-midnight px-6 py-3 text-sm font-semibold hover:bg-pulse-soft transition"
href="#contact"
>
Request a demo
</a>
<a
class="inline-flex items-center justify-center rounded-lg border border-slate-700 px-6 py-3 text-sm font-medium text-slate-200 hover:border-slate-500 transition"
href="#preview"
>
Watch the 60‑second preview
</a>
</div>
<p class="mt-6 text-xs text-slate-500">
Works with Google Analytics. Setup takes minutes.
</p>
</div>
<div class="relative order-1 lg:order-2">
<div id="preview" class="relative overflow-hidden scroll-mt-28">
<video
id="heroVideo"
class="h-75 w-full md:h-full lg:h-full object-cover opacity-0 transition-opacity duration-300 rounded-xl border border-slate-800"
muted
loop
playsinline
preload="metadata"
poster="/og.png"
aria-label="NeaPulse preview"
></video>
</div>
</div>
<div class="w-full py-10 lg:col-span-2 order-3 lg:order-3">
<div class="flex items-center text-slate-500 text-sm">
<div class="grow border-t border-slate-700"></div>
<div class="mx-4 font-heading font-bold text-xl">Trusted by</div>
<div class="grow border-t border-slate-700"></div>
</div>
<p class="mt-4 text-center text-sm text-slate-400">
Used by newsroom teams that need speed and clarity.
</p>
<div class="w-screen lg:w-full mt-8 -mx-6 md:mx-0">
<div
class="flex gap-10 px-6 overflow-x-auto overscroll-x-contain whitespace-nowrap snap-x snap-mandatory md:overflow-visible md:justify-center md:flex-wrap md:whitespace-normal opacity-70"
>
<img
src="nst-white.png"
class="w-60 shrink-0 snap-center"
alt="New Straits Times"
/>
<img
src="bh-white.png"
class="w-60 shrink-0 snap-center"
alt="Berita Harian"
data-center
/>
<img
src="butv3-white.png"
class="w-60 shrink-0 snap-center"
alt="Buletin TV3"
/>
</div>
</div>
<div class="mt-10 grid gap-4 md:grid-cols-3">
<div
class="rounded-2xl border border-slate-800 bg-slate-950/40 p-6"
>
<p class="text-sm text-slate-300/90">
“In standups, we go straight to what’s rising—no more hunting
for the story that’s spiking.”
</p>
<p class="mt-3 text-xs text-slate-500">
Editor, mid-size newsroom
</p>
</div>
<div
class="rounded-2xl border border-slate-800 bg-slate-950/40 p-6"
>
<p class="text-sm text-slate-300/90">
“It’s the difference between seeing data and knowing what to
do next.”
</p>
<p class="mt-3 text-xs text-slate-500">
Editorial manager, digital team
</p>
</div>
<div
class="rounded-2xl border border-slate-800 bg-slate-950/40 p-6"
>
<p class="text-xs text-slate-500">Case snippet</p>
<p class="mt-2 text-sm text-slate-300/90">
Before: “Traffic dropped—why?”<br />
After: “This story slipped; this one is rising.”<br />
Time to value: first day.
</p>
</div>
</div>
</div>
</section>
<section id="features" class="scroll-mt-24"></section>
<section id="how-it-works" class="scroll-mt-24"></section>
<section id="pricing" class="scroll-mt-24"></section>
<section id="final-cta" class="scroll-mt-24"></section>
<section id="footer" class="scroll-mt-24"></section>
</main>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>