-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp2p.html
49 lines (42 loc) · 2.31 KB
/
p2p.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
<!DOCTYPE html>
<html>
<head>
<title>New Computer Working Group</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css"/>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="center arial black f-ncwg">
<section class="w-80 pv5 center">
<p class="tl">Peer-to-Peer Web NYC</p>
</section>
<section class=" w-80 pv5 mb5 center bt bw2-ns cf">
<!-- Content Block -->
<div class="fl w-100 w-50-ns">
<p class="fl w-80"><a href="https://peer-to-peer-web.com/nyc">https://peer-to-peer-web.com/nyc</a></p>
</div>
<div class="fl w-100 w-50-ns">
<p class="fl w-100">Peer-to-Peer Web NYC is an afternoon of talks and workshops at <a href="http://sfpc.io/">SFPC</a>. Peer-to-Peer Web is a broader series of free events that caters to those new to the decentralised web, and are curious in exploring the possibilities that lie beyond a centralised internet controlled by platform monopolies.</p>
<p>Presented by New Computer Working Group</p>
<img class="fl w-100" src="https://newcomputers.group/images/p2p.png">
</div>
<!-- Content Block -->
<div class="fl w-100 w-50-ns">
<p class="fl w-100">Info</p>
</div>
<div class="fl w-100 w-50-ns">
<p class="fl w-100">
Come to hear <a href="http://laurelschwulst.com/">Laurel Schwulst</a>, <a href="http://hxrts.com/">Sam Hart</a> and <a href="https://twitter.com/Lucid00">Hugh Isaacs</a> speak about conceptual ideas surrounding peer to peer practices and structures. The talks with be followed by project presentations including an overview of <a href="https://nycmesh.net/">NYC Mesh</a> as well as hands on demos and a small art exhibition called <a href="https://peer-to.peer-to-peer-web.com/">peer-to</a>.
</p>
</div>
</section>
<section>
<div class=" w-80 pv5 center bt bw2-ns cf">
<p class="fl w-50"><a href="/" class="">Home</a></p>
<!-- <p class="fl w-50"><a href="https://github.com/new-computers/dat-pi" class="">Related: dat-pi ↪</a></p> -->
</div>
</section>
</body>
</html>