-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.php
More file actions
executable file
·63 lines (59 loc) · 4.86 KB
/
team.php
File metadata and controls
executable file
·63 lines (59 loc) · 4.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "team_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-top:40px;margin-left:20px;margin-right:20px; margin-bottom:10px; background-color:#ffffff;opacity:0.8; padding:8px;">
<div class="span15" style="margin-top:30px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="align:center;margin-top:10px;margin-right:30px; margin-left:30px;margin-bottom: 5px; width:935px;">
<tbody>
<tr style="width=100%">
<td> <img src="images/christine.jpg" vertical-align="bottom" align="center" width="180"> </img></a> </td>
<td style="width:400px;font-family: 'Tahoma', sans-serif; margin-left:15px;text-align: justify; font-weight: lighter; color:#444444; font-size: 17px; line-height: 27px;padding-right:75px;"> <b> Christine Blauvelt </b> <br>Co-Founder</br><p></p><p> Christine hails from the Los Angeles area, but spent the last four years at Princeton studying Anthropology and Global Health. She fell in love with Kenya last summer while conducting thesis research on HIV/AIDS in the Muslim community of Nakuru. Christine thrives on fresh air and sunshine, Afro-Caribbean music, traveling around the world, emoticons ☺, and good convos with good people.</p> </td>
<td> <img src="images/arielle.jpg" align="center" vertical-align="bottom" width="180"> </img></a> </td>
<td style="width:400px;font-family: 'Tahoma', sans-serif; margin-left:15px;text-align: justify; font-weight: lighter; color:#444444; font-size: 17px; line-height: 27px;padding-right:75px;"> <b> Arielle Sandor </b> <br>Co-Founder</br><p></p><p> Arielle Sandor is a proud former History Major who also managed to get mixed up in Mandarin and Chekhov during her time at Princeton. In the summer 2011, Arielle went to Nakuru, Kenya and trained in community theater with a local youth organization that led to many a conversation and many a performance. When not working on DUMA, Arielle can be found jogging in scenic locations, sketching with her charcoals, and whipping up exotic cuisine.</p> </td>
</tr>
</tbody>
</table>
</div>
<br>
</br>
<div class="span15" style="margin-top:30px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="align:center;margin-top:10px;margin-right:30px; margin-left:30px;margin-bottom: 5px; width:935px;">
<tbody>
<tr style="width=100%">
<td> <img src="images/eric.jpg" vertical-align="bottom" align="center" width="180"> </img></a> </td>
<td style="width:400px;font-family: 'Tahoma', sans-serif; margin-left:15px;text-align: justify; font-weight: lighter; color:#444444; font-size: 17px; line-height: 27px;padding-right:75px;"> <b> Eric Kuto </b> <br>Chief Technology Officer</br><p></p><p> Eric graduated from Princeton University with a degree in Computer Science and a certificate in Information Technology and Society. He is originally from Iten, a village in Western Kenya (“Chamgei” to everyone back home!) When he’s not coding, Eric likes running and watching track, dancing the Azonto, and meeting cool people.</p> </td>
<td> <img src="images/luke.jpg" align="center" vertical-align="bottom" width="180"> </img></a> </td>
<td style="width:400px;font-family: 'Tahoma', sans-serif; margin-left:15px;text-align: justify; font-weight: lighter; color:#444444; font-size: 17px; line-height: 27px;padding-right:75px;"> <b> Luke Paulsen </b> <br>Software Engineer</br><p></p><p> Luke is a junior at Princeton University in the Computer Science department with a planned certificate in Classics. He is from Minneapolis, Minnesota and spent a semester studying at Daystar University in Kenya before coming to Princeton. Luke's other interests include brass music, economics, and game design.</p> </td>
</tr>
</tbody>
</table>
</div>
<div class="span15" style="margin-bottom: 7px; margin-left: auto; margin-right: auto;font-size: 16px text-align: center;">
<table width="100%" style="margin-bottom: 10px; margin-right: auto; margin-left: auto; text-align: center;">
<tbody>
<tr>
<td width="100%"align="center" valign="middle" height="100%" style="vertical-align:middle;" >
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row" style="margin-left: 0px";>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer class="row" style="margin-left:-10; margin-right:auto">
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>