diff --git a/Gemfile.lock b/Gemfile.lock index 64efe17..c878bbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) colorator (1.1.0) ffi (1.9.18) + ffi (1.9.18-x64-mingw32) forwardable-extended (2.6.0) hash-joiner (0.0.7) safe_yaml @@ -52,9 +53,15 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + thread_safe (0.3.6) + tzinfo (1.2.4) + thread_safe (~> 0.1) + tzinfo-data (1.2017.3) + tzinfo (>= 1.0.0) PLATFORMS ruby + x64-mingw32 DEPENDENCIES hash-joiner @@ -67,4 +74,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 1.16.0 + 1.16.1 diff --git a/_config.yml b/_config.yml index 1eb8264..83a077d 100644 --- a/_config.yml +++ b/_config.yml @@ -34,10 +34,15 @@ jekyll_get: - data: angels cache: true json: "https://forum.fairphone.com/t/angel-the-fairphone-angels-program-local-support-by-community-members/33058.json" - - data: event + - data: contribute + cache: true + json: "https://forum.fairphone.com/t/a-little-guide-to-the-fairphone-community-how-to-become-part-of-the-movement-and-contribute/26177.json" + - data: efct cache: true json: "https://forum.fairphone.com/t/star-save-the-date-european-fairphoners-community-trip-to-amsterdam-2018-13-8-19-8-2018/32940.json" - + - data: design + cache: true + json: "https://forum.fairphone.com/t/fairphone-community-design/35920.json" - data: synapse cache: true json: "https://forum.fairphone.com/t/synapse-inspired-by-fairphone-movement/31607.json" diff --git a/_i18n/de/apks.md b/_i18n/de/apks.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/contribute.md b/_i18n/de/contribute.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/installation.md b/_i18n/de/custom-roms.md similarity index 100% rename from _i18n/de/installation.md rename to _i18n/de/custom-roms.md diff --git a/_i18n/de/design.md b/_i18n/de/design.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/efct.md b/_i18n/de/efct.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/event-guide.md b/_i18n/de/event-guide.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/events.md b/_i18n/de/events.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/flashable-zips.md b/_i18n/de/flashable-zips.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/hardware.md b/_i18n/de/hardware.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/local-events.md b/_i18n/de/local-events.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/online.md b/_i18n/de/online.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/de/software.md b/_i18n/de/software.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en.yml b/_i18n/en.yml index 72424bd..930c500 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -11,12 +11,32 @@ pages: about: title: "About" angels: - title: "Fairphone Angels" - community-maps: - title: "Community Maps" + title: "The Angels Program" + contribute: + title: "Contribute" + design: + title: "Design Guidelines" + events: + title: "Community Events" + local-events: + title: "Local Meetups and Events" event-materials: - title: "Community event materials" - installation: - title: "Installation" + title: "Useful Event Materials" + event-guide: + title: "Fairphone Meetup Guide" + efct: + title: "European Fairphoners Community Meetup" + hardware: + title: "DIY & Repair" + online: + title: "Online Communities" + software: + title: "Custom Roms & other Software" + custom-roms: + title: "Custom Roms" + flashable-zips: + title: "Flashable ZIPs" + apks: + title: "Community Apps" synapse: title: "Synapse" diff --git a/_i18n/en/angels.md b/_i18n/en/angels.md index 892448d..be5e7db 100644 --- a/_i18n/en/angels.md +++ b/_i18n/en/angels.md @@ -1,3 +1 @@ -Fairphone Angels are community members, who offer technical support. - -See [Local technical support by community members +mailing lists: project description](https://forum.fairphone.com/t/local-technical-support-by-community-members-mailing-lists-project-description/26193/5) for more information. +Fairphone Angels are active volunteers in your area that offer local technical support. diff --git a/_i18n/en/apks.md b/_i18n/en/apks.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/contribute.md b/_i18n/en/contribute.md new file mode 100644 index 0000000..e381680 --- /dev/null +++ b/_i18n/en/contribute.md @@ -0,0 +1 @@ +Become part of the movement by helping out with the online and offline projects. diff --git a/_i18n/en/installation.md b/_i18n/en/custom-roms.md similarity index 100% rename from _i18n/en/installation.md rename to _i18n/en/custom-roms.md diff --git a/_i18n/en/design.md b/_i18n/en/design.md new file mode 100644 index 0000000..bd8480e --- /dev/null +++ b/_i18n/en/design.md @@ -0,0 +1 @@ +The Fairphone Community Design helps preserve a common visual identity across all community activities. diff --git a/_i18n/en/efct.md b/_i18n/en/efct.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/event-guide.md b/_i18n/en/event-guide.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/events.md b/_i18n/en/events.md new file mode 100644 index 0000000..2a3ae67 --- /dev/null +++ b/_i18n/en/events.md @@ -0,0 +1 @@ +Community events are the perfect way to get in touch with Fairphoners and talk about fair electronics. diff --git a/_i18n/en/flashable-zips.md b/_i18n/en/flashable-zips.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/hardware.md b/_i18n/en/hardware.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/local-events.md b/_i18n/en/local-events.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/online.md b/_i18n/en/online.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/software.md b/_i18n/en/software.md new file mode 100644 index 0000000..e69de29 diff --git a/_i18n/en/synpase.md b/_i18n/en/synapse.md similarity index 100% rename from _i18n/en/synpase.md rename to _i18n/en/synapse.md diff --git a/_layouts/page.html b/_layouts/page.html index 6b3f50d..254f0d5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -31,4 +31,23 @@