aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-10 19:09:41 -0400
committerDrew DeVault <sir@cmpwn.com>2019-03-10 19:09:41 -0400
commit28a6a9f75936eeca37bf64def4bd136d783246ba (patch)
tree438582e7d33f2b295b4309721612ef9049f4dbd7
parent0f1b9e9007d9ed2d98ad1a8049766c48771c6587 (diff)
downloadsway-28a6a9f75936eeca37bf64def4bd136d783246ba.zip
sway-28a6a9f75936eeca37bf64def4bd136d783246ba.tar.gz
sway-28a6a9f75936eeca37bf64def4bd136d783246ba.tar.bz2
Minor improvements to the websitegh-pages
-rw-r--r--index.html26
1 files changed, 16 insertions, 10 deletions
diff --git a/index.html b/index.html
index 029af22..0528f94 100644
--- a/index.html
+++ b/index.html
@@ -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>