-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.11 KB
/
index.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
<!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="4">
<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 class="current" href="index.html">Home</a></li>
<li><a href="workshops.html">Our Workshops</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="resource.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>
<div class="container">
</div>
</body>
</html>