Minor improvements to the website

This commit is contained in:
Drew DeVault 2019-03-10 19:09:41 -04:00
parent 0f1b9e9007
commit 28a6a9f759

View file

@ -4,7 +4,7 @@ layout: master
--- ---
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-lg-4 col-md-12">
<h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1> <h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1>
<p> <p>
Sway is a tiling Wayland compositor and a drop-in replacement for the Sway is a tiling Wayland compositor and a drop-in replacement for the
@ -13,25 +13,31 @@ layout: master
features, plus a few extras. features, plus a few extras.
</p> </p>
<p> <p>
We also maintain the <a href="https://github.com/swaywm/wlroots">wlroots</a> Sway allows you to arrange your application windows <em>logically</em>,
project to provide a modular basis for Sway and other Wayland compositors rather than <em>spatially</em>. Windows are arranged into a grid by
to build upon, and we <a href="https://github.com/swaywm/sway-protocols"> default which maximizes the efficiency of your screen and can be
publish standards</a> for interoperable Wayland desktops. quickly manipulated using only the keyboard.
</p> </p>
<a rel="noopener noreferrer" target="_blank" href="https://patreon.com/sircmpwn">
<img src="/assets/patreon.png" alt="Support Sway on Patreon" />
</a>
</div> </div>
<div class="col-md-8"> <div class="col-lg-8 col-md-12">
<link rel="stylesheet" href="/css/video-js.css"> <link rel="stylesheet" href="/css/video-js.css">
<script> <script>
window.HELP_IMPROVE_VIDEOJS = false; window.HELP_IMPROVE_VIDEOJS = false;
</script> </script>
<script src="/js/video.js"></script> <script src="/js/video.js"></script>
<video class="video-js vjs-16-9" data-setup="{}" controls> <video class="video-js vjs-16-9" data-setup="{}" controls>
<source src="https://sr.ht/lJ9C.webm" type="video/webm"> <source src="https://sr.ht/lJ9C.webm" type="video/webm">
<p>Your browser does not support HTML5 video.</p> <p>Your browser does not support HTML5 video.</p>
</video> </video>
</div> </div>
</div> </div>
<div class="row" style="margin-top: 1rem;">
<div class="col-md-12">
<p>
We also maintain the <a href="https://github.com/swaywm/wlroots">wlroots</a>
project to provide a modular basis for Sway and other Wayland compositors
to build upon, and we <a href="https://github.com/swaywm/sway-protocols">
publish standards</a> for interoperable Wayland desktops.
</p>
</div>
</div>