11< footer class ="footer ">
22 < div class ="footer-with-logo ">
3- < a href ="https://bitcoin.org/ ">
4- < div class ="footer-logo "> </ div >
5- </ a >
3+ < div class ="footer-container ">
4+ < a href ="https://bitcoin.org/ ">
5+ < div class ="footer-logo "> </ div >
6+ </ a >
7+
8+ < div class ="footer-row ">
9+ < div class ="donate ">
10+ < div class ="donate-row ">
11+ < div >
12+ < span class ="footer-title "> Support Bitcoin.org:</ span >
13+ < button onclick ="openDonationModal() " class ="donate-btn "> Donate</ button >
14+ < p class ="donate-text ">
15+ < a class ="donate-link " href ="bitcoin:3FkenCiXpSLqD8L79intRNXUgjRoH9sjXa " target ="_blank "> 3FkenCiXpSLqD8L79intRNXUgjRoH9sjXa</ a >
16+ </ p >
17+ </ div >
18+ < div class ="donate-qrcode ">
19+ < img src ="./_static/qr.png " alt ="QR-code ">
20+ </ div >
21+ </ div >
22+ </ div >
23+
24+ < div class ="footermenu ">
25+ < div class ="footermenu-item footermenu-introduction ">
26+ < p class ="footer-title "> Introduction:</ p >
27+ < ul class ="footermenu-list ">
28+ < li >
29+ < a href ="https://bitcoin.org/en/bitcoin-for-individuals "> Individuals</ a >
30+ </ li >
31+ < li >
32+ < a href ="https://bitcoin.org/en/bitcoin-for-businesses "> Businesses</ a >
33+ </ li >
34+ < li >
35+ < a href ="https://bitcoin.org/en/bitcoin-for-developers "> Developers</ a >
36+ </ li >
37+ < li >
38+ < a href ="https://bitcoin.org/en/getting-started "> Getting started</ a >
39+ </ li >
40+ < li >
41+ < a href ="https://bitcoin.org/en/how-it-works "> How it works</ a >
42+ </ li >
43+ < li >
44+ < a href ="https://bitcoin.org/en/you-need-to-know "> You need to know</ a >
45+ </ li >
46+ < a href ="https://bitcoin.org/en/bitcoin-paper "> White paper</ a >
47+ </ li >
48+ </ ul >
49+ </ div >
50+
51+ < div class ="footermenu-item footermenu-resources ">
52+ < p class ="footer-title "> Resources:</ p >
53+ < ul class ="footermenu-list ">
54+ < li >
55+ < a href ="https://bitcoin.org/en/resources "> Resources</ a >
56+ < li >
57+ < a href ="https://bitcoin.org/en/exchanges "> Exchanges</ a >
58+ </ li >
59+ < li >
60+ < a href ="https://bitcoin.org/en/community "> Community</ a >
61+ </ li >
62+ < li >
63+ < a href ="https://bitcoin.org/en/vocabulary "> Vocabulary</ a >
64+ </ li >
65+ < li >
66+ < a href ="https://bitcoin.org/en/events "> Events</ a >
67+ </ li >
68+ < li >
69+ < a href ="https://bitcoin.org/en/bitcoin-core/ "> Bitcoin Core</ a >
70+ </ li >
71+ </ ul >
72+ </ div >
73+
74+ < div class ="footermenu-item footermenu-participate ">
75+ < p class ="footer-title "> Participate:</ p >
76+ < ul class ="footermenu-list ">
77+ < li >
78+ < a href ="https://bitcoin.org/en/support-bitcoin "> Support Bitcoin</ a >
79+
80+ </ li >
81+ < li >
82+ < a href ="https://bitcoin.org/en/buy "> Buy Bitcoin</ a >
83+ </ li >
84+ < li >
85+ < a href ="https://bitcoin.org/en/full-node "> Running a full node</ a >
86+ </ li >
87+ < li >
88+ < a href ="https://bitcoin.org/en/development "> Development</ a >
89+ </ li >
90+ </ ul >
91+ </ div >
92+ < div class ="footermenu-item footermenu-other ">
93+ < p class ="footer-title "> Other:</ p >
94+ < a href ="https://bitcoin.org/en/scams "> Avoid Scams</ a >
95+ < a href ="https://bitcoin.org/en/legal "> Legal</ a >
96+ < a href ="https://bitcoin.org/en/privacy "> Privacy Policy</ a >
97+ < a href ="https://bitcoin.org/en/press "> Press</ a >
98+ < a href ="https://bitcoin.org/en/about-us "> About bitcoin.org</ a >
99+ < a href ="https://bitcoin.org/en/blog "> Blog</ a >
100+ </ div >
101+ </ div >
102+ </ div >
103+ </ div >
6104 </ div >
7- < div class ="copyright ">
8- {%- if show_copyright %}
9- {%- if hasdoc('copyright') %}
10- < div > {% trans path=pathto('copyright'), copyright=copyright|e %}© < a href ="{{ path }} "> Copyright</ a > {{ copyright }}.{% endtrans %}</ div >
11- {%- else %}
12- < div > {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}</ div >
13- {%- endif %}
14- {%- endif %}
15- {%- if last_updated %}
16- < div > {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} Released under the MIT License.</ div >
105+ < div class ="copyright ">
106+ {%- if show_copyright %}
107+ {%- if hasdoc('copyright') %}
108+ < div > {% trans path=pathto('copyright'), copyright=copyright|e %}© < a href ="{{ path }} "> Copyright</ a > {{ copyright }}.{% endtrans %}</ div >
109+ {%- else %}
110+ < div > {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}</ div >
17111 {%- endif %}
18- < div > < a href ="mailto:contact@bitcoindocumentation.org "> Feedback</ a > /
19- < a href ="mailto:contact@bitcoindocumentation.org "> Questions</ a > </ div >
112+ {%- endif %}
113+ {%- if last_updated %}
114+ < div > {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} Released under the MIT License.</ div >
115+ {%- endif %}
116+ < div >
117+ < a class ="footer-bottom-link " href ="mailto:contact@bitcoindocumentation.org "> Feedback</ a >
118+ < a class ="footer-bottom-link " href ="mailto:contact@bitcoindocumentation.org "> Questions</ a > </ div >
119+ </ div >
120+ </ footer >
121+
122+ < div id ="donation-modal " style ="display: none " class ="donation-modal open ">
123+ < div >
124+ < div >
125+ < div class ="modal-close-btn " onclick ="closeDonationModal() "> ×</ div >
126+ < p class ="modal-header-text "> Donate to Bitcoin.org</ p >
127+ </ div >
128+ < p class ="modal-subheader "> Use this QR code or address below</ p >
129+ < div style ="text-align: center; ">
130+ < div id ="donation-qr-code " data-address ="3FkenCiXpSLqD8L79intRNXUgjRoH9sjXa "> </ div >
20131 </ div >
21- </ footer >
132+ < div >
133+ < a
134+ class ="donation-btc-address "
135+ href ="bitcoin:3FkenCiXpSLqD8L79intRNXUgjRoH9sjXa "
136+ target ="_blank "
137+ >
138+ 3FkenCiXpSLqD8L79intRNXUgjRoH9sjXa
139+ </ a >
140+ </ div >
141+ < div style ="overflow-y:hidden;text-align: center; ">
142+ < div class ="donation-buttons ">
143+ < button type ="button " class ="donation-amount-btn " data-amount-usd ="5 ">
144+ $5.00
145+ < div class ="donation-amount-usd-in-btc "> (... BTC)</ div >
146+ </ button >
147+ < button type ="button " class ="donation-amount-btn " data-amount-usd ="25 ">
148+ $25.00
149+ < div class ="donation-amount-usd-in-btc "> (... BTC)</ div >
150+ </ button >
151+ < button type ="button " class ="donation-amount-btn " data-amount-usd ="50 ">
152+ $50.00
153+ < div class ="donation-amount-usd-in-btc "> (... BTC)</ div >
154+ </ button >
155+ </ div >
156+
157+ < div class ="donation-inputs ">
158+ < input
159+ type ="text "
160+ placeholder ="Or custom amount? (BTC) "
161+ id ="donation-input-amount-btc " class ="donation-amount-input ">
162+ < input
163+ type ="text "
164+ placeholder ="Or custom amount? (USD) "
165+ id ="donation-input-amount-usd " class ="donation-amount-input ">
166+ </ div >
167+
168+ < div >
169+ < textarea
170+ class ="donation-amount-input "
171+ id ="donation-input-message "
172+ placeholder ="Optional description (for your wallet) "> </ textarea >
173+ </ div >
174+ </ div >
175+ </ div >
176+ </ div >
0 commit comments