-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 1.72 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
<html>
<head>
<style>
body {
font-family: Roboto, Arial;
line-height: 1.5;
max-width: 45rem;
margin-left: auto;
margin-right: auto;
}
img.logo {
float: right;
width: 30%;
margin: 0px 10px 10px 10px;
border-radius: 0.5rem;
}
pre.logo {
line-height: 1.1;
text-shadow: 1px 1px 2px green, 0 0 1em black, 0 0 0.2em black;
}
</style>
</head>
<body>
<pre class="logo" style="text-align: center; margin-top: 5em; margin-bottom: 5em">
░░░░░░░ ░░ ░░░░░░ ░░░ ░░
░░░ ░░ ░░ ░░ ░░░░ ░░
░░░ ░░ ░░ ░░ ░░ ░░ ░░
░░░ ░░ ░░ ░░ ░░ ░░ ░░
░░░░░░░ ░░ ░░░░░░ ░░ ░░░░
</pre>
<img class="logo" src="https://raw.githubusercontent.com/zionlang/zion/master/zion.jpg">
<p>Zion is the working name of a programming language currently under
construction. More info is available <a
href="https://github.com/zionlang/zion">here</a>. The name comes from an
appreciation of the <a
href="https://www.nps.gov/zion/index.htm">Zion National Park</a>.</p>
<p><a href="https://github.com/zionlang/zion">Sources</a></p>
<h3>Installation</h3>
<h4>MacOS</h4>
<p>
<ul>
<li>Install <a href="https://brew.sh/">Homebrew</a.</li>
<li><pre>brew install zionlang/zion/zion</pre></li>
</ul>
</p>
<p>
<a href="https://github.com/zionlang/zion/actions?query=workflow%3ATests" rel="nofollow">
<img src="https://github.com/zionlang/zion/workflows/Tests/badge.svg"></a>
</a>
</p>
</body>
</html>