summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorj-james2022-01-17 08:12:45 +0000
committerj-james2022-01-17 08:12:45 +0000
commitdfec2098fb910551aded24cccb52d21d439f2f9b (patch)
treef325a947bea313234665813207dcf1a994a65ce1 /about.html
parent85e07045d341b834e6e6dc7873f639baf3ffd8bc (diff)
Prepend <!DOCTYPE html> to all pages
otherwise they're in "Quirks Mode", and who knows what issues that may cause
Diffstat (limited to 'about.html')
-rw-r--r--about.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/about.html b/about.html
index a6f3545..e7667c0 100644
--- a/about.html
+++ b/about.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>j-james | about</title>
@@ -30,7 +31,7 @@
<p> If you're looking to contact me, feel free to reach out over email to <code>jj [at] this.website</code>. </p>
<p> If you're looking to hire me, you may be interested in <a href="https://j-james.me/resume.html">my resume</a> (also available as a <a href="https://j-james.me/resume.pdf">PDF</a>).</p>
<h2>Credits</h2>
- <p> This website is based off of the websites of <a href="https://czeng.org">Catherine Zeng</a>, <a href="https://hojberg.xyz">Simon Højberg</a>, and <a href="https://victoria.dev">Victoria Drake</a>. </p>
+ <p> This website is based off of the websites of <a href="https://czeng.org">Catherine Zeng</a>, <a href="https://nora.codes/">Leonora Tindall</a>, and <a href="https://hojberg.xyz">Simon Højberg</a>. </p>
</main>
<footer>
<p> © 2020-2021 j-james </p>