-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
75 lines (71 loc) · 3.78 KB
/
about.html
File metadata and controls
75 lines (71 loc) · 3.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - LIME Protocol</title>
<link href="./files/bootstrap.css" rel="stylesheet">
<link href="./files/lime.css" rel="stylesheet">
<link href="./files/json-highlight.css" rel="stylesheet">
</head>
<body>
<header>
<div class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">LIME Protocol</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Specification</a></li>
<li><a href="content-types.html">Content Types</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="libraries.html">Libraries</a></li>
<li><a href="loh.html">LIME over HTTP</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="container body-content">
<div class="row">
<div class="col-md-10" role="main">
<h1 class="page-header">About</h1>
<p>This page is maintened by <a href="mailto:andrebires@gmail.com">André Bires</a> and <a href="https://take.net">Take</a> developers.
If you want to contribute to this specification, please join the <a href="https://groups.google.com/forum/?hl=pt-BR#!forum/limeprotocol">discussion group</a>. </p>
<p>You can contribute to this page directly on the <a href="https://github.com/takenet/lime/">Github</a>.</p>
</div>
</div>
</div>
<div class="row">
<hr class="col-md-12" />
</div>
<footer role="contentinfo">
<div class="container">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Lime Protocol Specification</span> by <a xmlns:cc="https://creativecommons.org/ns#" href="https://take.net" property="cc:attributionName" rel="cc:attributionURL">Take</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
</footer>
<script src="./files/modernizr-2.6.2.js"></script><style type="text/css"></style>
<script src="./files/jquery-1.10.2.js"></script>
<script src="./files/bootstrap.js"></script>
<script src="./files/respond.js"></script>
<script src="./files/json-highlight.js"></script>
<script src="./files/lime.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-48277211-1', 'limeprotocol.org');
ga('send', 'pageview');
</script>
</body>
</html>