Skip to content

Commit

Permalink
Merge pull request #335 from madetech/clean-code-july
Browse files Browse the repository at this point in the history
Clean code july
  • Loading branch information
benn-mt committed Jun 7, 2024
2 parents 4a48dd9 + 869bfe0 commit 0f9c0d4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- run:
name: check links
command: npx broken-link-checker https://learn.madetech.com --exclude microsoft --exclude linkedin --exclude codewars.com -ro
command: npx broken-link-checker https://learn.madetech.com --exclude microsoft --exclude linkedin --exclude twitter --exclude codewars.com -ro
workflows:
version: 2
weekly_checks:
Expand Down
36 changes: 30 additions & 6 deletions technology/calendar/cleancode.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,55 @@ <h2>Clean Code</h2>
This is suitable for <em>any</em> level of Engineer at Made Tech, and will involve lots of discussion, pairing and coding.
</p>
<p>
Please bear in mind that the workshop has been designed to be an <em>in-person</em> experience, although we will try out best to run a remote workshop if there is enough interest.
Please bear in mind that the workshop has been designed to be an <em>in-person</em> experience, although we run a remote version of this course we will prioritise those who are <em>unable</em> to attend in-person sessions at an office.
</p>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Bristol</h3>
<h4 class="card-title mt-0">Tuesday 30th April - Thursday 2nd May</h4>
<h4 class="card-title mt-0">Upcoming</h4>
<p class="card-text">
Days 1 to 3. Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is <em>in-person</em> only.
</p>
<a href="https://forms.gle/k6HcQao2RoyyvB4F6" class="btn btn-success">Register</a>
<!-- <a href="#" class="btn btn-success">Register</a> -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">London</h3>
<h4 class="card-title mt-0">Upcoming</h4>
<p class="card-text">
Days 1 to 3. Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is <em>in-person</em> only.
</p>
<!-- <a href="#" class="btn btn-success">Register</a> -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Manchester</h3>
<h4 class="card-title mt-0">Upcoming</h4>
<p class="card-text">
Days 1 to 3. Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is <em>in-person</em> only.
</p>
<!-- <a href="#" class="btn btn-success">Register</a> -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Remote</h3>
<h4 class="card-title mt-0">Monday 13th May</h4>
<h4 class="card-title mt-0">Wednesday 17th July - Friday 19th July</h4>
<p class="card-text">
Day 1. Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is being offered as a <em>remote</em> option and we will attempt to prioritise those who are unable to attend in-person sessions at an office.
Days 1 to 3. Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is being offered as a <em>remote</em> option and we will attempt to prioritise those who are unable to attend in-person sessions at an office.
</p>
<a href="https://forms.gle/CED6T3R4tst1FmpE6" class="btn btn-success">Register</a>
<a href="https://forms.gle/inX5HHgWYkPjTsUS7" class="btn btn-success">Register</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 0f9c0d4

Please sign in to comment.