-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
44 lines (44 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Starling Lab UI Elements</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Starling Lab UI Elements</h1>
<h2>UI Elements</h2>
<ul>
<li><a href="wacz-embed">Embed a web archive (WACZ)</a></li>
<li>
<a href="four-corners">Four Corners UI on image using C2PA v0.8</a>
</li>
<li><a href="c2pa-v0.8">C2PA v0.8 image</a></li>
<li><a href="c2pa">v1.0 C2PA image</a></li>
</ul>
<h2>C2PA versions</h2>
<p>
Starling has used an older, now-unsupported version of the C2PA spec in
the past, called v0.8. Some of the UI elements use that version, and are
clearly marked in those cases. Otherwise, elements use the modern v1.0+
C2PA spec.
</p>
<h2>Source Code</h2>
<p>
See the Starling Lab GitHub repository for the source code for these
examples.
</p>
<p>
<img
src="assets/github.png"
alt="GitHub Logo"
width="35"
style="vertical-align: middle; padding-right: 0.5em"
/>
<a href="https://github.com/starlinglab/web-ui"
>https://github.com/starlinglab/web-ui</a
>
</p>
</body>
</html>