-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (57 loc) · 2.75 KB
/
index.html
File metadata and controls
70 lines (57 loc) · 2.75 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Telomare </title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Telomare</a>
</div>
<div id="navigation">
<a href="./quickstart.html">QuickStart</a>
<a href="./documentation.html">Documentation</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1></h1>
<h2>Welcome</h2>
<p>Welcome to the Telomare website!</p>
<p>Telomare's compiler code is available on <a href="https://github.com/Stand-In-Language/stand-in-language">Github</a>.</p>
<p>Feel free to visit our gitter chat with Telomare's author and the community interested in Telomare:</p>
<a href="https://gitter.im/stand-in-language/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" rel="nofollow"><img src="https://camo.githubusercontent.com/7b3061750a7c7a8271c4c0bf4dcd5081028cade9/68747470733a2f2f6261646765732e6769747465722e696d2f7374616e642d696e2d6c616e67756167652f4c6f6262792e737667" alt="Join the chat at https://gitter.im/stand-in-language/Lobby" data-canonical-src="https://badges.gitter.im/stand-in-language/Lobby.svg" style="max-width:100%;"></a>
<p>Explore this list of recent posts to keep up with the latest of Telomare:</p>
<h2>Posts</h2>
<ul>
<li>
<a href="./posts/2020-01-31-hello-world.html">Hello, Web Site!</a> - January 31, 2020
</li>
<li>
<a href="http://sfultong.blogspot.com/2016/12/a-better-model-of-computation.html?m=1">
A Better Model of Computation by sfultong
</a>
</li>
<li>
<a href="http://sfultong.blogspot.com/2017/09/sil-explorations-in-non-turing.html?m=1">
SIL: Explorations in non-Turing Completeness by sfultong
</a>
</li>
<li>
<a href="http://sfultong.blogspot.com/2018/04/deconstructing-lambdas-closures-and.html?m=1">
Deconstructing Lambdas, Closures and Application by sfultong
</a>
</li>
</ul>
<p>…or you can find more in the <a href="./archive.html">archives</a>.</p>
</div>
<div id="footer">
Got changes to contribute to the site?
<a href="https://github.com/Stand-In-Language/stand-in-language.github.io">Fork or comment on Github</a>
</div>
</body>
</html>