131 lines
4.1 KiB
HTML
131 lines
4.1 KiB
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: you-need-to-know
|
|
---
|
|
<div class="hero">
|
|
<div class="container hero-container">
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summarytxt">{% translate summary %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="two-column-layout">
|
|
<div class="row two-column-row">
|
|
<div>
|
|
<img class="column-img" src="/img/icons/securing.svg?{{site.time | date: '%s'}}" alt="icon">
|
|
</div>
|
|
<div class="column-text">
|
|
<h2 class="section-title" id="secure">{% translate secure %}</h2>
|
|
<p>{% translate securetxt %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row two-column-row">
|
|
<div>
|
|
<img class="column-img" src="/img/icons/bitcoin-price.svg?{{site.time | date: '%s'}}" alt="icon">
|
|
</div>
|
|
<div class="column-text">
|
|
<h2 class="section-title" id="volatile">{% translate volatile %}</h2>
|
|
<p>{% translate volatiletxt %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row two-column-row">
|
|
<div>
|
|
<img class="column-img" src="/img/icons/bitcoin-payments.svg?{{site.time | date: '%s'}}" alt="icon">
|
|
</div>
|
|
<div class="column-text">
|
|
<h2 class="section-title" id="irreversible">{% translate irreversible %}</h2>
|
|
<p>{% translate irreversibletxt %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row two-column-row">
|
|
<div>
|
|
<img class="column-img" src="/img/icons/not-anonymous.svg?{{site.time | date: '%s'}}" alt="icon">
|
|
</div>
|
|
<div class="column-text">
|
|
<h2 class="section-title" id="anonymous">{% translate anonymous %}</h2>
|
|
<p>{% translate anonymoustxt %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row two-column-row">
|
|
<div class="column-table">
|
|
{% 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
|
|
%} {% comment %}
|
|
<!-- In the table below, not making arabic numerals a translated string
|
|
so that we can easily change them if confirmations become more or
|
|
less reliable. -->
|
|
{% endcomment %}
|
|
|
|
<table>
|
|
<tr>
|
|
<th>{% translate confirmations %}</th>
|
|
<th>{% translate lightweight_wallets %}</th>
|
|
<th>{% translate bitcoin_core %}</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>0</td>
|
|
<td colspan="2">{% translate unconfirmed_only_safe %}</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>1</td>
|
|
<td>{% translate somewhat_reliable %}</td>
|
|
<td>{% translate mostly_reliable %}</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>3</td>
|
|
<td>{% translate mostly_reliable %}</td>
|
|
<td>{% translate highly_reliable %}</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>6</td>
|
|
<td colspan="2">{% translate high_value_minimum %}</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>30</td>
|
|
<td colspan="2">{% translate alert_recommendation %}</td>
|
|
</tr>
|
|
</table>
|
|
{% endcase %}
|
|
</div>
|
|
<div class="column-text column-text-s">
|
|
<h2 class="section-title" id="instant">{% translate instant %}</h2>
|
|
<p>{% translate instanttxt %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row two-column-row">
|
|
<div>
|
|
<img class="column-img" src="/img/icons/experimental.svg?{{site.time | date: '%s'}}" alt="icon">
|
|
</div>
|
|
<div class="column-text">
|
|
<h2 class="section-title" id="experimental">{% translate experimental %}</h2>
|
|
<p>{% translate experimentaltxt %}</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row two-column-row">
|
|
<div>
|
|
<img class="column-img" src="/img/icons/taxes.svg?{{site.time | date: '%s'}}" alt="icon">
|
|
</div>
|
|
<div class="column-text">
|
|
<h2 class="section-title" id="tax">{% translate tax %}</h2>
|
|
<p>{% translate taxtxt %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div> |