-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (63 loc) · 2.29 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
66
67
68
69
70
71
72
73
74
75
76
---
id: home
title: Home
layout: default
image: /assets/headers/icon.jpg
hero-image: /assets/devices.png
hero-title: Create amazing custom keyboards for iOS & iPadOS
description: KeyboardKit is a powerful SDK for creating custom keyboard extensions
---
<div class="home-content paper">
<section>
<p>
KeyboardKit lets you create <a href="/about">custom keyboards</a> in minutes, using technologies like <a href="{{site.urls.swiftui}}">Swift</a> & <a href="{{site.urls.swiftui}}">SwiftUI</a>.
It's <a href="{{site.urls.github}}">open-source</a>, has many <a href="/features">features</a> and can be extended with <a href="/pro">pro features</a>.
</p>
</section>
<hr />
<section>
<h2>Explore</h2>
{% include kankoda/grid/features.html features=site.data.home-features %}
</section>
<hr />
<section>
<h2>Latest News</h2>
<p>
Follow the <a href="/blog">KeyboardKit blog</a> for news & updates.
</p>
<div class="grid home blog list">
{% for post in site.posts limit:2 %}
<div>
{% include kankoda/blog/image-item.html post=posts.first tag-limit=1 %}
</div>
{% endfor %}
</div>
</section>
<hr />
<section>
<div class="grid home centered">
<div class="column">
<h2>Social Media</h2>
<p>Follow KeyboardKit on <a href="{{site.urls.bluesky}}">Bluesky</a> and <a href="{{site.urls.mastodon}}">Mastodon</a> for the latest news.</p>
<div>
{% include kankoda/buttons/social.html name="bluesky" href=site.urls.bluesky class="scale" %}
{% include kankoda/buttons/social.html name="mastodon" href=site.urls.mastodon class="scale" %}
</div>
</div>
<div class="column">
<h2>Newsletter</h2>
<p>Subscribe to <a href="{{site.urls.newsletter}}">the KeyboardKit newsletter</a> for periodic updates.</p>
{% include kankoda/widgets/newsletter.html %}
</div>
</div>
</section>
<hr />
<section>
<h2>Case Studies</h2>
<p>
Check out some <a href="/case-studies">case-studies</a> of amazing apps & products that use KeyboardKit in their keyboards.
</p>
{% assign studies = site.case-studies | where:"featured",1 %}
{% include case-study-links.html items=studies limit=4 featured=true %}
</section>
</div>