diff --git a/404.html b/404.html index aeec2a08..c54ed6c8 100644 --- a/404.html +++ b/404.html @@ -14,13 +14,4 @@ window.location.href='/'+lang+'/'; -

An open source P2P digital currency

-

Bitcoin is a currency, a protocol, and a software that enables -

-

Bitcoin uses peer to peer technology to operate with no central authority; managing transactions and issuing Bitcoins are carried out collectively by the network. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.

-

The software is a community-driven free open source project, released under the MIT license.

+{% include index.html %} diff --git a/_includes/index.html b/_includes/index.html new file mode 100644 index 00000000..ce39f4e5 --- /dev/null +++ b/_includes/index.html @@ -0,0 +1,20 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +

{% translate listintro %}

+
+ Youtube video +
+
+
+
+
Icon
{% translate list1 %}
+
Icon
{% translate list2 %}
+
Icon
{% translate list3 %}
+
+

{% translate desc %}

+
icon{% translate getstarted layout %}
+
{% translate overview %}
+
{% translate menu-bitcoin-for-individuals layout %} {% translate menu-bitcoin-for-businesses layout %} {% translate menu-bitcoin-for-developers layout %}
diff --git a/_templates/index.html b/_templates/index.html index 941e38f5..6f0c8a7c 100755 --- a/_templates/index.html +++ b/_templates/index.html @@ -5,18 +5,4 @@ layout: base id: index --- -

{% translate listintro %}

-
- Youtube video -
-
-
-
-
Icon
{% translate list1 %}
-
Icon
{% translate list2 %}
-
Icon
{% translate list3 %}
-
-

{% translate desc %}

-
icon{% translate getstarted layout %}
-
{% translate overview %}
-
{% translate menu-bitcoin-for-individuals layout %} {% translate menu-bitcoin-for-businesses layout %} {% translate menu-bitcoin-for-developers layout %}
+{% include index.html %} diff --git a/index.html b/index.html index 18a7fe37..7cdafe5c 100755 --- a/index.html +++ b/index.html @@ -7,18 +7,4 @@ lang: en id: index title: Bitcoin --- -

{% translate listintro %}

-
- Youtube video -
-
-
-
-
Icon
{% translate list1 %}
-
Icon
{% translate list2 %}
-
Icon
{% translate list3 %}
-
-

{% translate desc %}

-
icon{% translate getstarted layout %}
-
{% translate overview %}
-
{% translate menu-bitcoin-for-individuals layout %} {% translate menu-bitcoin-for-businesses layout %} {% translate menu-bitcoin-for-developers layout %}
+{% include index.html %}