commit 275897d9f4ab92c3847f0de3be2d91dad6f8eda0
parent bafca868938bf1f726b971bc3ebac010e35b8697
Author: thing1 <thing1@seacrossedlovers.xyz>
Date: Wed, 4 Mar 2026 17:32:30 +0000
added photo of cirno
Diffstat:
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CS10120/project/images/release.jpeg b/CS10120/project/images/release.jpeg
Binary files differ.
diff --git a/CS10120/project/index.html b/CS10120/project/index.html
@@ -61,7 +61,10 @@
<p>This page is all my own writing, styling and work; excluding images used, which are linked accordingly. No AI tools were used to make this page, or any pages it links to, it was all written by hand, by me!</p>
<hr>
- </div>
+ <div id="photo">
+ <a href="https://analognowhere.com"><img src=images/release.jped alt="Cirno and Glenda reading the great texts"></a>
+ <em>Cirno and Glenda reading the great texts</em>
+ </div>
<footer>
diff --git a/CS10120/project/style.css b/CS10120/project/style.css
@@ -107,3 +107,7 @@ footer table {
margin-left: auto;
margin-right: auto;
}
+
+#photo {
+ margin: auto;
+}