This repository has been archived by the owner on Dec 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (148 loc) · 7.93 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Trustroots for Developers</title>
<meta name="description" content="Trustroots for Developers. Docs and tools to help you build with Trustroots.">
<meta name="robots" content="noindex, nofollow">
<meta property="fb:app_id" content="374124702743123">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style type="text/css">
body {
color: #fff;
background-color: #1a6db3;
/* White squares: */
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU0NDZFODc1RTAzMTFFNTk3MkE4M0Y2RENENEQ4NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU0NDZFODg1RTAzMTFFNTk3MkE4M0Y2RENENEQ4NTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NTQ0NkU4NTVFMDMxMUU1OTcyQTgzRjZEQ0Q0RDg1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NTQ0NkU4NjVFMDMxMUU1OTcyQTgzRjZEQ0Q0RDg1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhShqYEAAAAhSURBVHjaYvz//z8vA5GABUp/JkYxEwMJYFQxfRQDBBgAmNcEFSjYJ2EAAAAASUVORK5CYII=');
}
.icon-github {
display: inline-block;
min-width: 14px;
min-height: 14px;
max-width: 16px;
max-height: 16px;
}
.icon-github * {
fill: #fff;
}
.jumbotron {
background: rgba(0, 86, 158, 0.5);
}
.btn-link {
color: #fff;
}
.btn-link:focus, .btn-link:hover {
color: #fff;
background: rgba(255, 255, 255, 0.1);
text-decoration: none;
}
a:not(.btn) {
color: #fff;
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
a:not(.btn):focus, a:not(.btn):hover {
color: #fff;
text-decoration: none;
border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.text-muted {
color: rgba(255, 255, 255, 0.7);
}
</style>
<link rel="icon" href="./favicon.ico">
</head>
<body>
<div class="container">
<br><br>
<div class="jumbotron">
<h2><img src="./tree-white.svg" width="36" height="36" alt="Trustroots"> for Developers</h2>
<p class="lead">Docs and tools to help you build with Trustroots.</p>
</div>
<div class="row">
<div class="col-sm-6">
<br>
<p class="lead">
<em>As our API is still unstable and largely in development, please <a href="https://www.trustroots.org/contact">contact us</a> if you want to build something.</em>
</p>
<br>
<h3>Reading</h3>
<br>
<h4>REST API</h4>
<p>Programmatic access to read and write Trustroots data.</p>
<p>
<ul>
<li><a href="./docs/api/">API documentation</a></li>
<li>oAuth: <em><a href="https://github.com/Trustroots/trustroots/issues/186">not available</a>. Please let us know if you need this.</em></li>
</ul>
</p>
<br>
<h4>Logos and other graphics</h4>
<p>
<ul>
<li>See <a href="https://github.com/trustroots/media">media repository</a> for all our graphics.</li>
</ul>
</p>
<br>
</div>
<div class="col-sm-6">
<h3>Status</h3>
<p>Is Trustroots.org down or is it just me?</p>
<p>
<a href="http://status.trustroots.org/" class="btn btn-link" role="button">
Check uptime
</a>
</p>
<br>
<h3>Bugs & feature requests</h3>
<p>Expect problems and eat them for breakfast. If you have questions, don't hesitate to contact us.</p>
<p>
<a href="https://www.trustroots.org/contact/" class="btn btn-link" role="button">
Contact us
</a>
<a href="https://github.com/Trustroots/trustroots/issues" class="btn btn-link" role="button">
Report issues about website
</a>
<a href="https://github.com/Trustroots/trustroots-expo-mobile/issues" class="btn btn-link" role="button">
Report issues for mobile apps
</a>
</p>
<br>
<h3>Join development?</h3>
<p>Become a volunteer and make a difference!</p>
<p>
<a href="https://www.trustroots.org/contact/" class="btn btn-link" role="button">Contact us</a>
<a href="https://github.com/Trustroots/trustroots/wiki/Development" class="btn btn-link" role="button">Start with development</a>
<br>
<a href="https://github.com/trustroots/trustroots" class="btn btn-link" role="button">
<span class="glyphicon icon-github" aria-hidden="true">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</span>
Website source code
</a>
<a href="https://github.com/trustroots/trustroots-expo-mobile" class="btn btn-link" role="button">
<span class="glyphicon icon-github" aria-hidden="true">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</span>
Mobile app source code
</a>
</p>
<br>
</div>
</div>
<footer class="clearfix">
<br><br>
<hr/>
<p><small><a href="https://www.trustroots.org/" class="text-muted">Trustroots.org</a></small></p>
</footer>
</div> <!-- /container -->
<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-56947356-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>