{"id":9,"date":"2026-01-27T14:38:59","date_gmt":"2026-01-27T14:38:59","guid":{"rendered":"http:\/\/localhost\/LeilaYammin\/?page_id=9"},"modified":"2026-02-25T14:20:51","modified_gmt":"2026-02-25T14:20:51","slug":"about","status":"publish","type":"page","link":"https:\/\/laylayammine.com\/ar\/about\/","title":{"rendered":"\u0646\u0628\u0630\u0629 \u0639\u0646\u064a"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da32634 e-con-full e-flex e-con e-parent\" data-id=\"da32634\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71c0c8c elementor-widget elementor-widget-html\" data-id=\"71c0c8c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* ========================= *\/\r\n\/* RESET & BODY             *\/\r\n\/* ========================= *\/\r\nbody {\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\n\/* ========================= *\/\r\n\/* HERO SECTION             *\/\r\n\/* ========================= *\/\r\n.hero-section {\r\n    position: relative;\r\n \r\n    background-size: cover;\r\n    background-position: center;\r\n    background-repeat: no-repeat;\r\n    min-height: 100vh;\r\n    display: flex;\r\n    align-items: stretch; \/* stretch container to full height *\/\r\n    color: #ffffff;\r\n    font-family: 'Inter', sans-serif;\r\n    padding: 0;\r\n    margin: 0;\r\n    overflow: hidden;\r\n}\r\n\r\n.hero-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0, 0, 0, 0.55);\r\n}\r\n\r\n.hero-content {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    gap: 60px;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 0 20px;\r\n    width: 100%;\r\n    position: relative;\r\n}\r\n\r\n\/* ========================= *\/\r\n\/* LEFT SIDE TEXT            *\/\r\n\/* ========================= *\/\r\n.hero-text {\r\n    flex: 1;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center; \/* center vertically *\/\r\n    align-items: center;     \/* center horizontally *\/\r\n    text-align: left;\r\n    animation: fadeSlideLeft 1.2s ease forwards;\r\n    opacity: 0;\r\n}\r\n\r\n.hero-text h1 {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 64px;\r\n    font-weight: 600;\r\n    margin: 0 0 15px 0;\r\n    color: #fff;\r\n}\r\n\r\n.hero-divider {\r\n    margin: 10px 0 25px;\r\n    width: 100%;\r\n    max-width: 520px;\r\n    height: 1px;\r\n    background-color: rgba(255,255,255,0.5);\r\n}\r\n\r\n.hero-text p {\r\n    max-width: 600px;\r\n    font-size: 17px;\r\n    line-height: 1.6;\r\n    margin: 0;\r\n    color: #e5e5e5;\r\n}\r\n\r\n\/* ========================= *\/\r\n\/* RIGHT SIDE PHOTO          *\/\r\n\/* ========================= *\/\r\n.hero-image {\r\n    flex: 1;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: flex-end; \/* keep image at bottom *\/\r\n    animation: fadeSlideRight 1.4s ease forwards;\r\n    opacity: 0;\r\n}\r\n\r\n.hero-image img {\r\n    display: block;\r\n    width: 100%;\r\n    max-width: 420px;\r\n    border-radius: 12px;\r\n    object-fit: contain;\r\n    box-shadow: 0 20px 60px rgba(0,0,0,0.5);\r\n    transition: transform 0.6s ease, box-shadow 0.6s ease;\r\n}\r\n\r\n.hero-image img:hover {\r\n    transform: translateY(-8px) scale(1.02);\r\n    box-shadow: 0 30px 80px rgba(0,0,0,0.6);\r\n}\r\n\r\n\/* ========================= *\/\r\n\/* DOWN SCROLL BUTTON        *\/\r\n\/* ========================= *\/\r\n.scroll-down {\r\n    position: absolute;\r\n    bottom: 30px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    text-decoration: none;\r\n    width: 40px;\r\n    height: 60px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    animation: bounce 2s infinite;\r\n    cursor: pointer;\r\n    z-index: 3;\r\n}\r\n\r\n.scroll-down span {\r\n    display: block;\r\n    width: 18px;\r\n    height: 18px;\r\n    border-bottom: 2px solid #ffffff;\r\n    border-right: 2px solid #ffffff;\r\n    transform: rotate(45deg);\r\n    transition: 0.3s ease;\r\n}\r\n\r\n.scroll-down:hover span {\r\n    border-color: #8B2E2E;\r\n    transform: rotate(45deg) scale(1.1);\r\n}\r\n\r\nhtml {\r\n    scroll-behavior: smooth;\r\n}\r\n\r\n\/* ========================= *\/\r\n\/* ANIMATIONS               *\/\r\n\/* ========================= *\/\r\n@keyframes bounce {\r\n    0%, 100% { transform: translate(-50%, 0); }\r\n    50% { transform: translate(-50%, 10px); }\r\n}\r\n\r\n@keyframes fadeSlideLeft {\r\n    from { opacity: 0; transform: translateX(-40px); }\r\n    to { opacity: 1; transform: translateX(0); }\r\n}\r\n\r\n@keyframes fadeSlideRight {\r\n    from { opacity: 0; transform: translateX(40px); }\r\n    to { opacity: 1; transform: translateX(0); }\r\n}\r\n\r\n@keyframes fadeSlideUp {\r\n    from { opacity: 0; transform: translateY(40px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n\/* ========================= *\/\r\n\/* RESPONSIVE               *\/\r\n\/* ========================= *\/\r\n@media (max-width: 992px) {\r\n    .hero-content {\r\n        flex-direction: column;\r\n        text-align: center;\r\n        align-items: center;\r\n    }\r\n    .hero-image {\r\n        margin-top: 30px;\r\n        align-items: center;\r\n    }\r\n    .hero-text h1 { font-size: 48px; }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .hero-section { min-height: 100svh; }\r\n    .hero-text h1 { font-size: 36px; }\r\n    .hero-text p { font-size: 16px; }\r\n    .hero-image img { max-width: 300px; }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n    .hero-text h1 { font-size: 30px; }\r\n    .hero-text p { font-size: 15px; }\r\n}\r\n<\/style>\r\n\r\n<section class=\"hero-section\">\r\n    <div class=\"hero-overlay\"><\/div>\r\n    <div class=\"hero-content\">\r\n        <div class=\"hero-text\">\r\n            <h1>\u0644\u064a\u0644\u0649 \u064a\u0645\u064a\u0646<\/h1>\r\n            <div class=\"hero-divider\"><\/div>\r\n            <p>\u0644\u064a\u0644\u0649 \u064a\u0645\u0651\u064a\u0646 - \u0635\u062d\u0627\u0641\u064a\u0629 \u0627\u0633\u062a\u0642\u0635\u0627\u0626\u064a\u0629 \u0644\u0628\u0646\u0627\u0646\u064a\u0629 \u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0644\u063a\u0629\u060c \u0628\u0627\u062d\u062b\u0629 \u0648\u0645\u0646\u062a\u062c\u0629 (\u0627\u0644\u0639\u0631\u0628\u064a\u0629\/\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629).<\/p>\r\n        <\/div>\r\n        <div class=\"hero-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/laylayammine.com\/wp-content\/uploads\/2026\/02\/fullsizerender-3-copy.webp\" \r\n                 alt=\"Layla Yammine - Investigative Journalist\">\r\n        <\/div>\r\n    <\/div>\r\n    <a href=\"#aboutlayla\" class=\"scroll-down\">\r\n        <span><\/span>\r\n    <\/a>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c8f3353 e-flex e-con-boxed e-con e-parent\" data-id=\"c8f3353\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fdeee3 elementor-widget elementor-widget-menu-anchor\" data-id=\"1fdeee3\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"aboutlayla\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d373d7 e-flex e-con-boxed e-con e-parent\" data-id=\"5d373d7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02fe735 elementor-widget elementor-widget-text-editor\" data-id=\"02fe735\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">\u0644\u064a\u0644\u0649 \u064a\u0645\u064a\u0646 \u0647\u064a \u0635\u062d\u0641\u064a\u0629 \u0627\u0633\u062a\u0642\u0635\u0627\u0626\u064a\u0629 \u0648\u0645\u0646\u062a\u062c\u0629 \u0648\u0628\u0627\u062d\u062b\u0629 \u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0644\u063a\u0629 \u0645\u0642\u064a\u0645\u0629 \u0641\u064a \u0628\u064a\u0631\u0648\u062a. \u062a\u0631\u0628\u0637 \u0623\u0639\u0645\u0627\u0644\u0647\u0627 \u0628\u064a\u0646 \u0627\u0644\u0633\u0644\u0637\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u0629 \u0648\u0633\u064a\u0627\u0633\u0627\u062a\u0647\u0627 \u0645\u0639 \u0627\u0644\u0648\u0627\u0642\u0639 \u0627\u0644\u0641\u0639\u0644\u064a \u0644\u0644\u0645\u062c\u062a\u0645\u0639 \u0641\u064a \u0644\u0628\u0646\u0627\u0646 \u0648\u0628\u0644\u0627\u062f \u0627\u0644\u0634\u0627\u0645. \u064a\u0645\u064a\u0646 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631 (\u0627\u0644\u0645\u0643\u062a\u0648\u0628\u0629 \u0648\u0627\u0644\u0645\u0633\u0645\u0648\u0639\u0629) \u0627\u0644\u0645\u0639\u0645\u0642\u0629\u060c \u0627\u0644\u0627\u0633\u062a\u0642\u0635\u0627\u0626\u064a\u0629\u060c \u0648\u0627\u0644\u0642\u0635\u0635\u064a\u0629 \u062d\u0648\u0644 \u0627\u0644\u062d\u0631\u0628 \u0648\u0627\u0644\u0633\u064a\u0627\u0633\u0629 \u0648\u0627\u0644\u0639\u062f\u0627\u0644\u0629 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0648\u0627\u0644\u062b\u0642\u0627\u0641\u0629\u060c \u0645\u0639 \u0627\u0647\u062a\u0645\u0627\u0645 \u062e\u0627\u0635 \u0628\u0627\u0644\u0646\u0638\u0645 \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629 \u0648\u0627\u0644\u0639\u062f\u0627\u0644\u0629 \u0627\u0644\u0628\u064a\u0626\u064a\u0629 \u0648\u0627\u0644\u062a\u0623\u062b\u064a\u0631\u0627\u062a \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0644\u0644\u0623\u0632\u0645\u0627\u062a \u0627\u0644\u0637\u0648\u064a\u0644\u0629 \u0627\u0644\u0623\u0645\u062f. \u062a\u0645\u0632\u062c \u0641\u064a \u062a\u0642\u0627\u0631\u064a\u0631\u0647\u0627 \u0628\u064a\u0646 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a \u0627\u0644\u0645\u0643\u062b\u0641 \u0648\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0623\u0631\u0634\u064a\u0641 \u0648\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0645\u0635\u0627\u062f\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0641\u062a\u0648\u062d\u0629 (OSINT) \u0648\u0627\u0644\u0633\u0631\u062f \u0627\u0644\u0642\u0635\u0635\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629 \u0644\u062a\u0642\u062f\u064a\u0645 \u0635\u062d\u0627\u0641\u0629 \u062f\u0642\u064a\u0642\u0629 \u062a\u0631\u0643\u0632 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u0633\u0627\u0646.<\/span><\/p><p><span style=\"font-weight: 400;\">\u0639\u0645\u0644\u062a \u0644\u064a\u0644\u0649 \u0643\u0635\u062d\u0627\u0641\u064a\u0629 \u0641\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0635\u062f\u0631 \u0639\u0627\u0645\u060c \u0645\u0646 \u0639\u0627\u0645 2021 \u0625\u0644\u0649 \u0639\u0627\u0645 2025\u060c \u062d\u064a\u062b \u0623\u0646\u062a\u062c\u062a \u062a\u062d\u0642\u064a\u0642\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0644\u063a\u0627\u062a \u0648\u062a\u0642\u0627\u0631\u064a\u0631 \u0645\u0639\u0645\u0642\u0629\u060c \u0628\u0627\u0644\u0627\u0636\u0627\u0641\u0629 \u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062d\u0642\u0642 \u0627\u0644\u062a\u062d\u0631\u064a\u0631\u064a \u0648\u062f\u0639\u0645\u062a \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644 \u0641\u064a \u063a\u0631\u0641\u0629 \u0627\u0644\u0623\u062e\u0628\u0627\u0631. \u062a\u0634\u0645\u0644 \u0645\u0634\u0627\u0631\u064a\u0639\u0647\u0627 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u062a\u062d\u0642\u064a\u0642\u064b\u0627 \u0628\u064a\u0626\u064a\u064b\u0627 \u062d\u0648\u0644 \u0627\u0644\u0631\u064a \u0628\u0645\u064a\u0627\u0647 \u0627\u0644\u0635\u0631\u0641 \u0627\u0644\u0635\u062d\u064a \u0641\u064a \u0639\u0643\u0627\u0631\u060c \u062a\u0642\u0631\u064a\u0631\u064b\u0627 \u062b\u0642\u0627\u0641\u064a\u064b\u0627 \u0639\u0646 \u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0637\u0639\u0627\u0645 \u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0629 \u0641\u064a \u0644\u0628\u0646\u0627\u0646\u060c \u0648\u062a\u0642\u0631\u064a\u0631\u064b\u0627 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0639\u0646 \u0627\u0644\u062a\u0644\u0648\u062b \u0627\u0644\u0633\u0645\u0639\u064a \u0641\u064a \u0628\u064a\u0631\u0648\u062a. \u0628\u0634\u0643\u0644 \u0645\u0633\u062a\u0642\u0644\u060c \u0646\u0634\u0631\u062a \u0623\u064a\u0636\u064b\u0627 \u0645\u0644\u0641\u064b\u0627 \u0639\u0646 \u0627\u0646\u0647\u064a\u0627\u0631 \u0646\u0638\u0627\u0645 \u0631\u0639\u0627\u064a\u0629 \u0627\u0644\u0635\u062d\u0629 \u0627\u0644\u0646\u0641\u0633\u064a\u0629 \u0641\u064a \u0644\u0628\u0646\u0627\u0646\u060c \u0648\u062a\u0642\u0631\u064a\u0631\u064b\u0627 \u0645\u0637\u0648\u0644\u0627\u064b \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0639\u0646 \u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0633\u0643\u0643 \u0627\u0644\u062d\u062f\u064a\u062f\u064a\u0629 \u0641\u064a \u0644\u0628\u0646\u0627\u0646. \u062a\u0648\u0636\u062d \u0647\u0630\u0647 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0645\u062c\u0627\u0644 \u0627\u0647\u062a\u0645\u0627\u0645\u0647\u0627 \u0627\u0644\u0630\u064a \u064a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0633\u064a\u0627\u0633\u0629 \u0648\u0627\u0644\u0639\u062f\u0627\u0644\u0629 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0648\u062b\u0642\u0627\u0641\u0629 \u0627\u0644\u0637\u0639\u0627\u0645.<\/span><\/p><p><span style=\"font-weight: 400;\">\u064a\u0645\u064a\u0646 \u0645\u0645\u0627\u0631\u0633\u0629 \u0645\u062f\u064e\u0631\u0628\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0641\u062a\u0648\u062d\u0629 \u0627\u0644\u0645\u0635\u062f\u0631 (\u062a\u062f\u0631\u064a\u0628\u0627\u062a \u0639\u062f\u064a\u062f\u0629 \u0622\u062e\u0631\u0647\u0627 \u0643\u0627\u0646 \u0635\u0641\u0651 \u0645\u062a\u0642\u062f\u0651\u0645 \u0645\u0639 Bellingcat)\u060c \u0648\u062e\u0631\u064a\u062c\u0629 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u0635\u0627\u062f\u0631 \u0627\u0644\u0645\u0641\u062a\u0648\u062d\u0629 \u0645\u0639 \u0645\u0646\u0638\u0645\u0629 OpenDemocracy. \u062a\u0635\u0645\u0645 \u0648\u062a\u0642\u062f\u0651\u0645 \u062a\u062f\u0631\u064a\u0628\u0627\u062a \u0648\u0648\u0631\u0634 \u0639\u0645\u0644 \u0639\u0645\u0644\u064a\u0629 \u0644\u063a\u0631\u0641 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0648\u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a \u063a\u064a\u0631 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u0648\u0641\u0631\u0642 \u0627\u0644\u062a\u062d\u0631\u064a\u0631 \u062d\u0648\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0648\u0627\u0644\u0645\u0635\u0627\u062f\u0631\u060c \u0648\u0627\u0644\u0633\u0631\u062f \u0627\u0644\u0642\u0635\u0635\u064a \u0627\u0644\u0645\u0633\u0645\u0648\u0639. \u0648\u0642\u062f \u0623\u0646\u062a\u062c\u062a \u0648\u0643\u062a\u0628\u062a \u062d\u0644\u0642\u0627\u062a \u0635\u0648\u062a\u064a\u0629 \u0644\u0640 Thomson Reuters Foundation Podcast (Context News) \u0648 Musawah\u060c \u0648\u0623\u0643\u0645\u0644\u062a \u0625\u0642\u0627\u0645\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0631\u0648\u0627\u064a\u0629 \u0627\u0644\u0635\u0648\u062a\u064a\u0629 \u062d\u0648\u0644 \u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0647\u062c\u0631\u0629. \u062a\u0634\u0645\u0644 \u0645\u0647\u0627\u0631\u0627\u062a\u0647\u0627 \u0627\u0644\u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0627\u062a \u0627\u0644\u0645\u064a\u062f\u0627\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0648\u0627\u0644\u0646\u0633\u062e \u0648\u0627\u0644\u062a\u062d\u0631\u064a\u0631 \u0648\u0627\u0644\u0643\u062a\u0627\u0628\u0629. \u0625\u0644\u0649 \u062c\u0627\u0646\u0628 \u0639\u0645\u0644\u0647\u0627 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0648\u0627\u0644\u0625\u0646\u062a\u0627\u062c\u060c \u062a\u0639\u0645\u0644 \u0644\u064a\u0644\u0649 \u0623\u064a\u0636\u064b\u0627 \u0645\u062a\u0631\u062c\u0645\u0629 \u0645\u062d\u062a\u0631\u0641\u0629 \u0645\u0646 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0625\u0644\u0649 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629\u060c \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0627\u0644\u0646\u0635\u0648\u0635 \u0627\u0644\u062a\u062d\u0631\u064a\u0631\u064a\u0629 \u0648\u0627\u0644\u0635\u062d\u0627\u0641\u064a\u0629 \u0648\u0627\u0644\u062b\u0642\u0627\u0641\u064a\u0629 \u0648\u0627\u0644\u0628\u062d\u062b\u064a\u0629.<\/span><\/p><p><span style=\"font-weight: 400;\">\u062a\u063a\u0646\u064a \u062e\u0644\u0641\u064a\u062a\u0647\u0627 \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0637\u0628\u064a\u0639\u0629 \u0623\u0639\u0645\u0627\u0644\u0647\u0627 \u0648\u062a\u0648\u062c\u0647\u0627\u062a\u0647\u0627 \u0627\u0644\u062a\u062d\u0631\u064a\u0631\u064a\u0629. \u0648\u0642\u062f \u0633\u0627\u0647\u0645 \u062a\u062f\u0631\u064a\u0628\u0647\u0627 \u0627\u0644\u0645\u0633\u0631\u062d\u064a \u0645\u0639 \u0645\u062c\u0645\u0648\u0639\u0629 \u0632\u0642\u0627\u0642 \u0627\u0644\u0645\u0633\u0631\u062d\u064a\u0629 \u0641\u064a \u0635\u0642\u0644 \u062d\u0633\u0647\u0627 \u0627\u0644\u0633\u0631\u062f\u064a \u0648\u0645\u0647\u0627\u0631\u0627\u062a\u0647\u0627 \u0641\u064a \u0641\u0646\u0651 \u0627\u0644\u062e\u0637\u0627\u0628\u0629\u060c \u0645\u0645\u0627 \u062c\u0639\u0644 \u0623\u0639\u0645\u0627\u0644\u0647\u0627 \u0627\u0644\u0635\u0648\u062a\u064a\u0629 \u0648\u0627\u0644\u0633\u0631\u062f\u064a\u0629 \u0623\u0642\u0648\u0649 \u0648\u0623\u0643\u062b\u0631 \u062a\u0631\u0633\u0651\u062e\u0627\u064b \u0628\u0627\u0644\u0645\u062c\u062a\u0645\u0639. \u0639\u0632\u0632\u062a \u0623\u062f\u0648\u0627\u0631\u0647\u0627 \u0627\u0644\u0633\u0627\u0628\u0642\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a \u0648\u0643\u0645\u062f\u064a\u0631\u0629 \u0627\u0644\u0645\u0643\u062a\u0628 \u0627\u0644\u0631\u0626\u064a\u0633\u064a \u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0648\u0627\u0637\u0646\u0648\u0646 \u0648\u0645\u0648\u0627\u0637\u0646\u0627\u062a \u0641\u064a \u062f\u0648\u0644\u0629 \u0645\u0647\u0627\u0631\u0627\u062a\u0647\u0627 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0648\u062a\u0646\u0633\u064a\u0642 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0627\u062a \u0648\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629. \u0647\u0630\u0647 \u0627\u0644\u062e\u0628\u0631\u0627\u062a \u062c\u0639\u0644\u062a\u0647\u0627 \u0628\u0627\u0631\u0639\u0629 \u0641\u064a \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062c\u0627\u0647\u0632\u0629\u060c \u0645\u0646 \u0627\u0644\u0639\u0631\u0636 \u0625\u0644\u0649 \u0627\u0644\u0646\u0634\u0631\u060c \u0648\u0641\u064a \u062a\u0635\u0645\u064a\u0645 \u0648\u062a\u0634\u063a\u064a\u0644 \u0628\u0631\u0627\u0645\u062c \u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u062a\u0644\u0628\u064a\u0629 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u0627\u0621.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">\u0644\u062f\u064a\u0647\u0627 \u0645\u0642\u0627\u0644\u0627\u062a \u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0644\u063a\u0629 \u0648\u062a\u0639\u0627\u0648\u0646\u0627\u062a \u0639\u0628\u0631 \u0648\u0633\u0627\u0626\u0644 \u0625\u0639\u0644\u0627\u0645 \u0645\u062d\u0644\u064a\u0629 \u0648\u062f\u0648\u0644\u064a\u0629\u060c \u0648\u0647\u064a \u0639\u0636\u0648 \u0641\u064a \u0634\u0628\u0643\u0629 \u0645\u0627\u0631\u064a \u0643\u0648\u0644\u0641\u064a\u0646 \u0644\u0644\u0635\u062d\u0641\u064a\u064a\u0646\u060c \u0648\u062a\u0638\u0647\u0631 \u0628\u0627\u0646\u062a\u0638\u0627\u0645 \u0641\u064a \u0646\u0642\u0627\u0634\u0627\u062a\u064d \u0639\u0627\u0645\u0651\u0629\u064d \u0648\u0645\u0646\u0627\u0633\u0628\u0627\u062a\u064d \u0625\u0639\u0644\u0627\u0645\u064a\u0629.<\/span><\/p><p><span style=\"font-weight: 400;\">\u062a\u0639\u0645\u0644 \u062d\u0627\u0644\u064a\u0627\u064b \u0643\u0643\u0627\u062a\u0628\u0629 \u0645\u062d\u062a\u0648\u0649 \u0648\u0645\u0646\u062a\u062c\u0629 \u0641\u064a \u0648\u0643\u0627\u0644\u0629 \u0627\u0644\u0625\u0628\u062f\u0627\u0639 Dgtl World\u060c \u062d\u064a\u062b \u062a\u0636\u0641\u064a \u062f\u0642\u0629 \u062a\u062d\u0631\u064a\u0631\u064a\u0629 \u0648\u0645\u0647\u0627\u0631\u0629 \u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u0639\u0644\u0649 \u0633\u0631\u062f \u0627\u0644\u0642\u0635\u0635 \u0627\u0644\u062a\u062d\u0631\u064a\u0631\u064a\u0629 \u0648\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0639\u0644\u0649 \u062d\u062f \u0633\u0648\u0627\u0621.<\/span><\/p><p><span style=\"font-weight: 400;\">\u062a\u0634\u0643\u0644 \u062e\u0628\u0631\u0627\u062a \u0644\u064a\u0644\u0649 \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062b\u0642\u0627\u0641\u0627\u062a \u0648\u0627\u0644\u063a\u0646\u064a\u0629 \u0648\u0627\u0644\u0645\u0644\u0648\u0646\u0629 \u0645\u0632\u064a\u062c\u064b\u0627 \u0641\u0631\u064a\u062f\u064b\u0627 \u0645\u0646 \u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645\u0643\u0646\u0647\u0627 \u0645\u0646 \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0623\u0646\u0648\u0627\u0639 \u0645\u062e\u062a\u0644\u0641\u0629 \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0648\u0627\u0644\u062f\u0648\u0631\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629\u060c \u0648\u063a\u0627\u0644\u0628\u064b\u0627 \u0645\u0627 \u062a\u0639\u0645\u0644 \u0639\u0628\u0631 \u0644\u063a\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629 \u0644\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0642\u0635\u0635 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0625\u0644\u0649 \u0627\u0644\u062c\u0645\u0627\u0647\u064a\u0631 \u0627\u0644\u062f\u0648\u0644\u064a\u0629.<\/span><\/p><p><span style=\"font-weight: 400;\">\u0644\u064a\u0644\u0649 \u0645\u062a\u0627\u062d\u0629 \u062d\u0627\u0644\u064a\u0627\u064b \u0644\u0644\u062a\u0643\u0644\u0641 \u0628\u0627\u0646\u062c\u0627\u0632 \u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0628\u062f\u0627\u0639\u064a\u0629 \u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0644\u063a\u0629\u060c \u0645\u0646 \u062a\u062d\u0642\u064a\u0642\u0627\u062a \u0627\u0633\u062a\u0642\u0635\u0627\u0626\u064a\u0629\u060c \u062a\u0642\u0627\u0631\u064a\u0631 \u0645\u0639\u0645\u0642\u0629\u060c \u0627\u0644\u0627\u0646\u062a\u0627\u062c\u0627\u062a \u0627\u0644\u0635\u0648\u062a\u064a\u0629\u060c \u0627\u0644\u062a\u0631\u062c\u0645\u0629\u060c \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0628\u0645\u062d\u0627\u0636\u0631\u0627\u062a. \u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u0645\u064a\u0644 \u0633\u064a\u0631\u062a\u0647\u0627 \u0627\u0644\u0630\u0627\u062a\u064a\u0629\u060c \u0627\u0648 \u0627\u0644\u0645\u0644\u0641\u0651 \u0627\u0644\u0635\u062d\u0641\u064a\u060c \u0623\u0648 \u0627\u062a\u0635\u0644 \u0628\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639\u060c \u0627\u0644\u0634\u0631\u0627\u0643\u0627\u062a\u060c \u0648\u0631\u0634 \u0627\u0644\u0627\u0639\u0645\u0627\u0644 \u0623\u0648 \u0644\u0645\u062c\u0631\u0651\u062f \u0627\u0644\u062f\u0631\u062f\u0634\u0629 \u0648\u062a\u0628\u0627\u062f\u0644 \u0627\u0644\u0623\u0641\u0643\u0627\u0631 \u0645\u0639 \u0641\u0646\u062c\u0627\u0646 \u0642\u0647\u0648\u0629!<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c6a178 e-flex e-con-boxed e-con e-parent\" data-id=\"7c6a178\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-066ce1b elementor-align-center elementor-widget elementor-widget-button\" data-id=\"066ce1b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/laylayammine.com\/upload\/LaylaYammine-CV.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Layla Yammine Layla Yammine: In-depth storytelling from the Levant \u2014 Politics, People, Food Layla Yammine is a bilingual Beirut-based investigative journalist, producer and researcher whose&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":133,"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":1050,"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/pages\/9\/revisions\/1050"}],"wp:attachment":[{"href":"https:\/\/laylayammine.com\/ar\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}