{"id":7,"date":"2026-07-30T15:08:10","date_gmt":"2026-07-30T15:08:10","guid":{"rendered":"http:\/\/a235338-tmp.s1243.upress.link\/?page_id=7"},"modified":"2026-07-30T15:51:23","modified_gmt":"2026-07-30T15:51:23","slug":"index","status":"publish","type":"page","link":"https:\/\/a235338-tmp.s1243.upress.link\/","title":{"rendered":"index"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0866dc6 e-con-full e-flex e-con e-parent\" data-id=\"0866dc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-030195a elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"030195a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"he\" dir=\"rtl\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\u05d0\u05d5\u05d3\u05d5\u05ea | MORLINK - \u05ea\u05e9\u05ea\u05d9\u05d5\u05ea IT \u05d5\u05d1\u05e0\u05d9\u05d9\u05ea \u05d0\u05ea\u05e8\u05d9\u05dd<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Orbitron:wght@600;800;900&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --bg-dark: #03060C;\r\n            --bg-card: rgba(12, 18, 30, 0.85);\r\n            --neon-blue: #00F0FF;\r\n            --neon-purple: #7000FF;\r\n            --neon-green: #00FF87;\r\n            --text-white: #FFFFFF;\r\n            --text-dim: #94A3B8;\r\n            --glass-border: rgba(255, 255, 255, 0.08);\r\n        }\r\n\r\n        * { box-sizing: border-box; margin: 0; padding: 0; scroll-behavior: smooth; }\r\n\r\n        body {\r\n            font-family: 'Heebo', sans-serif;\r\n            background-color: var(--bg-dark);\r\n            color: var(--text-white);\r\n            line-height: 1.7;\r\n            direction: rtl;\r\n            overflow-x: hidden;\r\n            background-image: \r\n                radial-gradient(circle at 50% 10%, rgba(0, 240, 255, 0.12) 0%, transparent 50%),\r\n                radial-gradient(circle at 85% 85%, rgba(112, 0, 255, 0.1) 0%, transparent 50%),\r\n                linear-gradient(to bottom, #03060C, #060B14);\r\n            background-attachment: fixed;\r\n        }\r\n\r\n        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }\r\n\r\n        header {\r\n            position: sticky; top: 0; z-index: 1000;\r\n            background: rgba(3, 6, 12, 0.85);\r\n            backdrop-filter: blur(25px);\r\n            border-bottom: 1px solid var(--glass-border);\r\n        }\r\n\r\n        .nav-wrapper { display: flex; justify-content: space-between; align-items: center; height: 95px; width: 100%; }\r\n        .logo { text-decoration: none; display: inline-flex; align-items: center; }\r\n\r\n        .nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }\r\n        .nav-links a { color: var(--text-dim); text-decoration: none; font-size: 16px; font-weight: 600; transition: 0.3s; }\r\n        .nav-links a:hover, .nav-links a.active { color: var(--neon-blue); text-shadow: 0 0 12px rgba(0, 240, 255, 0.6); }\r\n\r\n        .cta-btn-glow {\r\n            background: linear-gradient(135deg, var(--neon-blue) 0%, #0072FF 100%);\r\n            color: #03060C; padding: 12px 28px; border-radius: 50px; font-weight: 800; font-size: 15px;\r\n            text-decoration: none; box-shadow: 0 0 30px rgba(0, 240, 255, 0.35); transition: 0.3s ease;\r\n            display: inline-flex; align-items: center; justify-content: center; gap: 10px;\r\n        }\r\n        .cta-btn-glow:hover { transform: translateY(-3px); box-shadow: 0 0 45px rgba(0, 240, 255, 0.65); }\r\n\r\n        .page-header {\r\n            padding: 100px 0 50px; text-align: center; position: relative; z-index: 1; max-width: 800px; margin: 0 auto;\r\n        }\r\n        .page-header h1 { font-size: 48px; font-weight: 900; margin-bottom: 15px; }\r\n        .page-header h1 .gradient-text { background: linear-gradient(135deg, #FFFFFF 20%, var(--neon-blue) 60%, var(--neon-purple) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\r\n        .page-header p { font-size: 18px; color: var(--text-dim); font-weight: 300; }\r\n\r\n        .about-section { position: relative; z-index: 1; padding: 20px 0 90px; }\r\n        .about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; align-items: center; }\r\n        \r\n        .about-card {\r\n            background: var(--bg-card);\r\n            border: 1px solid var(--glass-border);\r\n            border-radius: 24px;\r\n            padding: 40px;\r\n            backdrop-filter: blur(20px);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        .about-card h3 { font-size: 26px; font-weight: 900; margin-bottom: 20px; color: #fff; }\r\n        .about-card p { color: var(--text-dim); font-size: 16px; line-height: 1.8; margin-bottom: 20px; font-weight: 300; }\r\n        \r\n        .police-experience-box {\r\n            background: linear-gradient(135deg, rgba(0, 240, 255, 0.08) 0%, rgba(112, 0, 255, 0.1) 100%);\r\n            border: 1px solid rgba(0, 240, 255, 0.3);\r\n            border-radius: 20px;\r\n            padding: 30px;\r\n            text-align: center;\r\n            box-shadow: 0 0 30px rgba(0, 240, 255, 0.15);\r\n        }\r\n        .police-badge-lg {\r\n            width: 75px; height: 75px; background: rgba(0, 240, 255, 0.15); border: 1px solid var(--neon-blue);\r\n            border-radius: 22px; display: flex; align-items: center; justify-content: center; font-size: 34px; \r\n            margin: 0 auto 20px; box-shadow: 0 0 25px rgba(0, 240, 255, 0.4);\r\n        }\r\n\r\n        .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1200px; margin: 60px auto 0; padding: 0 24px; }\r\n        .value-card {\r\n            background: var(--bg-card); border: 1px solid var(--glass-border); border-radius: 20px; padding: 30px 25px; text-align: center;\r\n            backdrop-filter: blur(20px); transition: 0.3s;\r\n        }\r\n        .value-card:hover { border-color: var(--neon-blue); transform: translateY(-5px); }\r\n        .v-icon { font-size: 30px; color: var(--neon-blue); margin-bottom: 15px; }\r\n        .value-card h4 { font-size: 18px; font-weight: 800; margin-bottom: 10px; color: #fff; }\r\n        .value-card p { font-size: 14px; color: var(--text-dim); font-weight: 300; }\r\n\r\n        footer { border-top: 1px solid var(--glass-border); padding: 40px 0; text-align: center; color: var(--text-dim); position: relative; z-index: 1; margin-top: 60px; }\r\n\r\n        @media (max-width: 980px) {\r\n            .about-grid { grid-template-columns: 1fr; }\r\n            .values-grid { grid-template-columns: 1fr; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <header>\r\n        <div class=\"container nav-wrapper\">\r\n            <a href=\"index.html\" class=\"logo\" dir=\"ltr\">\r\n                <svg width=\"270\" height=\"48\" viewBox=\"0 0 350 50\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <g transform=\"translate(0, 0)\">\r\n                        <polygon points=\"25,2 45,13 45,37 25,48 5,37 5,13\" fill=\"rgba(0, 240, 255, 0.08)\" stroke=\"#00F0FF\" stroke-width=\"2\" \/>\r\n                        <path d=\"M11 36 L11 15 L25 29 L39 15 L39 36\" stroke=\"#00F0FF\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                        <circle cx=\"11\" cy=\"15\" r=\"3.5\" fill=\"#FFFFFF\" \/>\r\n                        <circle cx=\"39\" cy=\"15\" r=\"3.5\" fill=\"#FFFFFF\" \/>\r\n                        <circle cx=\"11\" cy=\"36\" r=\"3.5\" fill=\"#00F0FF\" \/>\r\n                        <circle cx=\"39\" cy=\"36\" r=\"3.5\" fill=\"#00F0FF\" \/>\r\n                        <circle cx=\"25\" cy=\"29\" r=\"3\" fill=\"#00F0FF\" \/>\r\n                    <\/g>\r\n                    <text x=\"56\" y=\"28\" font-family=\"'Orbitron', sans-serif\" font-weight=\"900\" font-size=\"24\" fill=\"#FFFFFF\" letter-spacing=\"1\">MOR<tspan fill=\"#00F0FF\">LINK<\/tspan><\/text>\r\n                    <text x=\"56\" y=\"42\" font-family=\"'Heebo', sans-serif\" font-weight=\"600\" font-size=\"10\" fill=\"#94A3B8\" letter-spacing=\"1.5\">IT & DIGITAL SYSTEMS<\/text>\r\n                <\/svg>\r\n            <\/a>\r\n            <ul class=\"nav-links\">\r\n                <li><a href=\"index.html\">\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea<\/a><\/li>\r\n                <li><a href=\"about.html\" class=\"active\">\u05d0\u05d5\u05d3\u05d5\u05ea<\/a><\/li>\r\n                <li><a href=\"services.html\">\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd<\/a><\/li>\r\n                <li><a href=\"blog.html\">\u05d1\u05dc\u05d5\u05d2 \u05d5\u05de\u05d0\u05de\u05e8\u05d9\u05dd<\/a><\/li>\r\n                <li><a href=\"contact.html\">\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8<\/a><\/li>\r\n            <\/ul>\r\n            <div>\r\n                <a href=\"contact.html\" class=\"cta-btn-glow\">\u05ea\u05d0\u05d5\u05dd \u05e9\u05d9\u05d7\u05ea \u05d9\u05d9\u05e2\u05d5\u05e5 \u26a1<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <div class=\"page-header container\">\r\n        <h1>\u05d4\u05e1\u05d9\u05e4\u05d5\u05e8 \u05de\u05d0\u05d7\u05d5\u05e8\u05d9 <span class=\"gradient-text\">MORLINK<\/span><\/h1>\r\n        <p>\u05de\u05e7\u05e6\u05d5\u05e2\u05e0\u05d5\u05ea \u05d4\u05e0\u05d3\u05e1\u05d9\u05ea, \u05de\u05e9\u05de\u05e2\u05ea \u05de\u05d1\u05e6\u05e2\u05d9\u05ea \u05d5\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05e2\u05e9\u05d9\u05e8 \u05d1\u05d0\u05d2\u05e3 \u05d4\u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4 \u2014 \u05e9\u05d9\u05e8\u05d5\u05ea \u05e9\u05d0\u05d9\u05df \u05e9\u05e0\u05d9 \u05dc\u05d5.<\/p>\r\n    <\/div>\r\n\r\n    <section class=\"about-section container\">\r\n        <div class=\"about-grid\">\r\n            <div class=\"about-card\">\r\n                <h3>\u05de\u05d9 \u05e2\u05d5\u05de\u05d3 \u05de\u05d0\u05d7\u05d5\u05e8\u05d9 \u05d4\u05de\u05d5\u05ea\u05d2?<\/h3>\r\n                <p>\u05e0\u05e2\u05d9\u05dd \u05dc\u05d4\u05db\u05d9\u05e8, \u05e9\u05de\u05d9 <strong>\u05d0\u05d5\u05e4\u05e7 \u05de\u05d5\u05e8<\/strong>, \u05de\u05d5\u05de\u05d7\u05d4 \u05dc\u05ea\u05e9\u05ea\u05d9\u05d5\u05ea IT, \u05d8\u05db\u05e0\u05d0\u05d9 \u05de\u05d7\u05e9\u05d1\u05d9\u05dd \u05de\u05d5\u05e1\u05de\u05da \u05d5\u05d1\u05d5\u05e0\u05d4 \u05d0\u05ea\u05e8\u05d9\u05dd. \u05d4\u05e7\u05de\u05ea\u05d9 \u05d0\u05ea <strong>MORLINK<\/strong> \u05de\u05ea\u05d5\u05da \u05de\u05d8\u05e8\u05d4 \u05d0\u05d7\u05ea \u05d1\u05e8\u05d5\u05e8\u05d4: \u05dc\u05e1\u05e4\u05e7 \u05dc\u05d1\u05ea\u05d9\u05dd \u05e4\u05e8\u05d8\u05d9\u05d9\u05dd \u05d5\u05dc\u05e2\u05e1\u05e7\u05d9\u05dd \u05de\u05e2\u05d8\u05e4\u05ea \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05de\u05d5\u05e9\u05dc\u05de\u05ea \u05e9\u05e4\u05e9\u05d5\u05d8 \u05e2\u05d5\u05d1\u05d3\u05ea \u05dc\u05dc\u05d0 \u05ea\u05e7\u05dc\u05d5\u05ea.<\/p>\r\n                <p>\u05d4\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d4\u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05e9\u05dc\u05d9 \u05e0\u05d1\u05e0\u05d4 \u05d5\u05e0\u05e6\u05e8\u05d1 \u05d1\u05e1\u05d1\u05d9\u05d1\u05d5\u05ea \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05d4\u05ea\u05d5\u05d1\u05e2\u05e0\u05d9\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u2014 \u05d1\u05d9\u05df \u05d4\u05d9\u05ea\u05e8 \u05e9\u05d9\u05e8\u05ea\u05d9 \u05d1\u05ea\u05e4\u05e7\u05d9\u05d3\u05d9 \u05de\u05d7\u05e9\u05d5\u05d1 \u05de\u05ea\u05e7\u05d3\u05de\u05d9\u05dd \u05d5\u05d1\u05ea\u05e9\u05ea\u05d9\u05d5\u05ea \u05e7\u05e8\u05d9\u05d8\u05d9\u05d5\u05ea \u05d1\u05de\u05e1\u05d2\u05e8\u05ea \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9 \u05d1<strong>\u05d0\u05d2\u05e3 \u05d4\u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4 \u05d1\u05de\u05e9\u05d8\u05e8\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc<\/strong>.<\/p>\r\n                <p>\u05d4\u05e8\u05e7\u05e2 \u05d4\u05d6\u05d4 \u05de\u05e2\u05e0\u05d9\u05e7 \u05dc\u05d9 \u05d9\u05ea\u05e8\u05d5\u05df \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9 \u05d1\u05e9\u05d8\u05d7: \u05e8\u05de\u05ea \u05d3\u05d9\u05d5\u05e7 \u05d1\u05dc\u05ea\u05d9 \u05de\u05ea\u05e4\u05e9\u05e8\u05ea, \u05e2\u05de\u05d9\u05d3\u05d4 \u05d1\u05e1\u05d8\u05e0\u05d3\u05e8\u05d8\u05d9\u05dd \u05de\u05d7\u05de\u05d9\u05e8\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8, \u05d9\u05db\u05d5\u05dc\u05ea \u05d0\u05d1\u05d7\u05d5\u05df \u05de\u05d4\u05d9\u05e8\u05d4 \u05d5\u05e4\u05ea\u05e8\u05d5\u05df \u05ea\u05e7\u05dc\u05d5\u05ea \u05de\u05d5\u05e8\u05db\u05d1\u05d5\u05ea \u05ea\u05d7\u05ea \u05dc\u05d7\u05e5.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"police-experience-box\">\r\n                <div class=\"police-badge-lg\">\ud83d\udee1\ufe0f<\/div>\r\n                <h3 style=\"font-size: 22px; font-weight: 800; margin-bottom: 10px; color: #fff;\">\u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05d0\u05d2\u05e3 \u05d4\u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4<\/h3>\r\n                <p style=\"font-size: 15px; color: var(--text-dim); line-height: 1.7; margin-bottom: 20px;\">\r\n                    \"\u05d4\u05ea\u05e0\u05d4\u05dc\u05d5\u05ea \u05de\u05d5\u05dc \u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05e8\u05d2\u05d9\u05e9\u05d5\u05ea \u05d5\u05ea\u05e9\u05ea\u05d9\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05e8\u05d7\u05d1\u05d5\u05ea \u05d4\u05d9\u05e7\u05e3 \u05dc\u05d9\u05de\u05d3\u05d5 \u05d0\u05d5\u05ea\u05d9 \u05e9\u05d0\u05d9\u05df \u05de\u05e7\u05d5\u05dd \u05dc\u05d8\u05e2\u05d5\u05d9\u05d5\u05ea. \u05d0\u05ea \u05d4\u05d3\u05d9\u05d5\u05e7, \u05d4\u05e1\u05d3\u05e8 \u05d5\u05d4\u05d0\u05de\u05d9\u05e0\u05d5\u05ea \u05d4\u05d0\u05dc\u05d5 \u05d0\u05e0\u05d9 \u05de\u05d1\u05d9\u05d0 \u05d4\u05d9\u05d5\u05dd \u05dc\u05db\u05dc \u05dc\u05e7\u05d5\u05d7 \u05e9\u05dc\u05d9.\"\r\n                <\/p>\r\n                <div style=\"font-weight: 700; color: var(--neon-blue); font-size: 14px;\">\u2014 \u05d0\u05d5\u05e4\u05e7 \u05de\u05d5\u05e8, \u05de\u05e0\u05d4\u05dc MORLINK<\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"values-grid\">\r\n            <div class=\"value-card\">\r\n                <div class=\"v-icon\">\ud83c\udfaf<\/div>\r\n                <h4>\u05d3\u05d9\u05d5\u05e7 \u05d4\u05e0\u05d3\u05e1\u05d9<\/h4>\r\n                <p>\u05d7\u05d9\u05d5\u05d5\u05d8 \u05de\u05d5\u05e7\u05e4\u05d3, \u05e1\u05d9\u05d3\u05d5\u05e8 \u05d0\u05e8\u05d5\u05e0\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d1\u05e8\u05de\u05ea Data Center \u05d5\u05e2\u05d1\u05d5\u05d3\u05d4 \u05dc\u05dc\u05d0 \u05e4\u05e9\u05e8\u05d5\u05ea.<\/p>\r\n            <\/div>\r\n            <div class=\"value-card\">\r\n                <div class=\"v-icon\">\u26a1<\/div>\r\n                <h4>\u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05d5\u05de\u05d4\u05d9\u05e8\u05d5\u05ea<\/h4>\r\n                <p>\u05de\u05e2\u05e0\u05d4 \u05de\u05d4\u05d9\u05e8, \u05d8\u05db\u05e0\u05d0\u05d9 \u05e2\u05d3 \u05d4\u05d1\u05d9\u05ea \u05d5\u05e9\u05d9\u05e8\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9 \u05e9\u05de\u05d7\u05d6\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e2\u05e1\u05e7 \u05d0\u05d5 \u05d4\u05d1\u05d9\u05ea \u05dc\u05e4\u05e2\u05d9\u05dc\u05d5\u05ea \u05ea\u05d5\u05da \u05d6\u05de\u05df \u05e7\u05e6\u05e8.<\/p>\r\n            <\/div>\r\n            <div class=\"value-card\">\r\n                <div class=\"v-icon\">\ud83e\udd1d<\/div>\r\n                <h4>\u05d0\u05de\u05d9\u05e0\u05d5\u05ea \u05de\u05dc\u05d0\u05d4<\/h4>\r\n                <p>\u05e9\u05e7\u05d9\u05e4\u05d5\u05ea \u05de\u05dc\u05d0\u05d4 \u05de\u05d5\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7, \u05de\u05ea\u05df \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05d0\u05de\u05d9\u05ea\u05d9\u05d9\u05dd \u05d5\u05e9\u05e7\u05d8 \u05e0\u05e4\u05e9\u05d9 \u05dc\u05d0\u05d5\u05e8\u05da \u05db\u05dc \u05d4\u05d3\u05e8\u05da.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <footer>\r\n        <div class=\"container\"><p>\u00a9 2026 MORLINK IT & DIGITAL SYSTEMS. ALL RIGHTS RESERVED.<\/p><\/div>\r\n    <\/footer>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u05d0\u05d5\u05d3\u05d5\u05ea | MORLINK &#8211; \u05ea\u05e9\u05ea\u05d9\u05d5\u05ea IT \u05d5\u05d1\u05e0\u05d9\u05d9\u05ea \u05d0\u05ea\u05e8\u05d9\u05dd MORLINK IT &#038; DIGITAL SYSTEMS \u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea \u05d0\u05d5\u05d3\u05d5\u05ea \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05d1\u05dc\u05d5\u05d2 \u05d5\u05de\u05d0\u05de\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05ea\u05d0\u05d5\u05dd \u05e9\u05d9\u05d7\u05ea \u05d9\u05d9\u05e2\u05d5\u05e5 \u26a1 \u05d4\u05e1\u05d9\u05e4\u05d5\u05e8 \u05de\u05d0\u05d7\u05d5\u05e8\u05d9 MORLINK \u05de\u05e7\u05e6\u05d5\u05e2\u05e0\u05d5\u05ea \u05d4\u05e0\u05d3\u05e1\u05d9\u05ea, \u05de\u05e9\u05de\u05e2\u05ea \u05de\u05d1\u05e6\u05e2\u05d9\u05ea \u05d5\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05e2\u05e9\u05d9\u05e8 \u05d1\u05d0\u05d2\u05e3 \u05d4\u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4 \u2014 \u05e9\u05d9\u05e8\u05d5\u05ea \u05e9\u05d0\u05d9\u05df \u05e9\u05e0\u05d9 \u05dc\u05d5. \u05de\u05d9 \u05e2\u05d5\u05de\u05d3 \u05de\u05d0\u05d7\u05d5\u05e8\u05d9 \u05d4\u05de\u05d5\u05ea\u05d2? \u05e0\u05e2\u05d9\u05dd \u05dc\u05d4\u05db\u05d9\u05e8, \u05e9\u05de\u05d9 \u05d0\u05d5\u05e4\u05e7 \u05de\u05d5\u05e8, \u05de\u05d5\u05de\u05d7\u05d4 \u05dc\u05ea\u05e9\u05ea\u05d9\u05d5\u05ea IT, \u05d8\u05db\u05e0\u05d0\u05d9 \u05de\u05d7\u05e9\u05d1\u05d9\u05dd [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":22,"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":41,"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/41"}],"wp:attachment":[{"href":"https:\/\/a235338-tmp.s1243.upress.link\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}