index.html homepage revamp
This commit is contained in:
@@ -182,71 +182,13 @@ MontaukOS is a multi-user, multitasking operating system that runs on bare metal
|
||||
It features its own kernel and modern userspace with its own desktop environment,
|
||||
targeting both emulators and real hardware.
|
||||
</p>
|
||||
<p style="text-align: center;""><a href="downloads.html">Downloads & release notes</a> | <a href="docs/usersmanual/initialsetup.html">Setup tutorial</a></p>
|
||||
<p>
|
||||
</p>
|
||||
<hr>
|
||||
<h2 id="features">Features</h2>
|
||||
<ul style="margin: 0 0 0.5em;">
|
||||
<li>Hardware support: Intel GPU driver, Intel Ethernet adapters, HDA audio, Bluetooth connectivity and audio</li>
|
||||
<li>AHCI/NVMe SSDs, GPT partitions, ext2 and FAT32 filesystems</li>
|
||||
<li>ACPI support including support for thermal management, shutdown, and partial support for S3 sleep</li>
|
||||
<li>USB and PS/2 input device support</li>
|
||||
<li>Desktop environment with 12+ applications</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="applications">Featured applications</h2>
|
||||
<br>
|
||||
<div class="app-grid">
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/utilities-terminal.svg" width="48" height="48" alt="Terminal"></a>
|
||||
<a href="#">Terminal</a>
|
||||
</div>
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/system-file-manager.svg" width="48" height="48" alt="File Manager"></a>
|
||||
<a href="#">File Manager</a>
|
||||
</div>
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/web-browser.svg" width="48" height="48" alt="Wikipedia Client"></a>
|
||||
<a href="#">Wikipedia Client</a>
|
||||
</div>
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/weather-widget.svg" width="48" height="48" alt="Weather App"></a>
|
||||
<a href="#">Weather App</a>
|
||||
</div>
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/application-pdf.svg" width="48" height="48" alt="PDF Viewer"></a>
|
||||
<a href="#">PDF Viewer</a>
|
||||
</div>
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/audio-player.svg" width="48" height="48" alt="Music Player"></a>
|
||||
<a href="#">Music Player</a>
|
||||
</div>
|
||||
<div class="app-item">
|
||||
<a href="#"><img src="fr_icons/doom.svg" width="48" height="48" alt="DOOM"></a>
|
||||
<a href="#">DOOM</a>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
|
||||
<hr>
|
||||
<h2 id="screenshots">Screenshots</h2>
|
||||
<div class="slideshow">
|
||||
<div class="slideshow-frame">
|
||||
<img id="slideshow-image" src="images/mtk_doomgame.png" alt="MontaukOS screenshot showing DOOM running in the desktop environment">
|
||||
<button type="button" class="slideshow-button prev" id="slideshow-prev" aria-label="Show previous screenshot"><</button>
|
||||
<button type="button" class="slideshow-button next" id="slideshow-next" aria-label="Show next screenshot">></button>
|
||||
</div>
|
||||
<div class="slideshow-meta">
|
||||
<p class="slideshow-caption" id="slideshow-caption">DOOM running inside MontaukOS.</p>
|
||||
<div class="slideshow-dots" id="slideshow-dots" aria-label="Screenshot selector"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="center">
|
||||
<a href="downloads.html">Releases</a>
|
||||
</div>
|
||||
<a href="images/montaukos-demo.jpg"><img src="images/montaukos-demo.jpg" width=800 alt=""></a>
|
||||
<p style="text-align: center;">Screenshot of MontaukOS 0.1.8</p>
|
||||
|
||||
<hr>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user