This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
forked from arkadianriver/spectral
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
126 lines (101 loc) · 4.78 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
---
layout: landing
image: /images/ProtectYourStory.png
title: OpenArchive
description: OpenArchive - Empowering eyewitnesses to preserve truth to power
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p><b><h3 class="textTeal">Empowering eyewitnesses to preserve truth to power</h3></b>
<br><i>Anyone with a phone can expose global injustice.
<br>OpenArchive helps history’s first responders safely store, verify, and share critical evidence.
</i></p>
</p>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header>
<p><h2 class="textGray">Who We Are</h2></p>
<p>We are a team of archival activists collaborating with human rights defenders, eyewitnesses, and at-risk communities to
create responsive, secure, and ethical archiving technologies to advance justice and accountability.
<br>Meet our team <a href="https://open-archive.org/team/">here</a>.</p>
<br>
</div>
</section>
<section id="two" class="wrapper style2 special">
<div class="inner">
<header>
<p><h2>What We Do</h2></p>
<p>We conduct co-research with at-risk communities using the <a href="https://humanrightscentered.design">human rights centered design methodology</a>, build tools, and create guides that advance human rights every day.
<br>Learn more about our work <a href="https://open-archive.org/about/">here</a>.</p>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2 class="textWhite">What We've Made</h2>
<h3 class="saveHeader"><a target="_blank" href="https://open-archive.org/Save-Launch/"><b><i>Save</i></b></a></h3>
<h4 class="saveSubheader"><b><i>S</i></b>hare · <b><i>A</i></b>rchive · <b><i>V</i></b>erify · <b><i>E</i></b>ncrypt</i></h4>
<img src="{{ "/images/save.gif" | prepend: site.baseurl }}" style="width: 300px; margin-bottom: 10px;">
<p><b><i>Save</i></b> is our secure mobile media archiving app for
<br>citizen reporters and eyewitnesses.
<br> Watch for our new android app, coming soon!</p>
</p>
<div style="display: flex;
align-items: center;
justify-content: center;">
<a target="_blank" href="https://apps.apple.com/us/app/save-by-openarchive/id1462212414" style="border: 0px;"><img src="{{ "/images/[email protected]" | prepend: site.baseurl }}" style="width: 156px;"></a>
</div>
</header>
<hr />
</div>
<div class="inner">
<ul class="features">
<li>
<h2 class="textWhite">Share</h2>
<img src="{{ "/images/save-s.png" | prepend: site.baseurl }}">
</li>
<li>
<ul><li>Uploads your verified media to your own secure server such as <a href="https://nextcloud.com/" target="_blank">Nextcloud</a>, <a href="https://archive.org/" target="_blank">Internet Archive</a>, or <a href="https://dropbox.com/" target="_blank">DropBox</a>.</li>
<li>Enables you to grant access to your shared media and communicate your intentions for future use by easily generating a <a href="https://creativecommons.org/" target="_blank">Creative Commons</a> license, allowing others to reuse or remix it.</li></ul>
</li>
<li>
<div>
<ul><li>Keeps your media safe and organized for the long-term by saving multiple copies on different, secure servers not controlled by corporate interests.</li>
<li>Creates in-app project folders that map to your personal or organizational media archive.</li></ul>
</div>
</li>
<li>
<h2 class="textWhite">Archive</h2>
<img src="{{ "/images/save-a.png" | prepend: base.siteurl }}">
</li>
<li>
<h2 class="textWhite">Verify</h2>
<img src="{{ "/images/save-v.png" | prepend: site.baseurl }}">
</li>
<li>
<div>
<ul><li>Authenticates and verifies your media with sha256 hashes and optional <a href="https://guardianproject.info/apps/org.witness.proofmode/" target="_blank">Proofmode</a>.</li>
<li>Captures and includes critical metadata like notes, people, and location with each upload.</li></ul>
</div>
</li>
<li>
<div>
<ul><li>Automatically uploads over TLS (Transport Layer Security) to protect your media in-transit.</li>
<li>To further enhance security, install <a href="https://guardianproject.info/apps/orbot/" target="_blank">Orbot on Android</a> (aka <a href="https://www.torproject.org/" target="_blank">Tor</a> for mobile) to prevent interception of your media as it travels from your phone to its destination.</li>
</ul>
</div>
</li>
<li>
<h2 class="textWhite">Encrypt</h2>
<img src="{{ "/images/save-e.png" | prepend: site.baseurl }}">
</li>
</ul>
</div>
</section>