forked from mimblewimble/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (93 loc) · 3.85 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
---
layout: default
---
<meta name="twitter:card" content="{{ site.twitterCard }}">
<meta name="twitter:site" content="{{ site.twitterHandle }}">
<meta name="twitter:title" content="{{ site.title }}">
<meta name="twitter:description" content="{{ site.description }}">
<meta property="og:image" content="{{ site.image }}" />
<main>
<section id="intro">
<header id="splash" class="container">
<div class="intro-logo">
<img src="assets/images/borker-logo.png" class="logo" alt="Description">
</div>
<div class="intro">
<div class="intro-text">
<h1>Borker</h1>
<p>
Freedom of speech is no longer an ideal.<br />
It's a fact.
</p>
</div>
<div class="intro-buttons">
<a class="intro-button" href="https://wallet.borker.io" target="_blank">
Wallet
<i class="fas fa-wallet"></i>
</a>
<a class="intro-button" href="https://github.com/borkerprotocol" target="_blank">
Github
<i class="fab fa-github"></i>
</a>
</div>
</div>
</header>
</section>
<section id="primary">
<div class="primary-root">
<div class="pitch container">
<h2>Borker Protocol</h2>
<p>Borker Protocol is an application layer protocol for Bitcoin, Dogecoin and similar UTXO-based, transparent blockchains. It relies on the openess, security, and immutability of the underlying networks and defines a method of publishing and consuming unstoppable content.</p>
<br />
<h2>Borker</h2>
<p>Borker is a Twitter-like microblogging platform and implementation of the Borker Protocol on Dogecoin.</p>
<p>Borker is open, decentralized, borderless, permissionless, pseudonymous, immutable, and censorship-resistant.</p>
<br />
<h4>Check out the <a href="https://github.com/borkerprotocol/docs" style="color: #E2C26F; border: none;">Docs</a></h4>
</div>
<hr class="primary-hr">
<div class="properties container">
<section class="property">
<div class="property-title">
<img src="assets/images/globe.png">
<h3>Open</h3>
</div>
<p>Borker is open to everyone to build upon and use. There are no gatekeepers and no way to prevent someone from participating.</p>
</section>
<section class="property">
<div class="property-title">
<img src="assets/images/lock.png">
<h3>Immutable</h3>
</div>
<p>Borker is exactly as immutable as its underlying blockchains. By design, users can filter, edit, and delete borks from the Borker Layer of the Network. But the blockchain never forgets, so be careful what you say.</p>
</section>
<section class="property">
<div class="property-title">
<img src="assets/images/free.png">
<h3>Censorship Resistant</h3>
</div>
<p>Borker is exactly as censorship resistant as its underlying blockchains. Publishing and consuming content on the Borker Network is just sending and receiving transactions on Bitcoin or Dogecoin.</p>
</section>
</div>
</div>
</section>
<section id="secondary">
<section class="funding">
<h2>Funding</h2>
<p>Borker developers do it for fun and reputation. Donations are welcome but not necessary.</p>
<a href="/donate" class="funding-button">Donate to Borker</a>
<hr>
</section>
<section class="info">
<div class="container">
<h2>Contribute</h2>
</div>
</section>
<a href="https://github.com/borkerprotocol">
<div class="info-banner">
<h1 class="info-banner-text">Help make Borker better.</h1>
<img src="assets/images/borker-logo.png" class="info-logo" alt="Description">
</div>
</a>
</section>
</main>