diff --git a/.gitignore b/.gitignore index 364fdec1aa19d3a1f8d926d500c0beffe5674be8..34de1d2270900164efa74c01244b81d63f7e7a74 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/ +/resources/_gen/ diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss new file mode 100644 index 0000000000000000000000000000000000000000..334d94ff630dff038aee132e923b194ee76e616c --- /dev/null +++ b/assets/scss/_variables.scss @@ -0,0 +1,17 @@ +// Color Variables +$primary-color: #b0a0d0; +$secondary-color: #373d42; +$text-color: #888080; +$text-color-light: #A89090; +$text-color-dark: #301818; +$body-color: #fff; +$border-color: #ededf1; +$black: #000; +$white: #fff; +$light: #f8f9fe; +$gray: #f8f8f8; + +// Font Variables +$primary-font: 'Poppins', sans-serif; +$secondary-font: 'futura-bold'; +$icon-font: 'themify'; diff --git a/config.toml b/config.toml index 7eaf5ef854c3e6405d807d5c8956f31e8cdd6a38..17b2299b9ea152d8f3e7ee6fe79a27599fa27ae0 100644 --- a/config.toml +++ b/config.toml @@ -1,94 +1,256 @@ -baseurl = "https://pages.gitlab.io/hugo/" -contentdir = "content" -layoutdir = "layouts" -publishdir = "public" -title = "Beautiful Hugo" -canonifyurls = true - -DefaultContentLanguage = "en" -theme = "beautifulhugo" -metaDataFormat = "yaml" -pygmentsUseClasses = true -pygmentCodeFences = true -#disqusShortname = "XXX" -#googleAnalytics = "XXX" - -[Params] - subtitle = "Hugo Blog Template for GitLab Pages" - logo = "img/avatar-icon.png" - favicon = "img/favicon.ico" - dateFormat = "January 2, 2006" - commit = false - rss = true - comments = true -# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic" - -#[[Params.bigimg]] -# src = "img/triangle.jpg" -# desc = "Triangle" -#[[Params.bigimg]] -# src = "img/sphere.jpg" -# desc = "Sphere" -#[[Params.bigimg]] -# src = "img/hexagon.jpg" -# desc = "Hexagon" - -[Author] - name = "Some Person" - email = "youremail@domain.com" - facebook = "username" - googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx - gitlab = "username" - github = "username" - twitter = "username" - reddit = "username" - linkedin = "username" - xing = "username" - stackoverflow = "users/XXXXXXX/username" - snapchat = "username" - instagram = "username" - youtube = "user/username" # or channel/channelname - soundcloud = "username" - spotify = "username" - bandcamp = "username" - itchio = "username" - keybase = "username" +######################## default configuration #################### +baseURL = "/" +title = "Axiom-team" +theme = "foopgp" +# post pagination +paginate = "6" +# post excerpt +summaryLength = "10" +# disqus short name +#disqusShortname = "educenter" # get your shortname form here : https://disqus.com +# disable language +disableLanguages = [] # desable language from here +# limit RSS feeds to 50 entries +rssLimit = 50 +[outputs] + home = ["HTML", "RSS", "JSON"] +############################# Plugins ############################## -[[menu.main]] - name = "Blog" - url = "" - weight = 1 +# CSS Plugins +[[params.plugins.css]] +link = "plugins/bootstrap/bootstrap.min.css" +[[params.plugins.css]] +link = "plugins/slick/slick.css" +[[params.plugins.css]] +link = "plugins/animate/animate.css" +[[params.plugins.css]] +link = "plugins/venobox/venobox.css" +[[params.plugins.css]] +link = "plugins/themify-icons/themify-icons.css" + +# JS Plugins +[[params.plugins.js]] +link = "plugins/jQuery/jquery.min.js" +[[params.plugins.js]] +link = "plugins/bootstrap/bootstrap.min.js" +[[params.plugins.js]] +link = "plugins/slick/slick.min.js" +[[params.plugins.js]] +link = "plugins/venobox/venobox.min.js" +[[params.plugins.js]] +link = "plugins/filterizr/jquery.filterizr.min.js" +#[[params.plugins.js]] +#link = "plugins/google-map/gmap.js" +[[params.plugins.js]] +link = "plugins/fuse/fuse.js" -[[menu.main]] - name = "About" - url = "page/about/" - weight = 3 +############################## navigation ############################### + +# main menu [[menu.main]] - identifier = "samples" - name = "Samples" - weight = 2 +weight = 1 +name = "about" +hasChildren = true + + [[menu.main]] + parent = "about" + name = "OpenPGP" + URL = "about/openpgp" + weight = 1 + + [[menu.main]] + parent = "about" + name = "FOOPGP" + URL = "about" + weight = 2 + + [[menu.main]] + parent = "about" + name = "partners" + URL = "partner" + weight = 4 + + [[menu.main]] + parent = "about" + name = "friends" + URL = "author" + weight = 3 + + [[menu.main]] + parent = "about" + name = "donate" + URL = "about/donate" + weight = 5 + + [[menu.main]] + parent = "about" + name = "contact" + URL = "contact" + weight = 6 [[menu.main]] - parent = "samples" - name = "Big Image Sample" - url = "post/2017-03-07-bigimg-sample" - weight = 1 +name = "solutions" +hasChildren = true +URL = "solutions" +weight = 2 + + [[menu.main]] + parent = "solutions" + name = "authentication" + URL = "solutions/theme-authentication" + weight = 1 + + [[menu.main]] + parent = "solutions" + name = "encryption" + URL = "solutions/encryption" + weight = 2 + + [[menu.main]] + parent = "solutions" + name = "email" + URL = "solutions/theme-email" + weight = 3 + + [[menu.main]] + parent = "solutions" + name = "identity" + URL = "solutions/theme-identity" + weight = 4 + + [[menu.main]] + parent = "solutions" + name = "vote" + URL = "solutions/theme-vote" + weight = 5 + + [[menu.main]] + parent = "solutions" + name = "currency" + URL = "solutions/theme-currency" + weight = 6 [[menu.main]] - parent = "samples" - name = "Math Sample" - url = "post/2017-03-05-math-sample" - weight = 2 +name = "trainings" +URL = "course" +weight = 3 [[menu.main]] - parent = "samples" - name = "Code Sample" - url = "post/2016-03-08-code-sample" - weight = 3 +weight = 4 +name = "events" +URL = "event" [[menu.main]] - name = "Tags" - url = "tags" - weight = 3 +name = "blog" +URL = "blog" +weight = 5 + +# footer menu + +[[menu.footer]] +name = "about" +URL = "about" + +[[menu.footer]] +name = "contact" +URL = "contact" + +[[menu.footer]] +name = "legal notice" +URL = "about/legal-notice" + + +#################### default parameters ################################ +[params] +logo = "images/logo.png" +# Meta data +description = "Association to promote OpenPGP technologies" +#author = "Themefisher" +# contact info +#address = "9567 Turner Trace Apt. BC C3G8A4" +#mobile = "+211234565523" +email = "info@foopgp.org" +# contact form action +contact_form_action = "#" # contact form works with https://formspree.io +# Google Analitycs +google_analitycs_id = "" # your id +# top header +top_header = false +searchURL = "search" + +# Preloader +[params.preloader] +enable = false +preloader = "images/preloader.gif" # use jpg, png, svg or gif format. + +# Subscription +[params.subscription] +enable = false +# mailchimp subsciption +mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours +mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours + +# google map +[params.map] +enable = false +#gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ" +#map_latitude = "51.5223477" +#map_longitude = "-0.1622023" +#map_marker = "images/marker.png" # marker size 37*55 px + +############################# social site ######################## +#icon = "ti-facebook" # themify icon : https://themify.me/themify-icons +#icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons + +[[params.social]] +title = "home" +icon = "ti-home" # themify icon : https://themify.me/themify-icons +link = "/" + +[[params.social]] +title = "contact" +icon = "ti-email" # themify icon : https://themify.me/themify-icons +link = "mailto:info@foopgp.org" + +[[params.social]] +title = "contribute" +icon = "ti-github" # themify icon : https://themify.me/themify-icons +link = "https://github.com/foopgp" + +[[params.social]] +title = "donate" +icon = "ti-heart" +link = "/about/donate" + +[[params.social]] +title = "follow us" +icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons +link = "https://twitter.com/foopgp" + +[[params.social]] +title = "join us" +icon = "ti-comments" # themify icon : https://themify.me/themify-icons +link = "https://framalistes.org/sympa/info/foopgp" + +################################### English language ##################################### +[Languages.en] +languageName = "en 🇺🇸 🇬🇧 ..." +languageCode = "en_US" +contentDir = "content/english" +weight = 1 +home = "Home" +# copyright +copyright = "Copyright © 2020. [Thanks](https://github.com/foopgp/foopgp-hugowebsite) to [Hugo](https://gohugo.io) & [themefisher](https://themefisher.com)" + + +################################### French language ##################################### +[Languages.fr] +languageName = "fr 🇫🇷 🇨🇩 ..." +languageCode = "fr_FR" +contentDir = "content/french" +weight = 2 +home = "Accueil" +# copyright +copyright = "Copyright © 2020. [GĂ©nĂ©rĂ©](https://github.com/foopgp/foopgp-hugowebsite) grâce Ă [Hugo](https://gohugo.io) & [themefisher](https://themefisher.com)" diff --git a/data/en/homepage.yml b/data/en/homepage.yml new file mode 100644 index 0000000000000000000000000000000000000000..0a6610f7889d3074dfceaef1562aadaf59a5ca4f --- /dev/null +++ b/data/en/homepage.yml @@ -0,0 +1,171 @@ +################################# Slider ##################################### +slider: + enable : true + bg_image : "images/banner/banner-1.jpg" + slider_item: + # slider item loop + - title : "Promote the [libre currencies](https://libre-currencies.org/)" + content : "among citizens and organizations." + animation_in : "left" + animation_out : "up" + # available animation : left, right, up, down + button: + enable : true + label : "What is a libre currency ?" + link : "https://libre-currencies.org/" + + - title : "Facilitate meetings" + content : "by organizing events." + animation_in : "up" + animation_out : "left" + button: + enable : true + label : "Events" + link : "event" + + - title : "Help local initiatives" + content : "by providing communication supports [[CC BY-SA]](https://creativecommons.org/licenses/by-sa/4.0/)" + animation_in : "right" + animation_out : "down" + button: + enable : true + label : "Supports" + link : "https://axiom-team.fr/supports" + + - title : "Support development of [libre currencies](https://libre-currencies.org/)" + content : "by financing R&D and maintenance work." + animation_in : "down" + animation_out : "right" + button: + enable : true + label : "Join" + link : "https://axiom-team.fr/adherer" + + +############################### Banner feature ############################### +banner_feature: + enable : true + image : "images/about/our_value.png" + feature_item: + # feature item loop + - name : "Transparency" + icon : "ti-eye" # icon pack : https://themify.me/themify-icons + content : "We want to be as transparent as possible in our communication to avoid fears and preconceptions, and in the source codes of our tools so that everyone can know what they are using and, if necessary, help us improve." + + # feature item loop + - name : "Benevolence" + icon : "ti-heart" # icon pack : https://themify.me/themify-icons + content : "We attach particular importance to the egalitarian dimension and benevolence in our social relations in general, and more particularly in the context of relations between collaborators and partners, whatever their level of involvement." + + # feature item loop + - name : "Cooperation" + icon : "ti-rss-alt" # icon pack : https://themify.me/themify-icons + content : "We want to share our skills in the use of solutions by training individuals, volunteers and employees. We want everyone to be able to develop their skills and autonomy, and that no one is essential." + + # feature item loop + - name : "Proximity" + icon : "ti-world" # icon pack : https://themify.me/themify-icons + content : "Axiom-Team is born in France, but we want our vision and our goals to be able to be shared and evolve everywhere and with everyone. This is why we invite all local initiatives to join together warmly in this common space." + + + +############################### Banner against_value ############################### +banner_against_value: + enable : true + image : "https://i.redd.it/rtt7bv8c02611.jpg" + feature_item: + # feature item loop + - name : "Cupidity" + icon : "ti-money" # icon pack : https://themify.me/themify-icons + content : "Greed is a tremendous engine... to waste energies or to run into the wall of injustice. Above all, we seek to create value. Above all, we don't want to capture more than what we create." + + # feature item loop + - name : "Vainglory" + icon : "ti-star" # icon pack : https://themify.me/themify-icons + content : "Not only, we want everyone to be able to put themselves in the shoes of the others. But we also want everyone to help so that anyone can take their place." + + # feature item loop + - name : "Ideology" + icon : "ti-rocket" # icon pack : https://themify.me/themify-icons + content : "Constantly, we must ensure that our convictions do not undermine scientific rigor." + +############################## about ################################## +about: + enable : true + title : "About Axiom-Team" + image : "images/about/about-us.jpg" + content : "Axiom-Team association has 2 missions: +Help is member to promote libre currencies by providing tools and documents to organize local events. +And support technical developments and maintenance with fundings." + button: + enable : true + label : "Learn more" + link : "about" + + +############################# Course ################################ +course: + enable : false + title : "Training & Workshops" + # course item comes from "content/**/course" folder. + +########################## Call to action ############################ +cta: + enable : false + subtitle : "Click to Join the Advance Workshop" + title : "Training In Advannce Networking" + button: + enable : true + label : "join now" + link : "contact" + + +######################## Success story ############################# +success_story: + enable : false + bg_image : "images/backgrounds/library.jpg" + vignette_1 : "images/about/vignette_videos_open_pgp.png" + title : "Success Stories" + content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat. + + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et + dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris" + # video link + video_link : "https://youtu.be/1-MPcUHhXoc" + + +############################# event ################################ +event: + enable : true + title : "Events" + # event item comes from "content/**/event" folder. + + +########################### funfacts ############################ +# funfact is for about page +funfacts: + enable : true + funfact_item: + # funfact item loop + - name : "PGP birth" + count : "1991" + + - count : "1997" + name : "OpenPGP becomes an IETF standard" + + - name : "OpenPGP related projects" + count : "100" + unit : "+" + + - name : "OpenPGP users" + #nocount : "250k" + count : "250" + unit : "000+" + + +############################# blog ################################ +blog: + enable : true + title : "Blog" + # blog item comes from "content/**/blog" folder. + diff --git a/data/en/months.yml b/data/en/months.yml new file mode 100644 index 0000000000000000000000000000000000000000..4970045d810042e0b1975d17b15893256202b447 --- /dev/null +++ b/data/en/months.yml @@ -0,0 +1,12 @@ +1: "January" +2: "February" +3: "March" +4: "April" +5: "May" +6: "June" +7: "July" +8: "August" +9: "September" +10: "October" +11: "November" +12: "DĂ©cember" \ No newline at end of file diff --git a/data/fr/homepage.yml b/data/fr/homepage.yml new file mode 100644 index 0000000000000000000000000000000000000000..4c6e63c5ceca840c0b199865534fc80a36a7078c --- /dev/null +++ b/data/fr/homepage.yml @@ -0,0 +1,171 @@ +################################# Slider ##################################### +slider: + enable : true + bg_image : "images/banner/banner-1.jpg" + slider_item: + # slider item loop + - title : "Promouvoir les [monnaies libres](https://monnaie-libre.fr/)" + content : "auprès des particuliers, entreprises, et responsables politiques." + animation_in : "left" + animation_out : "up" + # available animation : left, right, up, down + button: + enable : true + label : "Comprendre la monnaie libre" + link : "https://monnaie-libre.fr/" + + - title : "Faciliter les rencontres" + content : "en organisant des Ă©vènements." + animation_in : "up" + animation_out : "left" + button: + enable : true + label : "Évènements" + link : "event" + + - title : "Encourager et accompagner les initiatives locales" + content : "en fournissant des supports de communication [[CC BY-SA]](https://creativecommons.org/licenses/by-sa/4.0/deed.fr)" + animation_in : "right" + animation_out : "down" + button: + enable : true + label : "Supports" + link : "https://axiom-team.fr/supports" + + - title : "Soutenir le dĂ©veloppement des [monnaies libres](https://monnaie-libre.fr/)" + content : "en finançant les travaux de R&D et de maintenance." + animation_in : "down" + animation_out : "right" + button: + enable : true + label : "AdhĂ©rer" + link : "https://axiom-team.fr/adherer" + + +############################### Banner feature ############################### +banner_feature: + enable : true + image : "images/about/our_value.png" + feature_item: + # feature item loop + - name : "Transparence" + icon : "ti-eye" # icon pack : https://themify.me/themify-icons + content : "Nous voulons ĂŞtre le plus transparents possible dans notre communication pour Ă©viter les peurs et les a priori, et dans les codes sources de nos outils pour que chacun puisse savoir ce qu’il utilise et le cas Ă©chĂ©ant nous aider Ă nous amĂ©liorer." + + # feature item loop + - name : "Bienveillance" + icon : "ti-heart" # icon pack : https://themify.me/themify-icons + content : "Nous accordons une importance particulière Ă la dimension Ă©galitaire et de bienveillance dans nos relations sociales en gĂ©nĂ©ral, et plus particulièrement dans le cadre des relations entre collaborateurs et partenaires, quelque soit leur niveau d’implication." + + # feature item loop + - name : "CoopĂ©ration" + icon : "ti-rss-alt" # icon pack : https://themify.me/themify-icons + content : "Nous souhaitons partager nos compĂ©tences dans l’utilisation des solutions en formant particuliers, bĂ©nĂ©voles et salariĂ©s. Nous souhaitons que chacun puisse monter en compĂ©tence et en autonomie, et que personne ne soit indispensable." + + # feature item loop + - name : "ProximitĂ©" + icon : "ti-world" # icon pack : https://themify.me/themify-icons + content : "Axiom-Team est nĂ© dans la rĂ©gion de Toulouse, au Sud-Est de la France, mais nous souhaitons que notre vision et nos objectifs puissent se partager et Ă©voluer partout et avec tout le monde. C'est pourquoi nous invitons toutes les initiatives locales Ă se rejoindre chaleureusement en cet espace commun." + + +############################### Banner against_value ############################### +banner_against_value: + enable : true + image : "https://i.redd.it/rtt7bv8c02611.jpg" + feature_item: + # feature item loop + - name : "CupiditĂ©" + icon : "ti-money" # icon pack : https://themify.me/themify-icons + content : "La cupiditĂ© est un formidable moteur... pour gaspiller les Ă©nergies ou pour foncer dans le mur de l'injustice. Nous cherchons avant tout Ă crĂ©er de la valeur. Nous ne voulons surtout pas en capter plus que ce que nous crĂ©ons." + + # feature item loop + - name : "VanitĂ©" + icon : "ti-star" # icon pack : https://themify.me/themify-icons + content : "Non seulement nous souhaitons que chacun puisse se mettre Ă la place des autres. Mais nous voulons aussi que chacun aide Ă ce que quiconque puisse prendre sa place." + + # feature item loop + - name : "IdĂ©ologie" + icon : "ti-rocket" # icon pack : https://themify.me/themify-icons + content : "Sans cesse, nous devons veiller Ă ce que la rigueur scientifique prime sur nos convictions." + + +############################## about ################################## +about: + enable : true + title : "Ă€ propos d'Axiom-Team" + image : "images/about/about-us.jpg" + vignette_1 : "images/about/vignette_videos_open_pgp.png" + content : "L'association Axiom-Team remplit deux missions : +Aider les membres Ă promouvoir la monnaie libre en fournissant aux utilisateurs des outils et des documents pour organiser des Ă©vĂ©nements locaux. +Et Soutenir les dĂ©veloppeurs de l'Ă©cosystème Duniter en mettant Ă disposition des outils d'organisation et des financements." + button: + enable : true + label : "En savoir plus" + link : "about" + + +############################# Course ################################ +course: + enable : false + title : "Formations & Ateliers" + # course item comes from "content/**/course" folder. + +########################## Call to action ############################ +cta: + enable : false + subtitle : "Cliquez pour vous joindre Ă l’atelier avancĂ©" + title : "Apprentissage en rĂ©seautique avancĂ©e" + button: + enable : true + label : "Se joindre" + link : "contact" + + +######################## Success story ############################# +success_story: + enable : false + bg_image : "images/backgrounds/library.jpg" + vignette_1 : "images/about/vignette_videos_open_pgp.png" + title : "Histoires de rĂ©ussites" + content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat. + + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et + dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris" + # video link + video_link : "https://youtu.be/1-MPcUHhXoc" + + +############################# event ################################ +event: + enable : true + title : "ÉvĂ©nements" + # event item comes from "content/**/event" folder. + + +########################### funfacts ############################ +# funfact is for about page +funfacts: + enable : true + funfact_item: + # funfact item loop + - name : "Naissance de PGP" + count : "1991" + + - count : "1997" + name : "OpenPGP devient un standard IETF" + + - name : "Projets liĂ©s Ă OpenPGP" + count : "100" + unit : "+" + + - name : "Utilisateurs OpenPGP" + count : "250" + unit : "000+" + + +############################# blog ################################ +blog: + enable : true + title : "Blog" + # blog item comes from "content/**/blog" folder. + diff --git a/data/fr/months.yml b/data/fr/months.yml new file mode 100644 index 0000000000000000000000000000000000000000..1d18ca453394a281a6ac038f75656f37a7ad5abd --- /dev/null +++ b/data/fr/months.yml @@ -0,0 +1,12 @@ +1: "janvier" +2: "fĂ©vrier" +3: "mars" +4: "avril" +5: "mai" +6: "juin" +7: "juillet" +8: "aoĂ»t" +9: "septembre" +10: "octobre" +11: "novembre" +12: "dĂ©cembre" \ No newline at end of file diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000000000000000000000000000000000000..42383d20ba60d7b2993cb85b7cd4a4ae1326943e --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,63 @@ +- id: about + translation: about + +- id: authentication + translation: authentication + +- id: blog + translation: blog + +- id: contact + translation: contact + +- id: contribute + translation: contribute + +- id: currency + translation: currency + +- id: documents + translation: documents + +- id: donate + translation: donate + +- id: email + translation: email + +- id: encryption + translation: encryption + +- id: events + translation: events + +- id: "follow us" + translation: follow us + +- id: friends + translation: friends + +- id: home + translation: home + +- id: identity + translation: identity + +- id: "join us" + translation: join us + +- id: "legal notice" + translation: legal notice + +- id: partners + translation: partners + +- id: solutions + translation: solutions + +- id: trainings + translation: training + +- id: vote + translation: vote + diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7440c174ad2ac2136aa9a06bec51484a86aa4e37 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,63 @@ +- id: about + translation: Ă propos + +- id: authentication + translation: authentification + +- id: blog + translation: blog + +- id: contact + translation: contact + +- id: contribute + translation: contribuer + +- id: currency + translation: monnaie + +- id: documents + translation: documents + +- id: donate + translation: faire un don + +- id: email + translation: courriel + +- id: encryption + translation: chiffrement + +- id: events + translation: Ă©vènements + +- id: "follow us" + translation: nous suivre + +- id: friends + translation: amis + +- id: home + translation: accueil + +- id: identity + translation: identitĂ© + +- id: "join us" + translation: nous rejoindre + +- id: "legal notice" + translation: mentions lĂ©gales + +- id: partners + translation: partenaires + +- id: solutions + translation: solutions + +- id: trainings + translation: formations + +- id: vote + translation: vote + diff --git a/static/favicon.ico b/static/favicon.ico index 36693330b4b4918c9f2c515be118cc1efe67a8ce..2cba5a71b1fec9b336646aa30fb69d306c1a1bc1 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce50d2608e79724b41fe125f8d951fa1bc65f7c Binary files /dev/null and b/static/images/logo.png differ