This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
117 lines (97 loc) · 4.75 KB
/
about.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
---
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="console-message.js" async></script>
<title>About | Techsmiths</title>
{% include analytics.html %}
</head>
<body>
{% include header.html %}
<div class="section black-background checkerboard-grid grid-no-gap grid-picture-first">
<div class="row">
<picture>
<source media="(min-width: 601px)" srcset="images/ben-jamie-square-800.jpg" />
<img src="images/ben-jamie-600-450.jpg" style="object-position: 75% center;" alt="" /><!-- alt="" because this image is just for decoration -->
</picture>
<div class="text white-text black-background">
<h2>About</h2>
<h3>Training the latest generation of software developers</h3>
<p>You’re invited to take control of your future and join our software development course. We know that great software developers can come from any background. With our many years of experience training graduates in software development we are now applying that same experience to people who have no previous experience with development but have the will to learn.</p>
<p>As a part of the training we guarantee a job placement after the bootcamp. </p>
<p>Explore our course today and get in touch with any questions.</p>
<div class="button-row button-row-gap-above">
<a href="/contact" class="button button-yellow-on-black-on-black">Get in touch</a>
</div>
</div>
</div>
</div>
<div class="section yellow-background">
<h2>Our Team</h2>
<div class="our-team">
<div class="person">
<picture>
<img src="images/headshots-gareth-180.jpg" alt="Photo of Gareth Johnson">
</picture>
<h3>Gareth Johnson</h3>
<p>Head of Techsmiths</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-james-180.jpg" alt="Photo of James Griffiths">
</picture>
<h3>James Griffiths</h3>
<p>Senior Trainer</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-rupert-180.jpg" alt="Photo of Rupert McKay">
</picture>
<h3>Rupert McKay</h3>
<p>Senior Trainer</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-stephen-180.jpg" alt="Photo of Stephen Shaw">
</picture>
<h3>Stephen Shaw</h3>
<p>Senior Trainer</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-sasha-180.jpg" alt="Photo of Sasha Burgoyne">
</picture>
<h3>Sasha Burgoyne</h3>
<p>Course Manager</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-michael-180.jpg" alt="Photo of Micheal Truman-Hall">
</picture>
<h3>Michael Trueman-Hall</h3>
<p>Trainer</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-sophia-180.jpg" alt="Photo of Sophia Lin">
</picture>
<h3>Sophia<br />Lin</h3>
<p>Senior Sales Manager</p>
</div>
<div class="person">
<picture>
<img src="images/headshots-josh-180.jpg" alt="Photo of Josh Powell">
</picture>
<h3>Josh<br />Powell</h3>
<p>Trainer</p>
</div>
</div>
</div>
{% include companies-weve-worked-with.html %}
{% include our-recent-techsmiths.html %}
{% include footer.html %}
</body>
</html>