-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
55 lines (46 loc) · 2.2 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: home
title: Home
permalink: /
site_nav_category: home
is_site_nav_category: false
---
<div class="homepage-section mdl-cell--6-col mdl-cell--8-col-tablet">
<h2>Try it out</h2>
<p>
Different frontends allow xi-editor to run on the desktop, in a terminal, or even on a smartphone. To get
started, find a frontend that's compatible with your platform and follow the installation instructions.
</p>
<a class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary mdl-button--outline" href="/frontends.html">
See frontends <i class="material-icons">keyboard_arrow_right</i>
</a>
</div>
<div class="homepage-section mdl-cell--6-col mdl-cell--8-col-tablet">
<h2>Follow the project</h2>
<p>
We occasionally publish updates about development on the backend and frontends.
</p>
<a class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary mdl-button--outline" href="/updates.html">
Read the blog <i class="material-icons">keyboard_arrow_right</i>
</a>
</div>
<div class="homepage-section mdl-cell--6-col mdl-cell--8-col-tablet">
<h2>Learn more</h2>
<p>
Curious about technical details? Under the hood, xi-editor uses a CRDT and a persistent rope to manipulate
text efficiently. The documentation pages explain how all of this works.
</p>
<a class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary mdl-button--outline" href="/docs.html">
Read documentation <i class="material-icons">keyboard_arrow_right</i>
</a>
</div>
<div class="homepage-section mdl-cell--6-col mdl-cell--8-col-tablet">
<h2>Get involved</h2>
<p>
Xi-editor is an ambitious, early-stage project, and there's a lot to be done. If you're interested, check
out our <a href="https://github.com/xi-editor/xi-editor/issues">issue tracker</a> and <a href="https://github.com/xi-editor/xi-editor/issues/937">roadmap</a>. Pull requests are always welcome.
</p>
<a class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary mdl-button--outline" href="/contribute.html">
Contributing guide <i class="material-icons">keyboard_arrow_right</i>
</a>
</div>