diff --git a/README.md b/README.md deleted file mode 100644 index 84a1d1b..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Reisen Church - -![reisen sprite](https://reisen.church/reisen-transparent.png) - diff --git a/assets/banner-full-painting.jpg b/assets/banner-full-painting.jpg new file mode 100644 index 0000000..1fa7038 Binary files /dev/null and b/assets/banner-full-painting.jpg differ diff --git a/assets/banner-left.jpg b/assets/banner-left.jpg new file mode 100644 index 0000000..996f52a Binary files /dev/null and b/assets/banner-left.jpg differ diff --git a/assets/banner-left.jpg~ b/assets/banner-left.jpg~ new file mode 100644 index 0000000..b91b8c8 Binary files /dev/null and b/assets/banner-left.jpg~ differ diff --git a/assets/banner-right.jpg b/assets/banner-right.jpg new file mode 100644 index 0000000..0845afb Binary files /dev/null and b/assets/banner-right.jpg differ diff --git a/assets/banner-right.jpg-autosave.kra b/assets/banner-right.jpg-autosave.kra new file mode 100644 index 0000000..9c8bc7f Binary files /dev/null and b/assets/banner-right.jpg-autosave.kra differ diff --git a/assets/banner-right.jpg~ b/assets/banner-right.jpg~ new file mode 100644 index 0000000..01a3a52 Binary files /dev/null and b/assets/banner-right.jpg~ differ diff --git a/assets/banner.jpg b/assets/banner.jpg new file mode 100644 index 0000000..e241abb Binary files /dev/null and b/assets/banner.jpg differ diff --git a/background.jpg b/background.jpg deleted file mode 100644 index 149bf96..0000000 Binary files a/background.jpg and /dev/null differ diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..ae863f7 --- /dev/null +++ b/css/style.css @@ -0,0 +1,100 @@ +/* Main layout container */ +body { + margin: 0; + padding: 0; + display: flex; + min-height: 100vh; + font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; + letter-spacing: 0.03em; +} + +/* Optional: Add to headings for contrast */ +h1, h2, h3, h4, h5, h6 { + font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; + font-weight: 400; /* Classic book style often uses lighter weights */ + letter-spacing: 0.03em; +} + +p { + padding-left: 20px; + padding-right: 20px; + text-align: justify; + hyphens: auto; + font-size: 20px; +} + +/* Side banners */ +.banner-left, .banner-right { + flex: 1; /* This makes them grow to fill available space */ + min-width: 100px; /* Minimum width */ + background-size: cover; + background-position: center; + background-repeat: no-repeat; + width: 200px; /* Fixed width */ +} + +.banner-left { + background-image: url('../assets/banner-left.jpg'); +} + +.banner-right { + background-image: url('../assets/banner-right.jpg'); +} + +/* Centered content box */ +.content-wrapper { + width: 1100px; + margin: 0; + padding: 20px; + background: #ffffff; + box-shadow: 0 0 30px rgba(0,0,0,0.9); + z-index: 1; +} +.gray { + color: gray; + position: fixed; + bottom: 0; + width: 100%; +} + .icon { + width: 50px; + } + .column-1 { + display: none; + } + + .row { + gap: 0; + margin: auto; + } + + .column-2 { + font-size: inherit; + background-size: cover; + margin: auto; + background-color: #181818ea; + } + } + + .table { + display: flex; + flex-flow: column nowrap; + margin: 0.5rem; + line-height: 1.5; + flex: 1 1 auto; + } + + .td { + justify-content: left; + } + + .td>.td-url { + padding-left: 15%; + } + + .tr { + width: 100%; + display: flex; + justify-content: left; + gap: 10px; + } diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 67d5f46..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon_source.png b/favicon_source.png deleted file mode 100644 index 535f9c0..0000000 Binary files a/favicon_source.png and /dev/null differ diff --git a/icons/git.png b/icons/git.png deleted file mode 100644 index 576cac6..0000000 Binary files a/icons/git.png and /dev/null differ diff --git a/icons/github.png b/icons/github.png index 50b8175..6cb3b70 100644 Binary files a/icons/github.png and b/icons/github.png differ diff --git a/icons/matrix.png b/icons/matrix.png deleted file mode 100644 index be8ef51..0000000 Binary files a/icons/matrix.png and /dev/null differ diff --git a/index.html b/index.html index d61980c..a9d49b1 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - - + +<<<<<<< Updated upstream HTML by Hand Online @@ -126,9 +126,15 @@ color: #ffcccc } +======= + + + My Website + +>>>>>>> Stashed changes - +<<<<<<< Updated upstream
@@ -140,22 +146,50 @@
+======= + + + + +
+
+

Welcome to NaiJi's personal page!

+

Hello friend! People normally know me as NaiJi, it's a random nickname that doesn't mean anything. Here is a bunch of links idk

+
+
+
+ +>>>>>>> Stashed changes


+<<<<<<< Updated upstream
+======= +

You can reach me out by mail at naijiworld [at] protonmail [dot] com

+ + +>>>>>>> Stashed changes +
+

The background image is fragments from Ducks on a Pond by Alexander Koester

+
+
+ + + + diff --git a/praying.png b/praying.png deleted file mode 100644 index 5949cbf..0000000 Binary files a/praying.png and /dev/null differ diff --git a/random/BlackAndWhite.zip b/random/BlackAndWhite.zip deleted file mode 100644 index e6900d1..0000000 Binary files a/random/BlackAndWhite.zip and /dev/null differ diff --git a/random/Material-Black-Pistachio-Numix-FLAT.zip b/random/Material-Black-Pistachio-Numix-FLAT.zip deleted file mode 100644 index d7d9ee8..0000000 Binary files a/random/Material-Black-Pistachio-Numix-FLAT.zip and /dev/null differ diff --git a/random/wallpaper.png b/random/wallpaper.png deleted file mode 100644 index 8eed6e5..0000000 Binary files a/random/wallpaper.png and /dev/null differ diff --git a/reisen-transparent.png b/reisen-transparent.png deleted file mode 100644 index cd927d4..0000000 Binary files a/reisen-transparent.png and /dev/null differ diff --git a/stamps/archlinux.gif b/stamps/archlinux.gif deleted file mode 100644 index 6fcc440..0000000 Binary files a/stamps/archlinux.gif and /dev/null differ diff --git a/stamps/badapple.gif b/stamps/badapple.gif deleted file mode 100644 index 19edc44..0000000 Binary files a/stamps/badapple.gif and /dev/null differ diff --git a/stamps/beanbutton.gif b/stamps/beanbutton.gif deleted file mode 100644 index 46c3ff0..0000000 Binary files a/stamps/beanbutton.gif and /dev/null differ diff --git a/stamps/chaoticninja.gif b/stamps/chaoticninja.gif deleted file mode 100644 index 44de987..0000000 Binary files a/stamps/chaoticninja.gif and /dev/null differ diff --git a/stamps/cookiefree.gif b/stamps/cookiefree.gif deleted file mode 100644 index c0dd092..0000000 Binary files a/stamps/cookiefree.gif and /dev/null differ diff --git a/stamps/css2.png b/stamps/css2.png deleted file mode 100644 index cba7ba1..0000000 Binary files a/stamps/css2.png and /dev/null differ diff --git a/stamps/cyuu.gif b/stamps/cyuu.gif deleted file mode 100644 index 7a31ea6..0000000 Binary files a/stamps/cyuu.gif and /dev/null differ diff --git a/stamps/geti.png b/stamps/geti.png deleted file mode 100644 index 0f90df2..0000000 Binary files a/stamps/geti.png and /dev/null differ diff --git a/stamps/join-fediverse.gif b/stamps/join-fediverse.gif deleted file mode 100644 index 5e84e5c..0000000 Binary files a/stamps/join-fediverse.gif and /dev/null differ diff --git a/stamps/kiyoshi.gif b/stamps/kiyoshi.gif deleted file mode 100644 index 76812f3..0000000 Binary files a/stamps/kiyoshi.gif and /dev/null differ diff --git a/stamps/linux.gif b/stamps/linux.gif deleted file mode 100644 index 901bcf6..0000000 Binary files a/stamps/linux.gif and /dev/null differ diff --git a/stamps/miku.gif b/stamps/miku.gif deleted file mode 100644 index 106c982..0000000 Binary files a/stamps/miku.gif and /dev/null differ diff --git a/stamps/mima.png b/stamps/mima.png deleted file mode 100644 index 4be8ed1..0000000 Binary files a/stamps/mima.png and /dev/null differ diff --git a/stamps/reisen.png b/stamps/reisen.png deleted file mode 100644 index 94ec94e..0000000 Binary files a/stamps/reisen.png and /dev/null differ diff --git a/stamps/silk.gif b/stamps/silk.gif deleted file mode 100644 index 34e4ba8..0000000 Binary files a/stamps/silk.gif and /dev/null differ diff --git a/stamps/site_best_viewed_with_monitor.gif b/stamps/site_best_viewed_with_monitor.gif deleted file mode 100644 index 5e1afea..0000000 Binary files a/stamps/site_best_viewed_with_monitor.gif and /dev/null differ diff --git a/stamps/stamp_ebin_zone.png b/stamps/stamp_ebin_zone.png deleted file mode 100644 index f219d48..0000000 Binary files a/stamps/stamp_ebin_zone.png and /dev/null differ diff --git a/stamps/stamp_pleroma_now.png b/stamps/stamp_pleroma_now.png deleted file mode 100644 index b72cd97..0000000 Binary files a/stamps/stamp_pleroma_now.png and /dev/null differ diff --git a/stamps/stamp_reisen_church.png b/stamps/stamp_reisen_church.png deleted file mode 100644 index 2a5d29d..0000000 Binary files a/stamps/stamp_reisen_church.png and /dev/null differ diff --git a/stamps/stamp_udongein_xyz.png b/stamps/stamp_udongein_xyz.png deleted file mode 100644 index 82ca29b..0000000 Binary files a/stamps/stamp_udongein_xyz.png and /dev/null differ diff --git a/stamps/stamp_vndb.gif b/stamps/stamp_vndb.gif deleted file mode 100644 index 0f10006..0000000 Binary files a/stamps/stamp_vndb.gif and /dev/null differ diff --git a/stamps/stamp_waifuism_life.png b/stamps/stamp_waifuism_life.png deleted file mode 100644 index 251dffa..0000000 Binary files a/stamps/stamp_waifuism_life.png and /dev/null differ diff --git a/stamps/tenguspace.png b/stamps/tenguspace.png deleted file mode 100644 index 02824b0..0000000 Binary files a/stamps/tenguspace.png and /dev/null differ diff --git a/stamps/touhouproject.jpg b/stamps/touhouproject.jpg deleted file mode 100644 index 3e62c94..0000000 Binary files a/stamps/touhouproject.jpg and /dev/null differ diff --git a/stamps/vcss-blue b/stamps/vcss-blue deleted file mode 100644 index c373b2a..0000000 Binary files a/stamps/vcss-blue and /dev/null differ diff --git a/stamps/vocaloid.gif b/stamps/vocaloid.gif deleted file mode 100644 index 8c85708..0000000 Binary files a/stamps/vocaloid.gif and /dev/null differ diff --git a/stamps/wwwbutton.gif b/stamps/wwwbutton.gif deleted file mode 100644 index 48fbd13..0000000 Binary files a/stamps/wwwbutton.gif and /dev/null differ diff --git a/thumbnail.jpg b/thumbnail.jpg deleted file mode 100644 index 16843eb..0000000 Binary files a/thumbnail.jpg and /dev/null differ