Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize website #15

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
8bab440
Updates leafleft mixin events to evented
decabeza Jan 17, 2019
eb73dfc
Adding Dutch/Nederlands
milovanderlinden Jan 31, 2019
1f735fe
Isolating organisations to prevent differences
milovanderlinden Feb 2, 2019
5bcf0fe
Translate legislation
milovanderlinden Feb 2, 2019
379911a
minor style tweak
milovanderlinden Feb 2, 2019
7b2ca74
Wobbly, wobbly on mobile, drop that 15px margin and *poof*
milovanderlinden Feb 2, 2019
f865ac1
Fixed icons
milovanderlinden Feb 2, 2019
b22a256
Merge remote-tracking branch 'refs/remotes/origin/master'
milovanderlinden Feb 2, 2019
8a2512e
Update icons
milovanderlinden Feb 2, 2019
56769c9
Icon white border
milovanderlinden Feb 2, 2019
042bd2e
Updated styling on contact
milovanderlinden Feb 2, 2019
35dedbe
remove obsolete translation entry
milovanderlinden Feb 2, 2019
3755c57
Duplicate id's are not allowed
milovanderlinden Feb 2, 2019
7b39b25
Added first draft of french translation
milovanderlinden Feb 2, 2019
fda0717
Undo change to _simple_grid.scss
milovanderlinden Feb 2, 2019
c60ec17
centering titles
milovanderlinden Feb 2, 2019
82a47dd
Typo which rendered the file incorrect in qGIS
milovanderlinden Feb 3, 2019
c8413e3
All countries checked, I count 20
milovanderlinden Feb 3, 2019
f52b4f9
Updated map and organizations
milovanderlinden Feb 3, 2019
be42ecc
Split france in world map for better zoom
milovanderlinden Feb 3, 2019
5b31818
Added some islands
milovanderlinden Feb 3, 2019
5952a25
Added country annotation and some islands
milovanderlinden Feb 3, 2019
fffe984
Footer text white
milovanderlinden Feb 3, 2019
274939c
Implemented language detection with fallback to en
milovanderlinden Feb 3, 2019
31df7b6
Removed veracruz #10
milovanderlinden Feb 3, 2019
79fc543
Moved pdf to assets, added catalan language
milovanderlinden Feb 3, 2019
595149d
added catalan to redirect
milovanderlinden Feb 3, 2019
a8e4112
Restyled the close button for those that do not have the Lato font
milovanderlinden Feb 3, 2019
85312ee
Translated voting
milovanderlinden Feb 4, 2019
fa0b823
Update dutch translation
milovanderlinden Feb 4, 2019
a71788c
Updated organizations
milovanderlinden Feb 4, 2019
8dcc0ac
Update map style
milovanderlinden Feb 4, 2019
6b3caba
Rephrase site description for NL
milovanderlinden Feb 9, 2019
12a643c
Merge from upstream
milovanderlinden Feb 18, 2019
e7c2e41
Website update to stay in sink with consulproject.org
milovanderlinden Feb 18, 2019
9712e97
Added dutch cities
milovanderlinden Feb 18, 2019
02e0709
Update CNAME
milovanderlinden Feb 18, 2019
0622b53
Update CNAME
milovanderlinden Feb 18, 2019
f6a78d0
Restructure for better readability
milovanderlinden Feb 20, 2019
4c3ed65
Merge branch 'master' of github.com:codefornl/consul-website
milovanderlinden Feb 20, 2019
d57c9dd
D-cent text translated
milovanderlinden Feb 20, 2019
e420a81
Merge upstream
milovanderlinden Feb 23, 2019
81bead0
Merge from master
milovanderlinden Mar 9, 2019
bd8b258
Allow localization through transifex
milovanderlinden Mar 10, 2019
d2131b3
Removed localization from generic images
milovanderlinden Mar 10, 2019
a16452d
Added jamaica - beta project
milovanderlinden Mar 10, 2019
3bc9bfc
Added german translation
milovanderlinden Mar 10, 2019
d2033e9
Added polish translation
milovanderlinden Mar 10, 2019
e765720
Added the svg's to the translation process
milovanderlinden Mar 10, 2019
9cc2079
Added Nieuw-Dordrecht
milovanderlinden Mar 18, 2019
c6edade
nieuw-dordrecht.png
milovanderlinden Mar 18, 2019
1c5eb63
Merge conflicts
milovanderlinden Mar 25, 2019
a59937b
Move docs to assets
milovanderlinden Mar 25, 2019
7afe382
Merge branch 'master' of github.com:codefornl/consul-website
milovanderlinden Mar 25, 2019
90b80ef
Update i18n
milovanderlinden Mar 25, 2019
4ff32c5
Adding first guide in markdown. Images need to be done
milovanderlinden Mar 30, 2019
a95b8cd
Merge master
milovanderlinden Apr 3, 2019
15a1a18
Update
milovanderlinden Apr 8, 2019
769fb9d
Rancher pipeline
milovanderlinden Apr 8, 2019
54d98ea
Merge upstream
milovanderlinden May 13, 2019
87ef30f
Update de translation
milovanderlinden May 13, 2019
fc76f1f
Update translations
milovanderlinden May 13, 2019
abb84db
Fix typo in french
milovanderlinden May 13, 2019
2469c4d
Fixed small typo which broke pdf links
milovanderlinden May 13, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions .rancher-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
stages:
- name: Build
steps:
- runScriptConfig:
image: jekyll/builder:3.8
shellScript: |-
mkdir _site
chmod a+rw _site
jekyll build
- name: Publish
steps:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: example-jekyll:${CICD_EXECUTION_SEQUENCE}
registry: 127.0.0.1:34201
- name: Deploy
steps:
- applyYamlConfig:
path: ./deployment.yaml
branch:
include:
- master
10 changes: 10 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[main]
host = https://www.transifex.com

