-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
52 lines (51 loc) · 2.1 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="page.css" />
<title>Those Guys - The Team</title>
</head>
<body>
<h1 class="companyName">
Those Guys Software</h1>
<div class="linkBar">
<p>
<a href="index.html">Home</a> | <a href="products.html">Products</a>
| <a href="team.html">Dev Team</a> | <a href="contact.html">Contact</a>
</p>
</div>
<div class="mainBody">
<h1>Our Development Team</h1>
<h2>Caleb Callaway</h2>
<h3>Team Lead</h3>
<img src="images/theTeam/cqcallaw.png" alt="Caleb Callaway"
width="200" height="200" />
<p>Design, project management, jack-of-all-trades.</p>
<br />
<h2>Shane Steuteville</h2>
<h3>Service Programming Team</h3>
<img src="images/theTeam/ssteuteville.png" alt="Shane Steuteville"
width="200" height="200" />
<p>Shane Steuteville focused on the backend of qwifi. He made substantial contributions to the main qwifi service script. Shane also implemented the unit testing for the script, which provides a robust 81% code coverage. He hand tested the rest of the code and documented it on our wiki page!</p>
<br />
<h2>Christopher Bartlett</h2>
<h3>Service Programming Team</h3>
<img src="images/theTeam/firesage2000.png" alt="Christopher Bartlett"
width="200" height="200" />
<p>Christopher is one of the programmers responsible for making the
service work. He made the human readible password generator module,
and various bug fixes and testing on the user interface and service.</p>
<br />
<h2>Steve Pursey</h2>
<h3>Administrative Interface Lead</h3>
<img src="images/theTeam/Spursey.png" alt="Steve Pursey" width="200"
height="200" />
<p>Steve was one of the team members assigned to the web interface. He worked with other members of the team to create an interface that was straight forward and easy to use. The interface itself is the mechanism used to make changes to the wireless access point.</p>
<br />
<h2>Ian Bruce</h2>
<h3>Marketing</h3>
<img src="images/theTeam/ian.jpg" alt="Ian Bruce" width="150"
height="200" />
<p>Ian Bruce can be my Wingman anytime!</p>
</div>
</body>
</html>