summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcyfraeviolae <library@cyfraeviolae.org>2025-04-21 15:01:55 -0400
committercyfraeviolae <library@cyfraeviolae.org>2025-04-21 15:01:55 -0400
commitc166945e5e37c5c7fb458a76915e2ccfae8c1f35 (patch)
tree7fb1e97a418e5ee7c40dbde0b5df50cc34bc03a7 /static
init
Diffstat (limited to 'static')
-rw-r--r--static/favicon.icobin0 -> 318 bytes
-rw-r--r--static/img/hongye-entrance.jpgbin0 -> 687496 bytes
-rw-r--r--static/img/hongye-inpool.jpgbin0 -> 518213 bytes
-rw-r--r--static/img/hongye-pool2.jpgbin0 -> 709688 bytes
-rw-r--r--static/img/hongye-wrongway-gate.jpgbin0 -> 977775 bytes
-rw-r--r--static/img/segesta-cat.jpgbin0 -> 503157 bytes
-rw-r--r--static/img/segesta-fork.jpgbin0 -> 859851 bytes
-rw-r--r--static/img/segesta-path.jpgbin0 -> 1111700 bytes
-rw-r--r--static/img/segesta-spring.jpgbin0 -> 685357 bytes
-rw-r--r--static/img/segesta-stream.jpgbin0 -> 760856 bytes
-rw-r--r--static/img/segesta-wrongway-pond.jpgbin0 -> 889123 bytes
-rw-r--r--static/styles.css7
12 files changed, 7 insertions, 0 deletions
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..aa78544
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/img/hongye-entrance.jpg b/static/img/hongye-entrance.jpg
new file mode 100644
index 0000000..2d29df4
--- /dev/null
+++ b/static/img/hongye-entrance.jpg
Binary files differ
diff --git a/static/img/hongye-inpool.jpg b/static/img/hongye-inpool.jpg
new file mode 100644
index 0000000..c5bc37e
--- /dev/null
+++ b/static/img/hongye-inpool.jpg
Binary files differ
diff --git a/static/img/hongye-pool2.jpg b/static/img/hongye-pool2.jpg
new file mode 100644
index 0000000..9728a16
--- /dev/null
+++ b/static/img/hongye-pool2.jpg
Binary files differ
diff --git a/static/img/hongye-wrongway-gate.jpg b/static/img/hongye-wrongway-gate.jpg
new file mode 100644
index 0000000..2be7a97
--- /dev/null
+++ b/static/img/hongye-wrongway-gate.jpg
Binary files differ
diff --git a/static/img/segesta-cat.jpg b/static/img/segesta-cat.jpg
new file mode 100644
index 0000000..722ab70
--- /dev/null
+++ b/static/img/segesta-cat.jpg
Binary files differ
diff --git a/static/img/segesta-fork.jpg b/static/img/segesta-fork.jpg
new file mode 100644
index 0000000..6adc699
--- /dev/null
+++ b/static/img/segesta-fork.jpg
Binary files differ
diff --git a/static/img/segesta-path.jpg b/static/img/segesta-path.jpg
new file mode 100644
index 0000000..36c437a
--- /dev/null
+++ b/static/img/segesta-path.jpg
Binary files differ
diff --git a/static/img/segesta-spring.jpg b/static/img/segesta-spring.jpg
new file mode 100644
index 0000000..60c5303
--- /dev/null
+++ b/static/img/segesta-spring.jpg
Binary files differ
diff --git a/static/img/segesta-stream.jpg b/static/img/segesta-stream.jpg
new file mode 100644
index 0000000..91a4f8c
--- /dev/null
+++ b/static/img/segesta-stream.jpg
Binary files differ
diff --git a/static/img/segesta-wrongway-pond.jpg b/static/img/segesta-wrongway-pond.jpg
new file mode 100644
index 0000000..0b44dd2
--- /dev/null
+++ b/static/img/segesta-wrongway-pond.jpg
Binary files differ
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..9592da8
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,7 @@
+img {
+ max-width: 50%;
+}
+
+p {
+ margin-bottom: revert !important;
+}