From c5de2ba2fb847c8b520f334d521b54b302b98e2f Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Tue, 18 Nov 2025 17:34:06 +0000 Subject: [PATCH] Remove emoji from menu maps But keep the card sizes constant for now. We may change this in the future, but at the moment this keeps things consistent and tidy. Definitely looks a little empty, though. --- common-docs/content/common-content/_index.md | 1 - common-docs/content/common-theme/block-types/_index.md | 1 - common-docs/content/common-theme/front-matter/_index.md | 1 - common-docs/content/common-theme/pages/_index.md | 1 - common-docs/content/common-theme/render-hooks/_index.md | 1 - common-docs/content/common-theme/shortcodes/_index.md | 1 - common-docs/content/community/_index.md | 1 - common-docs/content/community/showcase/index.md | 1 - common-docs/content/more-sources/_index.md | 1 - common-theme/assets/styles/04-components/card.scss | 1 + common-theme/layouts/partials/card.html | 4 ---- org-cyf-itp/content/data-flows/_index.md | 1 - org-cyf-itp/content/data-groups/_index.md | 1 - org-cyf-itp/content/onboarding/_index.md | 1 - org-cyf-itp/content/overview/_index.md | 1 - org-cyf-itp/content/piscine/index.md | 1 - org-cyf-itp/content/prs-needing-review/_index.md | 1 - org-cyf-itp/content/structuring-data/_index.md | 1 - org-cyf-itp/content/welcome/_index.md | 1 - org-cyf-launch/content/demo-day/_index.md | 1 - org-cyf-launch/content/prep/index.md | 1 - org-cyf-launch/content/sprints/1/_index.md | 1 - org-cyf-launch/content/sprints/2/_index.md | 1 - org-cyf-launch/content/sprints/3/_index.md | 1 - org-cyf-launch/content/sprints/4/_index.md | 1 - org-cyf-launch/content/success/index.md | 1 - org-cyf-launch/content/volunteer-roles/_index.md | 1 - org-cyf-piscine/content/for-volunteers/index.md | 1 - org-cyf-piscine/content/prep/index.md | 1 - org-cyf-piscine/content/sprints/1/_index.md | 1 - org-cyf-piscine/content/sprints/2/_index.md | 1 - org-cyf-piscine/content/sprints/3/_index.md | 1 - org-cyf-piscine/content/sprints/4/_index.md | 1 - org-cyf-piscine/content/success/index.md | 1 - org-cyf-sdc/content/complexity/_index.md | 1 - org-cyf-sdc/content/decomposition/_index.md | 1 - org-cyf-sdc/content/launch/index.md | 1 - org-cyf-sdc/content/legacy/_index.md | 1 - org-cyf-sdc/content/logic/_index.md | 1 - org-cyf-sdc/content/prs-needing-review/_index.md | 1 - org-cyf-sdc/content/tools/_index.md | 1 - org-cyf-theme/data/courses/itd.toml | 1 - org-cyf-theme/data/courses/itp-tracks.toml | 1 - org-cyf-theme/data/courses/itp.toml | 1 - org-cyf-theme/data/courses/launch.toml | 1 - org-cyf-theme/data/courses/piscine.toml | 1 - org-cyf-theme/data/courses/sdc.toml | 1 - org-cyf-theme/data/courses/systems.toml | 1 - org-cyf-theme/data/courses/tracks.toml | 1 - org-cyf-tracks/content/ai-essentials/_index.md | 1 - org-cyf-tracks/content/business-analysis/_index.md | 1 - org-cyf-tracks/content/cloud/_index.md | 1 - org-cyf-tracks/content/databases/_index.md | 1 - org-cyf-tracks/content/overview/_index.md | 1 - org-cyf-tracks/content/portfolio/_index.md | 1 - org-cyf-tracks/content/react/_index.md | 1 - org-cyf-tracks/content/sap-fico/_index.md | 1 - org-cyf-tracks/content/servers/_index.md | 1 - org-cyf/layouts/partials/map-menu.html | 4 ---- 59 files changed, 1 insertion(+), 64 deletions(-) diff --git a/common-docs/content/common-content/_index.md b/common-docs/content/common-content/_index.md index 583a3a14e..b76dc1bc0 100644 --- a/common-docs/content/common-content/_index.md +++ b/common-docs/content/common-content/_index.md @@ -1,7 +1,6 @@ +++ title="Common Content" description="Shared content and how that all works" -emoji="πŸ«•" menu=["content", "syllabus"] layout="slimdex" [[cascade]] diff --git a/common-docs/content/common-theme/block-types/_index.md b/common-docs/content/common-theme/block-types/_index.md index 2d14c1a58..1b793ecdf 100644 --- a/common-docs/content/common-theme/block-types/_index.md +++ b/common-docs/content/common-theme/block-types/_index.md @@ -3,7 +3,6 @@ title = 'Blocks System' description="Blocks compose pages from local and remote sources" menu=["theme"] layout="slimdex" -emoji= '🧩' [[blocks]] name="link" src="common-theme/block-types/link" diff --git a/common-docs/content/common-theme/front-matter/_index.md b/common-docs/content/common-theme/front-matter/_index.md index db6986583..b932948b3 100644 --- a/common-docs/content/common-theme/front-matter/_index.md +++ b/common-docs/content/common-theme/front-matter/_index.md @@ -1,7 +1,6 @@ +++ title="Custom Front Matter" description="Custom metadata that has special powers in the common theme." -emoji="πŸ§™" layout="prep" menu=["theme"] [[blocks]] diff --git a/common-docs/content/common-theme/pages/_index.md b/common-docs/content/common-theme/pages/_index.md index 3fa1d63c2..97737aba0 100644 --- a/common-docs/content/common-theme/pages/_index.md +++ b/common-docs/content/common-theme/pages/_index.md @@ -3,7 +3,6 @@ title="Pages and Layouts" description="Layouts available in the theme and how to use them" menu=["theme"] layout="slimdex" -emoji= '🍱' +++ These pages are built from [Hugo archetypes](https://gohugo.io/content-management/archetypes/) stored in the theme /archetypes directory. Each archetype comes preloaded with example usage of the blocks system. You can use these examples to build your own pages. diff --git a/common-docs/content/common-theme/render-hooks/_index.md b/common-docs/content/common-theme/render-hooks/_index.md index 3bd2c2f66..c6f19db4c 100644 --- a/common-docs/content/common-theme/render-hooks/_index.md +++ b/common-docs/content/common-theme/render-hooks/_index.md @@ -2,7 +2,6 @@ title="Render Hooks" layout="slimdex" description="Render hooks override existing markdown rendering in Hugo" -emoji="πŸͺ" menu=["theme"] +++ diff --git a/common-docs/content/common-theme/shortcodes/_index.md b/common-docs/content/common-theme/shortcodes/_index.md index d066bcb31..623ca0906 100644 --- a/common-docs/content/common-theme/shortcodes/_index.md +++ b/common-docs/content/common-theme/shortcodes/_index.md @@ -3,7 +3,6 @@ title="Shortcodes" layout="slimdex" description="Markdown extensions to render custom components" menu=["theme"] -emoji= 'πŸͺ’' +++ [Shortcodes can be used in markdown copy.](https://gohugo.io/content-management/shortcodes/) This means you can render chunks of custom code inside the markdown render loop. This is useful for creating reusable components that can be used in multiple places. The syntax for invoking a shortcode is `{{` `< shortcode-name >` `}}`. The shortcode name is the name of the file in the `layouts/shortcodes` directory. diff --git a/common-docs/content/community/_index.md b/common-docs/content/community/_index.md index f1427b620..eb3b90806 100644 --- a/common-docs/content/community/_index.md +++ b/common-docs/content/community/_index.md @@ -2,7 +2,6 @@ title="If not you, who?" description="Is something missing? Can you make it better?" menu=["community", "syllabus"] -emoji="πŸ«±πŸ½β€πŸ«²πŸΏ" [[blocks]] name="Contributing" src="https://github.com/CodeYourFuture/curriculum/tree/main/CONTRIBUTING.md" diff --git a/common-docs/content/community/showcase/index.md b/common-docs/content/community/showcase/index.md index c1b2693d3..87eb76710 100644 --- a/common-docs/content/community/showcase/index.md +++ b/common-docs/content/community/showcase/index.md @@ -2,7 +2,6 @@ title="Showcase" description="If you're using the common theme, we'd love to feature you here" menu=["community"] -emoji="πŸ‘¨πŸΏβ€πŸŽ€πŸ§‘πŸΌβ€πŸ”§πŸ§•πŸ½" layout="prep" [[blocks]] name="MigraCode Barcelona" diff --git a/common-docs/content/more-sources/_index.md b/common-docs/content/more-sources/_index.md index 96da08c0c..fae2fdc5e 100644 --- a/common-docs/content/more-sources/_index.md +++ b/common-docs/content/more-sources/_index.md @@ -2,6 +2,5 @@ title="More content sources" description="Hugo mounted modules, remote sources, and other content sources" menu="content" -emoji="πŸ”Œ" layout="slimdex" +++ diff --git a/common-theme/assets/styles/04-components/card.scss b/common-theme/assets/styles/04-components/card.scss index 4254975aa..55b3797a6 100644 --- a/common-theme/assets/styles/04-components/card.scss +++ b/common-theme/assets/styles/04-components/card.scss @@ -15,6 +15,7 @@ calc(var(--theme-spacing--container-min) * 2) ) var(--theme-spacing--2) 1fr var(--theme-spacing--gutter); + min-height: 184px; @include on-event { box-shadow: var(--theme-box-shadow--slim); diff --git a/common-theme/layouts/partials/card.html b/common-theme/layouts/partials/card.html index dddad0648..c8f8e2b92 100644 --- a/common-theme/layouts/partials/card.html +++ b/common-theme/layouts/partials/card.html @@ -8,8 +8,4 @@

{{ .Name }}

{{ with .Page.Description }}

{{ . }}

{{ end }} - -
- {{ .Page.Params.emoji | default "πŸ€–" }} -
diff --git a/org-cyf-itp/content/data-flows/_index.md b/org-cyf-itp/content/data-flows/_index.md index a19e94f19..a95fe7d85 100644 --- a/org-cyf-itp/content/data-flows/_index.md +++ b/org-cyf-itp/content/data-flows/_index.md @@ -2,7 +2,6 @@ title = 'Data flows' description = 'Collaborate in code; Define and manage state; Use asynchronous programming to handle events and data; ' layout = 'module' -emoji= 'πŸ₯' menu = ['syllabus', 'course schedule'] weight='5' +++ diff --git a/org-cyf-itp/content/data-groups/_index.md b/org-cyf-itp/content/data-groups/_index.md index 36d54362d..445f8911d 100644 --- a/org-cyf-itp/content/data-groups/_index.md +++ b/org-cyf-itp/content/data-groups/_index.md @@ -2,7 +2,6 @@ title = 'Data groups' description = 'Organise and structure data; Build interactive user interfaces; Break problems down into sub-problems; Interpret acceptance criteria to form test cases' layout = 'module' -emoji= '🐣' menu = ['syllabus', 'course schedule'] weight='4' +++ diff --git a/org-cyf-itp/content/onboarding/_index.md b/org-cyf-itp/content/onboarding/_index.md index 8ce8ffe31..d3c0c9641 100644 --- a/org-cyf-itp/content/onboarding/_index.md +++ b/org-cyf-itp/content/onboarding/_index.md @@ -2,7 +2,6 @@ title = 'Onboarding' description = 'Evaluate and fix code with Lighthouse; use version control with Git and GitHub; Plan your study and set goals; Enroll as a Trainee' layout = 'module' -emoji= 'πŸ«±πŸΎβ€πŸ«²πŸΏ' menu = ['syllabus', 'course schedule'] weight='2' +++ diff --git a/org-cyf-itp/content/overview/_index.md b/org-cyf-itp/content/overview/_index.md index c71b117ee..71abb8b7b 100644 --- a/org-cyf-itp/content/overview/_index.md +++ b/org-cyf-itp/content/overview/_index.md @@ -5,7 +5,6 @@ overview_menu="course schedule" menu=["start here", "syllabus"] description="4 modules of 3 sprints delivered over 12-16 weeks" weight=2 -emoji="πŸ¦‰" +++ ### Objective diff --git a/org-cyf-itp/content/piscine/index.md b/org-cyf-itp/content/piscine/index.md index 3fbefb329..dc6e8bcc0 100644 --- a/org-cyf-itp/content/piscine/index.md +++ b/org-cyf-itp/content/piscine/index.md @@ -1,7 +1,6 @@ +++ title = 'Piscine' description = 'In teams and on your own, build working software with tests. Explain your work to others.' -emoji = '🐟' menu = ['next steps'] external_url = "https://piscine.codeyourfuture.io" +++ diff --git a/org-cyf-itp/content/prs-needing-review/_index.md b/org-cyf-itp/content/prs-needing-review/_index.md index 64d265268..1aaeaf986 100644 --- a/org-cyf-itp/content/prs-needing-review/_index.md +++ b/org-cyf-itp/content/prs-needing-review/_index.md @@ -2,7 +2,6 @@ title="ITP PRs needing review" layout="needs-review" weight=2 -emoji="πŸ§‘πŸΎβ€πŸ€β€πŸ§‘πŸΎ" GitHubRepos = [ "Module-Onboarding", "Module-Structuring-And-Testing-Data", diff --git a/org-cyf-itp/content/structuring-data/_index.md b/org-cyf-itp/content/structuring-data/_index.md index 6a32be16f..27dc8d7ad 100644 --- a/org-cyf-itp/content/structuring-data/_index.md +++ b/org-cyf-itp/content/structuring-data/_index.md @@ -2,7 +2,6 @@ title = 'Structuring and testing data' description = 'Find meaning behind syntax; Step through functions like a computer; Break problems down into sub-problems; Interpret acceptance criteria to form test cases; Recognise patterns' layout = 'module' -emoji= 'πŸ₯š' menu = ['syllabus','course schedule'] weight='3' +++ diff --git a/org-cyf-itp/content/welcome/_index.md b/org-cyf-itp/content/welcome/_index.md index aeae058b7..9a3a35f5a 100644 --- a/org-cyf-itp/content/welcome/_index.md +++ b/org-cyf-itp/content/welcome/_index.md @@ -2,7 +2,6 @@ title = 'Welcome to Code Your Future' description = 'Our first day together ' layout = 'module' -emoji= '🫢🏽' menu = ['syllabus', 'course schedule'] weight='1' parentsToTraverseToModule = 0 diff --git a/org-cyf-launch/content/demo-day/_index.md b/org-cyf-launch/content/demo-day/_index.md index ce8e5c09f..a0507ba0f 100644 --- a/org-cyf-launch/content/demo-day/_index.md +++ b/org-cyf-launch/content/demo-day/_index.md @@ -1,7 +1,6 @@ +++ title = 'Demo Day' description = 'Demo your project to the world' -emoji= 'πŸš€' menu_level = ['module'] menu=["demo", "syllabus"] weight = 11 diff --git a/org-cyf-launch/content/prep/index.md b/org-cyf-launch/content/prep/index.md index 3c335f04e..367936780 100644 --- a/org-cyf-launch/content/prep/index.md +++ b/org-cyf-launch/content/prep/index.md @@ -2,7 +2,6 @@ title = 'Apply' description = 'Getting ready to launch' layout = 'prep' -emoji= 'πŸ§‘πŸΎβ€πŸ’»' menu_level = ['module'] menu=["apply"] weight = 1 diff --git a/org-cyf-launch/content/sprints/1/_index.md b/org-cyf-launch/content/sprints/1/_index.md index 9de690c5a..216ab9daa 100644 --- a/org-cyf-launch/content/sprints/1/_index.md +++ b/org-cyf-launch/content/sprints/1/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 1' description = 'The plan for the sprint' layout = 'sprint' -emoji= 'πŸ›Ή' menu_level = ['module'] menu=["develop", "syllabus"] weight = 2 diff --git a/org-cyf-launch/content/sprints/2/_index.md b/org-cyf-launch/content/sprints/2/_index.md index f0dc929c7..d786f999b 100644 --- a/org-cyf-launch/content/sprints/2/_index.md +++ b/org-cyf-launch/content/sprints/2/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 2' description = 'The plan for the sprint' layout = 'sprint' -emoji= 'πŸ›΄' menu_level = ['module'] menu=["develop", "syllabus"] weight = 3 diff --git a/org-cyf-launch/content/sprints/3/_index.md b/org-cyf-launch/content/sprints/3/_index.md index 305911fce..51dd3c88d 100644 --- a/org-cyf-launch/content/sprints/3/_index.md +++ b/org-cyf-launch/content/sprints/3/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 3' description = 'The plan for the sprint' layout = 'sprint' -emoji= 'πŸ›΅' menu_level = ['module'] menu=["develop", "syllabus"] weight = 4 diff --git a/org-cyf-launch/content/sprints/4/_index.md b/org-cyf-launch/content/sprints/4/_index.md index a8d1e3f3a..a4b5e8353 100644 --- a/org-cyf-launch/content/sprints/4/_index.md +++ b/org-cyf-launch/content/sprints/4/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 4' description = 'The plan for the sprint' layout = 'sprint' -emoji= 'πŸ›Ί' menu_level = ['module'] weight = 5 menu=["develop", "syllabus"] diff --git a/org-cyf-launch/content/success/index.md b/org-cyf-launch/content/success/index.md index 35cfcb8a6..342462ce6 100644 --- a/org-cyf-launch/content/success/index.md +++ b/org-cyf-launch/content/success/index.md @@ -2,7 +2,6 @@ title = 'Exit Criteria' description = 'Success means: being employable.' layout = 'success' -emoji= 'βœ…' menu_level = ['module'] menu=['demo'] weight = 11 diff --git a/org-cyf-launch/content/volunteer-roles/_index.md b/org-cyf-launch/content/volunteer-roles/_index.md index 8d572e3ca..7acb819a4 100644 --- a/org-cyf-launch/content/volunteer-roles/_index.md +++ b/org-cyf-launch/content/volunteer-roles/_index.md @@ -1,7 +1,6 @@ +++ title = "Volunteer Roles" description = "Different ways to support The Launch" -emoji= "πŸ‘₯" menu_level = ["module"] menu=["apply"] weight = 2 diff --git a/org-cyf-piscine/content/for-volunteers/index.md b/org-cyf-piscine/content/for-volunteers/index.md index 7e7ba4ad9..122c8172f 100644 --- a/org-cyf-piscine/content/for-volunteers/index.md +++ b/org-cyf-piscine/content/for-volunteers/index.md @@ -2,7 +2,6 @@ title = "For volunteers" description = "How to run a Piscine" layout = "prep" -emoji= "πŸ§‘πŸΎβ€πŸ’»" menu_level = ["module"] menu = ["entry"] weight = 3 diff --git a/org-cyf-piscine/content/prep/index.md b/org-cyf-piscine/content/prep/index.md index a823b1efa..9aff4b0de 100644 --- a/org-cyf-piscine/content/prep/index.md +++ b/org-cyf-piscine/content/prep/index.md @@ -2,7 +2,6 @@ title = 'Prep for trainees' description = 'Check your eligibility and apply for the Piscine' layout = 'prep' -emoji= 'πŸ§‘πŸΎβ€πŸ’»' menu_level = ['module'] menu=['entry'] weight = 2 diff --git a/org-cyf-piscine/content/sprints/1/_index.md b/org-cyf-piscine/content/sprints/1/_index.md index 7621fbcf5..ee37c5b78 100644 --- a/org-cyf-piscine/content/sprints/1/_index.md +++ b/org-cyf-piscine/content/sprints/1/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 1' description = 'Kick off the Piscine; start building your first project in a team' layout = 'sprint' -emoji= '⏱️' menu_level = ['module'] menu=['sprints'] weight = 2 diff --git a/org-cyf-piscine/content/sprints/2/_index.md b/org-cyf-piscine/content/sprints/2/_index.md index e189ae968..9be7b36a2 100644 --- a/org-cyf-piscine/content/sprints/2/_index.md +++ b/org-cyf-piscine/content/sprints/2/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 2' description = 'Demo your project; kick off the next group project' layout = 'sprint' -emoji= '🎽' menu_level = ['module'] menu=['sprints'] weight = 3 diff --git a/org-cyf-piscine/content/sprints/3/_index.md b/org-cyf-piscine/content/sprints/3/_index.md index cedb3f9d1..2ebbb6054 100644 --- a/org-cyf-piscine/content/sprints/3/_index.md +++ b/org-cyf-piscine/content/sprints/3/_index.md @@ -2,7 +2,6 @@ title = 'Sprint 3' description = 'Demo your team work; kick off your individual project' layout = 'sprint' -emoji= 'πŸƒπŸΎ' menu_level = ['module'] menu=['sprints'] weight = 3 diff --git a/org-cyf-piscine/content/sprints/4/_index.md b/org-cyf-piscine/content/sprints/4/_index.md index bf59c667b..e75b32691 100644 --- a/org-cyf-piscine/content/sprints/4/_index.md +++ b/org-cyf-piscine/content/sprints/4/_index.md @@ -2,7 +2,6 @@ title = 'Interview Day' description = 'Demo your solo project; undertake a technical interview; enjoy the wrap party' layout = 'sprint' -emoji= 'πŸ§ͺ' menu_level = ['module'] menu=['assessment'] weight = 4 diff --git a/org-cyf-piscine/content/success/index.md b/org-cyf-piscine/content/success/index.md index 6251d674e..1fce2409f 100644 --- a/org-cyf-piscine/content/success/index.md +++ b/org-cyf-piscine/content/success/index.md @@ -2,7 +2,6 @@ title = "Success" description = "What does it mean to pass the Piscine?" layout = "success" -emoji= "βœ…" menu_level = ["module"] menu = ["assessment"] weight = 11 diff --git a/org-cyf-sdc/content/complexity/_index.md b/org-cyf-sdc/content/complexity/_index.md index 7d378250b..bd2434842 100644 --- a/org-cyf-sdc/content/complexity/_index.md +++ b/org-cyf-sdc/content/complexity/_index.md @@ -2,7 +2,6 @@ title = "Complexity" description = "Efficiency, optimisation, and trade-offs" layout = "module" -emoji = "πŸͺ†" menu = ["syllabus", "core", "SDC"] weight = "6" +++ diff --git a/org-cyf-sdc/content/decomposition/_index.md b/org-cyf-sdc/content/decomposition/_index.md index 5343f68e4..37fb94e35 100644 --- a/org-cyf-sdc/content/decomposition/_index.md +++ b/org-cyf-sdc/content/decomposition/_index.md @@ -2,7 +2,6 @@ title = "Decomposition" description = "Breaking down problems into manageable chunks" layout = "module" -emoji = "🧩" menu = ["syllabus", "core", "SDC"] weight = "4" +++ diff --git a/org-cyf-sdc/content/launch/index.md b/org-cyf-sdc/content/launch/index.md index c40e280b5..0d9938ca8 100644 --- a/org-cyf-sdc/content/launch/index.md +++ b/org-cyf-sdc/content/launch/index.md @@ -1,7 +1,6 @@ +++ title = "The Launch" description = "Work together in a cross functional Agile team to design, develop, and deliver a unique functioning product." -emoji = "πŸš€" menu = ["next steps"] external_url = "https://launch.codeyourfuture.io" +++ diff --git a/org-cyf-sdc/content/legacy/_index.md b/org-cyf-sdc/content/legacy/_index.md index 44cc06f7f..7843e09eb 100644 --- a/org-cyf-sdc/content/legacy/_index.md +++ b/org-cyf-sdc/content/legacy/_index.md @@ -2,7 +2,6 @@ title = "Legacy code" description = "Working with code you didn't write: understanding, fixing, and extending legacy code" layout = "module" -emoji = "πŸ—ΊοΈ" menu = ["syllabus", "SDC", "programming"] weight = "4" +++ diff --git a/org-cyf-sdc/content/logic/_index.md b/org-cyf-sdc/content/logic/_index.md index a30ebd4f1..4390b87a7 100644 --- a/org-cyf-sdc/content/logic/_index.md +++ b/org-cyf-sdc/content/logic/_index.md @@ -2,7 +2,6 @@ title = "Logic" description = "Thinking through problems systematically" layout = "module" -emoji = "πŸš₯" menu = ["syllabus", "core", "SDC"] weight = "3" +++ diff --git a/org-cyf-sdc/content/prs-needing-review/_index.md b/org-cyf-sdc/content/prs-needing-review/_index.md index 154b47c82..9cd2cc15b 100644 --- a/org-cyf-sdc/content/prs-needing-review/_index.md +++ b/org-cyf-sdc/content/prs-needing-review/_index.md @@ -2,7 +2,6 @@ title = "SDC PRs needing review" layout = "needs-review" weight = 2 -emoji = "πŸ§‘πŸΎβ€πŸ€β€πŸ§‘πŸΎ" GitHubRepos = [ "Module-Tools", "Module-Decomposition", diff --git a/org-cyf-sdc/content/tools/_index.md b/org-cyf-sdc/content/tools/_index.md index bfa31f04e..29710ef23 100644 --- a/org-cyf-sdc/content/tools/_index.md +++ b/org-cyf-sdc/content/tools/_index.md @@ -2,7 +2,6 @@ title = "Tools" description = "How computers work; Using common tools and writing custom ones in multiple languages" layout = "module" -emoji = "🧰" menu = ["syllabus", "core", "SDC"] weight = "2" +++ diff --git a/org-cyf-theme/data/courses/itd.toml b/org-cyf-theme/data/courses/itd.toml index 85800671e..226871ea0 100644 --- a/org-cyf-theme/data/courses/itd.toml +++ b/org-cyf-theme/data/courses/itd.toml @@ -3,7 +3,6 @@ url="https://itd.codeyourfuture.io/" weight=1 menu="start here" code="itd" -emoji="πŸ«±πŸ½β€πŸ«²πŸΏ" description="Meet the world of tech: write a CV with AI; evaluate data in spreadsheets; build and deploy your first websites" days=30 commitment="part time" diff --git a/org-cyf-theme/data/courses/itp-tracks.toml b/org-cyf-theme/data/courses/itp-tracks.toml index 0e32762c6..333443c8b 100644 --- a/org-cyf-theme/data/courses/itp-tracks.toml +++ b/org-cyf-theme/data/courses/itp-tracks.toml @@ -1,7 +1,6 @@ name="Post-ITP Tracks" code="itp-tracks" url="https://tracks.codeyourfuture.io/" -emoji="πŸ‘£" weight=3 description="Targeting roles in tech that aren't focused on writing code day-to-day" menu="start here" diff --git a/org-cyf-theme/data/courses/itp.toml b/org-cyf-theme/data/courses/itp.toml index 7db612a3d..41dbfd49f 100644 --- a/org-cyf-theme/data/courses/itp.toml +++ b/org-cyf-theme/data/courses/itp.toml @@ -4,7 +4,6 @@ weight=2 menu="start here" url="https://programming.codeyourfuture.io/" description="Programming with JavaScript, Python, and SQL; collaborate to deliver working software with tests" -emoji="🐣" days=91 commitment="part time" frequency=3 diff --git a/org-cyf-theme/data/courses/launch.toml b/org-cyf-theme/data/courses/launch.toml index 16733194a..c5c98a07b 100644 --- a/org-cyf-theme/data/courses/launch.toml +++ b/org-cyf-theme/data/courses/launch.toml @@ -4,7 +4,6 @@ menu="trainees" weight=5 url="https://launch.codeyourfuture.io/" description="In a cross functional Agile team, develop and deliver a real product." -emoji="πŸš€" commitment="part time" days=35 frequency=4 diff --git a/org-cyf-theme/data/courses/piscine.toml b/org-cyf-theme/data/courses/piscine.toml index 9e336efd9..fd5131841 100644 --- a/org-cyf-theme/data/courses/piscine.toml +++ b/org-cyf-theme/data/courses/piscine.toml @@ -1,6 +1,5 @@ name="The Piscine" code="piscine" -emoji="🐟" weight=3 description="In teams and on your own, build working software with tests; explain your work to others." menu="selection" diff --git a/org-cyf-theme/data/courses/sdc.toml b/org-cyf-theme/data/courses/sdc.toml index db5e8fbc9..2bdc7b5ca 100644 --- a/org-cyf-theme/data/courses/sdc.toml +++ b/org-cyf-theme/data/courses/sdc.toml @@ -1,6 +1,5 @@ name="Software Development" code="sdc" -emoji="πŸ§‘πŸΎβ€πŸ”§" url="https://sdc.codeyourfuture.io/" menu="trainees" weight=4 diff --git a/org-cyf-theme/data/courses/systems.toml b/org-cyf-theme/data/courses/systems.toml index 175017ac8..d12ac5e12 100644 --- a/org-cyf-theme/data/courses/systems.toml +++ b/org-cyf-theme/data/courses/systems.toml @@ -1,6 +1,5 @@ name="Systems Engineering" code="cyf+" -emoji="πŸ¦„" description="An immersive, full time, systems engineering programme" url="https://systems.codeyourfuture.io/" menu="fellowships" diff --git a/org-cyf-theme/data/courses/tracks.toml b/org-cyf-theme/data/courses/tracks.toml index 28792cba6..b9ef8aa0d 100644 --- a/org-cyf-theme/data/courses/tracks.toml +++ b/org-cyf-theme/data/courses/tracks.toml @@ -1,7 +1,6 @@ name="Tracks" url="https://tracks.codeyourfuture.io/" code="tracks" -emoji="πŸ‘£" weight=6 description="Demand-led specialisation towards junior and mid roles" menu="trainees" diff --git a/org-cyf-tracks/content/ai-essentials/_index.md b/org-cyf-tracks/content/ai-essentials/_index.md index 03f34c719..8206527c7 100644 --- a/org-cyf-tracks/content/ai-essentials/_index.md +++ b/org-cyf-tracks/content/ai-essentials/_index.md @@ -2,7 +2,6 @@ title = 'AI Essentials' description = 'In teams, learn new efficient ways to work with data and AI in the workplace; apply these skills to recruitment and hiring processes.' layout = 'module' -emoji="πŸ€–" track_kinds = ["guided-study-after-itp"] menu="AI Essentials" weight = 1 diff --git a/org-cyf-tracks/content/business-analysis/_index.md b/org-cyf-tracks/content/business-analysis/_index.md index 50b5fe2e1..574b7e46a 100644 --- a/org-cyf-tracks/content/business-analysis/_index.md +++ b/org-cyf-tracks/content/business-analysis/_index.md @@ -2,6 +2,5 @@ title = "Business Analysis" description = "Discovering Customer Needs" layout = "module" -emoji= "🀝" track_kinds = ["jobs-after-itp"] +++ diff --git a/org-cyf-tracks/content/cloud/_index.md b/org-cyf-tracks/content/cloud/_index.md index 410852d37..4c2e9643b 100644 --- a/org-cyf-tracks/content/cloud/_index.md +++ b/org-cyf-tracks/content/cloud/_index.md @@ -2,6 +2,5 @@ title = 'Cloud' description = 'Deploy and manage cloud infrastructure; explore containers, pipelines, load balancing, traffic, integration and security; define infrastructure as code' layout = 'module' -emoji= '☁️' track_kinds = ["jobs-after-sdc"] +++ diff --git a/org-cyf-tracks/content/databases/_index.md b/org-cyf-tracks/content/databases/_index.md index aa2417983..2adcf1282 100644 --- a/org-cyf-tracks/content/databases/_index.md +++ b/org-cyf-tracks/content/databases/_index.md @@ -2,7 +2,6 @@ title = 'Databases' description = 'Structured data storage and retrieval; relational databases, querying, sketching and designing databases, and database management systems.' layout = 'module' -emoji= 'πŸ’Ύ' menu = ['syllabus', 'tracks'] weight='8' +++ diff --git a/org-cyf-tracks/content/overview/_index.md b/org-cyf-tracks/content/overview/_index.md index 83c8e66cf..bdf707745 100644 --- a/org-cyf-tracks/content/overview/_index.md +++ b/org-cyf-tracks/content/overview/_index.md @@ -1,6 +1,5 @@ +++ title="Course overview" -emoji="πŸ¦‰" layout="overview" overview_menu="syllabus" +++ diff --git a/org-cyf-tracks/content/portfolio/_index.md b/org-cyf-tracks/content/portfolio/_index.md index fae1f9f0f..96a560231 100644 --- a/org-cyf-tracks/content/portfolio/_index.md +++ b/org-cyf-tracks/content/portfolio/_index.md @@ -2,6 +2,5 @@ title = 'Portfolio' description = 'Build great projects; work in teams; polish our profiles; get great jobs in tech' layout = 'module' -emoji= 'πŸ§‘πŸΎβ€πŸš€' track_kinds = ["jobs-after-sdc"] +++ diff --git a/org-cyf-tracks/content/react/_index.md b/org-cyf-tracks/content/react/_index.md index 4796d0911..bd0b48270 100644 --- a/org-cyf-tracks/content/react/_index.md +++ b/org-cyf-tracks/content/react/_index.md @@ -2,7 +2,6 @@ title = 'React' description = 'Explore frameworks, libraries, and declarative programming with React; Develop unit testing with Testing Library; Build a dynamic web application in an Agile team' layout = 'module' -emoji= 'πŸͺ„' track_kinds = ["guided-study-after-itp"] weight='6' +++ diff --git a/org-cyf-tracks/content/sap-fico/_index.md b/org-cyf-tracks/content/sap-fico/_index.md index 6c4bf077a..8419dfab0 100644 --- a/org-cyf-tracks/content/sap-fico/_index.md +++ b/org-cyf-tracks/content/sap-fico/_index.md @@ -2,7 +2,6 @@ title = 'SAP FI/CO' description = 'In teams, gather requirements and configure accounting systems, adapt based on requirements changes, debug errors and communicate with stakeholders.' layout = 'module' -emoji= 'πŸ“’' #track_kinds = ["jobs-after-itp"] menu="SAP FI/CO" +++ diff --git a/org-cyf-tracks/content/servers/_index.md b/org-cyf-tracks/content/servers/_index.md index 132bff8dc..dd64ee0b5 100644 --- a/org-cyf-tracks/content/servers/_index.md +++ b/org-cyf-tracks/content/servers/_index.md @@ -2,7 +2,6 @@ title = 'Servers' description = 'Write server-side JavaScript with Node.js; develop CRUD applications with Express.js; write and test APIs with Postman' layout = 'module' -emoji= 'πŸ”Œ' menu = ['syllabus', 'tracks'] weight='7' +++ diff --git a/org-cyf/layouts/partials/map-menu.html b/org-cyf/layouts/partials/map-menu.html index dcee68c28..d8381ccb7 100644 --- a/org-cyf/layouts/partials/map-menu.html +++ b/org-cyf/layouts/partials/map-menu.html @@ -31,10 +31,6 @@

{{ $course.name }}

Learn more

{{ end }} - -
- {{ $course.emoji | default "πŸ€–" }} -
{{ end }}