summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html33
1 files changed, 32 insertions, 1 deletions
diff --git a/index.html b/index.html
index 27866a70..8e73df98 100644
--- a/index.html
+++ b/index.html
@@ -3,4 +3,35 @@ title: Sway
3layout: master 3layout: master
4--- 4---
5 5
6<video src="https://sr.ht/-ssd.webm" controls></video> 6<div class="row">
7 <div class="col-md-4">
8 <h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1>
9 <p>
10 Sway is tiling Wayland compositor and a drop-in replacement for the
11 <a href="http://i3wm.org/">i3 window manager</a> for X11. It works
12 with your existing i3 configuration and supports most of i3's
13 features, plus a few extras.
14 </p>
15 <p>
16 We also maintain the <a href="https://github.com/swaywm/wlroots">wlroots</a>
17 project to provide a modular basis for Sway and other Wayland compositors
18 to build upon, and we <a href="https://github.com/swaywm/sway-protocols">
19 publish standards</a> for interopable Wayland desktops.
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>
25 <div class="col-md-8">
26 <link rel="stylesheet" href="/css/video-js.css">
27 <script>
28 window.HELP_IMPROVE_VIDEOJS = false;
29 </script>
30 <script src="/js/video.js"></script>
31
32 <video class="video-js vjs-16-9" data-setup="{}" controls>
33 <source src="https://sr.ht/lJ9C.webm" type="video/webm">
34 <p>Your browser does not support HTML5 video.</p>
35 </video>
36 </div>
37</div>