{"id":14897,"date":"2025-12-07T12:14:37","date_gmt":"2025-12-07T12:14:37","guid":{"rendered":"https:\/\/smu.preview.ly\/?page_id=14897"},"modified":"2025-12-08T07:58:11","modified_gmt":"2025-12-08T07:58:11","slug":"cybersecurity-essentials-cisco","status":"publish","type":"page","link":"https:\/\/www.smu.edu.ly\/ar\/cybersecurity-essentials-cisco\/","title":{"rendered":"Cybersecurity Essentials Course"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"14897\" class=\"elementor elementor-14897\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38ba3b0 e-flex e-con-boxed e-con e-parent\" data-id=\"38ba3b0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fcbe97 elementor-widget elementor-widget-html\" data-id=\"7fcbe97\" 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<div class=\"cyber-tabs\">\r\n  <ul class=\"cyber-tabs-nav\">\r\n    <li class=\"active\">Course Overview<\/li>\r\n    <li>Who Should Attend<\/li>\r\n    <li>Prerequisites<\/li>\r\n    <li>Course Content<\/li>\r\n    <li>About the Trainer<\/li>\r\n    <li>Prices & Delivery<\/li>\r\n    <li>Enrollment<\/li>\r\n  <\/ul>\r\n\r\n  <div class=\"cyber-tabs-content\">\r\n\r\n    <!-- Course Overview -->\r\n    <div class=\"cyber-tab-pane active\">\r\n      <h2>Cybersecurity Essentials Course Overview<\/h2>\r\n      <p>\r\n        The Cybersecurity Essentials course focuses on fundamental cybersecurity practices such as\r\n        network security, encryption, and malware protection. It is designed for individuals who want \r\n        to learn how to secure networks and protect data from various digital threats.\r\n      <\/p>\r\n      \r\n    <\/div>\r\n\r\n    <!-- Who Should Attend -->\r\n    <div class=\"cyber-tab-pane\">\r\n      <h2>Who Should Attend<\/h2>\r\n      <ul>\r\n        <li>Entry-level learners pursuing a cybersecurity career.<\/li>\r\n        <li>Individuals wanting to protect networks and data from cyber threats.<\/li>\r\n        <li>Anyone looking to improve their digital security skills.<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- Prerequisites -->\r\n    <div class=\"cyber-tab-pane\">\r\n      <h2>Prerequisites<\/h2>\r\n      <ul>\r\n        <li>Basic knowledge of IT and networking.<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- Course Content -->\r\n    <div class=\"cyber-tab-pane\">\r\n      <h2>Course Content<\/h2>\r\n      <ul>\r\n        <li><strong>Network Security:<\/strong> Firewalls, VPNs, secure communication.<\/li>\r\n        <li><strong>Encryption:<\/strong> Data protection techniques.<\/li>\r\n        <li><strong>Malware Protection:<\/strong> Defense against viruses and malware.<\/li>\r\n        <li><strong>Risk Management:<\/strong> Identifying vulnerabilities and securing systems.<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- About the Trainer -->\r\n    <div class=\"cyber-tab-pane\">\r\n      <h2>About the Trainer<\/h2>\r\n      <p>\r\n        Our trainers are skilled cybersecurity professionals with extensive experience in network security.\r\n        They provide real-world, practical training to help students succeed.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Prices & Delivery Methods -->\r\n    <div class=\"cyber-tab-pane\">\r\n      <h2>Prices & Delivery Methods<\/h2>\r\n      <ul>\r\n        <li><strong>Duration:<\/strong> 1 month<\/li>\r\n        <li><strong>Price:<\/strong> On request<\/li>\r\n        <li><strong>Schedule:<\/strong> Contact for upcoming dates<\/li>\r\n        <li><strong>Course Language:<\/strong> English<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- Enrollment -->\r\n    <div class=\"cyber-tab-pane\">\r\n      <h2>Enrollment<\/h2>\r\n      <p>\r\n        To enroll, please fill out the online enrollment form. Early registration is recommended due to limited space.\r\n      <\/p>\r\n      <p>\r\n        <a href=\"https:\/\/forms.gle\/4SEEgoCCp4avEYm27\" target=\"_blank\">Click here to enroll<\/a>\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n<style>\r\n    .cyber-tabs {\r\n  margin-top: 30px;\r\n}\r\n\r\n.cyber-tabs-nav {\r\n  display: flex;\r\n  list-style: none;\r\n  padding: 0;\r\n  margin-bottom: 20px;\r\n  border-bottom: 2px solid #ddd;\r\n}\r\n\r\n.cyber-tabs-nav li {\r\n  padding: 10px 18px;\r\n  cursor: pointer;\r\n  border: 1px solid #ddd;\r\n  border-bottom: none;\r\n  margin-right: 5px;\r\n  background: #f7f7f7;\r\n}\r\n\r\n.cyber-tabs-nav li.active {\r\n  background: #fff;\r\n  font-weight: bold;\r\n  border-top: 3px solid #007bff;\r\n}\r\n\r\n.cyber-tabs-content .cyber-tab-pane {\r\n  display: none;\r\n}\r\n\r\n.cyber-tabs-content .cyber-tab-pane.active {\r\n  display: block;\r\n}\r\n\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  const tabContainers = document.querySelectorAll(\".cyber-tabs\");\r\n\r\n  tabContainers.forEach(container => {\r\n    const tabButtons = container.querySelectorAll(\".cyber-tabs-nav li\");\r\n    const tabPanes = container.querySelectorAll(\".cyber-tab-pane\");\r\n\r\n    tabButtons.forEach((button, index) => {\r\n      button.addEventListener(\"click\", () => {\r\n        \/\/ Remove active class from all buttons\r\n        tabButtons.forEach(btn => btn.classList.remove(\"active\"));\r\n        \/\/ Add active class to clicked button\r\n        button.classList.add(\"active\");\r\n\r\n        \/\/ Hide all tab panes\r\n        tabPanes.forEach(pane => pane.classList.remove(\"active\"));\r\n        \/\/ Show the selected tab pane\r\n        tabPanes[index].classList.add(\"active\");\r\n      });\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\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>Course Overview Who Should Attend Prerequisites Course Content About the Trainer Prices &#038; Delivery Enrollment Cybersecurity Essentials Course Overview The Cybersecurity Essentials course focuses on fundamental cybersecurity practices such as network security, encryption, and malware protection. It is designed for individuals who want to learn how to secure networks and protect data from various digital [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-14897","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/pages\/14897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/comments?post=14897"}],"version-history":[{"count":0,"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/pages\/14897\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.smu.edu.ly\/ar\/wp-json\/wp\/v2\/media?parent=14897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}