Livelihoods Field Coordinator
Organizational Context & Job Purpose:
The Syrian Arab Red Crescent (SARC) is seeking to recruit a Livelihoods Field Coordinator based in Damascus – Abou Remmaneh to document and coordinate the work at a community grass root level [cite: 2].
Job Duties and Responsibilities:
- Facilitate relations between SARC and the local communities in the realization of projects objectives [cite: 2].
- Awareness raising and community mobilization [cite: 2].
- Beneficiaries identification and selection [cite: 2].
- Monitoring and supporting project implementation at field level [cite: 2].
- Comply with the SARC financial and administrative procedures and financial requirements [cite: 2].
- Support external evaluation missions [cite: 2].
- Assist Livelihoods unit manager assistance and Livelihoods Manager in the preparation of all documents and forms necessary for the implementation of the livelihoods project [cite: 2].
- Follow up with SARC Branch Livelihoods Teams the complains from the beneficiaries and communities [cite: 2].
- Provide Arabic-English translation/interpretation support to the Movement Livelihoods Delegate [cite: 2].
Position Requirements:
- Four years university degree (Bachelor’s degree) [cite: 2].
- Experience working on similar humanitarian programmes [cite: 2].
- Knowledge of the branch and governorate and experience communicating with beneficiaries [cite: 2].
- An understanding of monitoring and reporting, knowledge of the ICRC Movement [cite: 2].
- Good level of computer skills including email and internet use [cite: 2].
- Ability to speak and write well in English and Arabic [cite: 2].
How to Apply:
Interested candidates are requested to send their updated CV in English and must be PDF file only to: [email protected]. Should write the position you apply for (Livelihoods Field Coordinator) in the Subject [cite: 2].
نوع المؤسسة
الموقع الإلكتروني
عدد الوظائف
عدد المناقصات
.ai-prompts{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.ai-prompt{width:100%;height:100%;display:flex;flex-direction:column;gap:6px;text-align:start;background:#fff;border:1.5px solid #e1e4f3;border-radius:12px;padding:14px 16px;cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s;font:inherit;color:#14163f}
.ai-prompt:hover,.ai-prompt:focus-visible{border-color:#151668;box-shadow:0 6px 18px rgba(21,22,104,.08);transform:translateY(-1px)}
.ai-prompt-label{font-size:.72rem;font-weight:800;color:#F55536;letter-spacing:.02em}
.ai-prompt-text{font-size:.95rem;line-height:1.7;font-weight:600}
.ai-prompt-copy{margin-top:auto;font-size:.75rem;font-weight:700;color:#151668;opacity:.7}
.ai-toast{position:fixed;inset-inline:0;bottom:24px;margin:auto;width:max-content;max-width:90vw;background:#151668;color:#fff;border-radius:999px;padding:10px 20px;font-weight:700;font-size:.9rem;box-shadow:0 10px 30px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s,transform .2s;z-index:2000}
.ai-toast.is-on{opacity:1;transform:none}
.ai-card{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#f3f4fd,#fff6f3);border:1.5px solid #e4e6f6;border-radius:14px;padding:14px 16px;position:relative}
.ai-card[hidden]{display:none!important}
.ai-card-art{flex-shrink:0}
.ai-card-body{flex:1;min-width:0}
.ai-card-kicker{display:inline-block;font-size:.7rem;font-weight:800;color:#fff;background:#F55536;border-radius:999px;padding:2px 9px;margin-bottom:4px}
.ai-card-title{font-weight:800;color:#14163f;font-size:1rem;line-height:1.6;margin:0}
.ai-card-sub{color:#5b607d;font-size:.85rem;margin:2px 0 0;line-height:1.7}
.ai-card-btn{display:inline-block;margin-top:8px;background:#151668;color:#fff!important;border-radius:9px;padding:7px 14px;font-weight:700;font-size:.85rem;text-decoration:none!important}
.ai-card-btn:hover,.ai-card-btn:focus-visible{background:#0d0e5c}
.ai-card-x{position:absolute;top:6px;inset-inline-end:8px;background:none;border:0;color:#7a7f9c;font-size:1.2rem;line-height:1;padding:4px 6px;cursor:pointer;border-radius:6px}
.ai-card-x:hover,.ai-card-x:focus-visible{color:#14163f;background:rgba(21,22,104,.06)}
@media (max-width:480px){.ai-card{align-items:flex-start}.ai-card-art svg{width:56px;height:56px}}
.ai-ask{background:none;border:0;padding:0;color:#151668;font-weight:700;font-size:.84rem;cursor:pointer;text-decoration:underline;text-decoration-color:rgba(21,22,104,.3);text-underline-offset:3px}
.ai-ask:hover,.ai-ask:focus-visible{text-decoration-color:#151668}
.ai-ask-help{display:inline-flex;width:18px;height:18px;border-radius:50%;background:#eef0fb;color:#151668;font-size:.72rem;font-weight:800;align-items:center;justify-content:center;margin-inline-start:4px;text-decoration:none!important;vertical-align:middle}
(function () {
var toast = document.getElementById(‘ai-toast’);
var copied = “u062au0645 u0627u0644u0646u0633u062e”;
function say(msg) {
if (!toast) return;
toast.textContent = msg;
toast.classList.add(‘is-on’);
clearTimeout(say.t);
say.t = setTimeout(function () { toast.classList.remove(‘is-on’); }, 1800);
}
function copy(text) {
if (navigator.clipboard && window.isSecureContext) {
return navigator.clipboard.writeText(text);
}
var ta = document.createElement(‘textarea’);
ta.value = text; ta.setAttribute(‘readonly’, ”); ta.style.position = ‘fixed’; ta.style.opacity = ‘0’;
document.body.appendChild(ta); ta.select();
try { document.execCommand(‘copy’); } finally { document.body.removeChild(ta); }
return Promise.resolve();
}
document.addEventListener(‘click’, function (e) {
var btn = e.target.closest(‘.js-ai-copy’);
if (btn) {
var target = btn.getAttribute(‘data-copy-target’);
var text = target ? (document.getElementById(target) || {}).value : btn.getAttribute(‘data-copy’);
if (text) copy(text).then(function () { say(btn.getAttribute(‘data-copied’) || copied); });
return;
}
var close = e.target.closest(‘.js-ai-dismiss’);
if (close) {
var card = close.closest(‘.js-ai-card’);
if (!card) return;
try { localStorage.setItem(‘ai-dismiss:’ + card.getAttribute(‘data-dismiss-key’), String(Date.now())); } catch (err) {}
card.hidden = true;
}
});
// Hide cards dismissed in the last 30 days.
var month = 30 * 24 * 3600 * 1000;
document.querySelectorAll(‘.js-ai-card[data-dismiss-key]’).forEach(function (card) {
try {
var at = parseInt(localStorage.getItem(‘ai-dismiss:’ + card.getAttribute(‘data-dismiss-key’)) || ‘0’, 10);
if (at && Date.now() – at < month) card.hidden = true;
} catch (err) {}
});
})();
تم النشر في
الموعد النهائي
المتقدمون
المهارات
الفئة
النوع
الراتب
الموقع
هذه الصفحة والتقديم على الوظيفة يعملان مع قارئ الشاشة ولوحة المفاتيح المصمّمة لذوي الإعاقة البصرية.
هل هذه الوظيفة مشبوهة؟
إذا لاحظت أن الوظيفة وهمية أو تطلب رسوماً أو تحتوي على معلومات مضللة، ساعدنا في الحفاظ على المنصة آمنة.
✨ جديد
أكمل ملفك المهني على ورك لينك وحمّل سيرة ذاتية احترافية بالعربية في ثوانٍ — مجاناً.
بحث
العلوم الصحية…
مفتوحة
الهلال الأحمر العربي السوري
مدير حالة ضمن وحدة الخدمات المجتمعية و الحماية ( فريق الأمراض غير المعدية NCDs النقطة الطبية الرستن )
الموعد النهائي:
17/09/2026
الإرشاد النفسي
علم اجتماع
علم النفس
مفتوحة
الصيدلة
مفتوحة

