diff --git a/_less/ie.css b/_less/ie.css
index af21a6c4..74782253 100644
--- a/_less/ie.css
+++ b/_less/ie.css
@@ -170,6 +170,15 @@ body{
border-top:0;
}
+.resourcesorg div div{
+ zoom:1;
+ display:inline;
+ padding:20px 0;
+}
+.resourcesorg div{
+ border-top:expression(this.parentNode.className=='resourcesorg'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
+}
+
.downloadbox{
zoom:1;
display:inline;
diff --git a/_less/screen.less b/_less/screen.less
index f0ea68d3..972c778e 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -685,6 +685,31 @@ li p{
margin:6px 0;
}
+.resourcesorg{
+ margin-bottom:40px;
+ text-align:left;
+ font-size:0;
+}
+.resourcesorg div{
+ border-top:1px solid #e0e0e0;
+}
+.resourcesorg div:first-child,.resourcesorg div div{
+ border-top:0;
+}
+.resourcesorg div div{
+ width:278px;
+ font-size:16px;
+ display:inline-block;
+ vertical-align:top;
+}
+.resourcesorg img{
+ margin-right:5px;
+ width:24px;
+ height:24px;
+ position:relative;
+ bottom:-6px;
+}
+
.chatbox{
text-align:center;
}
@@ -1511,6 +1536,13 @@ h2 .rssicon{
padding-left:0;
margin-left:0;
}
+ .resourcesorg div div{
+ width:auto;
+ display:block;
+ }
+ .resourcesorg div{
+ border-top:0;
+ }
}
/* Deprecated styles (should be removed when translations are updated) */
diff --git a/_templates/community.html b/_templates/community.html
index b00da672..25fe3ee6 100644
--- a/_templates/community.html
+++ b/_templates/community.html
@@ -96,6 +96,85 @@ id: community
+
+{% case page.lang %}
+{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
+
{% translate nonprofit community en %}
+{% else %}
+{% translate nonprofit %}
+{% endcase %}
+
+
{% translate wikiportal %}
{% endcase %}
diff --git a/_translations/en.yml b/_translations/en.yml
index 79833310..2572e59b 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -94,6 +94,7 @@ en:
meetupgroup: "Bitcoin Meetup Groups"
meetupbitcointalk: "Bitcoin Meetups On BitcoinTalk"
meetupwiki: "Bitcoin Meetups On The Wiki"
+ nonprofit: "Non-profit organizations"
wikiportal: "Visit the Community portal on the wiki."
choose-your-wallet:
title: "Choose your wallet - Bitcoin"
diff --git a/img/flags/ALL.png b/img/flags/ALL.png
new file mode 100644
index 00000000..eae3d46d
Binary files /dev/null and b/img/flags/ALL.png differ
diff --git a/img/flags/AR.png b/img/flags/AR.png
new file mode 100644
index 00000000..8d1a88aa
Binary files /dev/null and b/img/flags/AR.png differ
diff --git a/img/flags/AT.png b/img/flags/AT.png
new file mode 100644
index 00000000..9d65bc6b
Binary files /dev/null and b/img/flags/AT.png differ
diff --git a/img/flags/AU.png b/img/flags/AU.png
new file mode 100644
index 00000000..d79c2b93
Binary files /dev/null and b/img/flags/AU.png differ
diff --git a/img/flags/CA.png b/img/flags/CA.png
new file mode 100644
index 00000000..77ce7c00
Binary files /dev/null and b/img/flags/CA.png differ
diff --git a/img/flags/CH.png b/img/flags/CH.png
new file mode 100644
index 00000000..9deb8192
Binary files /dev/null and b/img/flags/CH.png differ
diff --git a/img/flags/DE.png b/img/flags/DE.png
new file mode 100644
index 00000000..c9f08bee
Binary files /dev/null and b/img/flags/DE.png differ
diff --git a/img/flags/IL.png b/img/flags/IL.png
new file mode 100644
index 00000000..7780e39e
Binary files /dev/null and b/img/flags/IL.png differ
diff --git a/img/flags/IT.png b/img/flags/IT.png
new file mode 100644
index 00000000..6116cef0
Binary files /dev/null and b/img/flags/IT.png differ
diff --git a/img/flags/LICENSE.txt b/img/flags/LICENSE.txt
new file mode 100644
index 00000000..21f84a5b
--- /dev/null
+++ b/img/flags/LICENSE.txt
@@ -0,0 +1,7 @@
+Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/img/flags/NL.png b/img/flags/NL.png
new file mode 100644
index 00000000..9c3207bc
Binary files /dev/null and b/img/flags/NL.png differ