-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
98 lines (91 loc) · 3.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset='utf-8'>
<title>home | dynjs - (almost) 100% invokedynamic ecmascript implementation</title>
<link charset='utf-8' href='stylesheets/style.css' media='screen' rel='stylesheet' type='text/css'>
<link href='images/favicon.ico' rel='shortcut icon' />
</link>
</meta>
</head>
<body>
<div class='topbar'>
<div class='fill'>
<div class='container'>
<a class='brand' href='#'>dynjs.org</a>
<ul class='nav'>
<li class='active'>
<a href='#'>Home</a>
</li>
<li style='display:none'>
<a href='docs/documentation.html'>Documentation</a>
</li>
</ul>
</div>
</div>
</div>
<div class='container'>
<div id="logo">
<a href="https://github.com/dynjs/dynjs"><img src="images/logo.png" border="0"/></a>
</div>
<div class="row centered">
<div class="span4 box">
<p class="boxtitle">
<img src="images/icons/octocat50x50.png"/>
<strong class="highlight">Github</strong>
</p>
<p class="description">
<a href="https://github.com/dynjs/dynjs">dynjs</a> repository is open for contribution and evaluation. Don't be shy!
</p>
</div>
<div class="span4 box">
<p class="boxtitle">
<img src="images/icons/googlegroups50x50.png"/>
<strong class="highlight">dev mailing list</strong>
</p>
<p>Subscribe our <a href="http://groups.google.com/group/dynjs-dev">mailing list</a> and join us for technical discussions and suggestions. We appreciate feedback.</p>
</div>
<div class="span4 box">
<p class="boxtitle">
<img src="images/icons/codehaus.gif"/>
<strong class="highlight">Issue Tracker</strong>
</p>
<p>Our <a href="https://jira.codehaus.org/browse/DYNJS">Issue Tracker</a> is kindly supported by the fine folks at <a href="http://codehaus.org">codehaus</a>.</p>
</div>
<div class="span4 box">
<p class="boxtitle">
<img src="images/icons/twitter50x50.png"/>
<strong class="highlight">Twitter</strong>
</p>
<p>Follow <a href="http://twitter.com/dynjs">@dynjs</a> for news and updates.</p>
</div>
</div>
<div class="row centered">
<div class="span4 box">
<p class="boxtitle">
<img src="images/icons/cloudbees101x50.png"/>
<strong class="highlight">CloudBees</strong>
</p>
<p>Our <a href="http://dynjs.ci.cloudbees.com">continuous integration (CI) server</a> is hosted by <a href="http://www.cloudbees.com/">CloudBees</a>, a nice cloud-hosted version of the Jenkins tooling to keep us sane.</p>
</div>
</div>
<footer>
<p>
<b>©dynjs.org 2011</b>
</p>
</footer>
</div>
<script type='text/javascript'>
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26472175-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
</body>
</html>