-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (62 loc) · 2.54 KB
/
index.html
File metadata and controls
62 lines (62 loc) · 2.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Dcentrica</title>
<meta name="description" content="DCentrica: Decentralised software development for a centralised world." />
<meta name="keywords" content="Bitcoin, IPFS, Python, DJango, PHP, Silverstripe, Software, Development, New Zealand" />
<style type="text/css">
body {
background-color: #F8F8F8;
color: #666;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 400;
margin: 0;
padding: 0;
}
.content {
margin: 0 auto;
padding: 0 12.2rem;
}
h1 {
display: block;
background-color: #1F1B34;
font-size: 52px;
margin: 0 0 25px;
color: #666;
padding: 1rem 12.2rem;
}
h2 {
display: inline-block;
padding: 0.1rem 0 1px;
font-size: 39px;
}
h3 {
font-size: 28px;
padding-bottom: 0;
}
blockquote {
font-size: 52px;
display: inline-block;
padding: 0;
margin: 20px 0 20px;
font-weight: bold;
}
a:hover {
text-decoration: none;
}
</style>
</head>
<body>
<h1>DCentrica<span style="color:#FFCC00;font-size:60px;">.</span></h1>
<div class="content">
<blockquote>Decentralised systems for a centralised world.</blockquote>
<p>We're a <strong>New Zealand</strong> based software development shop using technology such as PHP and <a href="https://silverstripe.org">Silverstripe</a> as well as Python and <a href="https://www.djangoproject.com/">DJango</a>, we want to do more with <a href="https://bitcoin.org" target="_blank">Bitcoin</a>, <a href="https://lightning.network">Lightning Network</a>, <a href="https://btcpayserver.org">BTCPayServer</a> and <a href="https://ipfs.io" target="_blank">IPFS</a>.</p>
<p>Come say hello and tell us about your next decentralised software project: <strong>hello@dcentrica.com</strong> or check us out on <a href="https://github.com/dcentrica">Github</a>.</p>
<h2>Our Work</h2>
<h3>WalletMatrix</h2>
<p>Launched as beta in Q2 2020, <a href="https://walletmatrix.app/" target="_blank">WalletMatrix</a> is a Bitcoin wallet discovery and feature-comparison service that boasts a comprehensive search UI, vendor-supplied data, PGP verifiable data as well as a REST API and content-managed contextual help.</p><p><strong>WalletMatrix</strong> is built on the <a href="https://silverstripe.org/" target="_blank">Silverstripe</a> framework for PHP which gives us powerful content management capabilities on a very flexible software development framework.</p>
</div>
</body>
</html>