From c166945e5e37c5c7fb458a76915e2ccfae8c1f35 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 21 Apr 2025 15:01:55 -0400 Subject: init --- static/favicon.ico | Bin 0 -> 318 bytes static/img/hongye-entrance.jpg | Bin 0 -> 687496 bytes static/img/hongye-inpool.jpg | Bin 0 -> 518213 bytes static/img/hongye-pool2.jpg | Bin 0 -> 709688 bytes static/img/hongye-wrongway-gate.jpg | Bin 0 -> 977775 bytes static/img/segesta-cat.jpg | Bin 0 -> 503157 bytes static/img/segesta-fork.jpg | Bin 0 -> 859851 bytes static/img/segesta-path.jpg | Bin 0 -> 1111700 bytes static/img/segesta-spring.jpg | Bin 0 -> 685357 bytes static/img/segesta-stream.jpg | Bin 0 -> 760856 bytes static/img/segesta-wrongway-pond.jpg | Bin 0 -> 889123 bytes static/styles.css | 7 +++++++ 12 files changed, 7 insertions(+) create mode 100644 static/favicon.ico create mode 100644 static/img/hongye-entrance.jpg create mode 100644 static/img/hongye-inpool.jpg create mode 100644 static/img/hongye-pool2.jpg create mode 100644 static/img/hongye-wrongway-gate.jpg create mode 100644 static/img/segesta-cat.jpg create mode 100644 static/img/segesta-fork.jpg create mode 100644 static/img/segesta-path.jpg create mode 100644 static/img/segesta-spring.jpg create mode 100644 static/img/segesta-stream.jpg create mode 100644 static/img/segesta-wrongway-pond.jpg create mode 100644 static/styles.css (limited to 'static') diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..aa78544 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/img/hongye-entrance.jpg b/static/img/hongye-entrance.jpg new file mode 100644 index 0000000..2d29df4 Binary files /dev/null and b/static/img/hongye-entrance.jpg differ diff --git a/static/img/hongye-inpool.jpg b/static/img/hongye-inpool.jpg new file mode 100644 index 0000000..c5bc37e Binary files /dev/null and b/static/img/hongye-inpool.jpg differ diff --git a/static/img/hongye-pool2.jpg b/static/img/hongye-pool2.jpg new file mode 100644 index 0000000..9728a16 Binary files /dev/null and b/static/img/hongye-pool2.jpg differ diff --git a/static/img/hongye-wrongway-gate.jpg b/static/img/hongye-wrongway-gate.jpg new file mode 100644 index 0000000..2be7a97 Binary files /dev/null and b/static/img/hongye-wrongway-gate.jpg differ diff --git a/static/img/segesta-cat.jpg b/static/img/segesta-cat.jpg new file mode 100644 index 0000000..722ab70 Binary files /dev/null and b/static/img/segesta-cat.jpg differ diff --git a/static/img/segesta-fork.jpg b/static/img/segesta-fork.jpg new file mode 100644 index 0000000..6adc699 Binary files /dev/null and b/static/img/segesta-fork.jpg differ diff --git a/static/img/segesta-path.jpg b/static/img/segesta-path.jpg new file mode 100644 index 0000000..36c437a Binary files /dev/null and b/static/img/segesta-path.jpg differ diff --git a/static/img/segesta-spring.jpg b/static/img/segesta-spring.jpg new file mode 100644 index 0000000..60c5303 Binary files /dev/null and b/static/img/segesta-spring.jpg differ diff --git a/static/img/segesta-stream.jpg b/static/img/segesta-stream.jpg new file mode 100644 index 0000000..91a4f8c Binary files /dev/null and b/static/img/segesta-stream.jpg differ diff --git a/static/img/segesta-wrongway-pond.jpg b/static/img/segesta-wrongway-pond.jpg new file mode 100644 index 0000000..0b44dd2 Binary files /dev/null and b/static/img/segesta-wrongway-pond.jpg 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; +} -- cgit v1.2.3