This repository has been archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
roc-careers.php
106 lines (103 loc) · 5.02 KB
/
roc-careers.php
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?php
include("inner.tpl");
function ShowContent($title)
{
?>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<div id="content_area">
<table width="98%" border="0" cellpadding="2" cellspacing="0" >
<tr>
<td width="4%" align="left" valign="top"> </td>
<td colspan="3" align="left" valign="top"> </td>
<td width="3%" align="left" valign="top"> </td>
</tr>
<tr>
<td height="37" colspan="4" align="left" valign="top"><div align="justify">Imagine having the resources to influence tomorrow's reality - today. At ROC we are seeking people whose ideas can make a difference, individuals who thrive on the opportunity to think creatively and be empowered to deliver.<br />
<br />
</div></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="37" align="left" valign="top"> </td>
<td colspan="3" align="left" valign="top"><p>We are looking for eligible candidates for following positions<br />
<br />
</p></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="39" align="left" valign="top" class="greentext"><strong>No.</strong></td>
<td align="left" valign="top" class="greentext"><strong>Role</strong></td>
<td colspan="2" align="left" valign="top" class="greentext"><strong>Apply Now</strong></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="37" align="left" valign="top">1. </td>
<td width="30%" align="left" valign="top">Manager </td>
<td width="19%" align="left" valign="top" ><a href="showappfrm.php?cat=Manager" class="redlink">CLICK TO APPLY</a> </td>
<td width="44%" align="left" valign="top"><a href="showappfrm.php?cat=Manager"><img src="images/assignperson_enabled.gif" width="24" height="24" border="0" /></a></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="36" align="left" valign="top">2. </td>
<td align="left" valign="top">Accountant </td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Accountant" class="redlink">CLICK TO APPLY</a> </td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Accountant"><img src="images/assignperson_enabled.gif" width="24" height="24" border="0" /></a></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="34" align="left" valign="top">3.</td>
<td align="left" valign="top"> Receptionist</td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Receptionist" class="redlink">CLICK TO APPLY</a> </td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Receptionist"><img src="images/assignperson_enabled.gif" width="24" height="24" border="0" /></a></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="36" align="left" valign="top">4. </td>
<td align="left" valign="top">Office Assistant</td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Office Assistant" class="redlink">CLICK TO APPLY</a> </td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Office Assistant"><img src="images/assignperson_enabled.gif" width="24" height="24" border="0" /></a></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top">5</td>
<td align="left" valign="top">Driver</td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Driver" class="redlink">CLICK TO APPLY</a> </td>
<td align="left" valign="top"><a href="showappfrm.php?cat=Driver"><img src="images/assignperson_enabled.gif" width="24" height="24" border="0" /></a></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"> </td>
<td colspan="3" align="left" valign="top"> </td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"> </td>
<td colspan="3" align="left" valign="top"><a href="http://www.lightrains.com/" target="_blank" class="style1">Web Design & Development</a></td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"> </td>
<td colspan="3" align="left" valign="top"> </td>
<td align="left" valign="top"> </td>
</tr>
</table>
<a href="roc-careers.php"><img src="images/career-development.jpg" alt="Career At ROC" width="791" height="261" border="0" /></a>
<p> </p>
</div>
<?php
}
function getTitle()
{
return "Career | Reality Opportunity Club";
}
function showMeta()
{
$meta = '<meta name="description" content="At ROC we are seeking people whose ideas can make a difference, individuals who thrive on the opportunity to think creatively and be empowered to deliver."/>
<meta name="keywords" content="Career, Reality Opportunity Club, Manager, Accountant, Receptionist, Office Assistant, Driver "/>';
return $meta;
}
?>