From 2781360c7c25404c5a1fd03ed3472d43367ed8c6 Mon Sep 17 00:00:00 2001 From: mms Date: Tue, 7 Jan 2025 20:52:12 +0100 Subject: lots --- new/splash/pages/index.html.erb | 56 +++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 24 deletions(-) (limited to 'new/splash/pages/index.html.erb') diff --git a/new/splash/pages/index.html.erb b/new/splash/pages/index.html.erb index 75264d3f..46e6927e 100644 --- a/new/splash/pages/index.html.erb +++ b/new/splash/pages/index.html.erb @@ -25,21 +25,20 @@ a { color: #000; - } ol { - padding: 0; + padding: 0; } ol li{ - list-style-type: none; + list-style-type: none; } img.webutton { - border: 0; - text-decoration: none; - color: #c2c2c2; - padding: 10px; + border: 0; + text-decoration: none; + color: #c2c2c2; + padding: 10px; } @@ -49,8 +48,6 @@ Crys Site"> - -

Hi! I'm Michal and this is my personal website. @@ -61,7 +58,17 @@

- NOTE: I am not a real <%= not_real %>, and I can be wrong sometimes. + NOTE: I am not a real <%= not_real.sample %>, and I can be wrong sometimes. + +

@@ -76,7 +83,6 @@

Main sections

- +
@@ -139,12 +145,14 @@

This is self-hosted site. - You are connected live to my living room. + You are connected live to my living room.
+ The bytes must flow.

<%= webbutton(file: "org.freebsd.gif", url: "https://www.freebsd.org/", alt: "Powered by FreeBSD") %> <%= webbutton(file: "org.dillo.gif", url: "https://www.dillo.org/", alt: "Optimized for Dillo") %> + <%= webbutton(file: "org.brainmade.png", url: "https://www.brainmade.org/", alt: "Made with brain, not LLM") %>
-- cgit v1.2.3