-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.html
More file actions
511 lines (488 loc) · 23.8 KB
/
landing.html
File metadata and controls
511 lines (488 loc) · 23.8 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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<script>document.documentElement.setAttribute('data-theme','light');</script>
<style>html{color-scheme:light}</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>SupplementScore — evidence-based supplement guide</title>
<meta name="description" content="Non-profit, evidence-based supplement reference. 733 supplements scored across 6 dimensions using 27,000+ peer-reviewed studies. No endorsements, no sponsors.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://supplementscore.org/landing.html">
<link rel="alternate" hreflang="es" href="https://supplementscore.org/es/landing.html">
<link rel="alternate" hreflang="en" href="https://supplementscore.org/landing.html">
<link rel="alternate" hreflang="fr" href="https://supplementscore.org/fr/landing.html">
<link rel="alternate" hreflang="x-default" href="https://supplementscore.org/landing.html">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='6' fill='%231F7A6B'/%3E%3Cpath d='M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z' fill='%23F8F4ED'/%3E%3Cpath d='M5 19C9 15 13 11 19 5' stroke='%231F7A6B' stroke-width='1.4' stroke-linecap='round' fill='none'/%3E%3C/svg%3E">
<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=Mona+Sans:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css?v=9c72eccb">
<style>
/* ============================================================
Landing page — quietened version of the trust hero.
Built on existing tokens from styles.css.
============================================================ */
/* Match the global body padding so .beta-bar / .site-nav (which use
margin:0 -1rem to escape that padding) hug the viewport edges as on
every other page. Without the 1rem inline padding, the nav and beta
bar overflow horizontally by 2rem and shift sideways relative to the
rest of the site. */
body{ padding: 0 1rem 4rem; }
.lp{
max-width: 1180px;
margin: 0 auto;
padding: 0 24px;
}
.lp-brand{
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 36px 24px 0;
}
.lp-brand .mk-svg{
width: 36px;
height: 36px;
border-radius: 9px;
background: var(--color-brand);
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.lp-brand .mk-svg svg{ display: block; }
.lp-brand .mark{
font-size: 17px;
font-weight: 700;
letter-spacing: -.3px;
color: var(--color-text-primary);
text-decoration: none;
}
.lp-brand .mark .tld{ color: var(--color-text-tertiary); font-weight: 500; }
.lp-callout{
margin: 26px auto 0;
max-width: 640px;
background: var(--color-accent-coral-soft, #F5C9B8);
color: #6B231D;
border-radius: 999px;
padding: 9px 18px;
font-size: 13px;
font-weight: 600;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.lp-callout .pill{
background: var(--color-accent-coral, #E8967A);
color: #fff;
border-radius: 999px;
padding: 2px 10px;
font-size: 10.5px;
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase;
}
.lp-callout a{ color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.lp-hero{
padding: 28px 24px 48px;
text-align: center;
}
.lp-hero h1{
font-size: clamp(38px, 6vw, 60px);
font-weight: 700;
letter-spacing: -1.6px;
line-height: 1.05;
color: var(--color-text-primary);
max-width: 20ch;
margin: 0 auto 20px;
}
.lp-hero p.lede{
font-size: 17px;
color: var(--color-text-secondary);
max-width: 58ch;
margin: 0 auto 32px;
line-height: 1.6;
}
.lp-hero .cta-row{
display: flex;
justify-content: center;
align-items: center;
gap: 14px;
flex-wrap: wrap;
}
.lp-hero .cta{
display: inline-flex;
align-items: center;
gap: 8px;
padding: 13px 22px;
background: var(--color-brand);
color: #fff;
font-weight: 600;
font-size: 14.5px;
letter-spacing: -.1px;
text-decoration: none;
border: none;
border-radius: 999px;
transition: background .15s, transform .1s;
}
.lp-hero .cta:hover{ background: var(--color-brand-hover); }
.lp-hero .cta:active{ transform: translateY(1px); }
.lp-hero .cta.secondary{
background: transparent;
color: var(--color-text-primary);
border: 1px solid var(--color-border-secondary);
padding: 12px 21px;
}
.lp-hero .cta.secondary:hover{
background: var(--color-background-primary);
border-color: var(--color-text-primary);
}
/* Stat row — hairline-bracketed, three columns */
.lp-stats{
border-top: 0.5px solid var(--color-border-tertiary);
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 32px 0;
}
.lp-stats .stat{
text-align: center;
border-left: 0.5px solid var(--color-border-tertiary);
padding: 0 16px;
}
.lp-stats .stat:first-child{ border-left: 0; }
.lp-stats .n{
font-size: 30px;
font-weight: 700;
color: var(--color-text-primary);
letter-spacing: -1px;
line-height: 1;
font-variant-numeric: tabular-nums;
display: block;
margin-bottom: 8px;
}
.lp-stats .lbl{
font-size: 13px;
font-weight: 600;
color: var(--color-text-primary);
margin-bottom: 3px;
}
.lp-stats .sub{
font-size: 11.5px;
color: var(--color-text-tertiary);
line-height: 1.4;
}
/* Logo strip — uses the same .logo-strip / .lk pattern as the rest of the site */
.lp-logos-wrap{
border-top: 0.5px solid var(--color-border-tertiary);
padding: 28px 0 18px;
}
.lp-logos{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
column-gap: 28px;
row-gap: 16px;
max-width: 980px;
margin: 0 auto;
}
.lp-logos .lk{
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
width: 110px;
height: 28px;
flex: 0 0 110px;
}
.lp-logos .lk .mk{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
display: block;
filter: brightness(0) saturate(0);
opacity: .38;
transition: opacity .2s;
}
.lp-logos .lk:hover .mk{ opacity: .75; }
.lp-sources-link{
text-align: center;
border-top: 0.5px solid var(--color-border-tertiary);
padding: 16px 0;
}
.lp-sources-link a{
font-size: 11.5px;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--color-text-secondary);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 8px;
transition: color .15s;
}
.lp-sources-link a:hover{ color: var(--color-text-primary); }
.lp-foot{
margin-top: 48px;
padding: 18px 24px;
text-align: center;
font-size: 12px;
color: var(--color-text-tertiary);
border-top: 0.5px solid var(--color-border-tertiary);
line-height: 1.6;
}
@media (max-width: 720px){
.lp-stats{ grid-template-columns: 1fr; gap: 24px; }
.lp-stats .stat{ border-left: 0; border-top: 0.5px solid var(--color-border-tertiary); padding: 18px 0 0; }
.lp-stats .stat:first-child{ border-top: 0; padding-top: 0; }
.lp-hero{ padding: 24px 18px 32px; }
.lp-callout{
flex-direction: column;
border-radius: 14px;
padding: 12px 16px;
text-align: center;
line-height: 1.5;
gap: 6px;
}
}
</style>
<meta property="og:title" content="SupplementScore — Evidence-based supplement ratings">
<meta property="og:description" content="4 tiers, 734 supplements, 1,400+ medication interactions. Rated against published clinical trials.">
<meta property="og:url" content="https://supplementscore.org/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SupplementScore">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SupplementScore — Evidence-based supplement ratings">
<meta name="twitter:description" content="4 tiers, 734 supplements, 1,400+ medication interactions. Rated against published clinical trials.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "SupplementScore — Evidence-based supplement ratings",
"description": "4 tiers, 734 supplements, 1,400+ medication interactions. Rated against published clinical trials.",
"url": "https://supplementscore.org/",
"isPartOf": {
"@type": "WebSite",
"name": "SupplementScore",
"url": "https://supplementscore.org"
},
"publisher": {
"@type": "Organization",
"name": "SupplementScore"
}
}
</script>
<!-- SEO-BREADCRUMB:start -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://supplementscore.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "SupplementScore — Evidence-based supplement information you can trust",
"item": "https://supplementscore.org/landing.html"
}
]
}
</script>
<!-- SEO-BREADCRUMB:end -->
<!-- Analytics: uncomment one line below to enable Plausible (privacy-friendly, no cookies, GDPR-clean).
Sign up at https://plausible.io and replace the data-domain if needed. -->
<script defer data-domain="supplementscore.org" src="https://plausible.io/js/script.js"></script>
<link rel="manifest" href="/manifest.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/icon-180-apple.svg">
<meta name="theme-color" content="#1F7A6B">
<meta name="apple-mobile-web-app-title" content="SuppScore">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com https://unpkg.com https://plausible.io; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com data:; img-src 'self' data: https:; connect-src 'self' https://formspree.io https://plausible.io https://www.fda.gov https://www.efsa.europa.eu; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formspree.io;">
<script src="_site-ux.js?v=47e7a2b1" defer></script>
</head>
<body>
<!-- Site banner — must precede the nav so .site-nav's sticky `top:32px`
anchors below the bar (matches every other page on the site).
Without this bar, the nav floats 32px below the viewport top on load
and creates a jarring layout shift when arriving from index/discover. -->
<div class="beta-bar" role="status" aria-live="polite">
<span class="beta-bar-pulse" aria-hidden="true"></span>
<span class="beta-bar-live"><span class="beta-bar-num">1,247</span> new studies reviewed in the last 72 hours</span>
<span class="beta-bar-sep" aria-hidden="true">·</span>
<span class="beta-bar-tag">Actively refining for accuracy</span>
</div>
<!-- Site nav (search hidden via styles.css override) -->
<nav class="site-nav" aria-label="Primary">
<div class="site-nav-inner">
<div class="site-nav-tabs">
<a class="site-nav-tab" href="index.html" style="text-decoration:none">Index</a>
<a class="site-nav-tab" href="index.html#research" style="text-decoration:none">Research</a>
<a class="site-nav-tab site-nav-tab-icon" href="index.html#profile" style="text-decoration:none" aria-label="Profile" title="Profile"><svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><circle cx="12" cy="8" r="4"/><path d="M4 22c0-5 4-8 8-8s8 3 8 8z"/></svg><span class="site-nav-profile-text">Profile</span></a>
</div>
</div>
</nav>
<main class="lp">
<div class="lp-brand">
<span class="mk-svg" aria-hidden="true">
<svg width="22" height="22" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
<path d="M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z" fill="#F8F4ED"/>
<path d="M5 19C9 15 13 11 19 5" stroke="#1F7A6B" stroke-width="1.4" stroke-linecap="round" fill="none"/>
</svg>
</span>
<a class="mark" href="/">SupplementScore<span class="tld">.org</span></a>
</div>
<div class="lp-callout">
<span class="pill">New this week</span>
<span>Saffron 2025 NMA, Omega-3 AFib paradox, Niacinamide UL update — <a href="index.html#research">see updates</a></span>
</div>
<section class="lp-hero">
<h1>Health information, told straight.</h1>
<p class="lede">734 supplements scored against 27,000+ peer-reviewed studies. No sponsors, no endorsements, no affiliate links. Just the evidence — written so anyone can use it.</p>
<div class="cta-row">
<a href="index.html" class="cta">Browse the full index →</a>
<a href="about.html" class="cta secondary">How scores are built</a>
</div>
</section>
<div class="lp-stats">
<div class="stat">
<span class="n">27,142</span>
<div class="lbl">Peer-reviewed studies referenced</div>
<div class="sub">From clinical trials & meta-analyses only</div>
</div>
<div class="stat">
<span class="n">733</span>
<div class="lbl">Supplements reviewed & scored</div>
<div class="sub">Updated weekly with new evidence</div>
</div>
<div class="stat">
<span class="n">0</span>
<div class="lbl">Endorsements or sponsorships</div>
<div class="sub">100% independent & non-profit</div>
</div>
</div>
<div class="lp-logos-wrap">
<div class="lp-logos">
<a class="lk" href="https://www.nih.gov" target="_blank" rel="noopener" aria-label="NIH"><img class="mk" src="source-logos/nih.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.cochranelibrary.com" target="_blank" rel="noopener" aria-label="Cochrane"><img class="mk" src="source-logos/cochrane.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://pubmed.ncbi.nlm.nih.gov" target="_blank" rel="noopener" aria-label="PubMed"><img class="mk" src="source-logos/pubmed.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.who.int" target="_blank" rel="noopener" aria-label="WHO"><img class="mk" src="source-logos/who.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.fda.gov" target="_blank" rel="noopener" aria-label="FDA"><img class="mk" src="source-logos/fda.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.efsa.europa.eu" target="_blank" rel="noopener" aria-label="EFSA"><img class="mk" src="source-logos/efsa.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.cdc.gov" target="_blank" rel="noopener" aria-label="CDC"><img class="mk" src="source-logos/cdc.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.harvard.edu" target="_blank" rel="noopener" aria-label="Harvard"><img class="mk" src="source-logos/harvard.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.jhu.edu" target="_blank" rel="noopener" aria-label="Johns Hopkins"><img class="mk" src="source-logos/jhu.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.thelancet.com" target="_blank" rel="noopener" aria-label="The Lancet"><img class="mk" src="source-logos/lancet.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.nejm.org" target="_blank" rel="noopener" aria-label="NEJM"><img class="mk" src="source-logos/nejm.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.stanford.edu" target="_blank" rel="noopener" aria-label="Stanford"><img class="mk" src="source-logos/stanford.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.nccih.nih.gov" target="_blank" rel="noopener" aria-label="NCCIH"><img class="mk" src="source-logos/nccih.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.mskcc.org/cancer-care/integrative-medicine/herbs" target="_blank" rel="noopener" aria-label="Memorial Sloan Kettering About Herbs"><img class="mk" src="source-logos/msk.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.usp.org" target="_blank" rel="noopener" aria-label="USP"><img class="mk" src="source-logos/usp.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.nsf.org" target="_blank" rel="noopener" aria-label="NSF International"><img class="mk" src="source-logos/nsf.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.drugs.com" target="_blank" rel="noopener" aria-label="drugs.com"><img class="mk" src="source-logos/drugscom.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.tga.gov.au" target="_blank" rel="noopener" aria-label="TGA Australia"><img class="mk" src="source-logos/tga.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.canada.ca/en/health-canada/services/drugs-health-products/natural-non-prescription.html" target="_blank" rel="noopener" aria-label="Health Canada NHPD"><img class="mk" src="source-logos/healthcanada.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.gov.uk/government/organisations/medicines-and-healthcare-products-regulatory-agency" target="_blank" rel="noopener" aria-label="MHRA UK"><img class="mk" src="source-logos/mhra.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.aafp.org" target="_blank" rel="noopener" aria-label="AAFP"><img class="mk" src="source-logos/aafp.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://examine.com" target="_blank" rel="noopener" aria-label="Examine.com"><img class="mk" src="source-logos/examine.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.bfarm.de/EN/Home/_node.html" target="_blank" rel="noopener" aria-label="BfArM Germany"><img class="mk" src="source-logos/bfarm.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://ansm.sante.fr" target="_blank" rel="noopener" aria-label="ANSM France"><img class="mk" src="source-logos/ansm.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.aifa.gov.it" target="_blank" rel="noopener" aria-label="AIFA Italy"><img class="mk" src="source-logos/aifa.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.aemps.gob.es" target="_blank" rel="noopener" aria-label="AEMPS Spain"><img class="mk" src="source-logos/aemps.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.pmda.go.jp/english/" target="_blank" rel="noopener" aria-label="PMDA Japan"><img class="mk" src="source-logos/pmda.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.mfds.go.kr/eng/index.do" target="_blank" rel="noopener" aria-label="MFDS South Korea"><img class="mk" src="source-logos/mfds.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.gov.br/anvisa/pt-br" target="_blank" rel="noopener" aria-label="ANVISA Brazil"><img class="mk" src="source-logos/anvisa.svg" alt="" loading="lazy" decoding="async"></a>
<a class="lk" href="https://www.hsa.gov.sg" target="_blank" rel="noopener" aria-label="HSA Singapore"><img class="mk" src="source-logos/hsa-singapore.svg" alt="" loading="lazy" decoding="async"></a>
</div>
</div>
<div class="lp-sources-link">
<a href="about.html#sources">More info on sources <span aria-hidden="true">→</span></a>
</div>
</main>
<!-- SS_FOOTER_BEGIN -->
<!-- 2026-05-23 — Footer rewritten in centered-column layout (Direction B from
the mockup review). Single vertical axis: brand → tagline → inline link
row (hairlines top/bottom) → centered contributor CTA → legal at bottom.
The previous brand+3-column grid is gone; .site-footer-grid and
.site-footer-col classes are no longer emitted. Old CSS rules for those
remain in place harmlessly (no markup references them). -->
<footer class="site-footer" role="contentinfo">
<div class="site-footer-inner">
<div class="site-footer-brand-row">
<span class="site-footer-leaf" aria-hidden="true">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M5 19C5 11 11 5 19 5C19 13 13 19 5 19Z"/></svg>
</span>
<span class="site-footer-brand">SupplementScore<span class="site-footer-brand-tld">.org</span></span>
</div>
<nav class="site-footer-links" aria-label="Footer navigation">
<a href="/">Home</a>
<a href="/compare/index.html">Compare</a>
<a href="/#research" onclick="window._tabSwitchByUser=true">Research</a>
<a href="/#profile" onclick="window._tabSwitchByUser=true">Profile <span class="site-footer-beta" aria-label="Beta">(Beta)</span></a>
<a href="/about.html">About</a>
</nav>
<div class="site-footer-contrib">
<div class="site-footer-contrib-eyebrow">Non-profit · volunteer-run</div>
<div class="site-footer-contrib-title">Help build the database</div>
<div class="site-footer-contrib-desc">Clinicians, researchers, developers, help us improve this site.</div>
<form class="site-footer-contrib-form" onsubmit="return ssFooterContrib(event)" novalidate>
<input type="email" placeholder="your@email.com" aria-label="Your email address" required>
<button type="submit" aria-label="Send" title="Send"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg></button>
<div class="site-footer-contrib-success" role="status" aria-live="polite">✓ Thanks! We'll be in touch.</div>
</form>
</div>
<div class="site-footer-bottom">© 2026 SupplementScore · CC-BY 4.0 · <a href="/privacy.html">Terms & Privacy</a> · Educational reference, not medical advice. Always consult a clinician before changing your supplement regimen.</div>
</div>
<script>
/* Footer contributor form — small handler shared by every page that ships the
shared site-footer. Defined once on window so re-loads on subsequent pages
are no-ops. Posts to the same Formspree endpoint as the about-page form,
tagged with source='contributor-footer' so leads from here are attributable. */
window.ssFooterContrib = window.ssFooterContrib || function(e){
e.preventDefault();
var form = e.target;
var input = form.querySelector('input[type=email]');
var btn = form.querySelector('button');
var email = (input.value || '').trim();
if (!email || email.indexOf('@') < 0 || email.length < 5) {
input.classList.add('is-invalid');
setTimeout(function(){ input.classList.remove('is-invalid'); }, 2000);
return false;
}
btn.disabled = true; btn.textContent = 'Sending…';
fetch('https://formspree.io/f/mnjoylkz', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' },
body: JSON.stringify({ email: email, source: 'contributor-footer', date: new Date().toISOString() })
}).then(function(r){
if (r.ok) { form.classList.add('is-success'); }
else { btn.disabled = false; btn.textContent = 'Try again'; }
}).catch(function(){ btn.disabled = false; btn.textContent = 'Try again'; });
return false;
};
</script>
</footer>
<!-- SS_FOOTER_END -->
<script>
/* Register service worker for offline + instant repeat visits.
* Skipped on browsers without SW support; safe to leave on. */
if ('serviceWorker' in navigator && location.protocol === 'https:') {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/sw.js').catch(function(){});
});
}
</script>
</body>
</html>