summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/_index.html2
-rw-r--r--static/img/headshot.jpgbin0 -> 97788 bytes
-rw-r--r--themes/aoidh/assets/aoidh.css6
3 files changed, 5 insertions, 3 deletions
diff --git a/content/_index.html b/content/_index.html
index 355649f..79ed89a 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -89,7 +89,7 @@ draft: false
<tr><td><a href="https://pbs.twimg.com/media/FKgWbMaXsAAb-Kq?format=jpg&name=large">Small, adept team</a>. Great software is written by the few, not by the many.</td></tr>
</table>
<h1 id="biography">Biography</h1>
-<img src="img/headshot.jpg" alt="Sam Anthony">
+<img style="width: 16rem;" src="img/headshot.jpg" alt="Headshot of Sam Anthony">
<p>
Sam Anthony is a computer programmer from Newfoundland, Canada.
TODO
diff --git a/static/img/headshot.jpg b/static/img/headshot.jpg
new file mode 100644
index 0000000..1a0d33e
--- /dev/null
+++ b/static/img/headshot.jpg
Binary files differ
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css
index caf22b4..b2037a6 100644
--- a/themes/aoidh/assets/aoidh.css
+++ b/themes/aoidh/assets/aoidh.css
@@ -194,8 +194,10 @@ cite {
}
img {
- display: block;
- margin: auto;
+ max-width: 100%;
+ max-height: 90vh;
+ border: 1px solid var(--dark-gray);
+ box-shadow: .2rem .2rem var(--light-gray);
}
div {