-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjobs.php
45 lines (45 loc) · 1.61 KB
/
jobs.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
<head>
<title>Jobs | The Hub </title>
</head>
<!-- intro section -->
<div id="intro" class="text-xs-center">
<div class="text-center" id="intro-section">
<img src="img/thehub.ico.jpg" width="60" height="60">
<div class="col-md-6 container">
<h2>Find Job Offers here.</h2>
<p>Are you looking for programmers for your company or for your project? Email us at [email protected], or send your ad <a href="contact.php">here</a> and we will get back to you shortly.</p><hr>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 text-left">
<h2>3C Technologies</h2>
<p>C#, PHP, Lavarel developer
</p>
<h6 style="color:blue;"> Find out more, <i class="fa fa-phone"></i> (233) 24 321 0305</h6>
</div>
<div class="col-md-4 text-left">
<h2>3C Technologies</h2>
<p>All round programmer who can teach up to 30 people how to use 3C Technologies software
</p>
<h6 style="color:blue;">Find out more, <i class="fa fa-phone"></i> (233) 24 321 0305</h6>
</div>
<div class="col-md-4 text-left">
<h2>Bytion</h2>
<p>Front-End Web Developer
Part Time. <bold>Remote</bold><br><a href="http://bytion.io/o/frontend-web-developer">Find out more</a></p>
</div>
<div class="col-md-4 text-left">
<h2>RevUnit</h2>
<p>Hybrid Mobile Developer<br>
<a href="https://revunit.workable.com/j/FACEA88A9E">Find out more</a></p>
</div>
<div class="col-md-4 text-left">
<h2>PeopleDoc</h2>
<p>UX UI Developer<br>
<a href="https://boards.greenhouse.io/peopledoc/jobs/649430#.WPdxj6K1s2w">Find out more</a></p>
</div>
</div>
</div>
<!-- /. intro section -->