-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstats.html
More file actions
54 lines (47 loc) · 1.86 KB
/
Copy pathstats.html
File metadata and controls
54 lines (47 loc) · 1.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Analytics — Christian Campbell</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap" rel="stylesheet">
</head>
<body>
<div class="page-bg">
<a href="index.html" class="back-nav">Home</a>
<div class="stats-container">
<div class="stats-header">
<h1>Analytics</h1>
<p>Private visitor data for this site.</p>
</div>
<div class="stats-card">
<div class="stats-icon">
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<line x1="18" y1="20" x2="18" y2="10"/><line x1="12" y1="20" x2="12" y2="4"/>
<line x1="6" y1="20" x2="6" y2="14"/>
</svg>
</div>
<p class="stats-label">Tracked by GoatCounter — privacy-friendly, no cookies, GDPR compliant.</p>
<a href="https://chrisaveri.goatcounter.com" target="_blank" rel="noopener noreferrer" class="btn btn-primary stats-btn">
Open Dashboard →
</a>
</div>
<div class="stats-meta">
<div class="stats-meta-item">
<span class="stats-meta-label">Pages tracked</span>
<span class="stats-meta-value">index · about · resume · notes · projects</span>
</div>
<div class="stats-meta-item">
<span class="stats-meta-label">Data stored</span>
<span class="stats-meta-value">goatcounter.com — no local storage</span>
</div>
<div class="stats-meta-item">
<span class="stats-meta-label">Visible to</span>
<span class="stats-meta-value">You only (login required on dashboard)</span>
</div>
</div>
</div>
</div>
</body>
</html>