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="col-md-4">
<div class="col-lg-4 col-md-12">
<h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1>
<p>
Sway is a tiling Wayland compositor and a drop-in replacement for the
@ -13,25 +13,31 @@ layout: master
features, plus a few extras.
</p>
<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.
Sway allows you to arrange your application windows <em>logically</em>,
rather than <em>spatially</em>. Windows are arranged into a grid by
default which maximizes the efficiency of your screen and can be
quickly manipulated using only the keyboard.
</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 class="col-md-8">
<div class="col-lg-8 col-md-12">
<link rel="stylesheet" href="/css/video-js.css">
<script>
window.HELP_IMPROVE_VIDEOJS = false;
</script>
<script src="/js/video.js"></script>
<video class="video-js vjs-16-9" data-setup="{}" controls>
<source src="https://sr.ht/lJ9C.webm" type="video/webm">
<p>Your browser does not support HTML5 video.</p>
</video>
</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>