forked from OpenConsent/ConsentReceipt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (141 loc) · 6.03 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<title>Consent Receipt</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet" >
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet" >
<script src="js/modernizr.js"></script> <!-- Modernizr -->
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Start Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper"><a id="logo-container" href="http://consentreceipt.openconsent.org" class="brand-logo">Consent Receipt</a>
<ul id="nav-mobile" class="right side-nav">
<li><a href="http://blog.consentreceipt.org">Blog</a></li>
<li><a href="https://github.com/OpenConsent/ConsentReceipt/tree/gh-pages/mvcr">Code</a></li>
<li><a href="https://docs.google.com/forms/d/1X7Hgz1YtsRDoA0uB_IlzN9rDGNsuFJGGlujGpkSHNbk/viewform">Get Involved</a></li>
</ul><a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--End Navigation-->
<!--Start Projects-->
<div id="Projects" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
</div>
</div>
<!-- Start row 1 three columns -->
<div class="row">
<center>
Developer resources to install, configure and deploy a demo of the <a href="https://kantarainitiative.org/confluence/display/infosharing/Home">Kantara CIS </a> (Consent & Information Sharing)
<a href="https://mvcr.herokuapp.com/">'Alpha' MVCR Consent Receipt Generator(CRG),</a> and Including a distributed web-based <a href="http://mvcr.herokuapp.com/" </a> user-facing button, <a></a> to call the API.
</center>
<!-- Start Column 1 -->
<div class="col s12 m4 l4">
<center><h5>API Server Code</h5> </center>
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<center>
<a href="https://github.com/OpenConsent/ConsentReceipt/tree/gh-pages/mvcr">
<img width="170" height="96" src="images/api.png"></a></a>
<br>
Node.js on Heroku.
</center>
</div> <div class="card-action">
<a href="https://mvcr.herokuapp.com/">
MVCR API WORKING EXAMPLE </a>
<br>
<a href="http://mvcr.herokuapp.com/doc/">
MVCR API Documentation </a>
<br>
<a href="https://github.com/OpenConsent/ConsentReceipt/wiki/Guide-to-Install-Consent-Receipt-API">
MVCR DEV GUIDE 1: API </a>
<br>
<a href="https://github.com/OpenConsent/ConsentReceipt/tree/gh-pages/mvcr">
MVCR API SOURCE CODE </a>
</div> </div> </div>
<!-- End Column 1 -->
<!-- Start Column 2 -->
<div class="col s12 m4 l4"> <center><h5>User-Facing Button</h5></center>
<div class="card blue-grey darken-1"> <div class="card-content
white-text"> <center>
<a href="https://github.com/OpenConsent/ConsentReceipt/tree/gh-pages/CRClient">
<img width="170" height="96" src="images/button.png"></a></a>
<br>
Javascript and HTML.
</center>
</div> <div
class="card-action">
<a href="https://github.com/OpenConsent/ConsentReceipt/tree/gh-pages/CRClient">
Button CLIENT-SIDE CODE </a>
<br>
<a href="https://github.com/OpenConsent/ConsentReceipt/wiki/How-to-Setup-Button">
Button DEV GUIDE 2: Client </a>
<br>
<a href="http://consentreceipt.openconsent.org/CRClient/ClientToCR.html">
WORKING EXAMPLE </a>
<br>
<a href="http://openconsent.github.io/ConsentReceipt/specification/KI-CISWG-Editorial-MVCR-V0_7-20150907.doc">
MVCR v0.7 Specification </a>
</div>
</div> </div>
<!-- End Column 2 -->
<!-- Start Column 3 -->
<div class="col s12 m4 l4"> <center><h5>Project Overview</h5></center>
<div class="card blue-grey darken-1"> <div class="card-content
white-text"> <center>
<iframe width="170" height="96" src="https://www.youtube.com/embed/QOz8Bet9V6w" frameborder="0" allowfullscreen></iframe>
<br>
<center>
More Developer Resources
</center>
</div> <div class="card-action">
<a href="https://github.com/OpenConsent/ConsentReceipt">
GITHUB CODE REPOSITORY </a>
<br>
<a href="https://github.com/OpenConsent/ConsentReceipt/wiki">
PROJECT WIKI PAGES </a>
<br>
<a href="http://web.mit.edu/law/OpenConsent">
MIT EXAMPLE CLIENT </a>
</a></div> </div> </div>
<!-- End Column 3 -->
</div>
<!-- End row 1 three columns -->
</div></div>
<hr>
<!-- Start Footer -->
<footer class="page-footer">
<div class="col l4 offset-l2 s12">
<center>
<a class="grey-text text-lighten-4" href="http://openconsentgroup.com">
© 2016 Kantara Initiative </a></a>
<a class="grey-text text-lighten-4" href="http://creativecommons.org/licenses/by-sa/3.0/legalcode">MVCR API Published Under Creative Commons Attribution-ShareAlike License</a> </center>
<br>
<center> <a href="http://creativecommons.org/licenses/by-sa/3.0/legalcode">
<img alt="Creative Commons License" style="border-width:0" src="images/CCBY-SY.png"></a></a>
<br>
<a href="http://kantarainitiative.org"><img alt="Creative Commons License" style="border-width:0" width="100" height="90" src="https://cloud.githubusercontent.com/assets/2357755/11897134/fd4bbf6a-a55a-11e5-8f4d-feafdcde1f6f.png"></a></a>
</center>
</footer>
<!-- End Footer -->
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>