Skip to content

Commit 3c59abd

Browse files
committed
legal home pt_br privacy, adjust footer current lang and redirect to avoid break page
1 parent 1cec0d7 commit 3c59abd

File tree

7 files changed

+63
-4
lines changed

7 files changed

+63
-4
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div>
22
<span>
33
<a href="https://twitter.com/bitcoincoreorg" target="_blank" class=""><i class="fa fa-fw fa-twitter"></i>Twitter</a><br />
4-
<a href="/en/legal/">Legal</a> | <a href="/en/legal/privacy">Privacy Policy</a> | <a href="/{{ page.lang }}/rss/">RSS <img src="/assets/images/rss-24x24.png" alt="rss feeds" width="14" height="14"></a>
4+
<a href="/{{ page.lang }}/legal/">Legal</a> | <a href="/{{ page.lang }}/legal/privacy">Privacy Policy</a> | <a href="/{{ page.lang }}/rss/">RSS <img src="/assets/images/rss-24x24.png" alt="rss feeds" width="14" height="14"></a>
55
</span>
66
</div>
77
<div>

_posts/en/pages/legal/2016-01-15-cookie-policy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ permalink: /en/legal/cookie/
55
type: pages
66
layout: page
77
lang: en
8+
redirect_from:
9+
- /es/legal/cookie/
10+
- /ja/legal/cookie/
11+
- /zh_CN/legal/cookie/
12+
- /zh_TW/legal/cookie/
813
version: 1
914
---
1015
## Introduction

_posts/en/pages/legal/2016-01-15-legal-home.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ permalink: /en/legal/
55
type: pages
66
layout: page
77
lang: en
8+
redirect_from:
9+
- /es/legal/
10+
- /ja/legal/
11+
- /zh_CN/legal/
12+
- /zh_TW/legal/
813
version: 1
914
---
1015

_posts/en/pages/legal/2016-01-15-privacy-policy.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ permalink: /en/legal/privacy/
55
type: pages
66
layout: page
77
lang: en
8+
redirect_from:
9+
- /es/legal/privacy/
10+
- /ja/legal/privacy/
11+
- /zh_CN/legal/privacy/
12+
- /zh_TW/legal/privacy/
813
version: 1
914
---
1015
## Introduction
@@ -23,7 +28,7 @@ We will likely place a cookie on your hard drive during the web visit. If you do
2328

2429
Basic usage information. We use basic usage information to monitor and improve the availability, performance and content of this website.
2530

26-
Personally identifiable information. We may use the information we collect to improve the content of the website. We may use this information to prevent or detect fraud or abuses of our websites and to enable third parties to carry out technical, logistical or other functions on our behalf.
31+
Personally identifiable information. We may use the information we collect to improve the content of the website. We may use this information to prevent or detect fraud or abuses of our websites and to enable third parties to carry out technical, logistical or other functions on our behalf.
2732

2833
## Disclosure of personal information
2934

@@ -36,10 +41,10 @@ We will not disclose any information we collect to any third party unless it is:
3641

3742
In particular, we may release the information we collect to third parties when we believe it is appropriate to comply with the law, to enforce our legal rights, to protect the rights and safety of others, or to assist with industry efforts to control fraud, spam or other undesirable conduct.
3843

39-
If we contract with a third party to provide a particular service, we may release the information we collect to that third party, provided that the third party has agreed to use at least the same level of privacy protections described in this Privacy Policy, and is permitted to use the information only for the purpose of providing services to us.
44+
If we contract with a third party to provide a particular service, we may release the information we collect to that third party, provided that the third party has agreed to use at least the same level of privacy protections described in this Privacy Policy, and is permitted to use the information only for the purpose of providing services to us.
4045

4146
## Changes
4247

43-
Our Privacy Policy may change from time to time, and the new policy will be posted prominently on this website. We will never materially change our policies and practices to make them less protective of personal information collected in the past without your prior consent.
48+
Our Privacy Policy may change from time to time, and the new policy will be posted prominently on this website. We will never materially change our policies and practices to make them less protective of personal information collected in the past without your prior consent.
4449

4550
Last updated on 2015-01-15.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: BIPs Suportados pelo Bitcoin Core
3+
name: supported-bips
4+
type: pages
5+
layout: page
6+
lang: pt_br
7+
permalink: /pt_br/bips/
8+
version: 2
9+
10+
---
11+
O Bitcoin Core suporta os seguintes [BIPs][BitcoinCoreDocBips].
12+
13+
{% include references.md %}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: pages
3+
layout: page
4+
lang: pt_br
5+
title: Sumário de Reuniões do IRC
6+
name: meeting-summaries
7+
permalink: /pt_br/meeting-summaries/
8+
version: 1
9+
---
10+
Entre 2015 e 2018, vários voluntários escreveram um resumo das
11+
reuniões do Bitcoin Core. Esta página liga a esses resumos. Para
12+
informações sobre reuniões recentes, veja a [página de reuniões][meetings page].
13+
14+
{% include meetings.html %}
15+
16+
[meetings page]: /pt_br/meetings/
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Legal
3+
name: legal-home
4+
permalink: /pt_br/legal/
5+
type: pages
6+
layout: page
7+
lang: pt_br
8+
version: 1
9+
---
10+
11+
- [Política de Privacidade][Privacy Policy]
12+
- [Política de Cookie][Cookie Policy]
13+
14+
[Privacy Policy]: /pt_br/legal/privacy
15+
[Cookie Policy]: /pt_br/legal/cookie

0 commit comments

Comments
 (0)