aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-03-10 19:09:41 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-03-10 19:09:41 -0400
commit28a6a9f75936eeca37bf64def4bd136d783246ba (patch)
tree438582e7d33f2b295b4309721612ef9049f4dbd7
parentMerge pull request #3262 from da2x/patch-1 (diff)
downloadsway-28a6a9f75936eeca37bf64def4bd136d783246ba.tar.gz
sway-28a6a9f75936eeca37bf64def4bd136d783246ba.tar.zst
sway-28a6a9f75936eeca37bf64def4bd136d783246ba.zip
Minor improvements to the website
-rw-r--r--index.html26
1 files changed, 16 insertions, 10 deletions
diff --git a/index.html b/index.html
index 029af22f..0528f941 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@ layout: master
4--- 4---
5 5
6<div class="row"> 6<div class="row">
7 <div class="col-md-4"> 7 <div class="col-lg-4 col-md-12">
8 <h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1> 8 <h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1>
9 <p> 9 <p>
10 Sway is a tiling Wayland compositor and a drop-in replacement for the 10 Sway is a tiling Wayland compositor and a drop-in replacement for the
@@ -13,25 +13,31 @@ layout: master
13 features, plus a few extras. 13 features, plus a few extras.
14 </p> 14 </p>
15 <p> 15 <p>
16 We also maintain the <a href="https://github.com/swaywm/wlroots">wlroots</a> 16 Sway allows you to arrange your application windows <em>logically</em>,
17 project to provide a modular basis for Sway and other Wayland compositors 17 rather than <em>spatially</em>. Windows are arranged into a grid by
18 to build upon, and we <a href="https://github.com/swaywm/sway-protocols"> 18 default which maximizes the efficiency of your screen and can be
19 publish standards</a> for interoperable Wayland desktops. 19 quickly manipulated using only the keyboard.
20 </p> 20 </p>
21 <a rel="noopener noreferrer" target="_blank" href="https://patreon.com/sircmpwn">
22 <img src="/assets/patreon.png" alt="Support Sway on Patreon" />
23 </a>
24 </div> 21 </div>
25 <div class="col-md-8"> 22 <div class="col-lg-8 col-md-12">
26 <link rel="stylesheet" href="/css/video-js.css"> 23 <link rel="stylesheet" href="/css/video-js.css">
27 <script> 24 <script>
28 window.HELP_IMPROVE_VIDEOJS = false; 25 window.HELP_IMPROVE_VIDEOJS = false;
29 </script> 26 </script>
30 <script src="/js/video.js"></script> 27 <script src="/js/video.js"></script>
31
32 <video class="video-js vjs-16-9" data-setup="{}" controls> 28 <video class="video-js vjs-16-9" data-setup="{}" controls>
33 <source src="https://sr.ht/lJ9C.webm" type="video/webm"> 29 <source src="https://sr.ht/lJ9C.webm" type="video/webm">
34 <p>Your browser does not support HTML5 video.</p> 30 <p>Your browser does not support HTML5 video.</p>
35 </video> 31 </video>
36 </div> 32 </div>
37</div> 33</div>
34<div class="row" style="margin-top: 1rem;">
35 <div class="col-md-12">
36 <p>
37 We also maintain the <a href="https://github.com/swaywm/wlroots">wlroots</a>
38 project to provide a modular basis for Sway and other Wayland compositors
39 to build upon, and we <a href="https://github.com/swaywm/sway-protocols">
40 publish standards</a> for interoperable Wayland desktops.
41 </p>
42 </div>
43</div>