This repository was archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
125 lines (76 loc) · 2.58 KB
/
contact.html
File metadata and controls
125 lines (76 loc) · 2.58 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
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
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title></title>
<script type="text/javascript" src="/thirdparty/prettify/prettify.js"></script>
<script type="text/javascript" src="/thirdparty/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="/site.js"></script>
<link rel="stylesheet" type="text/css" href="/style/pages.css" />
<link rel="stylesheet" type="text/css" href="/thirdparty/prettify/prettify.css"/>
<!--[if IE 6]>
<style>.content { height: 100%;}</style>
<![endif]-->
</head>
<body class="">
<div class="section-title">
<a href="/">UseNode</a>
</div>
<ul class="quick-links">
<li>
<a href="/proton.html">Proton</a>
</li>
<li>
<a href="/micro.html">Micro</a>
</li>
<li>
<a href="/spectrum.html">Spectrum</a>
</li>
<li>
<a href="/litmus.html">Litmus</a>
</li>
</ul>
<div class="page">
<div class="page-inner">
<div class="column">
</div>
<div class="column content">
<h1>Contact</h1>
<p>
The technologies featured on this site are pre 1.0 releases, so are subject to backwards incompatible changes between releases (see <a href="http://semver.org/">Semantic Versioning</a> for the versioning scheme that we use).</p>
<p>
If you would like to start using or developing these technologies, drop into <a href="irc://freenode.net/#usenode">#usenode</a> on <a href="http://freenode.net/">Freenode</a>.
</p>
</div>
</div>
</div>
<div class="site">
<div class="site-logo">
<a href="/">use.no.de</a>
</div>
<ul class="global-navigation">
<li>
<a href="/proton.html">Proton</a>
</li>
<li>
<a href="/micro.html">Micro</a>
</li>
<li>
<a href="/spectrum.html">Spectrum</a>
</li>
<li>
<a href="/swipe.html">Swipe</a>
</li>
<li>
<a href="/litmus.html">Litmus</a>
</li>
<li>
<a href="/contact.html">Contact</a>
</li>
</ul>
<div class="copyright">
Site developed by <a href="http://github.com/tomyan">Tom Yandell</a> & <a href="http://www.twitter.com/richardhodgson">Richard Hodgson</a>.
</div>
</div>
</body>
</html>