{"id":274,"date":"2023-07-09T11:53:20","date_gmt":"2023-07-09T11:53:20","guid":{"rendered":"https:\/\/ofogh-fartak.ir\/en\/?page_id=274"},"modified":"2023-09-09T20:52:13","modified_gmt":"2023-09-09T20:52:13","slug":"team","status":"publish","type":"page","link":"https:\/\/ofogh-fartak.ir\/en\/team\/","title":{"rendered":"Team"},"content":{"rendered":"<section class=\"l-section wpb_row height_small\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text us_custom_93426f33 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Organization Chart<\/span><\/span><\/div><div class=\"w-image align_none\"><div class=\"w-image-h\"><img width=\"896\" height=\"615\" src=\"https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart.jpg\" class=\"attachment-large size-large\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart.jpg 896w, https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart-300x206.jpg 300w, https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart-583x400.jpg 583w, https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart-100x69.jpg 100w, https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart-50x34.jpg 50w, https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart-400x275.jpg 400w, https:\/\/ofogh-fartak.ir\/en\/wp-content\/uploads\/2023\/07\/chart-600x412.jpg 600w\" sizes=\"(max-width: 896px) 100vw, 896px\" \/><\/div><\/div><div class=\"w-html\"><style>\n\th2.w-post-elm.post_title{\n\t\tdisplay:none!important;\n\t}\n<\/style><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_small\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-html\"><style>\n\th2.w-post-elm.post_title{\n\t\tdisplay:none!important;\n\t}\n<\/style><\/div><div class=\"w-text us_custom_9f1ab058 has_text_color hide_on_default hide_on_laptops hide_on_tablets hide_on_mobiles\"><span class=\"w-text-h\"><span class=\"w-text-value\">Key Members<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_206f1faf hide_on_default hide_on_laptops hide_on_tablets hide_on_mobiles\"><div class=\"wpb_wrapper\"><p>Managing Director, <strong>Hamidreza Hamidi Najman<\/strong>, architectural expert, senior expert in project and construction management<\/p>\n<p><strong>Hossein Bayrami<\/strong>, Vice Chairman of the Board of Directors of Financial and Administrative Deputy &#8211; Support, Accounting Expert<\/p>\n<p>Member of the board of directors and technical deputy <strong>Kamal Mehrzad<\/strong>, civil engineering expert<\/p>\n<p>The chairman of the board of directors is <strong>Zohre Shariatinia<\/strong>, a senior expert in industrial design<\/p>\n<\/div><\/div><div class=\"w-text us_custom_0ad5ccc2 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Ofogh Fartak Family<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_206f1faf\"><div class=\"wpb_wrapper\"><p>Ofogh Fartak family is formed by the extensive efforts of a team of professional and experienced engineers alongside young and energetic co-workers who are actively working at a defined hierarchical level according to the company&#8217;s organizational structure.<\/p>\n<\/div><\/div><div class=\"w-html us_custom_82be1ac7\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Pie Charts<\/title>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n<\/head>\n<body>\n    <div style=\"display: flex; justify-content: space-around;\">\n        <div>\n            <canvas id=\"educationChart\" width=\"200\" height=\"200\"><\/canvas>\n            <p>Education<\/p>\n        <\/div>\n        <div>\n            <canvas id=\"experienceChart\" width=\"200\" height=\"200\"><\/canvas>\n            <p>Experience<\/p>\n        <\/div>\n        <div>\n            <canvas id=\"ageChart\" width=\"200\" height=\"200\"><\/canvas>\n            <p>Age<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Data for the education pie chart\n        var educationData = {\n            labels: ['University Education', 'Without University Education'],\n            datasets: [{\n                data: [20, 80],\n                backgroundColor: ['#eaba09', '#999999'] \/\/ Changed to #999999\n            }]\n        };\n\n        \/\/ Data for the experience pie chart\n        var experienceData = {\n            labels: ['More than 10 Years', 'Less than 10 Years'],\n            datasets: [{\n                data: [40, 60],\n                backgroundColor: ['#eaba09', '#999999'] \/\/ Changed to #999999\n            }]\n        };\n\n        \/\/ Data for the age pie chart\n        var ageData = {\n            labels: ['Between 30 and 50', 'Others'],\n            datasets: [{\n                data: [50, 50],\n                backgroundColor: ['#eaba09', '#999999'] \/\/ Changed to #999999\n            }]\n        };\n\n        \/\/ Get the canvas elements and create the charts\n        var educationCtx = document.getElementById('educationChart').getContext('2d');\n        var experienceCtx = document.getElementById('experienceChart').getContext('2d');\n        var ageCtx = document.getElementById('ageChart').getContext('2d');\n\n        new Chart(educationCtx, {\n            type: 'pie',\n            data: educationData\n        });\n\n        new Chart(experienceCtx, {\n            type: 'pie',\n            data: experienceData\n        });\n\n        new Chart(ageCtx, {\n            type: 'pie',\n            data: ageData\n        });\n    <\/script>\n<\/body>\n<\/html>\n<\/div><div class=\"w-text us_custom_0ad5ccc2 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Our Logistic Capabilities<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_206f1faf\"><div class=\"wpb_wrapper\"><p>Utilizing the most up-to-date, efficient and safe machines and equipment, as well as benefiting from effective relationships with local and foreign suppliers in project logistics, we provide the necessary supplies on time and ensure the success of the projects in this field.<\/p>\n<\/div><\/div><div class=\"w-text us_custom_0ad5ccc2 has_text_color\"><span class=\"w-text-h\"><span class=\"w-text-value\">Suppliers<\/span><\/span><\/div><div class=\"wpb_text_column us_custom_206f1faf\"><div class=\"wpb_wrapper\"><p>Suppliers of goods and services are significantly important in Ofogh Fartak projects. We have always tried to cooperate with the best manufacturers of prominent brands in the country and benefit from the highest quality in their services with a cooperative nature.We evaluate suppliers and subcontractors&#8217; performance not only at the selection stage but also throughout our working relationship. These periodic evaluations cover the suppliers&#8217; adherence to the estimated schedule and cost, as well as the quality of the product or service, and can ensure the high quality of our services.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/pages\/274"}],"collection":[{"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/comments?post=274"}],"version-history":[{"count":32,"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/pages\/274\/revisions"}],"predecessor-version":[{"id":746,"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/pages\/274\/revisions\/746"}],"wp:attachment":[{"href":"https:\/\/ofogh-fartak.ir\/en\/wp-json\/wp\/v2\/media?parent=274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}