forked from h-be/h-be.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
292 lines (237 loc) · 15.8 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Lightningrod Labs</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="https://use.typekit.net/kqq2ctu.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<button onclick="topFunction()" id="scroll-up-btn" title="Go to top"><i class="fa fa-angle-up"></i></button>
<div class="background-1" id="program">
<div class="header content-block" id="header">
<a class="logo" onclick="topFunction()">
<img src="lrl_logo.png" height="100%">
<h3 class="wordmark">Lightningrod Labs</h3>
</a>
<ul class="menu-expanded">
<li><a href="#projects">projects</a></li>
<li><a href="#about">about</a></li>
<li><a href="/blog">blog</a></li>
</ul>
<li class="social-link"><a style="text-align:right;" href="https://github.com/lightningrodlabs">
<img src="github-accent.svg" width="22" height="22" /></a></li>
</div>
</div>
<div class="background-2" id="mission">
<div class="main content-block">
<h1 class="title">Nurturing The Holochain Ecosystem</h1>
<h2 class="subtitle">expanding collective & community-driven grammatic capacities</h2>
<div style="text-align:center;">
<br />
<a href="#about" class="btn btn-outlined">about us</a>
<a href="#projects" class="btn btn-filled">our projects</a><br /><br /><br />
</div>
</div>
</div>
<div class="background-4" id="projects">
<div class="main content-block">
<h2 style="text-align:center;">Our Projects</h2>
<div class="content-block" id="Moss">
<img src="projects/moss.png" class="project-logo"><h3>Moss</h3>
<h4>A frame for growing social fabric in <a href="https://theweave.social">The Weave</a></h4>
<p>Formerly known as "We", Moss is an app that makes it trivially easy for groups to form, and assemble a fit-for-purpose suite of interoperable
tooling capacities like chat, spread-sheets, drawing, kanban, etc. Moss relies on an open extensible pattern of using small
Holochain hApps to provide these capabilities, and thus demonstrates a fully open peer-to-peer framework for building social fabric.
</p>
<p>Read more about <a href="https://theweave.social">The Weave</a> and also about the genesis of this work in <a href="https://eric.harris-braun.com/blog/2022/07/26/id-390">Eric's blog post about <i>We</i></a>. Explore the code in <a href="https://github.com/lightningrodlabs/we"><i>Moss's</i> GitHub repo.</a></p>
<p>Play with Moss by installing the <a href="https://github.com/lightningrodlabs/we/releases">latest release</a></p>
</div>
<div class="content-block" id="acorn">
<img src="projects/acorn_logo.png" class="project-logo"><h3><a href="https://acorn.software/">Acorn</a></h3>
<h4>Project planning and management with state-of-affairs trees</h4>
<p>Acorn is a Holochain-based project management & collaboration app for distributed teams with complex projects. Plan and manage your
projects by creating detailed outcome hierarchies, collaboratively breaking them down into manageable units, and then track their completion.
</p>
<p> <a class="btn" href="https://acorn.software">Learn more about Acorn an try it!</a></p>
</div>
<div class="content-block" id="vines">
<img src="projects/vines.svg" class="project-logo"><h3>Vines</h3>
<h4>A chat capacity for <a href="https://theweave.social">The Weave</a></h4>
<p>Vines provides chat capability specifically designed for <a href="https://theweave.social">The Weave</a> and use in Moss. Includes the usuals: topics, channels, attachments, mentions,
etc..
</p>
<p>Explore the details in <a href="https://github.com/lightningrodlabs/vines"><i>Vine's</i> GitHub repo.</a></p>
</div>
<div class="content-block" id="slate">
<img src="projects/slate_icon.svg" class="project-logo"><h3>Slate</h3>
<h4>Realtime drawing</h4>
<p>Slate provides real-time collaborative drawing for use as a Capability for <a href="https://theweave.social">The Weave</a> and use in Moss, and also as a stand-alone Holochain hApp.
It combines <a href="https://excalidraw.com/">Excalidraw</a> for drawing with Holochain's Syn library, for real-time collaboration.
</p>
<p>Explore the details in <a href="https://github.com/lightningrodlabs/slate"><i>Slate's</i> GitHub repo.</a></p>
</div>
<div class="content-block" id="Notebooks">
<img src="projects/notebooks_logo.svg" class="project-logo"><h3>Notebooks</h3>
<h4>Realtime MarkDown editing</h4>
<p>Notebooks provides real-time collaborative text editing for use as a Capability for <a href="https://theweave.social">The Weave</a> and use in Moss, and also as a stand-alone Holochain hApp.
</p>
<p>Explore the details in <a href="https://github.com/lightningrodlabs/notebooks">Notebooks GitHub repo.</a></p>
</div>
<div class="content-block" id="Converge">
<img src="projects/converge.png" class="project-logo"><h3>Converge</h3>
<h4>Conflict resolution and solution brainstorming</h4>
<p>Converge allows stakeholders to shift focus from outcomes to refining a set of criteria that has maximal support. Using this list, they can evaluate and refine proposals to meet those broadly supported criteria.</p>
<p>Read more in <a href="https://blog.holochain.org/distributed-collective-action-network/">Leo's blog post</a> and explore the details at <a href="https://dcan.app#converge">dcan.app</a> or <a href="https://github.com/lightningrodlabs/converge">Converge's Github repo.</a></p>
</div>
<div class="content-block" id="Who's In?">
<img src="projects/whosin.png" class="project-logo"><h3>Who's In?</h3>
<h4>Participation-contingent collective action</h4>
<p> Who's In? enables users to propose collective actions or events. With it, anyone can suggest a joint action or event, which other people can agree to on the contingency that every necessary role is filled. This allows group action to grow effortlessly from idea to reality without anyone having to worry about its viability.</p>
<p>Read more in <a href="https://blog.holochain.org/distributed-collective-action-network/">Leo's blog post</a> and explore the details at <a href="https://dcan.app#whosin">dcan.app</a> or <a href="https://github.com/lightningrodlabs/whosin">The Who's In? Github repo.</a></p>
</div>
<div class="content-block" id="SnapMail">
<img src="projects/snapmail_logo.jpg" class="project-logo"><h3>SnapMail</h3>
<h4>Peer-to-peer email on Holochain</h4>
<p>SnapMail was developed by Eric Harris-Braun and Asher King in 1990 and it has been providing cross-platform, peer-to-peer messaging for the three decades since. Lighningrod Labs is now updating SnapMail using Holochain infrastructure for the next three.</p>
<p>Try a prototype release from the <a href="https://github.com/glassbeadsoftware/snapmail-release">SnapMail releases page</a> and learn more about the project from the <a href="https://github.com/glassbeadsoftware/">SnapMail GitHub repos</a>.</p>
</div>
<div class="content-block" id="Where">
<img src="projects/where_logo.png" class="project-logo"><h3>Where</h3>
<h4>A playground for group self-awareness (awhereness?) on Holochain</h4>
<p>Groups, especially remote collaborative groups, often lack contextual information about collaborators that makes working together harder. Co-locating oneself across a number of spaces in the context of a group (or groups) provides an important avenue for improving both sense-making and working together. Where provides a generalized grammar for creating shared maps for groups to see the emergent "whereness" of each other across those them, as well as the grammatics to self-evolved these spaces and how to represent "location" in them.</p>
<p><p>Read more in <a href="https://eric.harris-braun.com/blog/2021/09/16/id-377/">Eric's blog post about Where</a> and explore the details in <a href="https://github.com/lightningrodlabs/where">Where's GitHub repo.</a></p>
</div>
<div class="content-block" id="Place">
<img src="projects/place_logo.svg" class="project-logo"><h3>Holochain Place</h3>
<h4>An homage to Reddit Place, but on Holochain</h4>
<p>This hApp allows you to play your own games of <a href="https://en.wikipedia.org/wiki/R/place">Place</a> with your friends and family on Holochain!</p>
<p>Explore the details in the <a href="https://github.com/lightningrodlabs/place">GitHub repo.</a></p>
</div>
<div class="content-block" id="Syn">
<img src="projects/syn.png" class="project-logo"><h3>Syn</h3>
<h4>Library for real-time collaboration on Holochain</h4>
<p>Real-time simultaneous editing of documents is perhaps the most important addition of the modern web. It's what makes Google Docs, Miro, and HackMD so much more productive and valuable to use than any single-player version of a similar app. Syn makes it indulgently easy for developers to build collaborative apps on Holochain. The Syn library and zomes do all the heavy lifting.</p>
<p>Read more in <a href="https://blog.holochain.org/decentralized-next-level-collaboration-apps-with-syn/">Eric's blog post about Syn</a> and explore the details in <a href="https://github.com/holochain/syn">Syn's GitHub repo.</a></p>
</div>
<div class="content-block" id="PlaySpace">
<img src="projects/rea.svg" class="project-logo"><h3>REA PlaySpace</h3>
<h4>Prototype hApp for doing REA accounting</h4>
<p>Built on the <a href="https://github.com/holo-rea/holo-rea">Holochain REA Framework</a>, this app intents to provide an simple and clear end-user experience
for creating REA plans, and using them to record economic events. Read more about REA on the <a href="https://www.valueflo.ws/introduction/core/">Value Flows website</a>.</p>
<p>Explore the details in the <a href="https://github.com/lightningrodlabs/rea-playspace">REA PlaySpace GitHub repo.</a></p>
</div>
<div class="content-block" id="ZipZap">
<img src="projects/zipzap_icon.svg" class="project-logo"><h3>ZipZap</h3>
<h4>Ephemeral chat for Holochain</h4>
<p>ZipZap delivers quick and dirty p2p ephemeral messaging build on top of holochain's signalling system. No data is ever stored!</p>
<p>Explore the details in the <a href="https://github.com/lightningrodlabs/zipzap">ZipZap GitHub repo.</a></p>
</div>
</div>
</div>
<div class="background-3" id="about">
<div class="main content-block">
<h2 style="text-align:center; line-height:3rem;">About Us</h2>
<p>Started by Eric and Will Harris-Braun, Lightningrod Labs brings together a band of code-monkeys, designers, and others to build the soil and play in the garden of the emerging Holochain ecosystem. </p>
<div class="folks">
<h3> We Are... </h3>
<div class="folk">
<img src="folks/eric.jpg">
<a href="http://eric.harris-braun.com">Eric</a>
</div>
<div class="folk">
<img src="folks/will.jpg">
<a href="https://will.quest/">Will</a>
</div>
<div class="folk">
<img src="folks/damien.jpg">
<a href="https://www.linkedin.com/in/doute-d">Damien</a>
</div>
<div class="folk">
<img src="folks/matthias.png">
<a href="https://github.com/matthme/">Matthias</a>
</div>
<div class="folk">
<img src="folks/leo.jpg">
<a href="https://github.com/LeosPrograms/">Leo</a>
</div>
<div class="folk">
<img src="folks/ira.jpg">
<a href="https://nezhynska.com/">Ira</a>
</div>
<div class="folk">
<img src="folks/katie.png">
<a href="https://www.katieteague.com/">Katie</a>
</div>
<div class="folk">
<img src="folks/ezequiel.jpg">
<a href="https://ezequiel.site/">Ezequiel</a>
</div>
</div>
</div>
</div>
<br />
<div class="background-footer">
<div class="content-block footer">
<p class="center">
<footnote>© 2021-2024 Harris-Braun Enterprises, LLC</footnote>
</p>
</div>
</div>
<script>
// Create a clone of the menu, right next to original.
$('.header').addClass('original').clone().insertAfter('.header').addClass('cloned').css('position', 'fixed').css('top', '0').css('margin-top', '0').css('z-index', '500').removeClass('original').hide();
scrollIntervalID = setInterval(stickIt, 10);
function stickIt() {
var orgElementPos = $('.original').offset();
orgElementTop = orgElementPos.top;
if ($(window).scrollTop() >= (orgElementTop)) {
// scrolled past the original position; now only show the cloned, sticky element.
// Cloned element should always have same left position and width as original element.
orgElement = $('.original');
coordsOrgElement = orgElement.offset();
leftOrgElement = coordsOrgElement.left;
widthOrgElement = orgElement.css('width');
$('.cloned').css('left', leftOrgElement + 'px').css('top', 0).css('width', widthOrgElement).show();
$('.original').css('visibility', 'hidden');
} else {
// not scrolled past the menu; only show the original menu.
$('.cloned').hide();
$('.original').css('visibility', 'visible');
}
}
</script>
<script>
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("scroll-up-btn").style.display = "block";
} else {
document.getElementById("scroll-up-btn").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
</body>
</html>