Update prompt-builder.html
· 1 year ago
034ee6b038f42a4e9aebf45ced1939821afc6199
Parent:
cb10e9370
1 file changed +11 −10
- prompt-builder.html +11 −10
Diff
--- a/prompt-builder.html +++ b/prompt-builder.html @@ -869,16 +869,17 @@ What's the capital of France? </div> <!-- End Tab Content --> - <footer class="text-center mt-5 mb-3"> <!-- Original classes preserved --> - <small - >Canonical URL: - <a href="http://cheatsheets.davidveksler.com/prompt-builder.html" - >cheatsheets.davidveksler.com/prompt-builder.html</a - ></small - > - <br/> - <small>Ensure you have `favicon.ico`, `favicon.svg`, `apple-touch-icon.png`, and `prompt-builder-og-image.png` in an `./assets/` folder relative to this HTML file for all icons and images to work.</small> - </footer> + <footer class="container text-center pb-3"> + <p class="mb-2">© 2025 David Veksler</p> + <div> + <a href="https://www.linkedin.com/in/davidveksler/" title="David Veksler on LinkedIn" target="_blank" rel="noopener noreferrer" class="mx-2 link-secondary"> + <i class="bi bi-linkedin"></i> LinkedIn + </a> + <a href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets" class="mx-2 link-secondary"> + <i class="bi bi-collection"></i> All Cheatsheets + </a> + </div> +</footer> </div> <!-- End Container -->