-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
35 lines (34 loc) · 946 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Wayfire
layout: master
---
<div class="row">
<div class="col-md-4">
<h1>
<img src="/assets/logo.png" id="logo" alt="Wayfire" />
</h1>
<p>
Wayfire is a wayland compositor based on
<a href="https://github.com/swaywm/wlroots">wlroots</a>.
It aims to create a customizable, extendable and lightweight environment
without sacrificing its appearance.
</p>
</div>
<div class="col-md-8">
<iframe
width="640"
height="440"
src="https://www.youtube-nocookie.com/embed/videoseries?list=PLb7YRKEhWEBUIoT-a29UoJW9mhfzjpNle"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
<div class="row" style="margin-top: 2rem">
<div class="col-md-8 offset-md-2">
{% for post in site.posts %}
{% include post-stub.html post=post %}
{% endfor %}
</div>
</div>