Skip to content

Commit

Permalink
Merge pull request #340 from madetech/new-clean-code-45
Browse files Browse the repository at this point in the history
Issue with registration URLs
  • Loading branch information
benn-mt authored Aug 6, 2024
2 parents 86d8f59 + 2cc6372 commit 52ab328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions _data/tech-courses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
description: |-
Days 1 to 3. Covers programming concepts, pairing and TDD.
Suitable for all Engineering levels. This course is *in-person* only.
button-url: '#'
register-url: '#'

- title: Clean Code
location: Bristol
Expand All @@ -25,7 +25,7 @@
Days 4 to 5. More programming concepts, pairing and TDD, following on from Clean Code Days 1-3.
Suitable for all Engineering levels. This course is *in-person* only.
You must have attended Clean Code Days 1 to 3 before attending this course.
button-url: 'https://forms.gle/AQynRPVRUYSbavAx7'
register-url: 'https://forms.gle/AQynRPVRUYSbavAx7'

- title: Clean Code
location: London
Expand All @@ -35,7 +35,7 @@
description: |-
Days 1 to 3. Covers programming concepts, pairing and TDD.
Suitable for all Engineering levels. This course is *in-person* only.
button-url: '#'
register-url: '#'

- title: Clean Code
location: Manchester
Expand All @@ -45,7 +45,7 @@
description: |-
Days 1 to 3. Covers programming concepts, pairing and TDD.
Suitable for all Engineering levels. This course is *in-person* only.
button-url: '#'
register-url: '#'

- title: Clean Code - Remote
location: Remote
Expand All @@ -57,7 +57,7 @@
Suitable for all Engineering levels.
This course is being offered as a *remote* option and we will attempt to prioritise those who are unable to attend in-person sessions at an office.
button-url: #
register-url: #

- type: consulting101
title: What is Consulting and how should I do it at Made Tech?
Expand Down
2 changes: 1 addition & 1 deletion _includes/tech_course_listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h4 class="card-title mt-0">{{ include.course.date }}</h4>
{{ include.course.description | markdownify }}
</div>
{% if include.course.available %}
<a href="{{ include.course.url }}" class="btn btn-success">Register</a>
<a href="{{ include.course.register-url }}" class="btn btn-success">Register</a>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 52ab328

Please sign in to comment.