.announcement {
font-family: ‘Bree Serif’, serif;
font-size: 1.5em;
color: red;
text-align: center;
margin-top: 50px;
animation: blink 1s step-start 0s infinite;
}
@keyframes blink {
50% { opacity: 0; }
}
.announcement { font-family: ‘Bree Serif’, serif; font-size: 2em; color: red; text-align: center; margin-top: 50px; animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.6; } 100% { transform: scale(1); opacity: 1; } }
Download Iklan Pengajar Teknik PDF .title { font-family: ‘Bree Serif’, serif; color: #3185FC; text-align: center; }
Styled Text
.step-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 700px;
margin: 0 auto; /* <— This centers the box */
padding: 10px;
font-family: 'Bree Serif', serif;
background-color: #E7EBED;
border-radius: 8px;
}
.left-content {
display: flex;
align-items: center;
flex: 1; /* Allow it to take remaining space */
}
.circle {
background-color: #3185fc;
color: white;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
font-weight: bold;
}
.text {
color: #5A5A5A;
font-size: 16px;
margin-left: 10px;
}
.text a {
color: #3185fc;
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}
.qr {
width: 60px; /* Adjust size */
}
.qr img {
width: 100%;
height: auto;
}
Styled Text
.step-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 700px;
margin: 0 auto; /* <— This centers the box */
padding: 10px;
font-family: 'Bree Serif', serif;
background-color: #E7EBED;
border-radius: 8px;
}
.left-content {
display: flex;
align-items: center;
flex: 1; /* Allow it to take remaining space */
}
.circle {
background-color: #3185fc;
color: white;
padding: 4px 12px;
border-radius: 6px;
font-weight: bold;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.text {
color: #5A5A5A;
font-size: 16px;
margin-left: 10px;
}
.text a {
color: #3185fc;
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}
.qr {
width: 60px; /* Adjust size */
}
.qr img {
width: 100%;
height: auto;
}
Permohonan Structure
body {
font-family: ‘Bree Serif’, serif;
margin: 20px;
background-color: #fff;
}
.step-container {
background-color: #E7EBED;
padding: 20px;
border-radius: 8px;
max-width: 700px;
margin: 0 auto;
color: #5A5A5A;
font-size: 16px;
line-height: 1.6;
}
.step-container ol {
list-style: none;
padding-left: 0;
counter-reset: my-counter;
}
.step-container ol > li {
counter-increment: my-counter;
margin-bottom: 15px;
position: relative;
padding-left: 40px;
}
.step-container ol > li::before {
content: counter(my-counter, lower-alpha);
background-color: #8BC34A;
color: white;
font-weight: bold;
padding: 4px 10px;
border-radius: 6px;
position: absolute;
left: 0;
top: 0;
}
a {
color: #3185FC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
b {
font-weight: bold;
}
.step-container ul {
list-style: disc;
margin-left: 20px;
margin-top: 5px;
}
.step-container ul li {
margin-bottom: 5px;
}
Styled Text
.step-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 700px;
margin: 0 auto; /* <— This centers the box */
padding: 10px;
font-family: 'Bree Serif', serif;
background-color: #E7EBED;
border-radius: 8px;
}
.left-content {
display: flex;
align-items: center;
flex: 1; /* Allow it to take remaining space */
}
.circle {
background-color: #3185fc;
color: white;
padding: 4px 12px;
border-radius: 6px;
font-weight: bold;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.text {
color: #5A5A5A;
font-size: 16px;
margin-left: 10px;
}
.text a {
color: #3185fc;
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}
.qr {
width: 60px; /* Adjust size */
}
.qr img {
width: 100%;
height: auto;
}
Permohonan Structure
body {
font-family: ‘Bree Serif’, serif;
margin: 20px;
background-color: #fff;
}
.step-container {
background-color: #E7EBED;
padding: 20px;
border-radius: 8px;
max-width: 700px;
margin: 0 auto;
color: #5A5A5A;
font-size: 16px;
line-height: 1.6;
}
.step-container ol {
list-style: none;
padding-left: 0;
counter-reset: my-counter;
}
.step-container ol > li {
counter-increment: my-counter;
margin-bottom: 15px;
position: relative;
padding-left: 40px;
}
.step-container ol > li::before {
content: counter(my-counter, lower-alpha);
background-color: #8BC34A;
color: white;
font-weight: bold;
padding: 4px 10px;
border-radius: 6px;
position: absolute;
left: 0;
top: 0;
}
a {
color: #3185FC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.step-container ul {
list-style: disc;
margin-left: 20px;
margin-top: 5px;
}
.step-container ul li {
margin-bottom: 5px;
}
b {
font-weight: bold;
}
.title {
font-family: ‘Bree Serif’, serif;
color: #3185FC;
text-align: center;
}
Important Notice
body {
font-family: ‘Bree Serif’, serif;
background-color: #fff;
margin: 20px;
}
.notice-box {
background-color: #E7EBED;
padding: 15px 20px;
border-radius: 8px;
max-width: 700px;
margin: 0 auto;
color: #5A5A5A;
font-size: 16px;
line-height: 1.6;
}
.notice-box a {
color: #3185FC;
text-decoration: none;
}
.notice-box a:hover {
text-decoration: underline;
}
.notice-box b {
font-weight: bold;
}
.announcement { font-family: ‘Bree Serif’, serif; font-size: 2em; color: red; text-align: center; margin-top: 50px; animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.6; } 100% { transform: scale(1); opacity: 1; } }
Sukacita dimaklumkan bahawa permohonan telah ditutup.
Download Iklan Pengajar Teknik PDF .title { font-family: ‘Bree Serif’, serif; color: #3185FC; text-align: center; }
TATACARA PERMOHONAN
1
Permohonan hendaklah dilengkapkan melalui kod QR atau melalui pautan:
https://forms.office.com/r/bddjk4jK37
2
Bagi pemohon-pemohon yang bukan terdiri daripada pegawai dan kakitangan yang sedang berkhidmat dengan Kerajaan Kebawah Duli Yang Maha Mulia, adalah dikehendaki untuk:
- Menghadapkan dokumen-dokumen yang diperlukan ke alamat emel recruitment@ibte.edu.bn dan sertakan nombor Kad Pengenalan dan Kod Rujukan Iklan (contoh: 00-123456, 20250528/TP/III/TI) sebagai subjek e-mel tersebut.
-
Pemohon-pemohon hendaklah menghadapkan melalui emel dokumen-dokumen seperti berikut:
- Resume / CV terkini
- Salinan kelayakan akademik dan profesional
- Salinan Kad Pengenalan
- Sebarang dokumen sokongan yang relevan (contoh: surat MKPK, surat dan sijil-sijil yang berkaitan)
3
Bagi pemohon-pemohon yang terdiri daripada pegawai dan kakitangan yang sedang berkhidmat dengan Kerajaan Kebawah Duli Yang Maha Mulia, adalah dikehendaki untuk:
- Melengkapkan borang permohonan secara online dan juga menghadapkan dokumen-dokumen yang berkaitan secara hardcopy ke Bahagian Sumber Manusia, Ibu Pejabat Institut Pendidikan Teknikal Brunei (IBTE).
- Emel dokumen-dokumen berkenaan ke alamat emel recruitment@ibte.edu.bn dan sertakan nombor Kad Pengenalan dan Kod Rujukan Iklan (contoh: 00-123456, 20250528/TP/III/TI) sebagai subjek e-mel tersebut beserta dokumen-dokumen berkaitan.
-
Pemohon-pemohon hendaklah menghadapkan secara hardcopy dan melalui emel dokumen-dokumen seperti berikut:
- Borang “IBTE Recruitment Application Form”
(Sila cetak respons daripada borang permohonan dalam talian IBTE RECRUITMENT APPLICATION FORM) – Muat Turun Borang - Borang pengesahan Ketua Jabatan Muat Turun Borang
- Penilaian prestasi tiga (3) tahun kebelakangan
- Laporan sulit
- Rekod perkhidmatan yang lengkap dan terkini
- Resume / CV terkini
- Salinan kelayakan akademik dan profesional
- Salinan Kad Pengenalan
- Sebarang dokumen sokongan yang relevan (contoh: surat MKPK, surat dan sijil-sijil yang berkaitan)
- Borang “IBTE Recruitment Application Form”
Sila ambil Perhatian
Permohonan yang tidak lengkap tidak akan dipertimbangkan. Pastikan Awang / Dayang menyediakan dokumen yang lengkap sebelum menghantar permohonan. Jika ada sebarang pertanyaan, bolehlah menghubungi Bahagian Sumber Manusia IBTE melalui alamat e-mel
recruitment@ibte.edu.bn, dengan menyertakan nombor Kad Pengenalan dan Kod Rujukan Iklan sebagai subjek e-mel (contoh : 00-123456, 20250528/TP/III/TI).