CINXE.COM
TesfaNews
<!doctype html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <style> .pro-wccp:before { content: "\f160"; top: 3px; } .pro-wccp:before{ color:#02CA03 !important } .pro-wccp { transform: rotate(45deg); } </style> <script id="wccp_pro_disable_hot_keys"> /*****************For contenteditable tags***************/ var wccp_pro_iscontenteditable_flag = false; function wccp_pro_iscontenteditable(e) { var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement var target = e.target || e.srcElement; var iscontenteditable = "false"; if(typeof target.getAttribute!="undefined" ) { iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string if(typeof target.hasAttribute!="undefined") { if(target.hasAttribute("contenteditable")) iscontenteditable = true; } } console.log("iscontenteditable:" + iscontenteditable); var iscontenteditable2 = false; if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean if(target.parentElement !=null) iscontenteditable2 = target.parentElement.isContentEditable; if (iscontenteditable == "true" || iscontenteditable == true || iscontenteditable2 == true) { if(typeof target.style!="undefined" ) target.style.cursor = "text"; //wccp_pro_log_to_console_if_allowed("", iscontenteditable + " " + iscontenteditable2); wccp_pro_iscontenteditable_flag = true; wccp_pro_log_to_console_if_allowed("function", "wccp_pro_iscontenteditable: true"); return true; } wccp_pro_log_to_console_if_allowed("function", "wccp_pro_iscontenteditable: false"); //wccp_pro_iscontenteditable_flag = false; } /******************************************************/ function wccp_pro_clear_any_selection() { if(window.wccp_pro_iscontenteditable_flag == true) return; wccp_pro_log_to_console_if_allowed("function", "wccp_pro_clear_any_selection"); var myName = wccp_pro_clear_any_selection.caller.toString(); myName = myName.substr('function '.length); myName = myName.substr(0, myName.indexOf('(')); console.log("called_by: " + myName); if (window.getSelection) { if (window.getSelection().empty) { // Chrome window.getSelection().empty(); } else if (window.getSelection().removeAllRanges) { // Firefox window.getSelection().removeAllRanges(); } } else if (document.selection) { // IE? document.selection.empty(); } //show_wccp_pro_message("You are not allowed to make this operation"); } /*Is content_editable element*/ function is_content_editable_element(element_name = "") { if (element_name == "TEXT" || element_name == "#TEXT" || element_name == "TEXTAREA" || element_name == "INPUT" || element_name == "PASSWORD" || element_name == "SELECT" || element_name == "OPTION" || element_name == "EMBED" || element_name == "CODE" || element_name == "CODEBLOCK") { wccp_pro_log_to_console_if_allowed("function", "is_content_editable_element: true >>" + element_name); return true; } wccp_pro_log_to_console_if_allowed("function", "is_content_editable_element: false >>" + element_name); return false; } /*Is selection enabled element*/ /* function is_selection_enabled_element(element_name = "") { if (is_content_editable_element == true) { wccp_pro_log_to_console_if_allowed("function", "is_selection_enabled_element: true >>" + element_name); return true; } wccp_pro_log_to_console_if_allowed("function", "is_selection_enabled_element: false >>" + element_name); return false; } */ /*Hot keys function */ function disable_hot_keys(e) { wccp_pro_log_to_console_if_allowed("function", "disable_hot_keys"); e = e || window.event; //console.log(e); if (!e) return; var key; if(window.event) key = window.event.keyCode; /*IE*/ else if (e.hasOwnProperty("which")) key = e.which; /*firefox (97)*/ wccp_pro_log_to_console_if_allowed("Data:", key); if (key == 123 || (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) )//F12 chrome developer key disable { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } var elemtype = e.target.tagName; elemtype = elemtype.toUpperCase(); var sel = getSelectionTextAndContainerElement(); if(elemtype == "BODY" && sel.text != "") elemtype = sel.containerElement.tagName; /* no need for it when tag name is BODY, so we get the selected text tag name */ /*elemtype must be merged by elemtype checker on function disable_copy & disable_copy_ie*/ if (is_content_editable_element(elemtype) == true) { elemtype = 'TEXT'; } if(wccp_pro_iscontenteditable(e) == true) elemtype = 'TEXT'; if (key == 44)/*For any emement type, text elemtype is not excluded here, (prntscr (44)*/ { copyTextToClipboard(""); show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (e.ctrlKey || e.metaKey) { if (elemtype!= 'TEXT' && (key == 97 || key == 99 || key == 120 || key == 26 || key == 43)) { show_wccp_pro_message(''); return false; } if (elemtype!= 'TEXT') { if (key == 65) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 67) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 88) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 86) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } } if (key == 85) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 80) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 44) { copyTextToClipboard("no"); show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 73)//F12 chrome developer key disable { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } if (key == 83) { show_wccp_pro_message('You are not allowed to print or save this page!!'); return false; } } return true; } window.addEventListener('load', function (){ if(window.Zepto || !window.jQuery) jQuery = $; jQuery(document).ready(function() { jQuery(document).bind("keyup keydown", disable_hot_keys); }); }); </script> <style> .wccp_pro_copy_code_button { line-height: 6px; width: auto; font-size: 8pt; font-family: tahoma; margin-top: 1px; margin-right: 2px; position:absolute; top:0; right:0; border-radius: 4px; opacity: 100%; margin-top: -30px; } .wccp_pro_copy_code_button:hover { opacity: 100%; } .wccp_pro_copy_code_button[disabled] { opacity: 40%; border-color: red; } code,pre { overflow: visible; white-space: pre-line; } </style> <script id="wccp_pro_disable_Right_Click"> function nocontext(e) { wccp_pro_log_to_console_if_allowed("function", "nocontext"); e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement if (apply_class_exclusion(e) == 'Yes') return true; var exception_tags = 'NOTAG,'; var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName; console.log("clickedTag: " + clickedTag); var target = e.target || e.srcElement; var parent_tag = ""; var parent_of_parent_tag = ""; if(target.parentElement != null) { parent_tag = target.parentElement.tagName; if(target.parentElement.parentElement != null) parent_of_parent_tag = target.parentElement.parentElement.tagName; } var checker = 'checked'; if ((clickedTag == "IMG" || clickedTag == "FIGURE" || clickedTag == "SVG" || clickedTag == "PROTECTEDIMGDIV") && checker == 'checked') { if (alertMsg_IMG != "")show_wccp_pro_message(alertMsg_IMG); return false; }else {exception_tags = exception_tags + 'IMG,';} checker = ''; if ((clickedTag == "VIDEO" || clickedTag == "PROTECTEDWCCPVIDEO" || clickedTag == "EMBED") && checker == 'checked') { if (alertMsg_VIDEO != "")show_wccp_pro_message(alertMsg_VIDEO); return false; }else {exception_tags = exception_tags + 'VIDEO,PROTECTEDWCCPVIDEO,EMBED,';} checker = ''; if ((clickedTag == "A" || clickedTag == "TIME" || parent_tag == "A" || parent_of_parent_tag == "A") && checker == 'checked') { if (alertMsg_A != "")show_wccp_pro_message(alertMsg_A); return false; }else {exception_tags = exception_tags + 'A,';if(parent_tag == "A" || parent_of_parent_tag == "A") clickedTag = "A";} checker = 'checked'; if ((clickedTag == "P" || clickedTag == "B" || clickedTag == "FONT" || clickedTag == "LI" || clickedTag == "UL" || clickedTag == "STRONG" || clickedTag == "OL" || clickedTag == "BLOCKQUOTE" || clickedTag == "TH" || clickedTag == "TR" || clickedTag == "TD" || clickedTag == "SPAN" || clickedTag == "EM" || clickedTag == "SMALL" || clickedTag == "I" || clickedTag == "BUTTON") && checker == 'checked') { if (alertMsg_PB != "")show_wccp_pro_message(alertMsg_PB); return false; }else {exception_tags = exception_tags + 'P,B,FONT,LI,UL,STRONG,OL,BLOCKQUOTE,TD,SPAN,EM,SMALL,I,BUTTON,';} checker = 'checked'; if ((clickedTag == "INPUT" || clickedTag == "PASSWORD") && checker == 'checked') { if (alertMsg_INPUT != "")show_wccp_pro_message(alertMsg_INPUT); return false; }else {exception_tags = exception_tags + 'INPUT,PASSWORD,';} checker = 'checked'; if ((clickedTag == "H1" || clickedTag == "H2" || clickedTag == "H3" || clickedTag == "H4" || clickedTag == "H5" || clickedTag == "H6" || clickedTag == "ASIDE" || clickedTag == "NAV") && checker == 'checked') { if (alertMsg_H != "")show_wccp_pro_message(alertMsg_H); return false; }else {exception_tags = exception_tags + 'H1,H2,H3,H4,H5,H6,';} checker = 'checked'; if (clickedTag == "TEXTAREA" && checker == 'checked') { if (alertMsg_TEXTAREA != "")show_wccp_pro_message(alertMsg_TEXTAREA); return false; }else {exception_tags = exception_tags + 'TEXTAREA,';} checker = 'checked'; if ((clickedTag == "DIV" || clickedTag == "BODY" || clickedTag == "HTML" || clickedTag == "ARTICLE" || clickedTag == "SECTION" || clickedTag == "NAV" || clickedTag == "HEADER" || clickedTag == "FOOTER") && checker == 'checked') { if (alertMsg_EmptySpaces != "")show_wccp_pro_message(alertMsg_EmptySpaces); return false; } else { if (exception_tags.indexOf(clickedTag)!=-1) { return true; } else return false; } } function disable_drag_images(e) { wccp_pro_log_to_console_if_allowed("function", "disable_drag_images"); var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement var target = e.target || e.srcElement; //For contenteditable tags if (apply_class_exclusion(e) == "Yes") return true; var elemtype = e.target.nodeName; if (elemtype != "IMG") {return;} elemtype = elemtype.toUpperCase(); var disable_drag_drop_images = 'checked'; if (disable_drag_drop_images != "checked") return true; if (window.location.href.indexOf("/user/") > -1) { return true; //To allow users to drag & drop images when editing thier profiles } show_wccp_pro_message(alertMsg_IMG); return false; } var alertMsg_IMG = ""; var alertMsg_A = ""; var alertMsg_PB = ""; var alertMsg_INPUT = ""; var alertMsg_H = ""; var alertMsg_TEXTAREA = ""; var alertMsg_EmptySpaces = ""; var alertMsg_VIDEO = ""; document.oncontextmenu=null; document.oncontextmenu = nocontext; document.addEventListener("contextmenu",nocontext); window.addEventListener("contextmenu",nocontext); </script> <script id="wccp_pro_disable_drag_images"> document.ondragstart = disable_drag_images; window.addEventListener('load', function (){ if(window.Zepto || !window.jQuery) jQuery = $; jQuery(document).ready(function(){ jQuery('img').each(function() { jQuery(this).attr('draggable', false); }); }); }); </script> <style id="wccp_pro_style1"> img{ -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none; -webkit-user-drag: none; } </style> <style><!-- Start your code after this line --> <!-- End your code before this line --></style> <script id="wccp_pro_css_disable_selection"> function wccp_pro_msieversion() { var ua = window.navigator.userAgent; var msie = ua.indexOf("MSIE"); var msie2 = ua.indexOf("Edge"); var msie3 = ua.indexOf("Trident"); if (msie > -1 || msie2 > -1 || msie3 > -1) // If Internet Explorer, return version number { return "IE"; } else // If another browser, return 0 { return "otherbrowser"; } } var e = document.getElementsByTagName('H1')[0]; if(e && wccp_pro_msieversion() == "IE") { e.setAttribute('unselectable',"on"); } </script> <script id="wccp_pro_class_exclusion"> function copyToClipboard(elem) { // create hidden text element, if it doesn't already exist var targetId = "_wccp_pro_hiddenCopyText_"; { // must use a temporary form element for the selection and copy target = document.getElementById(targetId); if (!target) { var target = document.createElement("textarea"); target.style.position = "absolute"; target.style.left = "-9999px"; target.style.top = "0"; target.id = targetId; document.body.appendChild(target); } target.textContent = elem.textContent; } // select the content var currentFocus = document.activeElement; target.focus(); target.setSelectionRange(0, target.value.length); // copy the selection var succeed; try { succeed = document.execCommand("copy"); } catch(e) { succeed = false; } // restore original focus if (currentFocus && typeof currentFocus.focus === "function") { currentFocus.focus(); } // clear temporary content target.textContent = ""; document.getElementsByTagName('span')[0].innerHTML = " "; return succeed; } /**************************************************/ function wccp_pro_log_to_console_if_allowed(title = "title", data = "") { var myName = ""; if(wccp_pro_log_to_console_if_allowed.caller != null) myName = wccp_pro_log_to_console_if_allowed.caller.toString(); myName = myName.substr('function '.length); myName = myName.substr(0, myName.indexOf('(')); //console.log("function_name: " + myName); } /**************************************************/ function fallbackCopyTextToClipboard(text) { var textArea = document.createElement("textarea"); textArea.value = text; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand("copy"); var msg = successful ? "successful" : "unsuccessful"; console.log("Fallback: Copying text command was " + msg); } catch (err) { console.error("Fallback: Oops, unable to copy", err); } document.body.removeChild(textArea); } /*****************************************/ function copyTextToClipboard(text) { if (!navigator.clipboard) { fallbackCopyTextToClipboard(text); return; } navigator.clipboard.writeText(text).then( function() { console.log("Async: Copying to clipboard was successful!"); }, function(err) { console.error("Async: Could not copy text: ", err); } ); } /*****************************************/ /*getSelectionTextAndContainerElement*/ function getSelectionTextAndContainerElement() { var text = "", containerElement = null; if (typeof window.getSelection != "undefined") { var sel = window.getSelection(); if (sel.rangeCount) { var node = sel.getRangeAt(0).commonAncestorContainer; containerElement = node.nodeType == 1 ? node : node.parentNode; if (typeof(containerElement.parentElement) != 'undefined') current_clicked_object = containerElement.parentElement; text = sel.toString(); } } else if (typeof document.selection != "undefined" && document.selection.type != "Control") { var textRange = document.selection.createRange(); containerElement = textRange.parentElement(); text = textRange.text; } return { text: text, containerElement: containerElement }; } function getSelectionParentElement() { var parentEl = null, sel; if (window.getSelection) { sel = window.getSelection(); if (sel.rangeCount) { parentEl = sel.getRangeAt(0).commonAncestorContainer; //sel.getRangeAt(0).startContainer.parentNode; if (parentEl.nodeType != 1) { parentEl = parentEl.parentNode; } } } else if ( (sel = document.selection) && sel.type != "Control") { parentEl = sel.createRange().parentElement(); } let arr = new Array(); arr["nodeName"] = "cant_find_parent_element"; if(parentEl != null) return parentEl; else return arr; } /*****************************************/ function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } /*****************************************/ </script> <script id="apply_class_exclusion"> function apply_class_exclusion(e) { wccp_pro_log_to_console_if_allowed("function", "apply_class_exclusion" + e); var my_return = 'No'; var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement var target = e.target || e.srcElement || 'nothing'; //if(target.parentElement != null) console.log (target.parentElement.className); var excluded_classes = '' + ''; var class_to_exclude = ""; if(target.parentElement != null) { class_to_exclude = target.className + ' ' + target.parentElement.className || ''; }else{ class_to_exclude = target.className; } var class_to_exclude_array = Array(); //console.log(class_to_exclude); if (typeof(class_to_exclude) != 'undefined') class_to_exclude_array = class_to_exclude.split(" "); //console.log (class_to_exclude_array); class_to_exclude_array.forEach(function(item) { if(item != '' && excluded_classes.indexOf(item)>=0) { //target.style.cursor = "text"; //console.log ('Yes'); my_return = 'Yes'; } }); try { class_to_exclude = target.parentElement.getAttribute('class') || target.parentElement.className || ''; } catch(err) { class_to_exclude = ''; } if(class_to_exclude != '' && excluded_classes.indexOf(class_to_exclude)>=0) { //target.style.cursor = "text"; my_return = 'Yes'; } return my_return; } </script> <style id="wccp_pro_style2" data-asas-style=""> *[contenteditable] , [contenteditable] *,*[contenteditable="true"] , [contenteditable="true"] * { /* for contenteditable tags*/ , /* for tags inside contenteditable tags*/ -webkit-user-select: auto !important; cursor: text !important; user-select: text !important; pointer-events: auto !important; } /* *[contenteditable]::selection, [contenteditable] *::selection, [contenteditable="true"]::selection, [contenteditable="true"] *::selection { background: Highlight !important; color: HighlightText !important;} *[contenteditable]::-moz-selection, [contenteditable="true"] *::-moz-selection { background: Highlight !important; color: HighlightText !important;} input::selection,textarea::selection, code::selection, code > *::selection { background: Highlight !important; color: HighlightText !important;} input::-moz-selection,textarea::-moz-selection, code::-moz-selection, code > *::-moz-selection { background: Highlight !important; color: HighlightText !important;} */ a{ cursor: pointer ; pointer-events: auto !important;} </style><style>TEXT,TEXTAREA,input[type="text"] {cursor: text !important; user-select: text !important;}</style> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- Jetpack Site Verification Tags --> <meta name="google-site-verification" content="aMXrl5jWmc3xc_7RkpnSlvMhfj9X1iz5PvPYAtNWYRo" /> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>TesfaNews</title> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://tesfanews.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="TesfaNews" /> <meta property="og:url" content="https://tesfanews.com/" /> <meta property="og:site_name" content="TesfaNews" /> <meta property="og:updated_time" content="2023-04-23T22:29:03-05:00" /> <meta property="article:published_time" content="2017-07-14T08:19:36-05:00" /> <meta property="article:modified_time" content="2023-04-23T22:29:03-05:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="TesfaNews" /> <meta name="twitter:site" content="@tesfanews" /> <meta name="twitter:creator" content="@tesfanews" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="TesfaNews" /> <meta name="twitter:label2" content="Time to read" /> <meta name="twitter:data2" content="Less than a minute" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://tesfanews.com/#person","name":"TesfaNews","sameAs":["https://www.facebook.com/TesfaNewsPage/","https://twitter.com/tesfanews"],"logo":{"@type":"ImageObject","@id":"https://tesfanews.com/#logo","url":"https://tesfanews.com/wp-content/uploads/2023/03/NP_tn_logo.png","contentUrl":"https://tesfanews.com/wp-content/uploads/2023/03/NP_tn_logo.png","caption":"TesfaNews","inLanguage":"en-US","width":"300","height":"50"},"image":{"@type":"ImageObject","@id":"https://tesfanews.com/#logo","url":"https://tesfanews.com/wp-content/uploads/2023/03/NP_tn_logo.png","contentUrl":"https://tesfanews.com/wp-content/uploads/2023/03/NP_tn_logo.png","caption":"TesfaNews","inLanguage":"en-US","width":"300","height":"50"}},{"@type":"WebSite","@id":"https://tesfanews.com/#website","url":"https://tesfanews.com","name":"TesfaNews","alternateName":"TN","publisher":{"@id":"https://tesfanews.com/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://tesfanews.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://tesfanews.com/#webpage","url":"https://tesfanews.com/","name":"TesfaNews","datePublished":"2017-07-14T08:19:36-05:00","dateModified":"2023-04-23T22:29:03-05:00","about":{"@id":"https://tesfanews.com/#person"},"isPartOf":{"@id":"https://tesfanews.com/#website"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://tesfanews.com/#author","name":"TesfaNews","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/6591197c0df254ecde52fd0655ece21a?s=96&d=wavatar&r=g","url":"https://secure.gravatar.com/avatar/6591197c0df254ecde52fd0655ece21a?s=96&d=wavatar&r=g","caption":"TesfaNews","inLanguage":"en-US"},"sameAs":["https://tesfanews.com"]},{"@type":"Article","headline":"TesfaNews","keywords":"TesfaNews,Eritrea News,Eritrea,Ethiopia,Horn of Africa News","datePublished":"2017-07-14T08:19:36-05:00","dateModified":"2023-04-23T22:29:03-05:00","author":{"@id":"https://tesfanews.com/#author","name":"TesfaNews"},"publisher":{"@id":"https://tesfanews.com/#person"},"name":"TesfaNews","@id":"https://tesfanews.com/#richSnippet","isPartOf":{"@id":"https://tesfanews.com/#webpage"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://tesfanews.com/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel='dns-prefetch' href='//jetpack.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//public-api.wordpress.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link rel="alternate" type="application/rss+xml" title="TesfaNews » Feed" href="https://tesfanews.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="TesfaNews » Comments Feed" href="https://tesfanews.com/comments/feed/" /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='rank-math-toc-block-style-inline-css' type='text/css'> .wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item} </style> <style id='rank-math-rich-snippet-style-inline-css' type='text/css'> /*! * Plugin: Rank Math * URL: https://rankmath.com/wordpress/plugin/seo-suite/ * Name: rank-math-review-snippet.css */@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes bounce{from{-webkit-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@-webkit-keyframes bounce{from{-webkit-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@-webkit-keyframes loading{0%{background-size:20% 50% ,20% 50% ,20% 50%}20%{background-size:20% 20% ,20% 50% ,20% 50%}40%{background-size:20% 100%,20% 20% ,20% 50%}60%{background-size:20% 50% ,20% 100%,20% 20%}80%{background-size:20% 50% ,20% 50% ,20% 100%}100%{background-size:20% 50% ,20% 50% ,20% 50%}}@keyframes loading{0%{background-size:20% 50% ,20% 50% ,20% 50%}20%{background-size:20% 20% ,20% 50% ,20% 50%}40%{background-size:20% 100%,20% 20% ,20% 50%}60%{background-size:20% 50% ,20% 100%,20% 20%}80%{background-size:20% 50% ,20% 50% ,20% 100%}100%{background-size:20% 50% ,20% 50% ,20% 50%}}:root{--rankmath-wp-adminbar-height: 0}#rank-math-rich-snippet-wrapper{overflow:hidden}#rank-math-rich-snippet-wrapper h5.rank-math-title{display:block;font-size:18px;line-height:1.4}#rank-math-rich-snippet-wrapper .rank-math-review-image{float:right;max-width:40%;margin-left:15px}#rank-math-rich-snippet-wrapper .rank-math-review-data{margin-bottom:15px}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper{width:100%;padding:0 0 20px 0;float:left;clear:both;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-total{border:0;display:block;margin:0;width:auto;float:left;text-align:left;padding:0;font-size:24px;line-height:1;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star{float:left;margin-left:15px;margin-top:5px;position:relative;z-index:99;line-height:1}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper{display:inline-block;white-space:nowrap;position:relative;color:#e7e7e7}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper .rank-math-review-result{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#ffbe01}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper i{font-size:18px;-webkit-text-stroke-width:1px;font-style:normal;padding:0 2px;line-height:inherit}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper i:before{content:"\2605"}body.rtl #rank-math-rich-snippet-wrapper .rank-math-review-image{float:left;margin-left:0;margin-right:15px}body.rtl #rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-total{float:right}body.rtl #rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star{float:right;margin-left:0;margin-right:15px}body.rtl #rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result{left:auto;right:0}@media screen and (max-width: 480px){#rank-math-rich-snippet-wrapper .rank-math-review-image{display:block;max-width:100%;width:100%;text-align:center;margin-right:0}#rank-math-rich-snippet-wrapper .rank-math-review-data{clear:both}}.clear{clear:both} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wpo_min-header-0-css' href='https://tesfanews.com/wp-content/cache/wpo-minify/1732638852/assets/wpo-minify-header-e4c20ed1.min.css' type='text/css' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" src="https://tesfanews.com/wp-content/cache/wpo-minify/1732638852/assets/wpo-minify-header-7c980e5f.min.js" id="wpo_min-header-0-js"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-PBGB6HH" id="google_gtagjs-js" async></script> <script type="text/javascript" id="google_gtagjs-js-after"> /* <![CDATA[ */ window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["tesfanews.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-PBGB6HH", {"googlesitekit_post_type":"page"}); /* ]]> */ </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://tesfanews.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://tesfanews.com/wp-json/wp/v2/pages/5" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://tesfanews.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <link rel='shortlink' href='https://wp.me/PeGzJO-5' /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href='https://fonts.googleapis.com/css2?display=swap&family=Merriweather:wght@300;400&family=Merriweather+Sans&family=Playfair+Display&family=Lora:ital,wght@1,400' rel='stylesheet'><meta name="generator" content="Site Kit by Google 1.140.0" /><style type="text/css"> .wpsdc-drop-cap { float : left; padding : 0.25em 0.05em 0.25em 0; font-size : 5em; line-height : 0.4em;color : #dd9933;} </style> <style>img#wpstats{display:none}</style> <!-- Google AdSense meta tags added by Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- End Google AdSense meta tags added by Site Kit --> <meta name="generator" content="Elementor 3.25.10; features: additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #3d3d3d; } </style> <!-- Google AdSense snippet added by Site Kit --> <script type="text/javascript" async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4596033848606154&host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script> <!-- End Google AdSense snippet added by Site Kit --> <link rel="icon" href="https://i0.wp.com/tesfanews.com/wp-content/uploads/2017/08/TN-fav.png?fit=32%2C32&ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/tesfanews.com/wp-content/uploads/2017/08/TN-fav.png?fit=32%2C32&ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/tesfanews.com/wp-content/uploads/2017/08/TN-fav.png?fit=32%2C32&ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/tesfanews.com/wp-content/uploads/2017/08/TN-fav.png?fit=32%2C32&ssl=1" /> <style type="text/css" id="wp-custom-css"> ins.adsbygoogle { background: transparent !important; } </style> <style id="egf-frontend-styles" type="text/css"> p {font-family: 'Merriweather', sans-serif;font-style: normal;font-weight: 400;} h2 {font-family: 'Merriweather Sans', sans-serif;font-size: 10px;font-style: normal;font-weight: 400;} h1 {color: #000000;font-family: 'Playfair Display', sans-serif;font-size: 35px;font-style: normal;font-weight: 400;line-height: 1.3;} h3 {font-family: 'Merriweather', sans-serif;font-size: 10px;font-style: normal;} h4 {font-family: 'Lora', sans-serif;font-style: italic;font-weight: 400;} h5 {font-family: 'Merriweather', sans-serif;font-style: normal;font-weight: 300;} h6 {font-family: 'Merriweather', sans-serif;font-style: normal;font-weight: 300;} </style> <!--News Portal CSS --> <style type="text/css"> .category-button.np-cat-11437 a{background:#00a9e0}.category-button.np-cat-11437 a:hover{background:#0077ae}.np-block-title .np-cat-11437{color:#00a9e0}.category-button.np-cat-3 a{background:#00a9e0}.category-button.np-cat-3 a:hover{background:#0077ae}.np-block-title .np-cat-3{color:#00a9e0}.category-button.np-cat-11434 a{background:#00a9e0}.category-button.np-cat-11434 a:hover{background:#0077ae}.np-block-title .np-cat-11434{color:#00a9e0}.category-button.np-cat-4 a{background:#dd3333}.category-button.np-cat-4 a:hover{background:#ab0101}.np-block-title .np-cat-4{color:#dd3333}.category-button.np-cat-11436 a{background:#00a9e0}.category-button.np-cat-11436 a:hover{background:#0077ae}.np-block-title .np-cat-11436{color:#00a9e0}.category-button.np-cat-11428 a{background:#1e73be}.category-button.np-cat-11428 a:hover{background:#00418c}.np-block-title .np-cat-11428{color:#1e73be}.category-button.np-cat-6 a{background:#dd9933}.category-button.np-cat-6 a:hover{background:#ab6701}.np-block-title .np-cat-6{color:#dd9933}.category-button.np-cat-5 a{background:#00a9e0}.category-button.np-cat-5 a:hover{background:#0077ae}.np-block-title .np-cat-5{color:#00a9e0}.category-button.np-cat-7 a{background:#00a9e0}.category-button.np-cat-7 a:hover{background:#0077ae}.np-block-title .np-cat-7{color:#00a9e0}.category-button.np-cat-70 a{background:#00a9e0}.category-button.np-cat-70 a:hover{background:#0077ae}.np-block-title .np-cat-70{color:#00a9e0}.category-button.np-cat-5662 a{background:#8224e3}.category-button.np-cat-5662 a:hover{background:#5000b1}.np-block-title .np-cat-5662{color:#8224e3}.category-button.np-cat-11435 a{background:#00a9e0}.category-button.np-cat-11435 a:hover{background:#0077ae}.np-block-title .np-cat-11435{color:#00a9e0}.category-button.np-cat-8 a{background:#156fbf}.category-button.np-cat-8 a:hover{background:#003d8d}.np-block-title .np-cat-8{color:#156fbf}.category-button.np-cat-9 a{background:#00a9e0}.category-button.np-cat-9 a:hover{background:#0077ae}.np-block-title .np-cat-9{color:#00a9e0}.category-button.np-cat-5035 a{background:#00a9e0}.category-button.np-cat-5035 a:hover{background:#0077ae}.np-block-title .np-cat-5035{color:#00a9e0}.navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.navigation .nav-links a:hover,.bttn:hover,button,input[type='button']:hover,input[type='reset']:hover,input[type='submit']:hover,.widget_search .search-submit,.edit-link .post-edit-link,.reply .comment-reply-link,.np-top-header-wrap,.np-header-menu-wrapper,#site-navigation ul.sub-menu,#site-navigation ul.children,.np-header-menu-wrapper::before,.np-header-menu-wrapper::after,.np-header-search-wrapper .search-form-main .search-submit,.news_portal_slider .lSAction > a:hover,.news_portal_default_tabbed ul.widget-tabs li,.np-full-width-title-nav-wrap .carousel-nav-action .carousel-controls:hover,.news_portal_social_media .social-link a,.np-archive-more .np-button:hover,.error404 .page-title,#np-scrollup,.news_portal_featured_slider .slider-posts .lSAction > a:hover,div.wpforms-container-full .wpforms-form input[type='submit'],div.wpforms-container-full .wpforms-form button[type='submit'],div.wpforms-container-full .wpforms-form .wpforms-page-button,div.wpforms-container-full .wpforms-form input[type='submit']:hover,div.wpforms-container-full .wpforms-form button[type='submit']:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,.widget.widget_tag_cloud a:hover{background:#dd3333} .home .np-home-icon a,.np-home-icon a:hover,#site-navigation ul li:hover > a,#site-navigation ul li.current-menu-item > a,#site-navigation ul li.current_page_item > a,#site-navigation ul li.current-menu-ancestor > a,#site-navigation ul li.focus > a,.news_portal_default_tabbed ul.widget-tabs li.ui-tabs-active,.news_portal_default_tabbed ul.widget-tabs li:hover,.menu-toggle:hover,.menu-toggle:focus{background:#ab0101} .np-header-menu-block-wrap::before,.np-header-menu-block-wrap::after{border-right-color:#ab0101} a,a:hover,a:focus,a:active,.widget a:hover,.widget a:hover::before,.widget li:hover::before,.entry-footer a:hover,.comment-author .fn .url:hover,#cancel-comment-reply-link,#cancel-comment-reply-link:before,.logged-in-as a,.np-slide-content-wrap .post-title a:hover,#top-footer .widget a:hover,#top-footer .widget a:hover:before,#top-footer .widget li:hover:before,.news_portal_featured_posts .np-single-post .np-post-content .np-post-title a:hover,.news_portal_fullwidth_posts .np-single-post .np-post-title a:hover,.news_portal_block_posts .layout3 .np-primary-block-wrap .np-single-post .np-post-title a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-title a:hover,.np-block-title,.widget-title,.page-header .page-title,.np-related-title,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .layout2 .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.np-post-title.small-size a:hover,#footer-navigation ul li a:hover,.entry-title a:hover,.entry-meta span a:hover,.entry-meta span:hover,.np-post-meta span:hover,.np-post-meta span a:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span:hover,.news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-meta span a:hover,.news_portal_featured_slider .featured-posts .np-single-post .np-post-content .np-post-title a:hover{color:#dd3333} .site-mode--dark .news_portal_featured_posts .np-single-post-wrap .np-post-content .np-post-title a:hover,.site-mode--dark .np-post-title.large-size a:hover,.site-mode--dark .np-post-title.small-size a:hover,.site-mode--dark .news-ticker-title>a:hover,.site-mode--dark .np-archive-post-content-wrapper .entry-title a:hover,.site-mode--dark h1.entry-title:hover,.site-mode--dark .news_portal_block_posts .layout4 .np-post-title a:hover{color:#dd3333} .navigation .nav-links a,.bttn,button,input[type='button'],input[type='reset'],input[type='submit'],.widget_search .search-submit,.np-archive-more .np-button:hover,.widget.widget_tag_cloud a:hover{border-color:#dd3333} .comment-list .comment-body,.np-header-search-wrapper .search-form-main{border-top-color:#dd3333} .np-header-search-wrapper .search-form-main:before{border-bottom-color:#dd3333} @media (max-width:768px){#site-navigation,.main-small-navigation li.current-menu-item > .sub-toggle i{background:#dd3333 !important}} .news-portal-wave .np-rect,.news-portal-three-bounce .np-child,.news-portal-folding-cube .np-cube:before{background-color:#dd3333} .site-title,.site-description{position:absolute;clip:rect(1px,1px,1px,1px)} </style></head> <body class="home page-template page-template-templates page-template-template-home page-template-templatestemplate-home-php page page-id-5 custom-background wp-custom-logo group-blog right-sidebar boxed_layout site-mode--light unselectable elementor-default elementor-kit-63171 elementor-page elementor-page-5"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="np-top-header-wrap"><div class="mt-container"> <div class="np-top-left-section-wrapper"> <div class="date-section">Saturday, November 30, 2024</div> <nav id="top-navigation" class="top-navigation" role="navigation"> <div class="menu-top-menu-container"><ul id="top-menu" class="menu"><li id="menu-item-63211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63211"><a href="https://tesfanews.com/disclaimer/">Disclaimer</a></li> <li id="menu-item-63212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63212"><a href="https://tesfanews.com/donate/">Donate</a></li> <li id="menu-item-63741" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63741"><a href="https://tesfanews.com/about-us/">About TN</a></li> </ul></div> </nav><!-- #site-navigation --> </div><!-- .np-top-left-section-wrapper --> <div class="np-top-right-section-wrapper"> <div class="mt-social-icons-wrapper"><span class="social-link"><a href="#" target="_blank"><i class="fab fa-facebook"></i></a></span><span class="social-link"><a href="https://twitter.com/tesfanews" target="_blank"><i class="fab fa-x-twitter"></i></a></span><span class="social-link"><a href="https://www.youtube.com/@tn_media" target="_blank"><i class="fab fa-youtube"></i></a></span></div><!-- .mt-social-icons-wrapper --> </div><!-- .np-top-right-section-wrapper --> </div><!-- .mt-container --></div><!-- .np-top-header-wrap --><header id="masthead" class="site-header" role="banner"><div class="np-logo-section-wrapper"><div class="mt-container"> <div class="site-branding"> <a href="https://tesfanews.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="300" height="50" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/03/NP_tn_logo.png?fit=300%2C50&ssl=1" class="custom-logo" alt="TesfaNews" decoding="async" /></a> <h1 class="site-title"><a href="https://tesfanews.com/" rel="home">TesfaNews</a></h1> <p class="site-description">Your go-to source for the latest news and updates on Eritrea.</p> </div><!-- .site-branding --> <div class="np-header-ads-area"> <section id="custom_html-13" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4596033848606154" crossorigin="anonymous"></script> <!-- leaderboard --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-4596033848606154" data-ad-slot="3873244036"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></section> </div><!-- .np-header-ads-area --> </div><!-- .mt-container --></div><!-- .np-logo-section-wrapper --> <div id="np-menu-wrap" class="np-header-menu-wrapper"> <div class="np-header-menu-block-wrap"> <div class="mt-container"> <div class="np-home-icon"> <a href="https://tesfanews.com/" rel="home"> <i class="fa fa-home"> </i> </a> </div><!-- .np-home-icon --> <div class="mt-header-menu-wrap"> <a href="javascript:void(0)" class="menu-toggle hide"><i class="fa fa-navicon"> </i> </a> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class="menu-primary-menu-container"><ul id="primary-menu" class="menu"><li id="menu-item-63219" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63219"><a href="https://tesfanews.com/category/business/">Development</a></li> <li id="menu-item-63220" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63220"><a href="https://tesfanews.com/category/ethiopia/">Politics</a></li> <li id="menu-item-63221" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63221"><a href="https://tesfanews.com/category/interview/">Interviews</a></li> <li id="menu-item-63222" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63222"><a href="https://tesfanews.com/category/news/">News</a></li> <li id="menu-item-63223" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-63223"><a href="https://tesfanews.com/category/must-read/">Guest Writers</a> <ul class="sub-menu"> <li id="menu-item-63228" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63228"><a href="https://tesfanews.com/category/must-read/amanuel-biedemariam/">Amanuel Biedemariam</a></li> <li id="menu-item-63229" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63229"><a href="https://tesfanews.com/category/must-read/bereket-kidane/">Bereket Kidane</a></li> <li id="menu-item-63230" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63230"><a href="https://tesfanews.com/category/must-read/fikrejesus-amhazion/">Fikrejesus Amhazion</a></li> <li id="menu-item-63231" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63231"><a href="https://tesfanews.com/category/must-read/sophia-tesfamariam/">Sophia Tesfamariam</a></li> </ul> </li> <li id="menu-item-63232" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63232"><a href="https://tesfanews.com/category/photos/">Photo Galleries</a></li> <li id="menu-item-63234" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63234"><a href="https://tesfanews.com/category/press-release/">Press Release</a></li> <li id="menu-item-63235" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63235"><a href="https://tesfanews.com/category/tigrinya/">ትግርኛ</a></li> </ul></div> </nav><!-- #site-navigation --> </div><!-- .mt-header-menu-wrap --> <div class="np-icon-elements-wrapper"> <div id="np-site-mode-wrap" class="np-icon-elements"> <a id="mode-switcher" class="light-mode" data-site-mode="light-mode" href="#"> <span class="site-mode-icon">site mode button</span> </a> </div><!-- #np-site-mode-wrap --> <div class="np-header-search-wrapper"> <span class="search-main"><a href="javascript:void(0)"><i class="fa fa-search"></i></a></span> <div class="search-form-main np-clearfix"> <form role="search" method="get" class="search-form" action="https://tesfanews.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div><!-- .np-header-search-wrapper --> </div> <!-- .np-icon-elements-wrapper --> </div> </div> </div><!-- .np-header-menu-wrapper --> </header><!-- .site-header --><div class="np-ticker-wrapper"><div class="mt-container"><div class="np-ticker-block np-clearfix"> <span class="ticker-caption">Latest News</span> <div class="ticker-content-wrapper"> <ul id="newsTicker" class="cS-hidden"> <li><div class="news-ticker-title"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> <span class="category-button np-cat-70"><a href="https://tesfanews.com/category/ethiopia/">Politics</a></span> </div> <a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/">General al-Burhan of Sudan Visits Eritrea</a></div></li> <li><div class="news-ticker-title"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/">UK Asylum Fraud: Ethiopians Pose as Eritreans</a></div></li> <li><div class="news-ticker-title"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/">Eritrea: Interview With Sandra Macharia, Director of UNIS, Nairobi</a></div></li> <li><div class="news-ticker-title"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> <span class="category-button np-cat-5"><a href="https://tesfanews.com/category/must-read/">Opinions</a></span> </div> <a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/">Book Critique: “An African Revolution Reclaimed” – Factual Errors, Omissions and Misrepresentations</a></div></li> <li><div class="news-ticker-title"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <a href="https://tesfanews.com/eritrea-diplomatic-officers-complete-international-relations-training-program/">Eritrea: Diplomatic Officers Complete International Relations Training Program</a></div></li> </ul> </div><!-- .ticker-content-wrapper --> </div><!-- .np-ticker-block --></div><!-- .mt-container --></div><!-- .np-ticker-wrapper --> <div id="content" class="site-content"> <div class="mt-container"> <div class="np-home-top-section np-clearfix"> <section id="news_portal_featured_slider-3" class="widget news_portal_featured_slider"> <div class="np-block-wrapper np-clearfix"> <div class="slider-posts"> <ul id="npSlider" class="cS-hidden np-main-slider"> <li> <div class="np-single-slide-wrap"> <div class="np-slide-thumb"> <a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="The Chairman of Sudan's Sovereign Council, General Abdel Fattah al-Burhan, arrived in Asmara." decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-slide-thumb --> <div class="np-slide-content-wrap"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> <span class="category-button np-cat-70"><a href="https://tesfanews.com/category/ethiopia/">Politics</a></span> </div> <h3 class="post-title large-size"><a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/">General al-Burhan of Sudan Visits Eritrea</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/" rel="bookmark"><time class="entry-date published" datetime="2024-11-26T10:14:01-06:00">November 26, 2024</time><time class="updated" datetime="2024-11-26T11:38:01-06:00">November 26, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div> <!-- np-slide-content-wrap --> </div><!-- .single-slide-wrap --> </li> <li> <div class="np-single-slide-wrap"> <div class="np-slide-thumb"> <a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="Fake Ethiopian asylum seekers are conning their way into Britain by telling the Home Office they are from Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-slide-thumb --> <div class="np-slide-content-wrap"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="post-title large-size"><a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/">UK Asylum Fraud: Ethiopians Pose as Eritreans</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/" rel="bookmark"><time class="entry-date published" datetime="2024-11-18T14:45:53-06:00">November 18, 2024</time><time class="updated" datetime="2024-11-18T14:46:42-06:00">November 18, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div> <!-- np-slide-content-wrap --> </div><!-- .single-slide-wrap --> </li> <li> <div class="np-single-slide-wrap"> <div class="np-slide-thumb"> <a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="Sandra Macharia, Director of UN Information Services in Nairobi was in Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-slide-thumb --> <div class="np-slide-content-wrap"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="post-title large-size"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/">Eritrea: Interview With Sandra Macharia, Director of UNIS, Nairobi</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/" rel="bookmark"><time class="entry-date published" datetime="2024-11-16T10:18:06-06:00">November 16, 2024</time><time class="updated" datetime="2024-11-16T10:29:42-06:00">November 16, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div> <!-- np-slide-content-wrap --> </div><!-- .single-slide-wrap --> </li> <li> <div class="np-single-slide-wrap"> <div class="np-slide-thumb"> <a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="Book Review: "An African Revolution Reclaimed" by Mesin Hagos - Factual Errors, Omissions and Misrepresentations" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-slide-thumb --> <div class="np-slide-content-wrap"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> <span class="category-button np-cat-5"><a href="https://tesfanews.com/category/must-read/">Opinions</a></span> </div> <h3 class="post-title large-size"><a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/">Book Critique: “An African Revolution Reclaimed” – Factual Errors, Omissions and Misrepresentations</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/" rel="bookmark"><time class="entry-date published updated" datetime="2024-11-13T14:21:44-06:00">November 13, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div> <!-- np-slide-content-wrap --> </div><!-- .single-slide-wrap --> </li> </ul> </div><!-- .slider-posts --> <div class="featured-posts"> <div class="featured-posts-wrapper"> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="The Chairman of Sudan's Sovereign Council, General Abdel Fattah al-Burhan, arrived in Asmara." decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> <span class="category-button np-cat-70"><a href="https://tesfanews.com/category/ethiopia/">Politics</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/">General al-Burhan of Sudan Visits Eritrea</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/" rel="bookmark"><time class="entry-date published" datetime="2024-11-26T10:14:01-06:00">November 26, 2024</time><time class="updated" datetime="2024-11-26T11:38:01-06:00">November 26, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="Sandra Macharia, Director of UN Information Services in Nairobi was in Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/">Eritrea: Interview With Sandra Macharia, Director of UNIS, Nairobi</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/" rel="bookmark"><time class="entry-date published" datetime="2024-11-16T10:18:06-06:00">November 16, 2024</time><time class="updated" datetime="2024-11-16T10:29:42-06:00">November 16, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-italian-doctors-perform-cardiac-surgeries-for-children-orotta-referral-hospital/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="Italian medical professional perform Cardiac surgeries for children at the Orotta National Referral Hospital" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-4"><a href="https://tesfanews.com/category/business/">Development</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-italian-doctors-perform-cardiac-surgeries-for-children-orotta-referral-hospital/">Eritrea: Italian Doctors Perform Cardiac Surgeries for Children</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-italian-doctors-perform-cardiac-surgeries-for-children-orotta-referral-hospital/" rel="bookmark"><time class="entry-date published updated" datetime="2024-10-28T09:58:30-05:00">October 28, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/hat-trick-henok-mulubrhan-eritreat-african-cycling-championships-2024/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="Eritrea showcased its cycling prowess by topping the medal standings at the Confederation of African Cycling Road Race Championships" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> <span class="category-button np-cat-8"><a href="https://tesfanews.com/category/sport/">Sport</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/hat-trick-henok-mulubrhan-eritreat-african-cycling-championships-2024/">Hat-trick for Eritrea’s Henok Mulubrhan at the African Cycling Championships</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/hat-trick-henok-mulubrhan-eritreat-african-cycling-championships-2024/" rel="bookmark"><time class="entry-date published updated" datetime="2024-10-15T10:46:38-05:00">October 15, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> </div> </div><!-- .featured-posts --> </div><!--- .np-block-wrapper --> </section><section id="news_portal_featured_posts-3" class="widget news_portal_featured_posts"> <div class="np-block-wrapper featured-posts np-clearfix"> <div class="np-featured-posts-wrapper"> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-italian-doctors-perform-cardiac-surgeries-for-children-orotta-referral-hospital/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Italian medical professional perform Cardiac surgeries for children at the Orotta National Referral Hospital" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Cardiac-Surgery-Eritrea.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-italian-doctors-perform-cardiac-surgeries-for-children-orotta-referral-hospital/">Eritrea: Italian Doctors Perform Cardiac Surgeries for Children</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-italian-doctors-perform-cardiac-surgeries-for-children-orotta-referral-hospital/" rel="bookmark"><time class="entry-date published updated" datetime="2024-10-28T09:58:30-05:00">October 28, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-phase-i-electricity-supply-expansion-project-completed/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Beleza-Power-Plant-1.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="first phase of boosting the electricity production capacity of Eritrea's Beleza power plant, eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Beleza-Power-Plant-1.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Beleza-Power-Plant-1.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Beleza-Power-Plant-1.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-phase-i-electricity-supply-expansion-project-completed/">Eritrea: Phase-I Electricity Supply Expansion Project Completed</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-phase-i-electricity-supply-expansion-project-completed/" rel="bookmark"><time class="entry-date published updated" datetime="2024-10-01T11:27:47-05:00">October 1, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritreas-efforts-to-enhance-electricity-supply/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Hirgigo_Power_station_massawa.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="The Hirgigo Power Plant, Massawa, Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Hirgigo_Power_station_massawa.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Hirgigo_Power_station_massawa.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Hirgigo_Power_station_massawa.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritreas-efforts-to-enhance-electricity-supply/">Eritrea’s Efforts to Enhance Electricity Supply</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritreas-efforts-to-enhance-electricity-supply/" rel="bookmark"><time class="entry-date published" datetime="2024-08-28T12:29:16-05:00">August 28, 2024</time><time class="updated" datetime="2024-10-30T11:14:37-05:00">October 30, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> <div class="np-single-post-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/stronger-support-needed-for-eritreas-climate-adaptation-efforts-says-senior-un-official/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Reena-Ghelani-Eritrea.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Reena Ghelani Eritrea mission" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Reena-Ghelani-Eritrea.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Reena-Ghelani-Eritrea.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/Reena-Ghelani-Eritrea.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/stronger-support-needed-for-eritreas-climate-adaptation-efforts-says-senior-un-official/">Stronger Support Needed for Eritrea’s Climate Adaptation Efforts, Says Senior UN Official</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/stronger-support-needed-for-eritreas-climate-adaptation-efforts-says-senior-un-official/" rel="bookmark"><time class="entry-date published updated" datetime="2024-08-13T10:19:41-05:00">August 13, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div> <!-- np-single-post --> </div><!-- .np-single-post-wrap --> </div><!-- .np-featured-posts-wrapper --> </div><!--- .np-block-wrapper --> </section> </div><!-- .np-home-top-section --> <div class="np-home-middle-section np-clearfix"> <div class="middle-primary"> <section id="news_portal_block_posts-6" class="widget news_portal_block_posts np-clearfix"> <div class="np-block-wrapper block-posts np-clearfix layout1"> <h2 class="np-block-title"><a href="https://tesfanews.com/category/sport/"><span class="np-title np-cat-8">Sports</span></a></h2> <div class="np-block-posts-wrapper"> <div class="np-primary-block-wrap"> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/hat-trick-henok-mulubrhan-eritreat-african-cycling-championships-2024/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="Eritrea showcased its cycling prowess by topping the medal standings at the Confederation of African Cycling Road Race Championships" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Henok-Mulubrhan-CAC-Championship-2024.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title large-size"><a href="https://tesfanews.com/hat-trick-henok-mulubrhan-eritreat-african-cycling-championships-2024/">Hat-trick for Eritrea’s Henok Mulubrhan at the African Cycling Championships</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/hat-trick-henok-mulubrhan-eritreat-african-cycling-championships-2024/" rel="bookmark"><time class="entry-date published updated" datetime="2024-10-15T10:46:38-05:00">October 15, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> <div class="np-post-excerpt"><p>Eritrea showcased its cycling prowess by topping the medal standings at the CAC African Road Championships, finishing with a total of 16 medals. Astana Qazaqstan Team rider Henok Mulubrhan made history in the 2024 CAC African Road Cycling Championships held in Eldoret, Kenya by winning the road race championship title for third consecutive time – […]</p> </div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- .np-primary-block-wrap --><div class="np-secondary-block-wrap"> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-welcomes-home-champion-cyclist-biniam-girmay/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/reception-Biniam-Girmay-Asmara.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Biniam Girmay reception ceremony in Asmara" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/reception-Biniam-Girmay-Asmara.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/reception-Biniam-Girmay-Asmara.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/08/reception-Biniam-Girmay-Asmara.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-welcomes-home-champion-cyclist-biniam-girmay/">Eritrea Welcomes Home Champion Cyclist Biniam Girmay</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-welcomes-home-champion-cyclist-biniam-girmay/" rel="bookmark"><time class="entry-date published" datetime="2024-08-07T11:31:16-05:00">August 7, 2024</time><time class="updated" datetime="2024-08-07T12:20:35-05:00">August 7, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritreas-biniam-girmay-claims-third-tour-de-france-stage-victory/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/girmay-stage-12-win.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Biniam Girmay won stage 12 of the Tour de France" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/girmay-stage-12-win.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/girmay-stage-12-win.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/girmay-stage-12-win.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritreas-biniam-girmay-claims-third-tour-de-france-stage-victory/">Tour de France: Hat-trick for Eritrea’s Biniam Girmay on Stage 12</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritreas-biniam-girmay-claims-third-tour-de-france-stage-victory/" rel="bookmark"><time class="entry-date published updated" datetime="2024-07-11T13:42:05-05:00">July 11, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/biniam-grimay-eritrea-takes-second-tour-stage-win/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-stage-8-win.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Eritrea’s Biniam Girmay wins his 2nd stage on Tour de France 2024" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-stage-8-win.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-stage-8-win.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-stage-8-win.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/biniam-grimay-eritrea-takes-second-tour-stage-win/">Eritrea’s Biniam Grimay Takes Second Tour de France Stage Win</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/biniam-grimay-eritrea-takes-second-tour-stage-win/" rel="bookmark"><time class="entry-date published" datetime="2024-07-07T20:51:23-05:00">July 7, 2024</time><time class="updated" datetime="2024-07-07T20:52:49-05:00">July 7, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/biniam-girmay-first-black-african-win-tour-de-france-stage/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-Tour-de-France.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Eritrean cyclist Biniam Girmay made history by becoming the first Black African rider to win a stage at the Tour de France." decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-Tour-de-France.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-Tour-de-France.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/07/Biniam-Girmay-Tour-de-France.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/biniam-girmay-first-black-african-win-tour-de-france-stage/">Biniam Girmay: First Black African to Win Tour de France Stage</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/biniam-girmay-first-black-african-win-tour-de-france-stage/" rel="bookmark"><time class="entry-date published updated" datetime="2024-07-02T10:24:50-05:00">July 2, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrean-national-cycling-championships-eritreas-premier-cycling-event/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Eritrea-National-Road-Championships.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Eritrea-National-Road-Championships.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Eritrea-National-Road-Championships.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Eritrea-National-Road-Championships.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrean-national-cycling-championships-eritreas-premier-cycling-event/">National Cycling Championships: Eritrea’s Premier Cycling Event</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrean-national-cycling-championships-eritreas-premier-cycling-event/" rel="bookmark"><time class="entry-date published updated" datetime="2024-06-15T09:54:30-05:00">June 15, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- .np-secondary-block-wrap --> </div><!-- .np-block-posts-wrapper --> </div><!--- .np-block-wrapper --> </section><section id="news_portal_block_posts-7" class="widget news_portal_block_posts np-clearfix"> <div class="np-block-wrapper block-posts np-clearfix layout2"> <h2 class="np-block-title"><a href="https://tesfanews.com/category/press-release/"><span class="np-title np-cat-5662">Press Release</span></a></h2> <div class="np-block-posts-wrapper"> <div class="np-primary-block-wrap"> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-foreign-minister-osman-saleh-statement-at-unga79/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/09/Eritrea-UNGA-79.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="Eritrea's Foreign Minister Osman Saleh Statement at the 79th Session of the UN General Assembly" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/09/Eritrea-UNGA-79.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/09/Eritrea-UNGA-79.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title large-size"><a href="https://tesfanews.com/eritrea-foreign-minister-osman-saleh-statement-at-unga79/">Eritrea: Foreign Minister Osman Saleh’s Statement at UNGA79</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-foreign-minister-osman-saleh-statement-at-unga79/" rel="bookmark"><time class="entry-date published" datetime="2024-10-01T13:19:16-05:00">October 1, 2024</time><time class="updated" datetime="2024-10-01T13:20:22-05:00">October 1, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> <div class="np-post-excerpt"><p>Your Excellency Philemon Yang President of the 79th Session of the UN General Assembly; Your Excellency Antonio Guterres Secretary General of the UN; Honorable Heads of Delegation; Distinguished Delegates; Ladies and Gentlemen; Mr. President, Allow me to join previous speakers to congratulate Your Excellency for your election to the Presidency of the 79th Session of […]</p> </div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritreas-statement-non-aligned-movement-ministerial-meeting/"> <img width="622" height="420" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/09/Eritrea-NAM-New-York-24.jpg?resize=622%2C420&ssl=1" class="attachment-news-portal-slider-medium size-news-portal-slider-medium wp-post-image" alt="Statement by Foreign Minister of Eritrea at the Non-Aligned Movement Ministerial Meeting" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/09/Eritrea-NAM-New-York-24.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/09/Eritrea-NAM-New-York-24.jpg?resize=622%2C420&ssl=1 622w" sizes="(max-width: 622px) 100vw, 622px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title large-size"><a href="https://tesfanews.com/eritreas-statement-non-aligned-movement-ministerial-meeting/">Foreign Minister of Eritrea Delivers Statement at the Non-Aligned Movement Ministerial Meeting</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritreas-statement-non-aligned-movement-ministerial-meeting/" rel="bookmark"><time class="entry-date published updated" datetime="2024-09-24T10:35:23-05:00">September 24, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> <div class="np-post-excerpt"><p>Statement by H.E. Osman Saleh, Minister of Foreign Affairs of the State of Eritrea at the Non-Aligned Movement Ministerial Meeting 23rd September 2024, New York Mr. President, Allow me at outset to express my gratitude to your excellency for ably steering the works of our Movement at this crucial period of time. The plight of […]</p> </div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- .np-primary-block-wrap --><div class="np-secondary-block-wrap"> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-voice-opposition-unilateral-coercive-measures-un-general-assembly/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Sophia-Tesfamariam-UNGA.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Sophia Tesfamariam statement at UNGA" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Sophia-Tesfamariam-UNGA.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Sophia-Tesfamariam-UNGA.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Sophia-Tesfamariam-UNGA.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-voice-opposition-unilateral-coercive-measures-un-general-assembly/">UNGA: Eritrea Voices Opposition to Unilateral Coercive Measures</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-voice-opposition-unilateral-coercive-measures-un-general-assembly/" rel="bookmark"><time class="entry-date published updated" datetime="2024-06-14T09:21:05-05:00">June 14, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-rejects-eu-unwarranted-adversarial-accusations/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/eu-eritrea-notice.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Eritrea rejects EU's incessant and unwarranted acts of hostility" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/eu-eritrea-notice.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/eu-eritrea-notice.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/eu-eritrea-notice.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-rejects-eu-unwarranted-adversarial-accusations/">Eritrea Vehemently Rejects EU’s Unwarranted Adversarial Accusations</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-rejects-eu-unwarranted-adversarial-accusations/" rel="bookmark"><time class="entry-date published" datetime="2024-06-03T10:35:42-05:00">June 3, 2024</time><time class="updated" datetime="2024-06-03T10:38:44-05:00">June 3, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-delegation-opening-statement-46-session-universal-periodic-review/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/05/Habtom-Zerai-Geneva.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="46th Session of the Working Group on Universal Periodic Review" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/05/Habtom-Zerai-Geneva.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/05/Habtom-Zerai-Geneva.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/05/Habtom-Zerai-Geneva.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-delegation-opening-statement-46-session-universal-periodic-review/">Eritrea’s Delegation Opening Statement to the 46th Session of UPR Working Group</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-delegation-opening-statement-46-session-universal-periodic-review/" rel="bookmark"><time class="entry-date published updated" datetime="2024-05-07T10:52:42-05:00">May 7, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-rejects-statement-un-assistant-secretary-general-for-human-rights/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/03/Ilze-Brands-Kehris.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Ms. Ilze Brands Kehris, the UN Assistant Secretary-General for Human Rights" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/03/Ilze-Brands-Kehris.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/03/Ilze-Brands-Kehris.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/03/Ilze-Brands-Kehris.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-rejects-statement-un-assistant-secretary-general-for-human-rights/">Eritrea Rejects Statement made by UN Assistant Secretary-General for Human Rights</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-rejects-statement-un-assistant-secretary-general-for-human-rights/" rel="bookmark"><time class="entry-date published" datetime="2024-03-15T13:21:44-05:00">March 15, 2024</time><time class="updated" datetime="2024-03-15T13:39:19-05:00">March 15, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- .np-secondary-block-wrap --> </div><!-- .np-block-posts-wrapper --> </div><!--- .np-block-wrapper --> </section><section id="news_portal_block_posts-8" class="widget news_portal_block_posts np-clearfix"> <div class="np-block-wrapper block-posts np-clearfix layout3"> <h2 class="np-block-title"><a href="https://tesfanews.com/category/photos/"><span class="np-title np-cat-7">Photo Gallery</span></a></h2> <div class="np-block-posts-wrapper"> <div class="np-primary-block-wrap"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-egypt-somalia-leaders-hold-historic-tripartite-summit/"> <img width="1200" height="630" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Eritrea-Egypt-Somalia-5-1.jpg?fit=1200%2C630&ssl=1" class="attachment-full size-full wp-post-image" alt="Eritrea, Egypt, Somalia Leaders Hold Historic Tripartite Summit" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Eritrea-Egypt-Somalia-5-1.jpg?w=1200&ssl=1 1200w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Eritrea-Egypt-Somalia-5-1.jpg?resize=300%2C158&ssl=1 300w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Eritrea-Egypt-Somalia-5-1.jpg?resize=1024%2C538&ssl=1 1024w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/10/Eritrea-Egypt-Somalia-5-1.jpg?resize=768%2C403&ssl=1 768w" sizes="(max-width: 1200px) 100vw, 1200px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title large-size"><a href="https://tesfanews.com/eritrea-egypt-somalia-leaders-hold-historic-tripartite-summit/">Eritrea, Egypt, Somalia Leaders Hold Historic Tripartite Summit</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-egypt-somalia-leaders-hold-historic-tripartite-summit/" rel="bookmark"><time class="entry-date published" datetime="2024-10-10T10:28:41-05:00">October 10, 2024</time><time class="updated" datetime="2024-10-10T14:50:56-05:00">October 10, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- .np-primary-block-wrap --><div class="np-secondary-block-wrap np-clearfix"> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-awet-habte-wins-the-2024-asmara-marathon/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Asmara-Marathon-2024-4.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="Asmara Marathon 2024, Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Asmara-Marathon-2024-4.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Asmara-Marathon-2024-4.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/06/Asmara-Marathon-2024-4.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-awet-habte-wins-the-2024-asmara-marathon/">Eritrea: Awet Habte Wins the 2024 Asmara Marathon</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-awet-habte-wins-the-2024-asmara-marathon/" rel="bookmark"><time class="entry-date published" datetime="2024-06-10T09:56:15-05:00">June 10, 2024</time><time class="updated" datetime="2024-06-10T09:57:12-05:00">June 10, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/president-isaias-eritrea-meets-deputy-commander-of-russian-navy/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/04/Afwerki-Marshall-Shaposhnikov.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="Accompanied by Vice Admiral Vladimir Kasatonov, President Isaias toured the Russain frigate Marshal Shaposhinkov" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/04/Afwerki-Marshall-Shaposhnikov.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/04/Afwerki-Marshall-Shaposhnikov.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/04/Afwerki-Marshall-Shaposhnikov.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/president-isaias-eritrea-meets-deputy-commander-of-russian-navy/">President of Eritrea Meets Deputy Commander of Russian Navy</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/president-isaias-eritrea-meets-deputy-commander-of-russian-navy/" rel="bookmark"><time class="entry-date published" datetime="2024-04-02T10:53:07-05:00">April 2, 2024</time><time class="updated" datetime="2024-04-02T10:54:48-05:00">April 2, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-president-participating-first-saudi-africa-summit/"> <img width="305" height="207" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_7.jpg?resize=305%2C207&ssl=1" class="attachment-news-portal-block-medium size-news-portal-block-medium wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_7.jpg?resize=305%2C207&ssl=1 305w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_7.jpg?resize=622%2C420&ssl=1 622w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_7.jpg?zoom=3&resize=305%2C207&ssl=1 915w" sizes="(max-width: 305px) 100vw, 305px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-president-participating-first-saudi-africa-summit/">Eritrean President in Riyadh to Participate on Saudi-Africa Summit</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-president-participating-first-saudi-africa-summit/" rel="bookmark"><time class="entry-date published" datetime="2023-11-09T11:54:52-06:00">November 9, 2023</time><time class="updated" datetime="2023-11-10T08:53:13-06:00">November 10, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- .np-secondary-block-wrap --> </div><!-- .np-block-posts-wrapper --> </div><!--- .np-block-wrapper --> </section><section id="news_portal_block_posts-9" class="widget news_portal_block_posts np-clearfix"> <div class="np-block-wrapper block-posts np-clearfix layout4"> <div class="np-block-posts-wrapper"> </div><!-- .np-block-posts-wrapper --> </div><!--- .np-block-wrapper --> </section> </div><!-- .middle-primary --> <div class="middle-aside"> <section id="news_portal_social_media-1" class="widget news_portal_social_media"> <div class="np-aside-social-wrapper"> <h4 class="np-block-title">Follow</h4> <div class="mt-social-icons-wrapper"> <span class="social-link"><a href="#" target="_blank"><i class="fab fa-facebook"></i></a></span><span class="social-link"><a href="https://twitter.com/tesfanews" target="_blank"><i class="fab fa-x-twitter"></i></a></span><span class="social-link"><a href="https://www.youtube.com/@tn_media" target="_blank"><i class="fab fa-youtube"></i></a></span> </div><!-- .mt-social-icons-wrapper --> </div><!-- .np-aside-social-wrapper --> </section><section id="news_portal_default_tabbed-3" class="widget news_portal_default_tabbed"> <div class="np-default-tabbed-wrapper np-clearfix" id="np-tabbed-widget"> <ul class="widget-tabs np-clearfix" id="np-widget-tab"> <li><a href="#latest">Latest</a></li> <li><a href="#comments">Comments</a></li> </ul><!-- .widget-tabs --> <div id="latest" class="np-tabbed-section np-clearfix"> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="The Chairman of Sudan's Sovereign Council, General Abdel Fattah al-Burhan, arrived in Asmara." decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Al-Burhan-Asmara-Nov-26.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/">General al-Burhan of Sudan Visits Eritrea</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/sudan-general-al-burhan-visits-eritrea/" rel="bookmark"><time class="entry-date published" datetime="2024-11-26T10:14:01-06:00">November 26, 2024</time><time class="updated" datetime="2024-11-26T11:38:01-06:00">November 26, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Fake Ethiopian asylum seekers are conning their way into Britain by telling the Home Office they are from Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Fake-Eritrea-asylum-UK.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/">UK Asylum Fraud: Ethiopians Pose as Eritreans</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/uk-asylum-fraud-ethiopians-pose-as-asylum-seekers-from-eritrea/" rel="bookmark"><time class="entry-date published" datetime="2024-11-18T14:45:53-06:00">November 18, 2024</time><time class="updated" datetime="2024-11-18T14:46:42-06:00">November 18, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Sandra Macharia, Director of UN Information Services in Nairobi was in Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/">Eritrea: Interview With Sandra Macharia, Director of UNIS, Nairobi</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/" rel="bookmark"><time class="entry-date published" datetime="2024-11-16T10:18:06-06:00">November 16, 2024</time><time class="updated" datetime="2024-11-16T10:29:42-06:00">November 16, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Book Review: "An African Revolution Reclaimed" by Mesin Hagos - Factual Errors, Omissions and Misrepresentations" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Mesfin-Hagos-book-review.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/">Book Critique: “An African Revolution Reclaimed” – Factual Errors, Omissions and Misrepresentations</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/book-critique-an-african-revolution-reclaimed-factual-errors-omissions-misrepresentations/" rel="bookmark"><time class="entry-date published updated" datetime="2024-11-13T14:21:44-06:00">November 13, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-diplomatic-officers-complete-international-relations-training-program/"> <img width="136" height="102" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/eritrea-diplomat-training.jpg?resize=136%2C102&ssl=1" class="attachment-news-portal-block-thumb size-news-portal-block-thumb wp-post-image" alt="Eritrean Diplomatic Officers Complete International Relations Training Program in Partnership with China" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/eritrea-diplomat-training.jpg?resize=136%2C102&ssl=1 136w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/eritrea-diplomat-training.jpg?zoom=2&resize=136%2C102&ssl=1 272w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/eritrea-diplomat-training.jpg?zoom=3&resize=136%2C102&ssl=1 408w" sizes="(max-width: 136px) 100vw, 136px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-diplomatic-officers-complete-international-relations-training-program/">Eritrea: Diplomatic Officers Complete International Relations Training Program</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-diplomatic-officers-complete-international-relations-training-program/" rel="bookmark"><time class="entry-date published updated" datetime="2024-11-06T13:28:51-06:00">November 6, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </div><!-- #latest --> <div id="comments" class="np-tabbed-section np-clearfix"> <ul> <li class="np-single-comment np-clearfix"> <div class="np-comment-avatar"></div> <div class="np-comment-desc-wrap"> <strong>Summer Vacation Preparation 2024 – APES LCV 2024-2025</strong> commented on <a href="https://tesfanews.com/eritrea-seawater-farming-reforestation-story/" rel="external nofollow" title="A Story of Regeneration and Reforestation from Eritrea"> A Story of Regeneration and Reforestation from Eritrea</a>: […] A Story of Regeneration and Reforestatio </div><!-- .np-comment-desc-wrap --> </li> <li class="np-single-comment np-clearfix"> <div class="np-comment-avatar"></div> <div class="np-comment-desc-wrap"> <strong>Le 27 mai 2024, OMS deviendra l’acronyme de « Omnipotence Mondiale Souveraine » – MABATIM.INFO</strong> commented on <a href="https://tesfanews.com/gangster-who-head-tedros-adhanom/" rel="external nofollow" title="Tedros Adhanom: The Gangster Head of the WHO"> Tedros Adhanom: The Gangster Head of the WHO</a>: […] 4 www.tesfanews.com/gangster-who-head-te </div><!-- .np-comment-desc-wrap --> </li> <li class="np-single-comment np-clearfix"> <div class="np-comment-avatar"></div> <div class="np-comment-desc-wrap"> <strong>Le 27 mai 2024, OMS deviendra l’acronyme de « Omnipotence Mondiale Souveraine » – TEST MABATIM</strong> commented on <a href="https://tesfanews.com/gangster-who-head-tedros-adhanom/" rel="external nofollow" title="Tedros Adhanom: The Gangster Head of the WHO"> Tedros Adhanom: The Gangster Head of the WHO</a>: […] 4 www.tesfanews.com/gangster-who-head-te </div><!-- .np-comment-desc-wrap --> </li> <li class="np-single-comment np-clearfix"> <div class="np-comment-avatar"></div> <div class="np-comment-desc-wrap"> <strong>SOS: Stop the World Health Organization’s Tyrannical May 27 Power Grab | peckford42</strong> commented on <a href="https://tesfanews.com/gangster-who-head-tedros-adhanom/" rel="external nofollow" title="Tedros Adhanom: The Gangster Head of the WHO"> Tedros Adhanom: The Gangster Head of the WHO</a>: […] WHO, still led by the reportedly corrupt </div><!-- .np-comment-desc-wrap --> </li> <li class="np-single-comment np-clearfix"> <div class="np-comment-avatar"></div> <div class="np-comment-desc-wrap"> <strong>Ethiopia’s PM Abiy Ahmed A New Threat To Regional Peace | Stop Genocide Against Amhara People in Ethiopia</strong> commented on <a href="https://tesfanews.com/ethiopia-abiy-ahmed-new-threat-to-regional-peace/" rel="external nofollow" title="Ethiopia’s PM Abiy Ahmed A New Threat to Regional Peace"> Ethiopia’s PM Abiy Ahmed A New Threat to Regional Peace</a>: […] December 9, 2023 By Mesfin Kumelachew ht </div><!-- .np-comment-desc-wrap --> </li> </ul> </div><!-- #comments --> </div><!-- .np-default-tabbed-wrapper --> </section> </div><!-- .middle-aside --> </div><!-- .np-home-middle-section --> <div class="np-home-bottom-section"> <section id="news_portal_carousel-1" class="widget news_portal_carousel"> <div class="np-block-wrapper carousel-posts np-clearfix layout1"> <div class="np-block-title-nav-wrap"> <h2 class="np-block-title">Interviews</h2> <div class="carousel-nav-action"> <div class="np-navPrev carousel-controls"><i class="fa fa-angle-left"></i></div> <div class="np-navNext carousel-controls"><i class="fa fa-angle-right"></i></div> </div> </div> <!-- np-full-width-title-nav-wrap --> <div class="np-block-posts-wrapper"> <ul id="blockCarousel" class="cS-hidden"> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="Sandra Macharia, Director of UN Information Services in Nairobi was in Eritrea" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2024/11/Sandra-Macharia-UNIS-Eritrea.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/">Eritrea: Interview With Sandra Macharia, Director of UNIS, Nairobi</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/eritrea-interview-sandra-macharia-director-unis/" rel="bookmark"><time class="entry-date published" datetime="2024-11-16T10:18:06-06:00">November 16, 2024</time><time class="updated" datetime="2024-11-16T10:29:42-06:00">November 16, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/investigations-of-brigade-nhamedu-attacks-on-eritrean-diaspora-underway/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/08/Eritrea-Festival-organizers-e1691697553525.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="the terrorist cell "Brigade N'Hamedu" from Tigray are trying to force a worldwide shutdown of the Eritrean festivals" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/08/Eritrea-Festival-organizers-e1691697553525.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/08/Eritrea-Festival-organizers-e1691697553525.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/08/Eritrea-Festival-organizers-e1691697553525.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/investigations-of-brigade-nhamedu-attacks-on-eritrean-diaspora-underway/">Investigations into Brigade Nhamedu Attacks on the Eritrean Diaspora Underway</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/investigations-of-brigade-nhamedu-attacks-on-eritrean-diaspora-underway/" rel="bookmark"><time class="entry-date published" datetime="2024-02-28T14:59:38-06:00">February 28, 2024</time><time class="updated" datetime="2024-02-28T15:56:53-06:00">February 28, 2024</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/interview-president-isaias-afwerki-about-first-saudi-african-summit/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/interview-isaias-saudi-summit.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="President Isaias conducted interview with local television about the first Saudi-African Summit" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/interview-isaias-saudi-summit.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/interview-isaias-saudi-summit.jpg?zoom=2&resize=400%2C600&ssl=1 800w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/interview-president-isaias-afwerki-about-first-saudi-african-summit/">ቃለ-መጠይቕ ፕረዚደንት ኢሳይያስ ኣፈወርቂ ድሕሪ ቀዳማይ ዋዕላ ስዑዲ- ዓረብን ኣፍሪቃን</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/interview-president-isaias-afwerki-about-first-saudi-african-summit/" rel="bookmark"><time class="entry-date published" datetime="2023-11-21T10:30:24-06:00">November 21, 2023</time><time class="updated" datetime="2023-11-21T11:58:57-06:00">November 21, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/president-isaias-afwerki-partnership-with-saudi-arabia-will-uplift-africa-from-underdevelopment-swamp/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Isaias-Afwerki_Saudi_interview.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Isaias-Afwerki_Saudi_interview.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Isaias-Afwerki_Saudi_interview.jpg?zoom=2&resize=400%2C600&ssl=1 800w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/president-isaias-afwerki-partnership-with-saudi-arabia-will-uplift-africa-from-underdevelopment-swamp/">President Isaias Afwerki: Partnership with Saudi Arabia will Uplift Region from Underdevelopment Swamp</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/president-isaias-afwerki-partnership-with-saudi-arabia-will-uplift-africa-from-underdevelopment-swamp/" rel="bookmark"><time class="entry-date published" datetime="2023-11-14T10:09:10-06:00">November 14, 2023</time><time class="updated" datetime="2023-11-15T08:48:50-06:00">November 15, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/interview-with-president-of-somalia-hassan-sheikh-mohamud/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/10/somalia-eritrea-03.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/10/somalia-eritrea-03.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/10/somalia-eritrea-03.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/10/somalia-eritrea-03.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/interview-with-president-of-somalia-hassan-sheikh-mohamud/">Interview with President of Somalia H.E. Hassan Sheikh Mohamud</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/interview-with-president-of-somalia-hassan-sheikh-mohamud/" rel="bookmark"><time class="entry-date published" datetime="2023-10-13T10:51:38-05:00">October 13, 2023</time><time class="updated" datetime="2023-10-16T11:55:21-05:00">October 16, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/china-regards-eritrea-good-partner-comrade-strategic-long-term-perspective-shu-zhan/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/Ambassador-Shu-Zhan.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="interview with former Chinese Ambassador to Eritrea, Mr. Shu Zhan" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/Ambassador-Shu-Zhan.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/Ambassador-Shu-Zhan.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/Ambassador-Shu-Zhan.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/china-regards-eritrea-good-partner-comrade-strategic-long-term-perspective-shu-zhan/">China Regards Eritrea Good Partner and Comrade from Strategic and Long-term Perspective, Ambassador Shu Zhan</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/china-regards-eritrea-good-partner-comrade-strategic-long-term-perspective-shu-zhan/" rel="bookmark"><time class="entry-date published updated" datetime="2023-06-19T11:33:44-05:00">June 19, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/us-panicking-over-africas-ties-with-russia-eritrean-president/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/President-Isaias-RT-interview.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="Eritrean President Isaias Afwerki shared his thoughts in an exclusive interview with RT" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/President-Isaias-RT-interview.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/President-Isaias-RT-interview.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/06/President-Isaias-RT-interview.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/us-panicking-over-africas-ties-with-russia-eritrean-president/">US Panicking Over Africa’s Ties with Russia – Eritrean President</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/us-panicking-over-africas-ties-with-russia-eritrean-president/" rel="bookmark"><time class="entry-date published" datetime="2023-06-05T09:31:51-05:00">June 5, 2023</time><time class="updated" datetime="2023-06-05T13:24:06-05:00">June 5, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/cctv-exclusive-interview-with-president-isaias/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_CCTV_interview.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="Eritrean President Isaias Afwerki was interviewed exclusively by CCTV 13 "High-end Interview" during his recent visit to China." decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_CCTV_interview.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_CCTV_interview.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_CCTV_interview.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/cctv-exclusive-interview-with-president-isaias/">CCTV Exclusive Interview with President Isaias</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/cctv-exclusive-interview-with-president-isaias/" rel="bookmark"><time class="entry-date published" datetime="2023-05-27T10:24:23-05:00">May 27, 2023</time><time class="updated" datetime="2023-05-27T10:25:16-05:00">May 27, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/president-isaias-sichuan-trip-tremendous-cooperation-potential/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Sichuan_visit.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="President Isaias visit Sichuan province" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Sichuan_visit.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Sichuan_visit.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Sichuan_visit.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/president-isaias-sichuan-trip-tremendous-cooperation-potential/">“There is Tremendous Potential for Cooperation” – President Isaias</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/president-isaias-sichuan-trip-tremendous-cooperation-potential/" rel="bookmark"><time class="entry-date published" datetime="2023-05-19T12:23:34-05:00">May 19, 2023</time><time class="updated" datetime="2023-05-19T14:10:40-05:00">May 19, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> <li> <div class="np-single-post np-clearfix"> <div class="np-post-thumb"> <a href="https://tesfanews.com/president-isaias-interview-on-sudan-conflict/"> <img width="400" height="600" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/President-Isaias-Sudan-crisis.jpg?resize=400%2C600&ssl=1" class="attachment-news-portal-carousel-portrait size-news-portal-carousel-portrait wp-post-image" alt="President Isaias stand regarding the Sudan Conflict" decoding="async" srcset="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/President-Isaias-Sudan-crisis.jpg?resize=400%2C600&ssl=1 400w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/President-Isaias-Sudan-crisis.jpg?zoom=2&resize=400%2C600&ssl=1 800w, https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/President-Isaias-Sudan-crisis.jpg?zoom=3&resize=400%2C600&ssl=1 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a> </div><!-- .np-post-thumb --> <div class="np-post-content"> <div class="post-cats-list"> <span class="category-button np-cat-11428"><a href="https://tesfanews.com/category/interview/">Interviews</a></span> <span class="category-button np-cat-6"><a href="https://tesfanews.com/category/news/">News</a></span> </div> <h3 class="np-post-title small-size"><a href="https://tesfanews.com/president-isaias-interview-on-sudan-conflict/">Interview with President Isaias on the Tragic Sudan Conflict</a></h3> <div class="np-post-meta"><span class="posted-on"><a href="https://tesfanews.com/president-isaias-interview-on-sudan-conflict/" rel="bookmark"><time class="entry-date published" datetime="2023-05-01T17:52:47-05:00">May 1, 2023</time><time class="updated" datetime="2023-05-01T17:58:37-05:00">May 1, 2023</time></a></span><span class="byline"><span class="author vcard"><a class="url fn n" href="https://tesfanews.com/author/admin/">TesfaNews</a></span></span></div> </div><!-- .np-post-content --> </div><!-- .np-single-post --> </li> </ul> </div><!-- .np-block-posts-wrapper --> </div><!--- .np-block-wrapper --> </section> </div><!-- .np-home-bottom-section --> </div><!-- .mt-container --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div id="top-footer" class="footer-widgets-wrapper footer_column_three np-clearfix"> <div class="mt-container"> <div class="footer-widgets-area np-clearfix"> <div class="np-footer-widget-wrapper np-column-wrapper np-clearfix"> <div class="np-footer-widget wow fadeInLeft" data-wow-duration="0.5s"> <section id="custom_html-6" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div id="metaslider-id-64412" style="max-width: 1200px;" class="ml-slider-3-93-0 ml-slider-pro-2-42-0 metaslider metaslider-nivo metaslider-64412 ml-slider ms-theme-default" role="region" aria-roledescription="Slideshow" aria-label="Isaias-Putin_meet"> <div id="metaslider_container_64412"> <div class='slider-wrapper theme-default'><div class='ribbon'></div><div id='metaslider_64412' class='nivoSlider'><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_6.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_6" alt="" class="slider-64412 slide-64423" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_2.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_2" alt="" class="slider-64412 slide-64426" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_11.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_11" alt="" class="slider-64412 slide-64438" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_5.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_5" alt="" class="slider-64412 slide-64424" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_9.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_9" alt="" class="slider-64412 slide-64436" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_4.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_4" alt="" class="slider-64412 slide-64425" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_7.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_7" alt="" class="slider-64412 slide-64422" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_8.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_8" alt="" class="slider-64412 slide-64421" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_1.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_1" alt="" class="slider-64412 slide-64427" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Putin_10.jpg?resize=640%2C395&ssl=1" height="395" width="640" title="Isaias_Putin_10" alt="" class="slider-64412 slide-64435" /></div></div> </div> </div> </div></section> </div> <div class="np-footer-widget wow fadeInLeft" data-woww-duration="1s"> <section id="custom_html-7" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div id="metaslider-id-64178" style="max-width: 850px;" class="ml-slider-3-93-0 ml-slider-pro-2-42-0 metaslider metaslider-nivo metaslider-64178 ml-slider ms-theme-default" role="region" aria-roledescription="Slideshow" aria-label="Isaias Afwerki China Visit - Xi"> <div id="metaslider_container_64178"> <div class='slider-wrapper theme-default'><div class='ribbon'></div><div id='metaslider_64178' class='nivoSlider'><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-9.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-9" alt="" class="slider-64178 slide-64199" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-10.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-10" alt="" class="slider-64178 slide-64201" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Xi_12.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias_Xi_12" alt="" class="slider-64178 slide-64220" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-8.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-8" alt="" class="slider-64178 slide-64197" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-3.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-3" alt="" class="slider-64178 slide-64188" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-4.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-4" alt="" class="slider-64178 slide-64187" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-2.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-2" alt="" class="slider-64178 slide-64189" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-6.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-6" alt="" class="slider-64178 slide-64185" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-5.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-5" alt="" class="slider-64178 slide-64186" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-1.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-1" alt="" class="slider-64178 slide-64190" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Xi-14.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias_Xi-14" alt="" class="slider-64178 slide-64226" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Xi-15.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias_Xi-15" alt="" class="slider-64178 slide-64228" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias_Xi_13.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias_Xi_13" alt="" class="slider-64178 slide-64222" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/PIA_Qiang-7.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="PIA_Qiang-7" alt="" class="slider-64178 slide-64191" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/PIA_Qiang-8.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="PIA_Qiang-8" alt="China's Premier Li Qiang and Eritrean President Isaias Afwerki discuss on how to enrich the Strategic Partnership between the two countries." class="slider-64178 slide-64192" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Xi_Isaias_16.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Xi_Isaias_16" alt="" class="slider-64178 slide-64249" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/05/Isaias-Xi-Jinping-7.jpg?resize=640%2C367&ssl=1" height="367" width="640" title="Isaias Xi Jinping-7" alt="" class="slider-64178 slide-64195" /></div></div> </div> </div></div></section> </div> <div class="np-footer-widget wow fadeInLeft" data-wow-duration="1.5s"> <section id="custom_html-8" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div id="metaslider-id-65621" style="max-width: 1000px;" class="ml-slider-3-93-0 ml-slider-pro-2-42-0 metaslider metaslider-nivo metaslider-65621 ml-slider ms-theme-default" role="region" aria-roledescription="Slideshow" aria-label="Saudi-Africa Summit"> <div id="metaslider_container_65621"> <div class='slider-wrapper theme-default'><div class='ribbon'></div><div id='metaslider_65621' class='nivoSlider'><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_6.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_6" alt="" class="slider-65621 slide-65637" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_3.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_3" alt="" class="slider-65621 slide-65625" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit-1.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit-1" alt="" class="slider-65621 slide-65627" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_5.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_5" alt="" class="slider-65621 slide-65638" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_7.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_7" alt="" class="slider-65621 slide-65636" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_2.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_2" alt="" class="slider-65621 slide-65626" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_8.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_8" alt="" class="slider-65621 slide-65635" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_9.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_9" alt="" class="slider-65621 slide-65644" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_10.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_10" alt="" class="slider-65621 slide-65646" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Saudi-Africa_Summit_11.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Saudi-Africa_Summit_11" alt="" class="slider-65621 slide-65648" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Somalia_Eritrea_leaders_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Somalia_Eritrea_leaders_Riyadh" alt="" class="slider-65621 slide-65659" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Burduni_leaders_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Burduni_leaders_Riyadh" alt="" class="slider-65621 slide-65661" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Mali_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Mali_Riyadh" alt="" class="slider-65621 slide-65663" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Burkina_Faso_leaders_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Burkina_Faso_leaders_Riyadh" alt="" class="slider-65621 slide-65665" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Gabon_leaders_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Gabon_leaders_Riyadh" alt="" class="slider-65621 slide-65667" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_South_Sudan_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_South_Sudan_Riyadh" alt="" class="slider-65621 slide-65669" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Sudan_Riyadh.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Sudan_Riyadh" alt="" class="slider-65621 slide-65671" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Egypt_Riyadh_meeting.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Egypt_Riyadh_meeting" alt="" class="slider-65621 slide-65699" /><img data-recalc-dims="1" src="https://i0.wp.com/tesfanews.com/wp-content/uploads/2023/11/Eritrea_Saudi_leaders_meeting-1.jpg?resize=640%2C384&ssl=1" height="384" width="640" title="Eritrea_Saudi_leaders_meeting-1" alt="Saudi Eritrea Leaders meeting in Riyadh" class="slider-65621 slide-65700" /></div></div> </div> </div></div></section> </div> </div><!-- .np-footer-widget-wrapper --> </div><!-- .footer-widgets-area --> </div><!-- .mt-container --> </div><!-- .footer-widgets-wrapper --><div class="bottom-footer np-clearfix"><div class="mt-container"> <div class="site-info"> <span class="np-copyright-text"> </span> <span class="sep"> | </span> Theme: News Portal by <a href="https://mysterythemes.com/" rel="nofollow" target="_blank">Mystery Themes</a>. </div><!-- .site-info --> <nav id="footer-navigation" class="footer-navigation" role="navigation"> <div class="menu-top-menu-container"><ul id="footer-menu" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63211"><a href="https://tesfanews.com/disclaimer/">Disclaimer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63212"><a href="https://tesfanews.com/donate/">Donate</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63741"><a href="https://tesfanews.com/about-us/">About TN</a></li> </ul></div> </nav><!-- #site-navigation --> </div><!-- .mt-container --></div> <!-- bottom-footer --></footer><!-- #colophon --><div id="np-scrollup" class="animated arrow-hide"><i class="fa fa-chevron-up"></i></div></div><!-- #page --> <script id="wccp_pro_alert_message"> window.addEventListener('DOMContentLoaded', function() {}); //This line to stop JS deffer function in wp-rockt pluign window.addEventListener('load', function (){ // Create the first div element with the "oncontextmenu" attribute const wccp_pro_mask = document.createElement('div'); wccp_pro_mask.setAttribute('oncontextmenu', 'return false;'); wccp_pro_mask.setAttribute('id', 'wccp_pro_mask'); // Create the second div element with the "msgmsg-box-wpcp hideme" classes const wpcp_error_message = document.createElement('div'); wpcp_error_message.setAttribute('id', 'wpcp-error-message'); wpcp_error_message.setAttribute('class', 'msgmsg-box-wpcp hideme'); // Add a span element with the "error: " text inside the second div const error_span = document.createElement('span'); error_span.innerText = 'error: '; wpcp_error_message.appendChild(error_span); // Add the error message text inside the second div const error_text = document.createTextNode(''); wpcp_error_message.appendChild(error_text); // Add the div elements to the document body document.body.appendChild(wccp_pro_mask); document.body.appendChild(wpcp_error_message); }); var timeout_result; function show_wccp_pro_message(smessage="", style="") { wccp_pro_log_to_console_if_allowed("function", "show_wccp_pro_message" + smessage); timeout = 2000; if(style == "") style = "warning-wpcp"; if (smessage !== "" && timeout!=0) { var smessage_text = smessage; jquery_fadeTo(); document.getElementById("wpcp-error-message").innerHTML = smessage_text; document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp showme " + style; clearTimeout(timeout_result); timeout_result = setTimeout(hide_message, timeout); } else { clearTimeout(timeout_result); timeout_result = setTimeout(hide_message, timeout); } } function hide_message() { jquery_fadeOut(); document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme"; } function jquery_fadeTo() { try { jQuery("#wccp_pro_mask").fadeTo("slow", 0.3); } catch(err) { //alert(err.message); } } function jquery_fadeOut() { try { jQuery("#wccp_pro_mask").fadeOut( "slow" ); } catch(err) {} } </script> <style> #wccp_pro_mask { position: absolute; bottom: 0; left: 0; position: fixed; right: 0; top: 0; background-color: #000; pointer-events: none; display: none; z-index: 10000; animation: 0.5s ease 0s normal none 1 running ngdialog-fadein; background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; } #wpcp-error-message { direction: ltr; text-align: center; transition: opacity 900ms ease 0s; pointer-events: none; z-index: 99999999; } .hideme { opacity:0; visibility: hidden; } .showme { opacity:1; visibility: visible; } .msgmsg-box-wpcp { border-radius: 10px; color: #555555; font-family: Tahoma; font-size: 12px; margin: 10px; padding: 10px 36px; position: fixed; width: 255px; top: 50%; left: 50%; margin-top: -10px; margin-left: -130px; } .msgmsg-box-wpcp b { font-weight:bold; text-transform:uppercase; } .warning-wpcp { background:#ffecec url('https://tesfanews.com/wp-content/plugins/wccp-pro/images/warning.png') no-repeat 10px 50%; border:1px solid #f2bfbf; -webkit-box-shadow: 0px 0px 34px 2px #f2bfbf; -moz-box-shadow: 0px 0px 34px 2px #f2bfbf; box-shadow: 0px 0px 34px 2px #f2bfbf; } .success-wpcp { background: #fafafa url('https://tesfanews.com/wp-content/plugins/wccp-pro/images/success.png') no-repeat 10px 50%; border: 1px solid #00b38f; box-shadow: 0px 0px 34px 2px #adc; } </style> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='wpo_min-footer-0-css' href='https://tesfanews.com/wp-content/cache/wpo-minify/1732638852/assets/wpo-minify-footer-1bb634e3.min.css' type='text/css' media='all' /> <script type="text/javascript" id="wpo_min-footer-0-js-extra"> /* <![CDATA[ */ var scriptParams = {"google_search_engine_id":"45226d546f9a44713"}; var eplocalize = {"ajaxurl":"https:\/\/tesfanews.com\/wp-admin\/admin-ajax.php","is_pro_plugin_active":"","nonce":"38da617ec4"}; var wpmagazineModulesObject = {"ajax_url":"https:\/\/tesfanews.com\/wp-admin\/admin-ajax.php","_wpnonce":"c9d0cbd751"}; var mtObject = {"menu_sticky":"true","inner_sticky":"true","front_sticky":"true"}; var ajax_object = {"ajaxurl":"https:\/\/tesfanews.com\/wp-admin\/admin-ajax.php","link":"https:\/\/tesfanews.com\/"}; var wpmagazineModulesElementorObject = {"ajax_url":"https:\/\/tesfanews.com\/wp-admin\/admin-ajax.php","_wpnonce":"c9d0cbd751"}; /* ]]> */ </script> <script type="text/javascript" src="https://tesfanews.com/wp-content/cache/wpo-minify/1732638852/assets/wpo-minify-footer-ac43da87.min.js" id="wpo_min-footer-0-js"></script> <script type="text/javascript" src="https://stats.wp.com/e-202448.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"217015860\",\"post\":\"5\",\"tz\":\"-6\",\"srv\":\"tesfanews.com\",\"j\":\"1:14.0\"}") ]); _stq.push([ "clickTrackerInit", "217015860", "5" ]); /* ]]> */ </script> <script type="text/javascript" id="wpo_min-footer-2-js-extra"> /* <![CDATA[ */ var wpData = {"baseUrl":"https:\/\/tesfanews.com"}; var wpData = {"baseUrl":"https:\/\/tesfanews.com"}; var wpData = {"baseUrl":"https:\/\/tesfanews.com"}; /* ]]> */ </script> <script type="text/javascript" src="https://tesfanews.com/wp-content/cache/wpo-minify/1732638852/assets/wpo-minify-footer-9db213cc.min.js" id="wpo_min-footer-2-js"></script> </body> </html> <!-- Cached by WP-Optimize - https://getwpo.com - Last modified: November 30, 2024 11:39 am (America/Winnipeg UTC:-6) -->