-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (73 loc) · 4.88 KB
/
index.html
File metadata and controls
84 lines (73 loc) · 4.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculators - Navy & Army Body Fat, Concept2 Pace, 1RM, Tap Tempo & Digital Compass Tools</title>
<meta name="description" content="Free online calculators: Navy & Army Body Fat calculators, Concept2 watts-to-pace converter, One Rep Max (1RM) calculator, Tap Tempo BPM calculator, and Digital Compass for mobile devices. Responsive and accurate tools.">
<meta name="keywords" content="navy body fat calculator, army body fat calculator, concept2 pace calculator, 1rm calculator, one rep max, epley formula, tap tempo bpm, digital compass, watts to pace, rowing calculator, body fat percentage, circumference method, abdominal measurement, beats per minute, mobile compass">
<meta name="author" content="guyru">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://guyru.github.io/calculators/">
<meta property="og:title" content="Calculators - Navy & Army Body Fat, Concept2 Pace, 1RM, Tap Tempo & Digital Compass Tools">
<meta property="og:description" content="Free online calculators: Navy & Army Body Fat calculators, Concept2 watts-to-pace converter, One Rep Max (1RM) calculator, Tap Tempo BPM calculator, and Digital Compass for mobile devices.">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://guyru.github.io/calculators/">
<meta property="twitter:title" content="Calculators - Navy & Army Body Fat, Concept2 Pace, 1RM, Tap Tempo & Digital Compass Tools">
<meta property="twitter:description" content="Free online calculators: Navy & Army Body Fat calculators, Concept2 watts-to-pace converter, One Rep Max (1RM) calculator, Tap Tempo BPM calculator, and Digital Compass for mobile devices.">
<link rel="stylesheet" href="shared.css">
</head>
<body>
<div class="calculator-container index">
<div class="header">
<h1>Calculators</h1>
<div class="intro-text">
Calculators that I find useful.
</div>
</div>
<div class="calculator-grid">
<a href="navy-body-fat-calculator.html" class="calculator-card"
aria-label="Navigate to Navy Body Fat Calculator">
<h2>Navy Body Fat Calculator</h2>
<p>Figure out your body fat percentage using the Navy's circumference measurements method.</p>
</a>
<a href="army-body-fat-calculator.html" class="calculator-card"
aria-label="Navigate to Army Body Fat Calculator">
<h2>Army Body Fat Calculator</h2>
<p>Calculate body fat percentage using the Army's single-site abdominal circumference method.</p>
</a>
<a href="concept2-watts-pace-calculator.html" class="calculator-card"
aria-label="Navigate to Concept2 Watts to Pace Calculator">
<h2>Concept2 Watts ↔ Pace Calculator</h2>
<p>Convert between watts and pace for Concept2 rowing machines. Goes both ways in real time.</p>
</a>
<a href="tap-tempo-calculator.html" class="calculator-card"
aria-label="Navigate to Tap Tempo BPM Calculator">
<h2>Tap Tempo BPM Calculator</h2>
<p>Detect beats per minute by tapping to the rhythm. Configurable sample size and timeout for accurate tempo measurement.</p>
</a>
<a href="digital-compass.html" class="calculator-card"
aria-label="Navigate to Digital Compass">
<h2>Digital Compass</h2>
<p>Real-time compass using device orientation sensors. Works on mobile devices with magnetometer for navigation and heading display.</p>
</a>
<a href="rowing-training-bands-calculator.html" class="calculator-card"
aria-label="Navigate to Rowing Training Bands Calculator">
<h2>Rowing Training Bands Calculator</h2>
<p>Calculate personalized training zones based on your max heart rate, resting heart rate, and 2000m erg performance.</p>
</a>
<a href="one-rep-max-calculator.html" class="calculator-card"
aria-label="Navigate to One Rep Max Calculator">
<h2>One Rep Max (1RM) Calculator</h2>
<p>Calculate your estimated one-rep max using Epley's formula. Includes a complete rep-max table for training planning.</p>
</a>
</div>
<div class="github-links">
<a href="https://github.com/guyru/calculators" target="_blank" rel="noopener noreferrer">View Source</a>
<a href="https://github.com/guyru/calculators/issues" target="_blank" rel="noopener noreferrer">Report Issue</a>
</div>
</div>
</body>
</html>