diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-26 23:38:14 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-26 23:38:14 -0600 |
commit | f6d2141a480dd6b5b8ee0e48d43bb64773232791 (patch) | |
tree | 2c1debfc78746324b9e38be0bf4796b7a84a6348 /docs/about/index.html | |
parent | aae00025bd8bff04de90b22b2472aed8a232f476 (diff) |
add header ids
Diffstat (limited to 'docs/about/index.html')
-rw-r--r-- | docs/about/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/about/index.html b/docs/about/index.html index ccaffc6..3608be0 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -44,7 +44,7 @@ <main> - <h1>About Me</h1> + <h1 id="about-me">About Me</h1> <p>Hi!</p> @@ -52,7 +52,7 @@ <p>Landing page with other links, and projects: <a rel="noopener" target="_blank" href="https://hi.navan.dev">https://hi.navan.dev</a></p> -<h2>Contact Me</h2> +<h2 id="contact-me">Contact Me</h2> <p>The best way to reach out to me is by e-mail. subject[at]navan.email Or, if I have made peace with my ISP and corrected the rDNS settings, then: hey[at]navan.dev</p> @@ -60,7 +60,7 @@ <p><code>1DA1 04AA DEB7 7473 A4FA C27B 4EFC A289 7342 A778</code></p> -<h2>Links</h2> +<h2 id="links">Links</h2> <ul> <li><a rel="noopener" target="_blank" href="https://github.com/navanchauhan">GitHub: @navanchauhan</a></li> |