This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (60 loc) · 2.65 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
56
57
58
59
60
61
62
63
64
65
---
layout: default
manual-layout: true
uses-icons: true
---
<section class="page-margin" id="home-header">
<div>
<h1>Kaiteki <span class="alpha-badge">Alpha</span></h1>
<p>{{ site.description }}</p>
<p><a class="button--icon" href="{% link get.html %}"><span class="material-symbols-rounded">download</span> Download</a></p>
</div>
<div>
<picture>
<source media="(max-width: 599px)" srcset="{% link img/screenshots/main-screen-portrait.png %}" />
<source media="(min-width: 600px)" srcset="{% link img/screenshots/main-screen-landscape.png %}" />
<img src="{% link img/screenshots/main-screen-landscape.png%}" alt="Screenshot of the main screen" id="featured-screenshot" />
</picture>
</div>
</section>
<hr>
<section id="features">
<h2>Why Kaiteki?</h2>
<div class="two-columns page-margin">
<div>
<img src="{% link img/inclusivity.png %}" alt="Big heart surrounded by icons of operating systems, social media sites, accessibility and the globe." width="100%">
</div>
<div>
<h3>One client for everyone, everything, and everywhere</h3>
<p>Kaiteki has support for <b>4</b> platforms, <b>4<sup>*</sup></b>services and <b>over 10</b> languages.</p>
<p>No matter who you are, Kaiteki is the right client for you.</p>
<p><small>* Mastodon, Pleroma, Misskey and Twitter. More services are indirectly supported by shared APIs. See the <a href="https://github.com/orgs/Kaiteki-Fedi/projects/2/views/7">backend support board</a> for more details.</small></p>
</div>
</div>
<div class="two-columns page-margin">
<div>
<img src="{% link img/kaiteki-blueprint.png %}" alt="Image showing Kaiteki's interface in a blueprint style" width="100%">
</div>
<div>
<h3>Delightful user interface</h3>
<p>Kaiteki ships a beautiful theme that's clean, accessible and soft.</p>
<p>It uses the <a href="https://m3.material.io/">Material Design</a> guidelines to provide a consistent and intuitive experience.</p>
</div>
</div>
<div class="two-columns page-margin">
<div>
<div class="code-card">{% highlight dart %}{% include main.dart %}{% endhighlight %}</div>
</div>
<div>
<h3>Built independently from the ground up and open source from the very beginning</h3>
<p>100% free and open source — Kaiteki is not backed by anyone but the developers making it.</p>
<p><a href="https://github.com/Kaiteki-Fedi/Kaiteki">Peek inside</a></p>
</div>
</div>
</section>
<hr>
<section class="page-margin text-center">
<h2>We need your help!</h2>
<p>Anyone from application design experience to translators are needed.</p>
<p>Check out the <a href="{% link contribute.html %}">contribution page</a> for find out on how you can help.</p>
</section>