-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
executable file
·77 lines (67 loc) · 4.8 KB
/
about.php
File metadata and controls
executable file
·77 lines (67 loc) · 4.8 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<?include "about_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row " style="margin-left: auto; margin-right: auto; margin-bottom: 0px">
<div class="span15" style="margin-top:0px;margin-bottom: 0px; margin-left: auto; margin-right: auto; ">
<h4 class="glow" style="font-family: 'Tahoma', sans-serif; text-align: center; width: 100%; font-size: 20px; font-weight: lighter; color:#444444; "> </h4>
</div>
<div class="span15" style="margin-top:30px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="background-color: #ffffff;opacity:0.8;align:center;margin-top:-10px;margin-left:45px;margin-bottom: 5px; width: 850px;">
<tbody>
<tr>
<td style="padding:20px;font-family: 'Tahoma', sans-serif; text-align: justify; font-weight: lighter; color:#444444; font-size: 16px; line-height: 21px;"> <b> Imagine </b> that you are a trained mechanic in Kenya but you have given up searching for jobs in your industry. This is not because mechanic jobs do not exist in your town. It is because <i> TRUST </i> is one of the most important aspects of hiring in the developing world, and the people who would typically hire you - your family and friends - are not looking for mechanics. So instead, you are hawking wares on the street for <i> half the pay</i>. After all, with a family to feed, you cannot afford to be choosy. <p></p><br> Now, <b> imagine </b> that you have access to an employment network where you can receive job alerts from friends of friends of friends who are hiring workers with your skills. </br><p></p><br> Now, what would you say if this is all happening on your cell phone?
</td>
</tr>
</tbody>
</table>
</div>
<div class="span15" style="margin-top:30px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="background-color: #ffffff;opacity:0.8;align:center;margin-top:-10px;margin-left:45px;margin-bottom: 5px; width: 850px;">
<tbody>
<tr>
<td style="padding:20px;font-family: 'Tahoma', sans-serif; text-align: justify; font-weight: lighter; color:#444444; font-size: 16px; line-height: 21px;"> <b> DUMA</b>, which is the Swahili word for cheetah, is a revolutionary job networking service that uses basic cell phone technology and social networking to automatically connect employers to qualified employees whom they can trust. <p> </p><br> When an employer has a job opening, he or she sends a text message to DUMA to specify the available position. Our software then finds employees with the closest matching job skills and social contacts, and then sends them a text message notification about the job opening. <p> </p><br> So while the employee is now part of a robust hiring network, the employer also gains from a simple, more reliable, and more effective hiring process. <i> Everyone wins.</i> </br>
</table>
</div>
<div class="span15" style="margin-top:30px; margin-bottom: 0px; margin-left:auto; margin-right: auto;align:center;">
<table style="background-color: #ffffff;opacity:0.8;align:center;margin-top:-10px;margin-left:45px;margin-bottom: 5px; width: 850px;">
<tbody>
<tr>
<td style="padding:20px;font-family: 'Tahoma', sans-serif; text-align: justify; font-weight: lighter; color:#444444; font-size: 16px; line-height: 21px;"> Today, in a world where cell phones are being used for everything from banking to health care, we’re excited about DUMA’s potential impact in Kenya and other emerging markets. By increasing the access of informal laborers to income generating activities, we hope to alleviate the direct impacts of poverty such as unsafe living conditions and food insecurity, while empowering members of the community with a sense of dignity and social significance.
</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>
</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>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>