diff --git a/en/index.htm b/en/index.htm index b4db063..44e5380 100644 --- a/en/index.htm +++ b/en/index.htm @@ -42,7 +42,7 @@

KolibriOS is a tiny yet incredibly powerful and fast operating system. This power requires only a few megabyte disk space and 8MB of RAM to run. Kolibri features a rich set of applications that include word processor, image viewer, graphical editor, web browser and well over 30 exciting games. Full FAT12/16/32 support is implemented, as well as read-only support for NTFS, ISO9660 and Ext2/3/4. Drivers are written for popular sound, network and graphics cards.

-

Have you ever dreamed of a system that boots in less than 10 seconds from power-on to working GUI, on $100 PC? Applications that start instantly, immediately after clicking an icon, without annoying hourglass pointers? This speed is achieved since the core parts of KolibriOS (kernel and drivers) are written entirely in FASM assembly language! Try Kolibri and compare it with such heavyweights as Windows and Linux.

+

Have you ever dreamed of a system that boots in less than few seconds from power-on to working GUI? Applications that start instantly, immediately after clicking an icon, without annoying hourglass pointers? This speed is achieved since the core parts of KolibriOS (kernel and drivers) are written entirely in FASM assembly language! Try Kolibri and compare it with such heavyweights as Windows and Linux.

KolibriOS has forked off from MenuetOS in 2004, and is run under independent development since then. All our code is open-source, with the majority of the code released under GPLv2 license. Your feedback is very much appreciated, and your help is even more welcome.

diff --git a/i/slaid/minislaid1.png b/i/slaid/minislaid1.png index 8c462e6..47f50bf 100755 Binary files a/i/slaid/minislaid1.png and b/i/slaid/minislaid1.png differ diff --git a/i/slaid/minislaid5.png b/i/slaid/minislaid5.png index 8042252..bd36dc8 100755 Binary files a/i/slaid/minislaid5.png and b/i/slaid/minislaid5.png differ diff --git a/i/slaid/slaid1.png b/i/slaid/slaid1.png index ae808ea..05fe85b 100755 Binary files a/i/slaid/slaid1.png and b/i/slaid/slaid1.png differ diff --git a/i/slaid/slaid5.png b/i/slaid/slaid5.png index ab9c149..b271fc6 100755 Binary files a/i/slaid/slaid5.png and b/i/slaid/slaid5.png differ diff --git a/style.css b/style.css index 4968e27..254e484 100644 --- a/style.css +++ b/style.css @@ -59,7 +59,7 @@ body { color: #999; font-weight: bold; text-decoration: none !important; - margin: 2%; + margin: 1%; font-size: 1rem; cursor: pointer; -webkit-transition: color 0.15s ease; @@ -332,7 +332,7 @@ td { cursor: pointer; } -#panel_minislides > a > img { +#panel_minislides > a:not(.nav) > img { margin: 8px 9px; padding: 1px; width: 80px; @@ -383,6 +383,9 @@ iframe { html { overflow-y: auto; } + #menu > a { + margin: 2%; + } #article { margin-left: 3%; margin-right: 3%;