remove ads from en homepage, update 2 screens, fix menu style

git-svn-id: file:///var/kolibrios-org-repos@6 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2020-06-02 14:58:11 +00:00
parent 043f4ebcec
commit f1511857a0
6 changed files with 6 additions and 3 deletions

View File

@ -42,7 +42,7 @@
<p><strong>KolibriOS</strong> 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. <b>Kolibri</b> features a rich set of <a href="http://wiki.kolibrios.org/wiki/Applications">applications</a> 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. <a href="http://wiki.kolibrios.org/wiki/Hardware_Support">Drivers</a> are written for popular sound, network and graphics cards.</p>
<iframe style="margin:5px 0 5px 25px; float:right;" width="560" height="315" src="https://www.youtube.com/embed/XnlA4ijrTBo" frameborder="0" allowfullscreen></iframe>
<p style="padding: 15px 0;">Have you ever dreamed of a system that boots in less than 10 seconds from power-on to working GUI, on <a href="http://www.compactpc.com.tw" target="_blank">$100 PC</a>? Applications that start instantly, immediately after clicking an icon, without annoying hourglass pointers? This speed is achieved since the core parts of <b>KolibriOS</b> (kernel and drivers) are written entirely in <a href="http://www.flatassembler.net" target="_blank">FASM</a> assembly language! Try <strong>Kolibri</strong> and compare it with such heavyweights as Windows and Linux.</p>
<p style="padding: 15px 0;">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 <b>KolibriOS</b> (kernel and drivers) are written entirely in <a href="http://www.flatassembler.net" target="_blank">FASM</a> assembly language! Try <strong>Kolibri</strong> and compare it with such heavyweights as Windows and Linux.</p>
<p><b>KolibriOS</b> has forked off from <a href="http://menuetos.net" target="_blank">MenuetOS</a> in 2004, and is run under independent development since then. All our code is open-source, with the majority of the code released under <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPLv2</a> license. Your <a href="http://board.kolibrios.org">feedback</a> is very much appreciated, and your <a href="http://wiki.kolibrios.org/wiki/Kolibri_tomorrow">help</a> is even more welcome.</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -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%;