We're always on the lookout for bright and talented people who can help us create big ideas that can spark positive change. We believe in technology as a tool to help build a better world. Think you got the chops?
Business Development Manager – Qatar (1 Position)
Senior Pre Sales Consultant – UAE (1 Position)
Technical Consultants / Support Engineers – KSA (2 Positions)
Pre Sales Consultant – South Africa (1 Position)
Sales Manager – South Africa (1 Position)
Product Managers - UAE (2 Positions)
jQuery(function($){
$("#ticker").tweet({
username: "starlinkme",
page: 1,
avatar_size: 36,
count: 20,
loading_text: "Loading Tweets"
}).bind("loaded", function() {
var ul = $(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
ul.find('li:first').animate( {marginTop: '-3em'}, 500, function() {
$(this).detach().appendTo(ul).removeAttr('style');
});
ticker();
}, 5000);
};
ticker();
});
});