]> git.za3k.com Git - za3k.git/commitdiff
House
authorZachary Vance <za3k@za3k.com>
Sun, 29 Oct 2023 07:10:01 +0000 (03:10 -0400)
committerZachary Vance <za3k@za3k.com>
Sun, 29 Oct 2023 07:10:01 +0000 (03:10 -0400)
archive/house.html [new file with mode: 0644]
archive/house_basement.png [new file with mode: 0644]
archive/house_ground.png [new file with mode: 0644]

diff --git a/archive/house.html b/archive/house.html
new file mode 100644 (file)
index 0000000..d364cdd
--- /dev/null
@@ -0,0 +1,24 @@
+
+<style>
+img {
+    border: 5px lightgrey solid;
+    border-radius: 2em;
+    max-width: 100%;
+    max-height: 90%;
+    margin-top: 1em;
+}
+figcaption {
+  background-color: black;
+  color: white;
+  font-style: italic;
+  padding: 2px;
+  text-align: center;
+}
+</style>
+
+<a href="house_ground.png">
+    <img src="house_ground.png">
+</a>
+<a href="house_basement.png">
+    <img src="house_basement.png">
+</a>
diff --git a/archive/house_basement.png b/archive/house_basement.png
new file mode 100644 (file)
index 0000000..2762587
Binary files /dev/null and b/archive/house_basement.png differ
diff --git a/archive/house_ground.png b/archive/house_ground.png
new file mode 100644 (file)
index 0000000..2bf376a
Binary files /dev/null and b/archive/house_ground.png differ