-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 1.54 KB
/
index.html
File metadata and controls
39 lines (34 loc) · 1.54 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>tokenize</title>
</head>
<body>
<h1><div class="logo"><span class="green">< </span><span class="blue">; ;</span><span class="green"> ></span></div> tokenize</h1>
<div id="projects">
<h2>Projects</h2>
<h3>EVL Daemon</h3>
<p>EVL Daemon is a daemon for the EyezOn Envisalink EVL device family. There are two versions available - one written in Elixir
and another written in Python. Both have similar feature sets.
</p>
<p>
<a href="https://www.github.com/Tokenize/evl-daemon-elixir">evl-daemon-elixir</a>
</p>
<p>
<a href="https://www.github.com/Tokenize/evl-daemon-python">evl-daemon-python</a>
</p>
<h3>EvlSimulator</h3>
<p>An Envisalink EVL device simulator that is used in the development of the EVL Daemon projects.</p>
<p><a href="https://www.github.com/Tokenize/evl-simulator">evl-simulator</a></p>
<h3>Mimir</h3>
<p>A Ruby on Rails based frontend for EVL Daemon.</p>
<p><a href="https://www.github.com/Tokenize/mimir">mimir</a></p>
</div>
<div id="people">
<h2>People</h2>
<p><a href="https://www.github.com/zaid">Zaid</a> and <a href="https://www.github.com/mfarr">Mike</a></p>
</div>
</body>
</html>