diff --git a/_includes/layout/base/footer-menu.html b/_includes/layout/base/footer-menu.html index b818b104f0..b475f5cade 100644 --- a/_includes/layout/base/footer-menu.html +++ b/_includes/layout/base/footer-menu.html @@ -108,6 +108,9 @@ + + {% translate menu-earn layout %} + {% if page.lang == 'en' %} {% translate menu-full-node layout %} diff --git a/_includes/layout/base/head-menu.html b/_includes/layout/base/head-menu.html index e62a5a6ec2..8afbec1b7a 100644 --- a/_includes/layout/base/head-menu.html +++ b/_includes/layout/base/head-menu.html @@ -61,6 +61,7 @@ {% translate menu-support-bitcoin layout %} + {% translate menu-earn layout %} {% if page.lang == 'en' %}Running a full node{% endif %} {% translate menu-development layout %} diff --git a/_templates/earn.html b/_templates/earn.html new file mode 100644 index 0000000000..76feb40895 --- /dev/null +++ b/_templates/earn.html @@ -0,0 +1,75 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +layout: base +id: earn +--- + +
+
+

{% translate pagetitle %}

+

{% translate pagedesc %}

+
+
+ +
+
+
+

{% translate freelancing %}

+

{% translate freelancingtext %}

+ +
+ +
+

{% translate content %}

+

{% translate contenttext %}

+
    +
  • Fountain - {% translate fountaindesc %}
  • +
  • Publish0x - {% translate publish0xdesc %}
  • +
+
+ +
+

{% translate bounties %}

+

{% translate bountiestext %}

+ +
+ +
+

{% translate mining %}

+

{% translate miningtext %}

+
    +
  • OCEAN - {% translate oceandesc %}
  • +
  • NiceHash - {% translate nicehashdesc %}
  • +
+
+ +
+

{% translate rewards %}

+

{% translate rewardstext %}

+
    +
  • Fold - {% translate folddesc %}
  • +
  • Lolli - {% translate lollidesc %}
  • +
+
+ +
+

{% translate important %}

+

{% translate importanttext %}

+
    +
  • {% translate warning1 %}
  • +
  • {% translate warning2 %}
  • +
  • {% translate warning3 %}
  • +
+
+
+
diff --git a/_translations/en.yml b/_translations/en.yml index 1059dbac8f..837558a6b8 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -558,6 +558,37 @@ en: ircjoin: "IRC Channel #bitcoin-core-dev on freenode." stackexchange: "Bitcoin StackExchange" bitcointalkdev: "BitcoinTalk Development & Technical Discussion Forum" + earn: + title: "Earn Bitcoin - Bitcoin" + pagetitle: "Earn Bitcoin" + pagedesc: "Not everyone can buy Bitcoin. Discover ways to earn it through work, content creation, and contributions." + freelancing: "Freelancing & Microtasks" + freelancingtext: "Complete tasks and freelance work paid in Bitcoin via the Lightning Network." + microlancerdesc: "Complete small tasks for instant Bitcoin payments via Lightning" + stackernewsdesc: "Earn sats by posting valuable content and comments" + jobs4bitcoinsdesc: "Reddit community for finding freelance work paid in Bitcoin" + content: "Content Creation" + contenttext: "Create content and get paid in Bitcoin for your work." + fountaindesc: "Earn Bitcoin for listening to podcasts and creating clips" + publish0xdesc: "Earn Bitcoin for writing and reading articles" + bounties: "Bug Bounties & Open Source" + bountiestext: "Contribute to open source projects and earn Bitcoin for fixing bugs or adding features." + lightningbountiesdesc: "Earn sats for fixing GitHub issues via Lightning Network" + bitcoinbountiesdesc: "Directory of active Bitcoin bounties across projects" + bitcoinorgdesc: "Earn Bitcoin for contributing to this website" + mining: "Mining" + miningtext: "Earn Bitcoin by providing computational power to secure the network." + oceandesc: "Decentralized Bitcoin mining pool" + nicehashdesc: "Marketplace for buying and selling hashpower" + rewards: "Shopping Rewards" + rewardstext: "Earn Bitcoin back when you shop at participating retailers." + folddesc: "Earn Bitcoin rewards when shopping with the Fold card" + lollidesc: "Browser extension that gives Bitcoin back on online purchases" + important: "Important Warnings" + importanttext: "Be cautious when earning Bitcoin online:" + warning1: "Never pay money upfront to earn Bitcoin - legitimate opportunities don't require deposits" + warning2: "Research any platform thoroughly before providing personal information" + warning3: "Be skeptical of promises of high returns with little effort" download: title: "Download - Bitcoin" pagetitle: "Download Bitcoin Core" @@ -1169,6 +1200,7 @@ en: menu-support-bitcoin: "Support Bitcoin" menu-buy: "Buy Bitcoin" menu-sell: "Sell Bitcoin" + menu-earn: "Earn Bitcoin" menu-full-node: "Running a full node" menu-other: "Other" menu-vocabulary: Vocabulary @@ -1219,6 +1251,7 @@ en: transactions-guide: transactions-guide wallets-guide: wallets-guide development: development + earn: earn download: download exchanges: exchanges events: events