diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index fd9ce7171..3c45e93d8 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -19,6 +19,7 @@ %li= link_to t("navigation.tutorials"), "http://tutorials.codebar.io" %li= link_to t("navigation.becoming_sponsor"), "http://manual.codebar.io/becoming-a-sponsor" %li= link_to t("navigation.faq"), faq_path + %li= link_to t("navigation.codebar_courses"), "https://courses.codebar.io/" .col-sm-12.col-md-6.col-lg-3 %ul.list-unstyled.ms-0 diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index 8e504ce2e..d67e0e909 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -14,6 +14,8 @@ %li= link_to 'Past Events', past_events_path, class: 'dropdown-item' %li= link_to 'codebar Festival', 'http://festival.codebar.io/', class: 'dropdown-item' %li= link_to 'uncodebar', 'https://uncodebar.com', class: 'dropdown-item' + %li= link_to 'codebar courses', 'https://courses.codebar.io/', class: 'dropdown-item' + %li.nav-item.dropdown = link_to '#', {'role': 'button', 'aria-expanded': 'false', 'data-bs-toggle': 'dropdown', class: 'nav-link border-0 dropdown-toggle', id: 'navbarDropdownMenuLinkCommunity'} do Community diff --git a/config/locales/de.yml b/config/locales/de.yml index 68a0df925..f414b7aa5 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -133,6 +133,7 @@ de: donate: "Spenden" buy_us_a_coffee: "Buy us a coffee" job_board: "Jobbörse" + codebar_courses: "codebar Courses" dashboard: join_workshops_in: "Komm zu unseren kostenlosen Workshops in" workshops_goal: "um sich mit den Programmier- und Webentwicklungsgrundlagen vertraut zu machen." diff --git a/config/locales/en.yml b/config/locales/en.yml index 60e4f3d2b..90f6022c7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -222,6 +222,7 @@ en: donate: "Donate" buy_us_a_coffee: "Buy us a coffee" job_board: "Job Board" + codebar_courses: "codebar Courses" contact_preferences: updated: "Contact preferences updated" diff --git a/config/locales/en_AU.yml b/config/locales/en_AU.yml index 42e0bd5d9..125713e70 100644 --- a/config/locales/en_AU.yml +++ b/config/locales/en_AU.yml @@ -124,6 +124,7 @@ en-AU: donate: "Donate" buy_us_a_coffee: "Buy us a coffee" job_board: "Job Board" + codebar_courses: "codebar Courses" dashboard: join_workshops_in: "Join our free workshops in" workshops_goal: "to get to grips with the basics of programming and web development." diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index 3b02e951e..debe72098 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -124,6 +124,7 @@ en-GB: donate: "Donate" buy_us_a_coffee: "Buy us a coffee" job_board: "Job Board" + codebar_courses: "codebar Courses" dashboard: join_workshops_in: "Join our free workshops in" workshops_goal: "to get to grips with the basics of programming and web development." diff --git a/config/locales/en_US.yml b/config/locales/en_US.yml index af0b48451..a9c0eb99e 100644 --- a/config/locales/en_US.yml +++ b/config/locales/en_US.yml @@ -124,6 +124,7 @@ en-US: donate: "Donate" buy_us_a_coffee: "Buy us a coffee" job_board: "Job Board" + codebar_courses: "codebar Courses" dashboard: join_workshops_in: "Join our free workshops in" workshops_goal: "to get to grips with the basics of programming and web development." diff --git a/config/locales/es.yml b/config/locales/es.yml index f4754a30e..62f7f5f3f 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -116,6 +116,8 @@ es: blog: "Blog" codebar_stories: "codebar Cuentos" stats: "Stats" + codebar_courses: "codebar Courses" + dashboard: join_workshops_in: "Únase a nuestros talleres gratuitos en" workshops_goal: "para familiarizarse con los conceptos básicos de programación y desarrollo web." diff --git a/config/locales/fi.yml b/config/locales/fi.yml index c2c4abac4..7c85d9c3b 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -124,6 +124,8 @@ fi: donate: "Lahjoita" buy_us_a_coffee: "Buy us a coffee" job_board: "Työpaikat" + codebar_courses: "codebar Courses" + dashboard: join_workshops_in: "Join our free workshops in" workshops_goal: "to get to grips with the basics of programming and web development." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 418a19da4..fbe816437 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -123,6 +123,8 @@ fr: donate: "Donner" buy_us_a_coffee: "Buy us a coffee" job_board: "Offres d'emploi" + codebar_courses: "codebar Courses" + dashboard: join_workshops_in: "Rejoignez nos ateliers gratuit" workshops_goal: "pour apprendre les bases de la programmation et du développement web." diff --git a/config/locales/no.yml b/config/locales/no.yml index 3622b0442..ea6ecf61b 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -124,6 +124,8 @@ donate: "Doner" buy_us_a_coffee: "Buy us a coffee" job_board: "Jobbørs" + codebar_courses: "codebar Courses" + dashboard: join_workshops_in: "Join our free workshops in" workshops_goal: "to get to grips with the basics of programming and web development."