diff --git a/site/Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl b/site/Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl new file mode 100644 index 0000000..9257f63 Binary files /dev/null and b/site/Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl differ diff --git a/site/index-new.html b/site/index-new.html new file mode 100644 index 0000000..1185787 --- /dev/null +++ b/site/index-new.html @@ -0,0 +1,55 @@ + + + + + + Every Pizza Instant Messaging + + + + +
+

About Us

+
+

+ everypizza.im is a collection of services hosted by Nyx, mostly revolving around communication. +

+
+

Join Us

+
+

+ We don't really have an "official chat". However, the most active chat hosted on our services is Wavesmiley HQ. +

+
+

Services

+
+

+ We host a lot of services. Our most popular is Matrix, at matrix.everypizza.im. We're running Synapse. + There's also a Sharkey at sharkey.everypizza.im. Sometimes, we'll set up temporary services to test stuff out. +

+

+ All services +

+

+

+ Public +

+ +

+ + \ No newline at end of file diff --git a/site/index.css b/site/index.css index 15aa635..15e9ac8 100644 --- a/site/index.css +++ b/site/index.css @@ -10,6 +10,10 @@ animation: blurIn 500ms ease-in-out; } +body, html { + height: 100%; +} + .content { will-change: transform; animation: blurIn 500ms ease-in-out; @@ -164,3 +168,28 @@ hr.less-important { filter: blur(0rem); } } + +.banner-image { + background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Berninabahn_zwischen_Lagalb_und_Ospizio_Bernina_im_Winter.jxl"); + height: 50%; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + position: relative; +} + +.banner-text { + text-align: center; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: white; +} + +.banner-bottom-right { + position: absolute; + bottom: 8px; + right: 16px; + color: white; +}