-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.html
More file actions
79 lines (70 loc) · 2.88 KB
/
values.html
File metadata and controls
79 lines (70 loc) · 2.88 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
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>
Local Web - Values
</title>
<meta
name="description"
content="The Local Web is a movement establishing high-trust, low-noise, person-centric digital third places. It is an alternative to publishing-centric social media platforms."
/>
<meta name="author" content="Local Web" />
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<h1>Local Web Values</h1>
<h2>Welcome</h2>
<p>
Participants should feel welcome and included as they join a Local Web
network. As participants are welcomed to a network, they should extend
the same welcome and inclusion to others present. For everyone’s safety,
a Code of Conduct should be readily accessible and applied equally.
</p>
<h2>Self-Determination</h2>
<p>
Aside from a name, personal profiles should have no required data.
People are free to represent themselves however they wish. The name
given does not need to be a legal name, nor does not need to be
consistent between different networks. People are also free to accept or
refuse participation in any of the activities of a Local Web.
</p>
<h2>Authenticity</h2>
<p>
Joining a Local Web network should be a deliberate action. People should
ensure the network they are joining is authentic before presenting their
name or profile. In turn, networks should ensure people are not hindered
from representing their authentic selves. Personal authenticity may look
different from day to day and network to network.
</p>
<h2>Decentralization</h2>
<p>
Communication over a Local Web should happen directly between
participants. While the establishment of the network may need some level
of centralized coordination (e.g., a conventional WWW site for signaling
and directory assistance), individual networks should be independent of
each other. One network should not rely on content shared in another
network.
</p>
<h2>Privacy</h2>
<p>
A Local Web network is not automatically available to the entire public
world. While participants may join a network through a public venue
(e.g., coffeeshop, non-profit organization, etc...), that venue may not
necessarily receive everyone who attempts to join. Participants must be
a part of a specific network before accessing the data within it.
</p>
</main>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
</nav>
</body>
</html>