forked from bitcoin-dot-org/Bitcoin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
116 lines (95 loc) · 4.07 KB
/
Copy pathabout-us.html
File metadata and controls
116 lines (95 loc) · 4.07 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: about-us
---
{% if site.env.BITCOINORG_BUILD_TYPE %}
<!-- Note: this file is built non-deterministically -->
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate pagedesc %}</p>
<h2 id="own">{% translate own %}</h2>
<p>{% translate owntxt %}</p>
{% case page.lang %}
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
{% else %}
<p>{% translate owntxt2 %}</p>
<p>{% translate owntxt3 %}</p>
<p>{% translate owntxt4 %}</p>
{% endcase %}
<h2 id="control">{% translate control %}</h2>
<p>{% translate controltxt %}</p>
<h2 id="mission">{% translate mission %}</h2>
<ul>
<li>{% translate missiontxt1 %}</li>
<li>{% translate missiontxt2 %}</li>
<li>{% translate missiontxt3 %}</li>
<li>{% translate missiontxt4 %}</li>
<li>{% translate missiontxt5 %}</li>
<li>{% translate missiontxt6 %}</li>
<li>{% translate missiontxt7 %}</li>
</ul>
<h2 id="help">{% translate help %}</h2>
<p>{% translate helptxt %}</p>
<h3 id="maintenance">{% translate maintenance %}</h3>
<div class="credit">
<p><a href="https://github.com/wbnns">Will Binns</a><span>Website maintainer</span></p>
<p><a href="https://github.com/crwatkins">Craig Watkins</a><span>Wallet maintainer</span></p>
</div>
<h3 id="sponsorship">{% translate sponsorship %}</h3>
<div class="credit">
<p><a href="https://bitcoinfoundation.org/">The Bitcoin Foundation</a><span>2014 - 2015</span></p>
</div>
<h3 id="translation">{% translate translation %}</h3>
<div class="credit">
<p>Ar Vicco<span>Russian</span></p>
<p>Simon Alexander Hinterreiter<span>German</span></p>
<p>Jacob Burenstam<span>Swedish</span></p>
<p>Péter Kemenczés<span>Hungarian</span></p>
<p>Matija Mazi<span>Slovenian</span></p>
<p>Mihai Onosie<span>Romanian</span></p>
<p>Boštjan Pirnar<span>Slovenian</span></p>
<p>Luigigiuseppe Prosperi<span>Italian</span></p>
<p>Thomas Pryds<span>Danish</span></p>
</div>
<h3 id="service_contributors">{% translate service_contributors %}</h3>
<div class="credit">
<p><a href="https://www.browserstack.com/">BrowserStack</a><span>Browser testing</span></p>
<p><a href="https://github.com/">GitHub</a><span>Repository hosting</span></p>
<p><a href="https://www.transifex.com/">Transifex</a><span>Translation tools</span></p>
<p><a href="https://travis-ci.org/">Travis CI</a><span>Continuous integration</span></p>
</div>
<h3 id="inactive-contributors">{% translate inactive_contributors %}</h3>
<div class="credit">
<p><a href="https://github.com/saivann">Saïvann Carignan</a><span>Website maintainer</span></p>
<p><a href="https://github.com/instagibbs">Greg Sanders</a><span>Documentation writing</span></p>
<p><a href="https://github.com/harding">David A. Harding</a><span>Documentation writing</span></p>
</div>
<h3 id="owners">{% translate owners %}</h3>
<div class="credit">
<p><a href="https://github.com/cobra-bitcoin">Cøbra</a><span>Co-Owner</span></p>
<p><a href="https://github.com/theymos">theymos</a><span>Co-Owner</span></p>
</div>
<h3 id="github">{% translate github %}</h3>
<div class="contributors">
{% for c in site.sitecontributors %}
<div>
<div><a{% if c.login %} href="https://github.com/{{c.login}}"{% endif %}>{{ c.name | htmlescape }}</a></div>
<div>({{ c.contributions }})</div>
</div>
{% endfor %}
</div>
{% else %}
{% comment %}
<!-- if you've cloned bitcoin.org, feel free to fill in your own About
Us below. It would be appreciated it if you link back to Bitcoin.org,
but please make it clear that your site is not affiliated with
Bitcoin.org.
It would also be appreciated if you would remove our names and email
addresses from the README.md file in the top-level directory. -->
{% endcomment %}
<h1>About this site</h1>
This site includes content originally published on <a
href="https://bitcoin.org">Bitcoin.org</a>, but it is not affiliated with
Bitcoin.org.
{% endif %}