Commit ·
d58051a
1
Parent(s): 364e204
Add badge to footer linking to danielrosehill.com
Browse files- Badge set to 480px width with responsive max-width
- Links to danielrosehill.com in new tab
- Added 20px top margin for spacing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- index.html +3 -0
index.html
CHANGED
|
@@ -15,6 +15,9 @@
|
|
| 15 |
<footer class="footer">
|
| 16 |
<p>💡 A late-night idea by <a href="https://danielrosehill.com" target="_blank">Daniel Rosehill</a></p>
|
| 17 |
<p class="footer-date">October 31, 2025</p>
|
|
|
|
|
|
|
|
|
|
| 18 |
</footer>
|
| 19 |
</div>
|
| 20 |
|
|
|
|
| 15 |
<footer class="footer">
|
| 16 |
<p>💡 A late-night idea by <a href="https://danielrosehill.com" target="_blank">Daniel Rosehill</a></p>
|
| 17 |
<p class="footer-date">October 31, 2025</p>
|
| 18 |
+
<a href="https://danielrosehill.com" target="_blank">
|
| 19 |
+
<img src="badge.png" alt="Daniel Rosehill" style="width: 480px; max-width: 100%; margin-top: 20px;">
|
| 20 |
+
</a>
|
| 21 |
</footer>
|
| 22 |
</div>
|
| 23 |
|