-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (53 loc) · 1.71 KB
/
about.html
File metadata and controls
53 lines (53 loc) · 1.71 KB
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
<html lang="en">
<head>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0 maximum-scale=1.0 minimum-scale=1.0"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
}
h1,h2,h3 {
line-height: 1.2
}
a {
text-decoration: underline;
color: inherit;
}
</style>
</head>
<body>
<h1>Kloracle</h1>
<h2>About</h2>
<p>
The kloracle is a small software project by stetso.
It was inspired by the fact that there is a considerable lack of knowledge about the
future. The kloracle was invented to mitigate this problem. Forunately all predicitions
are given in the form of emojis, the type of communication with the highest density of
information currently known to humanity.
</p>
<h2>Usage</h2>
<p>
Concentrate on your most pressing question about your unknown future and touch or click
the glass ball. Keep touching so the kloracle can work its wonders and present the answer.
The prediction works much better if you are around friends and tell your question beforehand.
</p>
<h2>Attribution</h2>
<p>
The emojis are part of the amazing <a href="https://www.openmoji.org">Openmoji</a> project and are distributed under a
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.
</p>
</body>
</html>