Skip to content

Commit

Permalink
Merge pull request #329 from madetech/clean-code-update
Browse files Browse the repository at this point in the history
Added remote clean code to the calender
  • Loading branch information
benn-mt authored Apr 23, 2024
2 parents cd2a3f3 + b661257 commit 38338b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
29 changes: 8 additions & 21 deletions technology/calendar/cleancode.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,24 @@ <h2>Clean Code</h2>
<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">Monday 18th - Wedndesday 20th March</h4>
<p class="card-text">
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/3QtQR7p8ugnUFowv6" class="btn btn-success">Register</a>
<p class="card-text" style="display: none;"><em>Unfortunately this event is now full. Please register interest in a future session.</em></p>
</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">Tuesday 16th - Thursday 18th April</h4>
<h3 class="card-title mt-0">Bristol</h3>
<h4 class="card-title mt-0">Tuesday 30th April - Thursday 2nd May</h4>
<p class="card-text">
Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is <em>in-person</em> only.
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/2VtvBvezPE8WQJVB9" class="btn btn-success">Register</a>
<a href="https://forms.gle/k6HcQao2RoyyvB4F6" 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">Bristol</h3>
<h4 class="card-title mt-0">Tuesday 30th April - Thursday 2nd May</h4>
<h3 class="card-title mt-0">Remote</h3>
<h4 class="card-title mt-0">Monday 13th May</h4>
<p class="card-text">
Covers programming concepts, pairing and TDD. Suitable for all Engineering levels. This course is <em>in-person</em> only.
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.
</p>
<a href="https://forms.gle/k6HcQao2RoyyvB4F6" class="btn btn-success">Register</a>
<a href="https://forms.gle/CED6T3R4tst1FmpE6" class="btn btn-success">Register</a>
</div>
</div>
</div>
Expand Down
13 changes: 6 additions & 7 deletions technology/calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ <h3 class="card-title mt-0">Clean Code</h3>
<p class="card-text">
A bootcamp covering programming concepts, lots of discussion and practical exercises. Suitable for all Engineering levels.
<p>
<strong>London - 3 Days - Monday 18th - 20th March</strong><br>
<strong>Manchester - 3 Days - Tuesday 16th - 18th April</strong><br>
<strong>Bristol - 3 Days - Tuesday 30th April - 2nd May</strong>
<strong>Bristol - Days 1 to 3 - Tuesday 30th April - 2nd May</strong>
<strong>Remote - Day 1 - Monday 13th May</strong>
</p>
</p>
<a href="cleancode.html" class="btn btn-success">More information & Register</a>
</div>
</div>
<div class="col-sm" style="display: none;">
<!--<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">What is Consulting and how should I do it at Made Tech?</h3>
<p class="card-text">
Expand All @@ -42,8 +41,8 @@ <h3 class="card-title mt-0">What is Consulting and how should I do it at Made Te
</p>
<a href="https://forms.gle/UKy1xuJgQ8bKwAqr6" class="btn btn-success">Register</a>
</div>
</div>
<div class="col-sm" style="display: none;">
</div>-->
<!--<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Recapping TDD and Testing Along the Spectrum</h3>
<p class="card-text">
Expand All @@ -56,7 +55,7 @@ <h3 class="card-title mt-0">Recapping TDD and Testing Along the Spectrum</h3>
</p>
<a href="testing.html" class="btn btn-success">More information & Register</a>
</div>
</div>
</div>-->
</div>
<div class="row">
</div>
Expand Down

0 comments on commit 38338b8

Please sign in to comment.