From d7ec25da4ee8b98acd1951de70fb4d044984bdf5 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 19 Oct 2024 10:22:52 -0700 Subject: Add an extremely cute landing page. --- assets/icon.xcf | Bin 0 -> 10690 bytes assets/kanna.xcf | Bin 0 -> 72508 bytes static/QuickLove.woff | Bin 0 -> 10224 bytes static/QuickLove.woff2 | Bin 0 -> 10388 bytes static/icon.png | Bin 0 -> 7039 bytes static/index/kanna.png | Bin 0 -> 54665 bytes static/index/stars.gif | Bin 0 -> 180039 bytes static/styles.css | 32 ++++++++++++++++++++++++++++++++ templates/index.html.template | 16 ++++++++++++++-- 9 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 assets/icon.xcf create mode 100644 assets/kanna.xcf create mode 100644 static/QuickLove.woff create mode 100644 static/QuickLove.woff2 create mode 100644 static/icon.png create mode 100644 static/index/kanna.png create mode 100644 static/index/stars.gif create mode 100644 static/styles.css diff --git a/assets/icon.xcf b/assets/icon.xcf new file mode 100644 index 0000000..d7363dd Binary files /dev/null and b/assets/icon.xcf differ diff --git a/assets/kanna.xcf b/assets/kanna.xcf new file mode 100644 index 0000000..873bda4 Binary files /dev/null and b/assets/kanna.xcf differ diff --git a/static/QuickLove.woff b/static/QuickLove.woff new file mode 100644 index 0000000..d58264e Binary files /dev/null and b/static/QuickLove.woff differ diff --git a/static/QuickLove.woff2 b/static/QuickLove.woff2 new file mode 100644 index 0000000..ae40d38 Binary files /dev/null and b/static/QuickLove.woff2 differ diff --git a/static/icon.png b/static/icon.png new file mode 100644 index 0000000..8dfebb9 Binary files /dev/null and b/static/icon.png differ diff --git a/static/index/kanna.png b/static/index/kanna.png new file mode 100644 index 0000000..e144b96 Binary files /dev/null and b/static/index/kanna.png differ diff --git a/static/index/stars.gif b/static/index/stars.gif new file mode 100644 index 0000000..2b7372f Binary files /dev/null and b/static/index/stars.gif differ diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..8c102d8 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,32 @@ +@font-face { + font-family: 'QuickLove'; + src: url('/static/QuickLove.woff2') format('woff2'), + url('/static/QuickLove.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +body { + background: #f5f5f5; +} + +h1 { + font-size: 70px; + color: #ff69b4; + font-family: 'QuickLove'; +} + +article { + max-width: 800px; + margin: 0 auto 50px; + padding: 20px; + background: #fff0f5; + border: 5px solid #ff69b4; + border-radius: 15px; + box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); +} + +img { + border: 5px solid #ff69b4; + background: white; +} diff --git a/templates/index.html.template b/templates/index.html.template index 384bb34..49316cc 100644 --- a/templates/index.html.template +++ b/templates/index.html.template @@ -1,9 +1,21 @@ - roseh.moe + rose.moe + + -

Hello world

+
+

roseh.moe

+
+ +
+
+ A dragon loli +
+ +

Games?

+
-- cgit v1.3.1