-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Symatem</title>
<meta name="author" content="Alexander Meißner">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="icon" type="image/png" href="images/favicon.png">
<meta name="theme-color" content="#FFFFFF">
</head>
<body>
<div class="container">
<div style="margin-top: 5rem;">
<h1>Symatem</h1>
<hr/>
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/X_lAdpgY1j4?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe><br />
<a href="https://github.com/Symatem/Symatem"><input type="button" value="Github" /></a>
<a href="https://symatem.github.io/UserInterface/index.html"><input type="button" value="Try Online" /></a>
<p>
</div>
<div style="margin-top: 5rem;">
<h2>Progress</h2>
<hr/>
<div class="row">
<div class="one-third column">
<h3>Done</h3>
<ul>
<li>Ontology Engine / RTE</li>
<li>ES6 APIs</li>
<li>Programming Model</li>
<li>LLVM Compiler</li>
<li>Ontology IDE: Editor & Visualizer</li>
</ul>
</div>
<div class="one-third column">
<h3>Current</h3>
<ul>
<li>Version Control</li>
<li>Documentation</li>
</ul>
</div>
<div class="one-third column">
<h3>Next</h3>
<ul>
<li>Update Interchange Formats</li>
<li>Update IDEs: Editor & Visualizer</li>
<li>EYODF Ontology Engine & Compiler</li>
<li>Tutorials & Website</li>
<li>EYODF OS / RTE</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>