[consul-website.enyml]
file_filter = _data/i18n/<lang>.yml
minimum_perc = 0
source_file = _data/i18n/en.yml
source_lang = en
type = YAML_GENERIC

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.geojson": "json"
}
}
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
consulproject.nl
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY _site /usr/share/nginx/html
4 changes: 0 additions & 4 deletions Gemfile

This file was deleted.

47 changes: 0 additions & 47 deletions Gemfile.lock

This file was deleted.

10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Site settings
email: [email protected]
email: [email protected]
description: >
Software libre para participación ciudadana. Inteligencia colectiva y democracia directa digital para ciudades inteligentes. Abriendo gobiernos.
Open platform voor participatie projecten.
baseurl: ""
url: "http://www.consulproject.org/"
twitter_username: abriendomadrid
github_username: consul
url: "http://www.consulproject.nl"
twitter_username: codefornl
github_username: codefornl

# Build settings
markdown: kramdown
Expand Down
206 changes: 206 additions & 0 deletions _data/i18n/ca.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,206 @@
lang: ca
title: "CONSUL"
description: "Programari lliure per a la participació ciutadana"
header:
consul: "CONSUL"
description: "Programari lliure per a la participació ciutadana"
button_demo: ""
button_github: ""
menu:
title: "Descobreix CONSUL"
community: "Comunitat"
features: "Funcionalitats"
documentation: "Documentació"
contact: "Contacte"
manual: "Manual"
manual_url: "https://manual.consulproject.org/es/start-2/"
demo: "Prova la demo"
video:
play: "Veure vídeo"
close: "Tancar vídeo"
tagline: "CONSUL és l'eina de participació ciutadana més completa per a un govern obert, transparent i democràtic."
trusted: "Usat per ciutats i organitzacions de tot el món"
repositories_list: "Llista completa de repositoris"
participation: "És l'hora de les ciutats intel·ligents"
intro:
un_award: "Premi de de les Nacions Unides al Servei Públic"
un_award_url: "http://workspace.unpan.org/sites/Internet/Documents/2018%20%20Winners%20with%20short%20paragraph_rev%20OD_EN_Clean.docx.pdf"
countries: "Països"
institutions: "Organitzacions"
citizens_number: "90"
citizens: "Milions de ciutadans"
idb: "Codi per al Desenvolupament Banc Inter-Americà per al Desenvolupament (BID)"
idb_url: "https://code.iadb.org/es/repositorio/47/consul"
undp: "Treballant amb el Programa de Nacions Unides per al Desenvolupament"
undp_url: "http://www.undp.org/content/undp/es/home.html"
eu: "European Union"
eu_url: "https://ec.europa.eu/regional_policy/es/funding/erdf/"
dcent: "Part de d-cent"
dcent_url: "http://tools.dcentproject.eu/"
nesta: "Nesta"
nesta_url: "https://www.nesta.org.uk/feature/collective-intelligence-grants/"
summary:
free_title: "Gratuït"
free_description: "Com que és una plataforma de programari lliure tot el seu codi està a disposició de qualsevol individu i entitat."
adaptable_title: "Adaptable"
adaptable_description: "Qualsevol entitat o administració pot modificar-lo i utilitzar-lo lliurement, adaptant-lo a les seves objectius i necessitats."
up_to_date_title: "Sempre actualitzat"
up_to_date_description: "Totes les administracions i institucions que treballen amb CONSUL poden aportar millores que fan que l'eina evolucioni i inclogui noves opcions i possibilitats."
functional_title: "Funcional"
functional_description: "CONSUL permet conèixer què és el que vol la ciutadania i quines són les seves prioritats. De manera àgil, transparent i accessible, permet la participació ciutadana a diferents escales."
safe_title: "Segur"
safe_description: "CONSUL compta amb un sistema de registre que garanteix la privacitat i la neutralitat de la participació. A més pot integrar-se amb sistemes de padró o cens existents."
responsive_title: "Disseny adaptatiu"
responsive_description: "Permet que es pugui utilitzar en navegadors web i dispositius mòbils."
efficient_title: "Eficient"
efficient_description: "El seu potent interfície d'administració permet que equips molt petits siguin capaços de gestionar processos de participació molt complexos."
support_title: "Suport continuat"
support_description: "Per part de l'equip tècnic i operatiu encarregat del seu desenvolupament principal, així com de les altres institucions que impulsen el projecte a tot el món."
screenshot: "Casa de CONSUL implementat a l'Ajuntament de Madrid."
features: "Funcionalitats"
button_features: "Prova totes les funcionalitats en la nostra demo"
features_read_more: "Llegir més sobre les funcionalitats de CONSUL"
debates:
title: "Debats"
description: "Qualsevol persona pot obrir fils de discussió sobre qualsevol tema, creant espais independents on la gent pot debatre sobre el tema proposat. Els debats són valorats per tots, per destacar els temás més importants."
feature_1: "Sense límits de debats i comentaris. Elements avaluables i col·lapsables per a una fàcil lectura."
feature_2: "Categories, etiquetes, localització geogràfica, tendències i filtres intel·ligents."
feature_3: "Senzill d'usar per a qualsevol, sense perdre potència i intel·ligència."
image_alt: "Secció debats"
video: "Veure vídeo de debats"
how: "¿Cómo funcionan los"
question: "en CONSUL?"
proposals:
title: "Propostes"
description: "Un espai perquè qualsevol pugui crear una proposta ciutadana i recollir suports. Les propostes que arriben els suficients suports passen a votació, perquè entre tots decidim si s'han de dur a terme o no els temes que ens importen."
feature_1: "Verificació d'usuaris per evitar suports duplicats."
feature_2: "Possibilitat d'incloure signatures de suport recollides en paper."
feature_3: "Sistema de notificacions avançat, per facilitar que els autors promoguin les seves propostes"
feature_4: "Inclou secció de comentaris."
image_alt: "Secció propostes"
video: "Veure vídeo de propostes"
how: "¿Cómo funcionan los"
question: "en CONSUL?"
budgets:
title: "Pressupostos participatius"
description: "Els pressupostos participatius permeten que els ciutadans proposin i decideixin de manera directa com gastar part del pressupost, amb un seguiment i avaluació rigorós de les propostes per part de la institució. Màxima efectivitat i control dels recursos amb la major satisfacció per a tots . "
feature_1: "Interfície avançada per a avaluació complexa de propostes amb mínims recursos."
feature_2: "Fases del procés fàcilment configurables."
feature_3: "Sistema de vot avançat de múltiples propostes."
feature_4: "Creació de partides assignades a districtes / barris."
image_alt: "Secció pressupostos participatius"
video: "Veure vídeo de pressupostos participatius"
how: "¿Cómo funcionan los"
question: "en CONSUL?"
polls:
title: "Votacions"
description: "Sistema segur de votació, tant de propostes ciutadanes, com de qüestions proposades des de la institució. Permet decidir sobre els temes més importants fàcilment des del mòbil."
feature_1: "Verificació d'usuaris per evitar vots duplicats."
feature_2: "Possibilitat de restringir la participació per districtes / barris."
feature_3: "Sistema avançat per establir punts físics de votació, amb urnes tradicionals o sistemes de vot digital."
image_alt: "Pàgina de votacions"
video: "Veure vídeo de votacions"
how: "¿Cómo funcionan los"
question: "en CONSUL?"
legislation:
title: "Legislació collaborativa"
description: "Qualsevol text legislatiu pot ser compartit amb la ciutadania per rebre comentaris sobre qualsevol part concreta del mateix. Els comentaris s'associen a les parts comentades utilitzant addicionalment un codi de colors, que permet visualitzar de manera senzilla les parts millorables. També permet crear espais de debat previ associats al text, per a un millor desenvolupament posterior d'aquest. "
feature_1: "Comentaris associables des paraules fins seccions completes."
feature_2: "Sistema de colors graduat per nombre de comentaris per a un fàcil seguiment dels mateixos."
feature_3: "Debats previs àmpliament configurables."
image_alt: "Exemple de legislació col·laborativa"
how: "¿Cómo funcionan los"
question: "en CONSUL?"
processes:
title: "Processos avançats"
description: "Secció avançada per desenvolupar processos complexos de participació com desenvolupaments urbanístics, normativa complexa o processos que necessiten una sèrie de fases de participació específica."
feature_1: "Màxima possibilitat de definir cadascuna de les fases dels processos per ajustar-se a cada necessitat concreta."
feature_2: "Àmplia varietat de sistemes de votació i pregunta."
feature_3: "Possibilitat d'incloure dissenys i material gràfic (ex: redissenys urbans, concursos oberts, etc.)"
image_alt: "Votació sobre la Remodelació de la plaça Espanya"
video: "Veure vídeo de processos sectorials"
how: "¿Cómo funcionan los"
question: "en CONSUL?"
more_features:
title: "Més funcionalitats"
tagline: "Moltes més funcionalitats, i programari en continu desenvolupament per afegir qualsevol funcionalitat que trobis útil."
feature_1_title: "Panell d'Administració"
feature_1_description: "Administració interna avançada per a un seguiment fàcil de tots els processos."
feature_2_title: "Internacionalització"
feature_2_description: "Plataforma multilingüe. Possibilitat d'incloure nous llenguatges de manera senzilla."
feature_3_title: "Pàgines d'informació"
feature_3_description: "Estadístiques avançades, tant públiques com internes dels processos. Pàgines d'informació per a tots els processos."
feature_4_title: "Sistema avançat de rols"
feature_4_description: "Possibilitat de definir múltiples tipus d'usuaris amb accessos diferents a l'eina (ex: administradors, moderadors, avaluadors, càrrecs, etc.)"
organizations:
name: "organitzacions"
title: "CONSUL és utilitzat per"
description: "Ja són molts els ajuntaments i organitzacions que actualment utilitzen CONSUL com a eina de participació."
preparing: "Treballant ..."
license:
title: "Llicència"
button: "Mostra la a github"
text:
"CONSUL és programari lliure, amb <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"> llicència AGPLv3 </a>, això significa en paraules senzilles, que qualsevol pot lliurement usar el codi, copiar-lo, veure-ho en detall, modificar-lo, i redistribuir-se al món amb les modificacions que vulgui (mantenint el que altres puguin al seu torn fer el mateix).\n\nPerquè creiem que la cultura és millor i més rica quan s'allibera."
repositories_list: "Llista completa de repositoris"
contact:
title: "Contacte"
text: "Volem ajudar-te tant com sigui possible perquè puguis utilitzar CONSUL, assessorant-te en assumptes tècnics, d'organització i legals."
button: "Envia'ns un e-mail"
footer:
title: "CONSUL"
description: "Programari lliure per a la participació ciutadana."
organisation: "Ajuntament de Madrid,"
organisation_alt: "Logotip de l'Ajuntament de Madrid"
data_video_id:
general: "https://www.youtube.com/embed/vO1jRu25B9E"
debates: "GFy5GnsRlhU"
proposals: "ccGI2jZk6Lw"
budgets: "fPNWwOgT75o"
polls: "C2HsdaAYEFg"
processes: "if-ouEDdnDk"
documentation:
title: "Documentació"
subtitle: ""
community: ""
technical_documentation: ""
table_document: ""
table_format: ""
table_size: ""
table_download: ""
download: ""
dossier: ""
brochure: ""
use_guide: ""
use_guide_size: "5.1MB"
administration_guide: ""
communication_guide: ""
polling_stations_manual: ""
texts_information_sections: ""
annexes_voting: ""
participatory_budgeting: ""
slides_participatory_budgeting: ""
use_guide_docx: ""
administration_guide_doc: ""
communication_guide_doc: ""
recommended_actions_for_users: ""
resources_for_users: ""
size:
administration_guide: "3.2Mb"
communication_guide: "759Kb"
polling_stations_manual: "93Kb"
texts_information_sections: "99Kb"
annexes_voting: "216Kb"
participatory_budgeting: "103Kb"
slides_participatory_budgeting: "107Kb"
use_guide_docx: "9.7Mb"
administration_guide_doc: "3.2Mb"
communication_guide_doc: "803Kb"
recommended_actions_for_users: "34Kb"
resources_for_users: "30kb"
government_level:
level_1: nacional
level_2: província
level_3: municipi
level_4: "ajuntament"
level_5: cabildo
Loading