-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
50 lines (43 loc) · 1.86 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
<html>
<head>
<title>Clever programming language</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>Clever<img src="logo.jpg"/></h1>
<h3>programming language</h3>
<blockquote class="gray">
<strong>Clever</strong> is a general purpose dynamically typed, multi-paradigm (object-oriented, imperative, functional)<br/>
programming language written in C++. It aims to have a small footprint and supply<br/>
an useful set of features, many seen in other languages.
</blockquote>
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=138005579607147";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="links">
<ul>
<li><a href="doc/">Documentation</a></li>
</ul>
</div>
<div id="code">
<pre><strong>import std.io.*;</strong>
<strong>println</strong>("Hello world!");</pre>
</div>
<h2>Get involved!</h2>
<p>
<strong>Source:</strong> <a href="https://github.com/clever-lang/clever" target="_blank">https://github.com/clever-lang/clever</a></br>
<strong>Wiki:</strong> <a href="https://github.com/clever-lang/clever/wiki" target="_blank">https://github.com/clever-lang/clever/wiki</a>
</p>
<p><strong>IRC:</strong> <span class="gray">irc.freenode.net / #clever</span></p>
<div class="fb-like-box" data-href="https://www.facebook.com/pages/Clever-Programming-Language/273749636014241" data-width="292" data-height="80" data-colorscheme="dark" data-show-faces="false" data-border-color="#bbbbbb" data-stream="false" data-header="false"></div>
<div id="footer">Clever programming language - 2013</div>
</body>
</html>