-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (36 loc) · 2 KB
/
about.html
File metadata and controls
42 lines (36 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About — StatStack</title>
<meta name="description" content="Learn about StatStack, a free daily higher-or-lower statistics guessing game.">
<link rel="canonical" href="https://thatch26.github.io/statstack/about.html">
<link rel="icon" href="img/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header">
<div class="header-inner">
<a href="/" class="logo">
<span class="logo-icon">📊</span>
<span class="logo-text">StatStack</span>
</a>
</div>
</header>
<main class="content-page">
<h1>About StatStack</h1>
<p>StatStack is a free daily statistics game where you guess which of two real-world facts has the higher number. Test your intuition against real data — from populations and distances to speeds, revenues, and more.</p>
<h2>How It Works</h2>
<p>Every day at midnight, a new set of 10 rounds is generated. Every player in the world gets the same questions on the same day. You're shown two statistics — one value is revealed, and you guess whether the hidden stat is higher or lower.</p>
<p>After playing, share your results grid with friends and see who knows their numbers best!</p>
<h2>The Data</h2>
<p>All statistics in StatStack come from verified public sources including government agencies (NASA, US Census, UN), official records, and established reference databases. Sources are displayed for every statistic so you can verify them yourself.</p>
<h2>Contact</h2>
<p>StatStack is built and maintained independently. For questions, feedback, or corrections, please reach out via <a href="https://github.com/THatch26/statstack">GitHub</a>.</p>
</main>
<footer class="footer">
<p>© 2025 StatStack · <a href="index.html">Play</a> · <a href="privacy.html">Privacy</a></p>
</footer>
</body>
</html>