add hardware page

This commit is contained in:
hexlocation 2024-12-27 13:25:13 +01:00
parent 4e2bbb05d2
commit d91bd9d9e2
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
10 changed files with 148 additions and 0 deletions

24
hardware.html Normal file
View file

@ -0,0 +1,24 @@
<html>
<div id="imgs">
<div class="image">
<img src="img/l14g2.png">
<span class="caption">My Thinkpad L14 Gen 2 (AMD variant).</span>
</div>
</div>
</html>
<style>
div.image {
vertical-align: top;
display: inline-block;
text-align: center;
width: 20vw;
}
img {
width: 5vw;
max-height: 5vw;
background-color: grey;
}
.caption {
display: block;
}
</style>