forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtraining.html
More file actions
32 lines (29 loc) · 1.54 KB
/
Copy pathtraining.html
File metadata and controls
32 lines (29 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: page
permalink: /training/index.html
title: Training Courses
description: "A list of the software training courses I offer"
---
<p>I provide classes on a whole host of topics related to Software Testing. I have a collection of <a href="/training/online">online courses</a>. These face to face classes are run privately, publicly via <a href="https://ministryoftesting.com?utm_source=friendlytester">Ministry of Testing</a> and at testing events around the world. You can follow my speaking schedule <a href="/events">here</a>.</p>
<p>I offer the following fixed courses, but I'd be happy to tailor something for you if you have specific needs around these topics.</p>
<table>
<caption>Table of courses available</caption>
<thead>
<tr>
<th>Course</th>
<th>Short Description</th>
<th>Course Details</th>
</tr>
</thead>
<tbody>
{% for course in site.data.courses %}
<tr>
<td width=25%>{{course.title}}</td>
<td width=60%>{{course.shortdesc}}</td>
<td width=15%><a href="{{course.link}}">Course details</a></td>
</tr>
{% endfor %}
</tbody>
</table>
<p>If you're interested in any of these courses, please contact me using an option below to discuss further.</p>
<p>As mentioned above, I also offer these courses via the Ministry of Testing as part of their <a href="https://ministryoftesting.com/series/masters-of-the-ministry">Masters of the Ministry</a> initiative. You can find many other courses from great instructors over at their site, and also details of any public instances of my classes.