Supply and Delivery of Diesel ITT/Open Tender For Syria الوظائف Blog هادي الكردي خبر اليوم… فرصتك غداً
الوظائف

Supply and Delivery of Diesel ITT/Open Tender For Syria

تخطَّ إلى التقديم على الوظيفة

Supply and Delivery of Diesel ITT/Open Tender For Syria

Relief International (RI) invites your submission of a financial bid in order to provide goods and services in accordance with the conditions detailed in the attached documents. RI seeks a supplier/s for the provision of fuel to Health centers across Syria for 3 years.

Deadline for question submission from suppliers is 21 Sep 2026 to [email protected].

Note: Getting this ITT document will be by downloading through link .

https://drive.google.com/drive/folders/1PttDlGxg4FnK-THBYRQr0vZDfxAaNz2B?usp=sharing

كيفية التقديم

Interested suppliers are invited to submit their complete bid documents in PDF format to [email protected] no later than 05 October 2026 at 17:00 Damascus Time, the tender reference is Syria/WOS/2026/054.

هل أنت مهتم في هذه الفرصة؟
منظمة الإغاثة الدولیة (Relief International)

نوع المؤسسة

منظمة غير ربحية

الموقع الإلكتروني

عدد الوظائف

28 الوظائف

عدد المناقصات

5 مناقصة

.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) {}
});
})();


تم النشر في

15/9/2026

الموعد النهائي

5/10/2026

المتقدمون

0

المهارات

الفئة

اللوجستيات والمشتريات

النوع

دوام كامل

الراتب

الموقع

حلب | دمشق | طرطوس | ريف دمشق | ديرالزور | درعا | السويداء | إدلب | القنيطرة | اللاذقية | الرقة | حمص | الحسكة | حماة

هذه الصفحة والتقديم على الوظيفة يعملان مع قارئ الشاشة ولوحة المفاتيح المصمّمة لذوي الإعاقة البصرية.


اقرأ بيان إمكانية الوصول



مشاركة هذه الوظيفة







هل هذه الوظيفة مشبوهة؟

إذا لاحظت أن الوظيفة وهمية أو تطلب رسوماً أو تحتوي على معلومات مضللة، ساعدنا في الحفاظ على المنصة آمنة.

📄
سيرتك الذاتية جاهزة — بضغطة واحدة
✨ جديد

أكمل ملفك المهني على ورك لينك وحمّل سيرة ذاتية احترافية بالعربية في ثوانٍ — مجاناً.

بحث

Exit mobile version