Quick reference for editing your HTML modules without breaking structure.
Open your HTML file in a text editor (VS Code recommended).
Use Ctrl + F to quickly find what you want to change.
Only change text content — avoid touching structure unless necessary.
Search for: Optional Tool
Replace with your own tool content.
<p class="tool-title">Speed this up with [Tool Name]</p>
<p class="tool-desc">
Short explanation of what the tool does.
<a href="https://yourlink.com" target="_blank">Try it here</a>
</p>
Always open links in a new tab:
<a href="https://yourlink.com" target="_blank">Link text</a>
Always include full URLs (https://...)
Use these to break up heavy content.
Make them feel like helpful insights — not ads.
Keep things simple.
Focus on clarity and usefulness.
This is a working system — not perfection.