Skip to content

Commit

Permalink
Different layout as there is only Clean Code 101
Browse files Browse the repository at this point in the history
  • Loading branch information
benn-mt committed Jul 28, 2023
1 parent d6f95c5 commit 9f4c70d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions technology/calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@
{% include digital_element_header.html title=title text=text %}
{% capture content %}

<div class="row">
<div class="container col-md-10 text-center">
<h2>Clean Code 101</h2>
<p class="lead">
This workshop is a chance to learn and discuss what we consider to be "Clean Code" at Made Tech, learn some coding principles, as well as practice some TDD & Pairing.
</p>
<p>
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.
</p>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Clean Code 101</h3>
<h4 class="card-title mt-0">Manchester, Tuesday Sept 5th</h4>
<p class="card-text">
A one day bootcamp covering programming concepts, suitable for all Engineering levels. This course is <em>in-person</em> only.
Expand All @@ -27,7 +40,6 @@ <h4 class="card-title mt-0">Manchester, Tuesday Sept 5th</h4>
</div>
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Clean Code 101</h3>
<h4 class="card-title mt-0">Bristol, Tuesday Sept 12th</h4>
<p class="card-text">
A one day bootcamp covering programming concepts, suitable for all Engineering levels. This course is <em>in-person</em> only.
Expand All @@ -37,9 +49,8 @@ <h4 class="card-title mt-0">Bristol, Tuesday Sept 12th</h4>
</div>
</div>
<div class="row">
<div class="col-lg">
<div class="col-sm">
<div class="card-body card-border">
<h3 class="card-title mt-0">Clean Code 101</h3>
<h4 class="card-title mt-0">Future Sessions</h4>
<p class="card-text">
We're hoping to repeat Clean Code 101 a few times per year. To help us understand interest in this course, please register interest below.
Expand Down

0 comments on commit 9f4c70d

Please sign in to comment.