no more Engrish video on an English homepage

git-svn-id: file:///var/kolibrios-org-repos@58 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2024-02-22 15:46:41 +00:00
parent 8b74843ec5
commit 9159808e0e
2 changed files with 16 additions and 10 deletions

View File

@ -46,11 +46,16 @@
<br>
<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 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, exFAT, 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 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 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 <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>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/SATYQyIcimM?si=9_27A872M7C9-PxC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div id="footer">&copy; 2004<script>document.write("&thinsp;&ndash;&thinsp;" + new Date().getFullYear())</script> KolibriOS Team</div>
</body>

View File

@ -19,15 +19,12 @@ body {
width: 100%;
text-align: center;
padding: 7px 0;
background: #222325;
background: rgb(0 0 0 / 59%);
background-image: linear-gradient(90deg,rgb(33 35 38 / 80%),rgb(59 60 63 / 50%),rgb(34 35 37 / 80%));
background-image: linear-gradient(90deg,rgb(0 103 255 / 53%),rgb(255 0 182 / 45%));
backdrop-filter: saturate(180%) blur(6px);
z-index:9000;
cursor: default;
text-shadow: 2px 2px 2px #00000063;
border-bottom: 4px solid #caddb5ff;
background: rgba(22, 22, 23, .8);
backdrop-filter: saturate(180%) blur(6px);
}
#menu > * {
@ -73,19 +70,23 @@ body {
margin: auto;
margin-top: 18px;
margin-bottom: -10px;
padding: 5px;
max-width: 100%;
max-height: 100%;
width: 900px;
transition: background 0.5s ease;
border: 1px solid rgba(0,0,0,.14);
box-shadow: none;
transition: outline 0.5s ease;
/* padding: 5px;
transition: background 0.5s ease;
background: #f4e8d7;
*/
outline: 5px solid rgb(227 227 227);
}
#banner:hover {
/* border: 1px solid rgba(0,0,0,.34);*/
background: lightblue;
/* border: 1px solid rgba(0,0,0,.34);
background: lightblue; */
outline-color: lightblue;
}
#banner.big {