-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
65 lines (61 loc) · 2.49 KB
/
team.html
File metadata and controls
65 lines (61 loc) · 2.49 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="10">
<title>Test Driven Workshops</title>
<meta name="author" content="Simon Caplette">
<link rel="stylesheet" href="css/tdw.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
</head>
<body>
<div class="container">
<div class="span-24">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="workshops.html">Our Workshops</a></li>
<li><a class="current" href="team.html">Our Team</a></li>
<li><a href="resources.html">Our Resources</a></li>
<li><a href="ecosystem.html">Ecosystem</a></li>
</ul>
<h1>Test Driven Workshops</h1>
<h2 class="quiet">Making your developers agile & happy</h2>
</nav>
</header>
</div>
<div class="span-24">
<p class="disclaimer">Our trainers are all happy developers and use on a daily basis the practices & techniques taught in the workshops.
They just love to share with others ...</p>
</div>
<div class="span-24">
<div class="member span-24">
<div class="photo span-4">
<img src="img/simon.png">
</div>
<div class="bio span-20 last">
<h1>Simon Caplette</h1>
<h4 class="quiet">XP Java & Ruby developer</h4>
<p>Simon has joined <a href="http://studio.xebia.fr/">Xebia</a> in 2010, after 5 years in London where he has worked on J2EE and Spring platforms.
It has been 5 years now that he implements and uses with success XP methodologies and more particularly TDD</p>
</div>
</div>
<div class="member span-24">
<div class="photo span-4 last">
<img src="img/julien.png">
</div>
<div class="bio span-20">
<h1>Julien Smadja</h1>
<h4 class="quiet">XP Java developer</h4>
<p>Julien Smadja is a consultant at <a href="http://studio.xebia.fr/">Xebia</a> where he operates in particular on issues related to testability and quality of projects.
Interested in continuous integration, he participated in the evangelization of products like Jenkins and Sonar.
He is also the co-creator of <a href="http://awired.github.com/visuwall/">Visuwall</a> a pragmatic yet powerful continuous integration wall.</p>
</div>
</div>
</div>
</div>
</body>
</html>