forked from Bitcoin-ABC/bitcoinabc.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (58 loc) · 3.04 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
---
layout: page
use-site-title: true
---
<link rel="stylesheet" href="overrides.css">
<div id="content">
<img style="width: 100%; max-width: 800px" src="img/bitcoinabclogo.png">
<div id="description">
Bitcoin ABC is a full node implementation of the <a href="/bcha/">BCHA</a> protocol.
<span id="subtext">
<br>
We aim to provide a solid, stable software and infrastructure for BCHA
<br>
and lead protocol development to build global electronic cash.
</span>
</div>
<hr />
{% assign latestVersion = site.data.github-releases[0].name %}
<h2><a href="/releases/">Install the latest version ({{ latestVersion }})</a></h2>
<hr />
{% include mailer.html %}
<!–– Twitter feed embed code ––>
<a class="twitter-timeline" data-height="450" href="https://twitter.com/Bitcoin_ABC?ref_src=twsrc%5Etfw">Tweets by Bitcoin_ABC</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Blog feed -->
<div class="abc-blog-feed">
{% if site.data.blog-feed %}
{% assign blogFeedItems = site.data.blog-feed.items | reverse %}
{% for post in blogFeedItems limit:3 %}
<article class="post-preview">
<a href="{{ post.url }}"><h2 class="post-title">{{ post.title }}</h2></a>
<p class="post-meta">Posted on {{ post.date_published | date: "%a %b %e %Y" }}</p>
<div class="post-entry-container"><div class="post-entry">
{{ post.content_text }}
</div></div>
<a class="post-read-more" href="{{ post.url }}">[Read More]</a>
</article>
{% endfor %}
{% endif %}
</div>
<div style="font-size: 24px">
<a href="/announcements/" class="post-read-more">Older Announcements</a>
</div>
<!-- 2020 fundraiser sponsor logos -->
<hr>
<div id="fundraiser">
<h2 style="font-size:42px;">Supporters</h2>
<p>Bitcoin ABC appreciates our sponsors who help fund our work, including devops, maintenance, backports, development, release management, technical support and more.</p>
<div class="sponsor-container">
<div class="sponsor"><a target ="_sponsor6" href="https://gemini.com/"><img src="img/sponsors/Gemini.png" alt="Visit gemini.com" /></a></div>
<div class="sponsor"><a target ="_sponsor4" href="https://fullstack.cash/"><img src="img/sponsors/fullstackcash.png" alt="Visit fullstack.cash" /></a></div>
<div class="sponsor"><a target ="_sponsor2" href="https://twitter.com/BCHcain"><img class="profilepic" src="img/sponsors/bchcain.jpg" alt="Visit twitter.com/BCHcain" /></a></div>
<div class="sponsor"><a target ="_sponsor5" href="https://twitter.com/ericreid91"><img class="profilepic" src="img/sponsors/ericreid.jpg" alt="Visit twitter.com/ericreid91" /></a></div>
<div class="sponsor"><a target ="_sponsor7" href="https://twitter.com/tcrypt25519"><img class="profilepic" src="img/sponsors/tcrypt.jpg" alt="Visit twitter.com/tcrypt25519" /></a></div>
</div>
<p>If you would like to become a sponsor contact us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>