tcontact.html: specify size for avatar image - adamsgaard.dk - my academic webpage
HTML git clone git://src.adamsgaard.dk/adamsgaard.dk
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b2be6963e63a491e046c3aa1fe62571ed0c0ac23
DIR parent 980c788045988f41c0bd12b7f8e229b4c5ce8a72
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 18 Dec 2020 12:08:59 +0100
contact.html: specify size for avatar image
Diffstat:
M templates/contact.html/header.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/templates/contact.html/header.html b/templates/contact.html/header.html
t@@ -4,7 +4,8 @@
<figure class="pagefigure">
<img src="img/anders-mjanetmars-pixelart-corrected-128.png"
- alt="By KiD MarsCat" class="pageimg" />
+ width="128" height="128"
+ alt="avatar by KiD MarsCat" class="pageimg" />
</figure>
<ul>