Skip to content

Commit 07c137a

Browse files
committed
- add running page calculator to sidebar.html and tools.json, add screenshot
1 parent 51ecae4 commit 07c137a

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,5 +1758,16 @@
17581758
"aiPowered": false,
17591759
"featured": false,
17601760
"date": "2025-10-25"
1761+
},
1762+
{
1763+
"id": "running_pace_calculator",
1764+
"title": "Running Pace Calculator",
1765+
"description": "Free online Running Pace Calculator with race predictions, split times, and training zones. Calculate pace, time, or distance for your runs. Perfect for marathon training and race planning.",
1766+
"url": "tools/running_pace_calculator.html",
1767+
"screenshot": "screenshots/screenshot_226.webp",
1768+
"type": "tool",
1769+
"aiPowered": false,
1770+
"featured": false,
1771+
"date": "2025-10-25"
17611772
}
17621773
]

screenshots/screenshot_226.webp

15.4 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ <h2>Tools by ChatGPT</h2>
311311
<li><a href="/tools/audio_pitch_shifter.html">Audio Pitch Shifter</a></li>
312312
<li><a href="/tools/time_lapse_creator.html">Time Lapse Creator</a></li>
313313
<li><a href="/tools/tip_calculator.html">Tip Calculator & Bill Splitter</a></li>
314+
<li><a href="/tools/running_pace_calculator.html">Running Pace Calculator</a></li>
314315
<!-- end -->
315316
</ul>
316317
</div>

0 commit comments

Comments
 (0)