-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcommunity.html
157 lines (144 loc) · 5.84 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="canonical" href="https://rchain.coop/community.html"></link>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-6B7FD7W88H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-6B7FD7W88H");
</script>
<script>
/**
* Function that captures a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to 'beacon' lets the hit be sent
* using 'navigator.sendBeacon' in browser that support it.
*/
var captureOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script src="/js/jquery-3.3.1.min.js"></script>
<title>RChain | community</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
charset="UTF-8"
/>
<meta
name="google-site-verification"
content="NvXu2Qnyi90bS-ubPtaorKKja1_p8SHfQ0zPoqG0sIg"
/>
<link rel="stylesheet" href="css/layout.css?version=5" />
<link rel="stylesheet" href="css/style.css?version=10" />
<link rel="shortcut icon" href="assets/favicon-red.png" />
<meta
name="description"
content="RChain is a cooperative building a blockchain platform and
social coordination technologies."
/>
<meta property="og:title" content="RChain" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="RChain is a cooperative building a blockchain platform and
social coordination technologies."
/>
<meta property="og:url" content="https://rchain.coop/community.html" />
<meta
property="og:image"
content="https://rchain.coop/assets/og_index.jpg"
/>
<meta property="og:image:height" content="565" />
<meta property="og:image:width" content="1080" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RChain | community" />
<meta
name="twitter:image"
content="https://rchain.coop/assets/og_index.jpg"
/>
<meta name="twitter:creator" content="@rchain_coop" />
<meta name="twitter:url" content="https://rchain.coop/community.html" />
<meta name="twitter:site" content="https://rchain.coop" />
<meta
name="twitter:description"
content="RChain is a cooperative building a blockchain platform and
social coordination technologies."
/>
</head>
<body class="pageCommunity">
<header></header>
<div class="horizontal-nav-cover"></div>
<div class="bodyWrapper">
<div class="section" id="posSection">
<h1>The Power of the Cooperative</h1>
<p>
The purpose of RChain<sup>®</sup> is to provide its members
discounted access to a decentralized, public computation platform.
RChain supports the development of on-chain tools for governance and
online communications that promote collaboration at scale. Our
mission is to provide a platform that promotes the proliferation of
social coordination technologies.
</p>
<br />
<br />
<div class="textWrapper">
<h2>Join Our Community</h2>
<p>
The fee for becoming a member is a nonrefundable $20. To maintain your membership
beyond your first year, you must spend at least $10 in network transaction fees or
pay a $10 renewal. Active members are eligible for a rebate each year based on their
RChain network usage (think <a href="https://www.rei.com/member-thanks" target="_blank">REI</a>).
</p>
<p>
During registration you’ll have the option of joining our Discord
community. Once you’re signed up, we’ll communicate with you through
member newsletters to provide voting information and other essential
notifications.
</p>
<script
async
data-uid="c589707c7d"
src="https://rchain-cooperative.ck.page/c589707c7d/index.js"
></script>
</div>
</div>
<div class="section" id="posSection">
<div>
<h2>RChain Cooperative</h2>
<ul>
<li><a href="https://github.com/rchain/board/blob/master/2017/01-10/RChain%20Cooperative%20-%20Articles%20of%20Incorporation%20with%20RA.pdf" target="_blank">Articles of Incorporation</a></li>
<li><a href="../assets/RChainCoopBusinessLicense.png" target="_blank">Business License</a></li>
<li><a href="https://github.com/rchain/board/blob/master/Bylaws.md" target="_blank">Bylaws</a></li>
<li><a href="https://github.com/rchain/reference/tree/master/finance" target="_blank">Financials</a></li>
</ul>
<p>12345 Lake City Way NE #2032<br>
Seattle, WA 98125<br>
(202)810-2039<br>
info@rchain.coop</p>
<p>RChain follows the International Co-operative Alliance <a href="https://www.ica.coop/sites/default/files/publication-files/ica-guidance-notes-en-310629900.pdf"
target="_blank">principles</a>
</p>
<div class="ica-logo">
<img src="/assets/Alliance_secondary_en-300x79.png" />
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script src="/js/rchain.coop_Browser.js"></script>
<script src="/js/homepage_Browser.js"></script>
<script src="/js/navAndFooter.js?version=11"></script>
</body>
</html>