Skip to content

Commit f2c0820

Browse files
authored
Re-title course groupings (#1835)
1 parent 48b8a47 commit f2c0820

11 files changed

Lines changed: 115 additions & 89 deletions

File tree

common-theme/assets/styles/04-components/map.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
&__title {
5555
color: var(--theme-color--brand);
5656
margin-bottom: calc(-1 * var(--theme-spacing--4));
57+
margin-left: 1em;
58+
font-size: var(--theme-type-size--3);
5759
transform: translate3d(
5860
calc(-1 * var(--theme-spacing--3)),
5961
calc(-1 * var(--theme-spacing--5)),

common-theme/layouts/partials/map-menu-for-courses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1 class="e-heading c-map__start is-none--lt-container">👉🏾</h1>
44
{{ range $index, $menu := . }}
55
<section class="c-map__block">
66
<h2 class="e-heading c-map__title">
7-
📍{{ add $index 1 }}:
7+
{{ add $index 1 }}:
88
{{ $menu }}
99
</h2>
1010
<ol class="c-map__timeline">
Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
name="Intro to Digital"
2-
url="/itd/"
3-
weight=1
4-
menu="start here"
5-
code="itd"
6-
emoji="🫱🏽‍🫲🏿"
7-
description="Meet the world of tech: write a CV with AI; evaluate data in spreadsheets; build and deploy your first websites"
8-
days=30
9-
commitment="part time"
10-
frequency=5
11-
locations=["Birmingham", "Capetown", "Glasgow", "London", "Manchester", "Online", "Sheffield"]
1+
name = "Intro to Digital"
2+
url = "/itd/"
3+
weight = 1
4+
menu = "Intro Courses"
5+
code = "itd"
6+
emoji = "🫱🏽‍🫲🏿"
7+
description = "Meet the world of tech: write a CV with AI; evaluate data in spreadsheets; build and deploy your first websites"
8+
days = 30
9+
commitment = "part time"
10+
frequency = 5
11+
locations = [
12+
"Birmingham",
13+
"Capetown",
14+
"Glasgow",
15+
"London",
16+
"Manchester",
17+
"Online",
18+
"Sheffield",
19+
]
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name="Post-ITP Tracks"
2-
code="itp-tracks"
3-
url="/tracks/"
4-
emoji="👣"
5-
weight=3
6-
description="Targeting roles in tech that aren't focused on writing code day-to-day"
7-
menu="start here"
8-
days=42
9-
commitment="part time"
1+
name = "Post-ITP Tracks"
2+
code = "itp-tracks"
3+
url = "/tracks/"
4+
emoji = "👣"
5+
weight = 3
6+
description = "Targeting roles in tech that aren't focused on writing code day-to-day"
7+
menu = "Intro Courses"
8+
days = 42
9+
commitment = "part time"

org-cyf-theme/data/courses/itp.toml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
name="Intro to Programming"
2-
code="itp"
3-
weight=2
4-
menu="start here"
5-
url="/itp/"
6-
description="Programming with JavaScript, Python, and SQL; collaborate to deliver working software with tests"
7-
emoji="🐣"
8-
days=91
9-
commitment="part time"
10-
frequency=3
11-
locations=["Birmingham", "Capetown", "Glasgow", "London", "Manchester", "Sheffield"]
1+
name = "Intro to Programming"
2+
code = "itp"
3+
weight = 2
4+
menu = "Intro Courses"
5+
url = "/itp/"
6+
description = "Programming with JavaScript, Python, and SQL; collaborate to deliver working software with tests"
7+
emoji = "🐣"
8+
days = 91
9+
commitment = "part time"
10+
frequency = 3
11+
locations = [
12+
"Birmingham",
13+
"Capetown",
14+
"Glasgow",
15+
"London",
16+
"Manchester",
17+
"Sheffield",
18+
]
1219
key_skills = [
1320
"Understanding requirements",
1421
"Applying building blocks of code (variables, functions, arrays, if, for, ...)",
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name="The Launch"
2-
code="launch"
3-
menu="trainees"
4-
weight=5
5-
url="/launch/"
6-
description="In a cross functional Agile team, develop and deliver a real product."
7-
emoji="🚀"
8-
commitment="part time"
9-
days=35
10-
frequency=4
11-
locations=["Online"]
1+
name = "The Launch"
2+
code = "launch"
3+
menu = "Advanced Courses"
4+
weight = 5
5+
url = "/launch/"
6+
description = "In a cross functional Agile team, develop and deliver a real product."
7+
emoji = "🚀"
8+
commitment = "part time"
9+
days = 35
10+
frequency = 4
11+
locations = ["Online"]
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
name="The Piscine"
2-
code="piscine"
3-
emoji="🐟"
4-
weight=3
5-
description="In teams and on your own, build working software with tests; explain your work to others."
6-
menu="selection"
7-
url="/piscine/"
8-
days="22"
9-
commitment="part time"
10-
frequency=3
11-
locations=["Birmingham", "Capetown", "Glasgow", "London", "Manchester", "Sheffield"]
12-
key_skills = [
13-
"Test understanding with:",
14-
"Projects",
15-
"Demos",
16-
"Interviews",
1+
name = "The Piscine"
2+
code = "piscine"
3+
emoji = "🐟"
4+
weight = 3
5+
description = "In teams and on your own, build working software with tests; explain your work to others."
6+
menu = "Checkpoint"
7+
url = "/piscine/"
8+
days = "22"
9+
commitment = "part time"
10+
frequency = 3
11+
locations = [
12+
"Birmingham",
13+
"Capetown",
14+
"Glasgow",
15+
"London",
16+
"Manchester",
17+
"Sheffield",
1718
]
19+
key_skills = ["Test understanding with:", "Projects", "Demos", "Interviews"]

org-cyf-theme/data/courses/sdc.toml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
name="Software Development"
2-
code="sdc"
3-
emoji="🧑🏾‍🔧"
4-
url="/sdc/"
5-
menu="trainees"
6-
weight=4
7-
description="A secure grounding in software: binary, logic, systems, and problem solving"
8-
days="84"
9-
commitment="part time"
10-
frequency=3
11-
locations=["Birmingham", "Capetown", "Glasgow", "London", "Manchester", "Sheffield"]
1+
name = "Software Development"
2+
code = "sdc"
3+
emoji = "🧑🏾‍🔧"
4+
url = "/sdc/"
5+
menu = "Advanced Courses"
6+
weight = 4
7+
description = "A secure grounding in software: binary, logic, systems, and problem solving"
8+
days = "84"
9+
commitment = "part time"
10+
frequency = 3
11+
locations = [
12+
"Birmingham",
13+
"Capetown",
14+
"Glasgow",
15+
"London",
16+
"Manchester",
17+
"Sheffield",
18+
]
1219
key_skills = [
1320
"Understanding limitations",
1421
"Considering trade-offs",
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name="Systems Engineering"
2-
code="cyf+"
3-
emoji="🦄"
4-
description="An immersive, full time, systems engineering programme"
5-
url="https://systems.codeyourfuture.io/"
6-
menu="fellowships"
7-
days=260
8-
commitment="full time"
9-
locations=["Online"]
1+
name = "Systems Engineering"
2+
code = "cyf+"
3+
emoji = "🦄"
4+
description = "An immersive, full time, systems engineering programme"
5+
url = "https://systems.codeyourfuture.io/"
6+
menu = "Fellowships"
7+
days = 260
8+
commitment = "full time"
9+
locations = ["Online"]
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name="Tracks"
2-
url="/tracks/"
3-
code="tracks"
4-
emoji="👣"
5-
weight=6
6-
description="Demand-led specialisation towards junior and mid roles"
7-
menu="trainees"
8-
days=42
9-
commitment="part time"
1+
name = "Tracks"
2+
url = "/tracks/"
3+
code = "tracks"
4+
emoji = "👣"
5+
weight = 6
6+
description = "Demand-led specialisation towards junior and mid roles"
7+
menu = "Advanced Courses"
8+
days = 42
9+
commitment = "part time"

0 commit comments

Comments
 (0)