-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjob-box.html
88 lines (65 loc) · 3.22 KB
/
job-box.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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>Job Box - Rattle</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="styles.css">
<link rel="canonical" href="http://www.rattlecentral.com/job-box">
<meta name="twitter:url" content="http://www.rattlecentral.com/job-box">
<meta property="og:url" content="http://www.rattlecentral.com/job-box">
<meta property="og:title" content="Job Box">
<meta name="twitter:title" content="Job Box">
<meta name="description" content="A project using simple hardware dials to give visibility of what projects people are working on.">
<meta property="og:description" content="A project using simple hardware dials to give visibility of what projects people are working on.">
<meta name="twitter:description" content="A project using simple hardware dials to give visibility of what projects people are working on.">
<meta property="og:image" content="http://www.rattlecentral.com/job-box-overview.jpg">
<meta name="twitter:image" content="http://www.rattlecentral.com/job-box-overview.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@rattlecentral">
<meta property="og:site_name" content="Rattle">
</head>
<body class="project">
<div class="container">
<header role="banner">
<h1><a href="./"><img src="images/logo.png"> <span>Rattle</span></a></h1>
</header>
<article>
<header>
<h2>Job Box</h2>
</header>
<section role="complementary">
<figure>
<img src="images/job-box-overview.jpg" alt="">
</figure>
<ul>
<li><span><img src="images/job-box-assembly.jpg"></span></li>
<li><span><img src="images/job-box-visualisation.jpg"></span></li>
<li><span><img src="images/job-box-arduino.jpg"></span></li>
</ul>
</section>
<section role="main">
<p>The Job Box was a project devised to give increased visibility of what everyone on the team was working on - a particular issue with remote workers.</p>
<p>Our solution was a set of 'job boxes', each of which featured a single knob which could be turned to one of 8 positions, representing the current projects that each person was working on.</p>
<p>A simple web visualisation used the data from the boxes to show a simple, live-updating colour-coded view of what the team was up to.</p>
<p>The boxes were used by the team for several months, and generated lots of interest.</p>
</section>
<aside>
<h3>Project information</h3>
<dl>
<dt>Launched</dt>
<dd>October 2010</dd>
<dt>Team</dt>
<dd>
<a href="http://palefire.com/">Andrew Pendrick</a>,
<a href="http://www.frankieroberto.com/">Frankie Roberto</a>,
<a href="http://www.technogoggles.com/">James Boardwell</a>,
<a href="http://about.me/rjlee/">Rob Lee</a>,
<a href="http://www.adoptioncurve.net">Tim Duckett</a>
</dd>
</dl>
</aside>
</article>
</div>
</body>
</html>