Skip to content

Commit

Permalink
Update training.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-nika committed Oct 30, 2024
1 parent 8c77075 commit 9d24822
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions _layouts/training.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html>
{% include imports/head.html %}


<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W5JWPV6M" height="0" width="0"
Expand All @@ -19,6 +18,8 @@ <h1 class="training-name">
{% for word in words %}
{% if word == 'TDD' %}
{{ word }}
{% elsif word == 'RESTful' %}
{{ word }}
{% else %}
{{ word | capitalize }}
{% endif %}
Expand All @@ -44,13 +45,9 @@ <h1 class="training-name">
<div class="training-info">
<div class="content"><strong>Description:</strong><br> {{ page.content }}</div>
</div>
<!-- <div class="training-info">
<p><strong>Experience level:</strong><br> {{ page.experience | join: ","}}</p>
</div>-->
<div class="training-info">
<a href="https://codebeamlondon.com/#register" class="fake-button">Book now</a>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 9d24822

Please sign in to comment.