-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
134 lines (130 loc) · 5.98 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: default
---
<section id="home">
<header>
<nav>
<a href="{{ site.links.github }}">GitHub</a>
<a href="{{ site.links.discord }}">Discord</a>
<a href="{{ site.links.twitter }}">Twitter</a>
<a href="/blog">Blog</a>
</nav>
</header>
<div class="front-container">
<img src="/assets/icon.png" alt="{{ site.title }} icon" class="icon hhidden" />
<div class="title">
<h1>{{ site.title }}</h1>
<h2>The Linux shell for iOS.</h2>
<div class="actions">
<a class="get" href="{{ site.links.appstore }}">
<img src="/assets/appstore.svg" alt="Apple App Store icon" />
<p>Get on the App Store</p>
</a>
</div>
<div class="actions">
<a class="get" href="/altstore">
<img src="/assets/altstore.png" alt="AltStore icon" />
<p>Get {{ site.title }} on AltStore</p>
</a>
</div>
</div>
<picture>
<source type="image/webp" media="(prefers-color-scheme: dark)" srcset="/assets/front-iphone-dark.webp">
<source type="image/webp" srcset="/assets/front-iphone.webp">
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="/assets/front-iphone-dark.png">
<source type="image/png" srcset="/assets/front-iphone.png">
<img class="iphone" src="/assets/front-iphone.png" alt="{{ site.title }} running on an iPhone">
</picture>
</div>
</section>
<section id="info" class="alt-section">
<h1><strong>Wait, what's {{ site.title }}?</strong></h1>
<p>
{{ site.title }} is a project to get a Linux shell environment running locally on your iOS device, using a usermode x86 emulator.
</p>
<div class="tidbits">
<div class="tidbit large">
<h2>iPadOS? You bet.</h2>
<p>{{ site.title }} also runs on iPad, bringing a terminal to larger displays as well.</p>
<div class="growth"></div>
<picture>
<source type="image/webp" media="(prefers-color-scheme: dark)" srcset="/assets/front-ipad-dark.webp">
<source type="image/webp" srcset="/assets/front-ipad.webp">
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="/assets/front-ipad-dark.png">
<source type="image/png" srcset="/assets/front-ipad.png">
<img class="ipad" src="/assets/front-ipad.png" alt="{{ site.title }} running on an iPad">
</picture>
<div class="growth"></div>
</div>
<div class="tidbit">
<h2>BusyBox</h2>
<p>You can edit files with sed and cat, move them around, and more!</p>
<picture>
<source type="image/webp" media="(prefers-color-scheme: dark)" srcset="/assets/iphone-busybox-dark.webp">
<source type="image/webp" srcset="/assets/iphone-busybox.webp">
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="/assets/iphone-busybox-dark.png">
<source type="image/png" srcset="/assets/iphone-busybox.png">
<img src="/assets/iphone-busybox.png" alt="Starting BusyBox on an iPhone">
</picture>
</div>
<div class="tidbit">
<h2>Keyboard CTRL</h2>
<p>{{ site.title }}'s keyboard addition makes navigation easier.</p>
<picture>
<source type="image/webp" srcset="/assets/iphone-keyboard.webp">
<source type="image/png" srcset="/assets/iphone-keyboard.png">
<img src="/assets/iphone-keyboard.png" alt="The {{ site.title }} keyboard addition as seen on an iPhone">
</picture>
</div>
</div>
</section>
<section id="get">
<h1><strong>Sounds cool, can I get that?</strong></h1>
<p>Of course, let's get started!</p>
<div class="getcontainer">
<div>
<div class="actions">
<a class="get" href="{{ site.links.appstore }}">
<img src="/assets/appstore.svg" alt="Apple App Store icon" />
<p>Get on the App Store</p>
</a>
</div>
<a href="{{ site.links.testflight }}">
<p class="mini-dl">Join the TestFlight Beta</p>
</a>
</div>
<div class="midline"></div>
<div>
<div class="actions">
<a class="get" href="/altstore">
<img src="/assets/altstore.png" alt="AltStore icon" />
<p>Get {{ site.title }} on AltStore</p>
</a>
</div>
<a href="{{ site.links.github }}" class="">
<p class="mini-dl">Build {{ site.title }} from source</p>
</a>
</div>
</div>
<div class="bottomtext">
<p>You can <a href="{{ site.links.patreon }}">become a patron</a> if you would like support {{ site.title }}. Donations are very much appreciated, but will never be required; the app will always be completely free.</p>
</div>
</section>
<section class="feed">
<div class="version">
{%- assign prerelease = site.github.releases | where: "prerelease", true | first -%}
<h2>New in <strong>{{ site.github.latest_release.name }}</strong></h2>
<div class="changelog"><p>{{ site.github.latest_release.body }}</p></div>
<p>Latest pre-release: <a href="{{ prerelease.html_url }}">{{ prerelease.name }}</a></p>
</div>
<div class="posts">
<h2><strong>Latest blog posts</strong></h2>
{% for post in site.posts limit:3 %}
<p>{{ post.date | date: "%Y-%m-%d" }} <a href="{{ post.url }}">{{ post.title }}</a></p>
{% endfor %}
<p><a href="/blog">View all</a></p>
</div>
</section>
<footer>
<p>{{ site.title }}, © 2017–{{ 'now' | date: "%Y" }} | <a href="mailto:{{ site.email }}">{{ site.email }}</a></p>
</footer>