The manager mourns the martyr, the rescue of the tenth metropolis .. and Madbouly: an necessary reward and pension for his family

The Council of Ministers and the ministries of oil, endowments and work mourned with sizable disappointment, the hero Khaled Mohamed Shawky, who handed away this day; As a results of his injure, after the voters’ spirit, in the incident of the burning of an supply automobile in gas in the tenth of Ramadan home, while the Minister of Labor, Muhammad Gibran, made up our minds to employ the amount of 200 thousand pounds to the martyr’s family.

Dr. Mustafa Madbouly, High Minister, mourned with sizable disappointment and sorrow, the hero Khaled Mohamed Shawky, who handed away this day; It used to be tormented by his injure, indicating that he presented a mannequin for the championship and sacrifice, when he redeemed the spirit of the voters.

The High Minister expressed my actual condolences and deep sympathy to the family of the hero, pondering that he used to be a image of redemption and the tempo of habits in a extremely dangerous disaster, positively, which has been through the victims and destruction, and preserved many lives and property.

Dr. Mustafa Madbouly, the ministers of petroleum, mineral wealth, and social cohesion, in instantaneous coordination, urged to disburse a rewarding reward for the hero’s family, video display an necessary pension for her, and honor them, in a plan that shows the meanings of appreciation for his sacrifice, and the gratitude of his bridge that can remain immortal in the sense of right and erroneous.
Dr. Mustafa Madbouly emphasized the appreciation of the manager, and even the Egyptian of us on the total, to those shimmering objects in society, and its keenness to uphold its location, to location an instance for others.

The Ministry of Petroleum and Mineral Resources, Khaled Mohamed Shawky, mourned a driver, stressing that he struck essentially the most fabulous examples of heroism, sacrifice, altruism and passion on the lives of others, and presented his pure spirit in substitute for the protection of his colleagues and voters present on the positioning of the accident.

The ministry talked about – in an announcement that it showed rare braveness and superior sincerity, when he moved his burning automobile to do away with it from the positioning of the hazard, which averted the exacerbation of the fireplace and its extension to the gas verbalize, which had a sizable influence in conserving lives and fighting extra victims.
The Ministry of Petroleum clarified that his sacrifice is a shimmering register the honor epic for the males of the oil sector, and a supply of pleasure and pleasure for his family and colleagues after him, asking the Almighty to cloak him with the mercy of his mercy, and to dwell in his immense gardens, and wait on his generous family, his family and colleagues with persistence and solace.
Osama Al -Azhari, the Minister of Awqaf, also mourned the hero Khaled Mohamed Shawky, who came to build a total home from a realized catastrophe, explaining that the deceased presented the role mannequin to his team himself.
At present, Minister of Labor, Mohamed Gibran, made up our minds to substitute the amount of 200 thousand pounds for the family of the martyr, directing the competent departments in the Ministry to seem at up and procedures considerable to pay this amount as rapidly as that you’re going to converse of.
Minister Gibran equipped to the family of the hero martyr with actual condolences, calling on God to dwell in his expansive gardens, and build his grave a kindergarten from the gardens of Paradise, and inhabited by the sector of the martyrs, and talked about that he is a role mannequin for his society, and placement the instance in sacrifice and redemption.
And the driver Khaled Mohamed Shawky Abdel -Aal, the gas truck driver who saved the metropolis of Tenth of Ramadan, used to be tormented by his injure after his deterioration as a end result of the incident, after a hearth broke out in his automobile while standing at a gasoline verbalize, and with his braveness and query, he sacrificed himself to build the voters, and drove his automobile while burning away from the verbalize for disaster of exploding.

The fireplace resulted in the cupboard, and the fireplace spread to the driver’s body, which necessitated his instantaneous transfer to the clinical institution to receive clinic treatment, but his condition deteriorated and his final breath, on Sunday.

It’s far price noting that the engineer Alaa Abdallah, head of the Tenth of Ramadan City Pattern Authority, has made up our minds to originate the name of the hero driver Khaled Mohamed Shawky Abdel -Al, on one amongst the metropolis’s streets, in commemoration of his memory and in honor of his brave location, which expressed one of the best meanings of braveness and sincerity at work.

aim replaceOembedWithHtml(component, sourceData) {
if (sourceData.supply.toLowerCase() === “youtube”) {
var html=”

” +

‘ +

‘ +

‘ +
‘ +

‘ +

‘;
replaceElementWithHtml(component, html);
} else if (sourceData.supply.toLowerCase() === “instagram”) {
var html=”

‘;
replaceElementWithHtml(component, html);
} else if (sourceData.supply.toLowerCase() === “twitter”) {
var html=”

‘;
replaceElementWithHtml(component, html);
} else if (sourceData.supply.toLowerCase() === “fb”) {
var html=”


replaceElementWithHtml(component, html);
} else {
replaceElementWithHtml(component, “”);
}
}

aim extractLinkFromOembed(component) {
return getUrlSource(component.getAttribute(“url”));
}

aim getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/look for?v=|.be/)((w-_)*)(&(amp;)?‌​(w?‌​=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/field(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.fb.com.*/(video(s)?|look for|epic|posts)(.php?|/).+$/;

if (ytRegex.check(url)) {
return {
supply: “Youtube”,
url: url,
identity: ytRegex.exec(url)(1)
};
}

if (instaRegex.check(url)) {
return {
supply: “Instagram”,
url: url,
identity: instaRegex.exec(url)(3)
};
}

if (twitterRegex.check(url)) {
return {
supply: “Twitter”,
url: url,
identity: twitterRegex.exec(url)(1)
};
}

if (fbRegex.check(url)) {
return {
supply: “Fb”,
url: url,
identity: fbRegex.exec(url)(1)
};

}

return {
supply: “Unknown”,
url: url,
identity: “”
};
}

aim replaceElementWithHtml(component, html) {
var str = html;
var Obj = component; //any component to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it is easy replace of total component with contents of str var
} else { //if outerHTML is now no longer supported, there’s a unfamiliar but crossbrowsered trick
var tmpObj = doc.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, component wants to be parented
ObjParent.replaceChild(tmpObj, Obj); //right here we inserting our short-term files in its put of our purpose, so we are able to search out it then and replace it into whatever we desire to substitute to
ObjParent.innerHTML = ObjParent.innerHTML.replace(‘

‘, str);
}
}
aim loadfbApi() {
var js = doc.createElement(‘script’);
js.src=”
doc.body.appendChild(js);
}
aim runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = doc.querySelectorAll(“.youtube”);

for (var i = 0; i < youtube.length; i++) { var supply = "https://img.youtube.com/vi/" + youtube(i).dataset.embed + "http://192.168.2.55/0.jpg"; var image = new Image(); image.src = "https://www.elbalad.files/subject issues/elbalad/sources/images/no.jpg"; image.classList.add('lazyload'); image.setAttribute("files-src", supply); image.setAttribute("alt", "youtube"); image.addEventListener("load", aim () { youtube(i).appendChild(image); }(i)); youtube(i).addEventListener("click", aim () { var iframe = doc.createElement("iframe"); iframe.setAttribute("frameborder", "0"); iframe.setAttribute("allowfullscreen", ""); iframe.setAttribute("src", "https://www.youtube.com/embed/" + this.dataset .embed + "?rel=0&showinfo=0&autoplay=1"); this.innerHTML = ""; this.appendChild(iframe); }); }; } (tagstotranslate), the hero Khaled Mohamed Shawky (T) tenth of Ramadan (T) Dr. Mustafa Madbouly (T) Country Records (T) Investigations and files

Source hyperlink