lowongan Kerja Khusus (BKK) / Career Development Center STIE Balikpapan

? INFO LOWONGAN KERJA
Kantor Bursa Kerja Khusus (BKK) / Career Development Center STIE Balikpapan membuka informasi kesempatan berkarier di Gadai MAS Kaltim!

✨ Kualifikasi Umum:
▪️ Pendidikan minimal S1 (semua jurusan)
▪️ Tidak buta warna
▪️ Memiliki integritas tinggi
▪️ Komunikatif & tertarik di bidang pelayanan
▪️ Menguasai Microsoft Office
▪️ Bersedia ditempatkan di seluruh unit Gadai MAS Area Kaltim

? Kesempatan kerja ini cocok bagi lulusan baru maupun yang berpengalaman dan ingin berkarier di industri jasa keuangan berbasis pelayanan masyarakat.

? Pendaftaran silakan klik tautan berikut: bit.ly/Lamar_PenaksirEmas
? gadaimas.com
? serbamuliagroup.co.id
fb: Gadai Mas Id
IG: @gadai.mas

Info lebih lanjut, silakan hubungi BKK STIE Balikpapan (Gedung A Lantai 2 Kampus STIEPAN)

#KarierBKKSTIEPAN #LowonganKerja #GadaiMAS #KarierKaltim #BKKBalikpapan #STIEBalikpapan #KesempatanKarier

Published in News
More in this category: « BiBiT BSI – Program Pemagangan Terstruktur Prestasi Membanggakan dari Mahasiswi STIE Balikpapan »
back to top
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die; //check if t3 plugin is existed if (!defined('T3')) { if (JError::$legacy) { JError::setErrorHandling(E_ERROR, 'die'); JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN')); exit; } else { throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500); } } $t3app = T3::getApp($this); // addition for demostrtion $input = JFactory::getApplication()->input; $theme = $input->get('theme', ''); $params = $t3app->_tpl->params; if(!empty($theme)){ $params->set('theme', $theme); } // get configured layout $layout = $t3app->getLayout(); $t3app->loadLayout($layout);