-
Notifications
You must be signed in to change notification settings - Fork 1
/
seeder.html
54 lines (49 loc) · 1.92 KB
/
seeder.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
<!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/[email protected]/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"><a href="/" class="link black">Seeder</a></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">Github:</p>
</div>
<div class="fl w-100 w-50-ns">
<p class="fl w-100"><a href="https://github.com/new-computers/seeder" target="blank">Repo is here.</a></p>
</div>
<!-- Content Block -->
<div class="fl w-100 w-50-ns">
<p class="fl w-80">1-line Install:</p>
</div>
<div class="fl w-100 w-50-ns">
<p class="fl w-100"><code class="bg-light-gray">$ curl -o- https://raw.githubusercontent.com/new-computers/seeder/master/install.sh | bash</code></p>
<img class="fl w-100" src="images/seeder.jpg">
</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">
Plug-and-play Raspberry Pi peer for Dat archives.
Keep your sites online and accessible on the distributed web.
</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>