fix mispelling in about screen
[selectricity-live] / app / views / about / team.rhtml
1 <div id="title-header">
2   <span class="header">Team</span>
3   <span class="subheader"></span>
4 </div>
5
6 <div class="photo">
7   <img src="/images/selectricity_team_photo.jpg" alt="Team Photo" />
8 </div>
9
10 <p>Selectricity was designed and built in the <%= link_to("MIT Media
11 Lab", "http://www.media.mit.edu") %> in the <%= link_to("Computing
12 Culture group", "http://compcult.media.mit.edu") %>. The team (pictured
13 above from left to right), includes Benjamin Mako Hill, Alyssa Wright,
14 Justin Sharps, Courtland Allen, and John Dong.</p>
15
16 <div class="normal-header">
17   <span class="header">Benjamin Mako Hill</span>
18   <span class="subheader"></span>
19 </div>
20
21 <p>Benjamin Mako Hill is the founder and leader of the project. He is a
22 long-time free software developer and advocate and a rebel with rather
23 too many causes. More information on Mako and his many projects can be
24 found on <%= link_to("his website", "http://mako.cc") %></p>
25
26 <div class="normal-header">
27   <span class="header">Alyssa Wright</span>
28   <span class="subheader"></span>
29 </div>
30
31 <p>Alyssa Wright is a Masters student at the MIT Media Lab. Her role in
32 Selectricity includes coordination of design and business
33 development.</p>
34
35 <div class="normal-header">
36   <span class="header">Justin Sharps</span>
37   <span class="subheader"></span>
38 </div>
39
40 <p>Justin Sharps is a native of Southern California who spent summer
41 2007 in Massachusetts (bleh) convincing himself that sitting in front of
42 a computer for more than 8 hours a day is, in fact, an OK way to spend
43 the summer. For the project, Justin focused on visualizing the results
44 of the elections and implementing the user system to keep track of
45 voters. Justin loves programming  when not occupied by any of his
46 numerous hobbies such as homework, doing homework, hiding from homework,
47 or setting homework on fire. He also likes cars, expensive jeans, and
48 sunsets.</p>
49
50
51 <div class="normal-header">
52   <span class="header">Courtland Allen</span>
53   <span class="subheader"></span>
54 </div>
55
56 <p>Hailing from the cold, hard, paved, 2-lane streets of Atlanta,
57 Courtland Allen is now a junior at MIT majoring in Computer Science.
58 When not sitting in front of his computer creating websites and what
59 not, he can be found teaching beginner CSS classes or spending
60 (generally) unproductive time chilling with his fraternity brothers.
61 His motto is, "Think for yourself." Courtland contributed to the visual
62 design of the site including its HTML, CSS styling, and images.</p>
63
64 <div class="normal-header">
65   <span class="header">John Dong</span>
66   <span class="subheader"></span>
67 </div>
68
69 <p>John Dong is a MIT undergraduate and a hacker. His role on
70 Selectricity involved writing tests and designing and building the API
71 interface. He's also an administrator on the <%= link_to("Ubuntu Forums",
72 "http://www.ubuntuforums.com") %> and leader of the Ubuntu backports
73 project.</p>
74

Benjamin Mako Hill || Want to submit a patch?