{"id":1756,"date":"2024-12-05T20:28:07","date_gmt":"2024-12-05T20:28:07","guid":{"rendered":"https:\/\/clarifyou.com\/?p=1756"},"modified":"2024-12-05T20:28:10","modified_gmt":"2024-12-05T20:28:10","slug":"carpentry-course-english","status":"publish","type":"post","link":"https:\/\/clarifyou.com\/tr\/carpentry-course-english\/","title":{"rendered":"Marangozluk Kursu \u2013 100% \u00c7evrimi\u00e7i ve \u00dccretsiz"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-get-ready-to-earn-at-least-25-hour-as-a-carpenter\">Bir Marangoz Olarak En Az $25\/Saat Kazanmaya Haz\u0131r Olun<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u0130n\u015faat sekt\u00f6r\u00fcn\u00fcn 2025 y\u0131l\u0131nda da g\u00fc\u00e7l\u00fc kalaca\u011f\u0131 \u00f6ng\u00f6r\u00fcl\u00fcyor ve \u00f6zellikle bir meslek grubuna olan talep olduk\u00e7a y\u00fcksek: Marangozlar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Artan f\u0131rsatlara ra\u011fmen, bu alan yetenekli profesyonellere ayr\u0131lm\u0131\u015ft\u0131r. Uygun e\u011fitim ve ilgili sertifikalar olmadan, bu kariyerde ilerlemek zor olabilir.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Zp5Jj6\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/alison.com\/tag\/carpentry\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/12\/carpenter-online-course.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Kurs        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Alison Kurslar\u0131        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Kurslar            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              \u00c7evrimi\u00e7i            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Tan\u0131nan sertifikal\u0131 bir marangoz olun!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/alison.com\/tag\/carpentry\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              KAYIT OLMA BA\u015eLA            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/alison.com\/tag\/carpentry\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              KAYIT OLMA BA\u015eLA            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Ba\u015fka bir web sitesine y\u00f6nlendirileceksiniz        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/alison.com\/tag\/carpentry\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/12\/carpenter-online-course.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Tan\u0131nan sertifikal\u0131 bir marangoz olun!              <\/p>\n              <a href=\"https:\/\/alison.com\/tag\/carpentry\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    KAYIT OLMA BA\u015eLA                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ba\u015fka bir web sitesine y\u00f6nlendirileceksiniz              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bunu ak\u0131lda tutarak, Alison platformu marangoz olmak isteyenler i\u00e7in tamamen \u00fccretsiz ve \u00e7evrimi\u00e7i olarak sunulan derslerle kapsaml\u0131 bir e\u011fitim program\u0131 sunar. Bilmeniz gereken her \u015fey burada!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Ortalama Marangoz Maa\u015f\u0131 <\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Indeed&#039;in son verilerine g\u00f6re, ABD&#039;de bir marangozun ortalama saatlik \u00fccreti yakla\u015f\u0131k $25&#039;tir, bu da y\u0131ll\u0131k yakla\u015f\u0131k $52.000&#039;e denk gelmektedir.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu \u00fccret, deneyim, konum ve marangozluk alan\u0131ndaki uzmanl\u0131k alan\u0131 gibi fakt\u00f6rlere ba\u011fl\u0131 olarak de\u011fi\u015fiklik g\u00f6sterebilir.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Kursta Neler \u00d6\u011freneceksiniz<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>\u0130n\u015faat Malzemeleri<\/strong><strong><br><\/strong>Modern marangozlukta kullan\u0131lan farkl\u0131 ah\u015fap ve malzeme t\u00fcrleri hakk\u0131nda bilgi edinin.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Ba\u011flant\u0131 Elemanlar\u0131 ve Yap\u0131\u015ft\u0131r\u0131c\u0131lar<\/strong><strong><br><\/strong>\u00c7ivi, vida, yap\u0131\u015ft\u0131r\u0131c\u0131 ve di\u011fer temel ba\u011flant\u0131 elemanlar\u0131n\u0131n do\u011fru kullan\u0131m\u0131n\u0131 \u00f6\u011frenin.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>El ve Elektrikli Aletler<\/strong><strong><br><\/strong>Testere, \u00e7eki\u00e7, matkap ve di\u011fer temel ekipmanlar\u0131 g\u00fcvenli ve etkili bir \u015fekilde \u00e7al\u0131\u015ft\u0131r\u0131n.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Mavi Bask\u0131 ve Y\u00fckseklik Okuma<\/strong><strong><br><\/strong>Projenin hassas bir \u015fekilde y\u00fcr\u00fct\u00fclmesi i\u00e7in mimari \u00e7izimlerin yorumlanmas\u0131nda uzmanla\u015f\u0131n.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>D\u00f6\u015feme ve Yap\u0131 Sistemleri<\/strong><strong><br><\/strong>Zemin yap\u0131lar\u0131 ve destek bile\u015fenlerinin montaj\u0131na y\u00f6nelik teknikleri \u00f6\u011frenin.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Beton Kal\u0131plar ve Temeller<\/strong><strong><br><\/strong>Temel ve di\u011fer beton yap\u0131lar i\u00e7in kal\u0131plar\u0131n haz\u0131rlanmas\u0131 ve yap\u0131m\u0131n\u0131 anlay\u0131n.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Pencere ve D\u0131\u015f Kap\u0131lar\u0131n Tak\u0131lmas\u0131<\/strong><strong><br><\/strong>D\u0131\u015f pencere ve kap\u0131 \u00e7er\u00e7evelerinin do\u011fru montaj prosed\u00fcrlerini \u00f6\u011frenin.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Merdiven Yap\u0131m\u0131<\/strong><strong><br><\/strong>Farkl\u0131 merdiven tipleri i\u00e7in tasar\u0131m, yerle\u015fim ve montaj tekniklerini inceleyin.<\/li>\n<\/div><\/ol>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Kursa Ba\u015flamak \u0130\u00e7in Gereksinimler<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu kurs i\u00e7in resmi \u00f6n ko\u015fullar yoktur. Ancak, uygulamal\u0131 \u00e7al\u0131\u015fmaya ilgi ve in\u015faat teknikleri ve ara\u00e7 kullan\u0131m\u0131 hakk\u0131nda bilgi edinme iste\u011fi \u015fiddetle tavsiye edilir.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Kurs Ad\u0131mlar\u0131<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Kay\u0131t<\/strong><strong><br><\/strong>Alison platformuna \u00fccretsiz kaydolun ve marangozluk kursuna kaydolun.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>\u00d6\u011frenme<\/strong><strong><br><\/strong>Videolar, okumalar ve pratik al\u0131\u015ft\u0131rmalar i\u00e7eren \u00e7evrimi\u00e7i mod\u00fcllere eri\u015fin.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>De\u011ferlendirme<\/strong><strong><br><\/strong>Bilginizi test etmek i\u00e7in her mod\u00fcl\u00fcn sonunda de\u011ferlendirmeleri tamamlay\u0131n.<\/li>\n<\/div><\/ol>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Kursa Nas\u0131l Kay\u0131t Olunur<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Alison&#039;\u0131n web sitesini ziyaret edin.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>E-postan\u0131z\u0131 ve \u015fifrenizi kullanarak \u00fccretsiz bir hesap olu\u015fturun.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Arama \u00e7ubu\u011funda \u201cMarangozluk \u00c7al\u0131\u015fmalar\u0131 Diplomas\u0131\u201d ifadesini aray\u0131n.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Dersi se\u00e7in ve \u201c\u015eimdi Derse Ba\u015fla\u201dy\u0131 se\u00e7in.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Hemen \u00e7al\u0131\u015fmalar\u0131n\u0131za ba\u015flay\u0131n.<\/li>\n<\/div><\/ul>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Ek Ara\u00e7lar ve Kaynaklar<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alison&#039;\u0131n marangozluk dersinin en b\u00fcy\u00fck avantajlar\u0131ndan biri, \u00f6\u011frenmeye y\u00f6nelik pratik ve ger\u00e7ek d\u00fcnyaya odakl\u0131 yakla\u015f\u0131m\u0131d\u0131r.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Derslerin yan\u0131 s\u0131ra platform, \u00f6\u011frenme deneyimini geli\u015ftiren ve bilgiyi ger\u00e7ek ya\u015fam senaryolar\u0131nda uygulamaya yard\u0131mc\u0131 olan \u00e7e\u015fitli ara\u00e7lara ve tamamlay\u0131c\u0131 kaynaklara eri\u015fim sa\u011fl\u0131yor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En yararl\u0131 kaynaklardan baz\u0131lar\u0131 \u015funlard\u0131r:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Ara\u00e7 K\u0131lavuzlar\u0131<\/strong><strong><br><\/strong>G\u00f6revleriniz s\u0131ras\u0131nda hassasiyet ve g\u00fcvenli\u011fi garanti alt\u0131na alarak, manuel ve elektrikli aletlerin do\u011fru kullan\u0131m\u0131n\u0131 anlaman\u0131za yard\u0131mc\u0131 olacak ayr\u0131nt\u0131l\u0131 k\u0131lavuzlar.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Malzeme Hesaplay\u0131c\u0131lar\u0131<\/strong><strong><br><\/strong>Gerekli ah\u015fap, vida ve di\u011fer malzeme miktarlar\u0131n\u0131 tahmin ederek proje planlamaya yard\u0131mc\u0131 olan ve at\u0131klar\u0131 azaltan ara\u00e7lar.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Referans Tablolar\u0131<\/strong><strong><br><\/strong>Her proje i\u00e7in en uygun malzemelerin se\u00e7ilmesine yard\u0131mc\u0131 olmak amac\u0131yla ah\u015fap t\u00fcrleri, ba\u011flant\u0131 elemanlar\u0131 ve kaplamalar hakk\u0131nda teknik bilgiler.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>G\u00fcvenlik Kontrol Listeleri<\/strong><strong><br><\/strong>\u00c7al\u0131\u015fma esnas\u0131nda kaza riskini en aza indirmek i\u00e7in aletleri kullan\u0131rken g\u00fcvenli kullan\u0131m uygulamalar\u0131na ili\u015fkin talimatlar.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Ba\u015flang\u0131\u00e7 Proje Fikirleri<\/strong><strong><br><\/strong>Yeni ba\u015flayanlar i\u00e7in m\u00fckemmel, banklar, masalar ve raflar gibi basit projeler i\u00e7in planlar ve \u015femalar.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu kaynaklar yaln\u0131zca teorik \u00f6\u011frenmeyi tamamlamakla kalm\u0131yor, ayn\u0131 zamanda ger\u00e7ek d\u00fcnya ko\u015fullar\u0131nda projeleri y\u00fcr\u00fctmek i\u00e7in gereken g\u00fcveni de olu\u015fturuyor.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Marangozlukta Kariyer F\u0131rsatlar\u0131<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Marangozluk, temel yap\u0131lar in\u015fa etmenin \u00e7ok \u00f6tesine uzanan bir meslektir. \u0130n\u015faat, mobilya tasar\u0131m\u0131, mimarl\u0131k ve hatta set tasar\u0131m\u0131 gibi sanatlar dahil olmak \u00fczere \u00e7e\u015fitli end\u00fcstrilerde temel bir beceridir.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu, Alison&#039;\u0131n marangozluk kursunda edindi\u011fi bilginin birden fazla alanda uygulanabilece\u011fi ve mesleki geli\u015fim potansiyelinin artaca\u011f\u0131 anlam\u0131na geliyor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu mesle\u011fin en cazip y\u00f6nlerinden biri de \u00e7ok y\u00f6nl\u00fcl\u00fc\u011f\u00fcd\u00fcr. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Marangozlar in\u015faat \u015firketlerinde, mobilya \u00fcreticilerinde veya serbest \u00e7al\u0131\u015fan olarak \u00e7al\u0131\u015fabilir, bireysel m\u00fc\u015fteriler i\u00e7in \u00f6zelle\u015ftirilmi\u015f projeler \u00fcstlenebilirler.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u0130leri becerilere sahip profesyoneller, a\u015fa\u011f\u0131daki gibi belirli alanlarda uzmanla\u015fabilirler:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>\u0130nce Ah\u015fap \u0130\u015f\u00e7ili\u011fi<\/strong><strong><br><\/strong>L\u00fcks mobilyalar ve \u00f6zel tasar\u0131m par\u00e7alar yarat\u0131yoruz.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Mobilya Restorasyonu<\/strong><strong><br><\/strong>\u00d6nemli tarihi veya duygusal de\u011fere sahip antika par\u00e7alar\u0131n restorasyonu.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Ye\u015fil \u0130n\u015faat<\/strong><strong><br><\/strong>Geri d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f veya \u00e7evre dostu malzemeler kullan\u0131larak s\u00fcrd\u00fcr\u00fclebilir projeler \u00fczerinde \u00e7al\u0131\u015fmak.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Konut ve Ticari Bak\u0131m<\/strong><strong><br><\/strong>Kap\u0131, pencere, merdiven ve zemin gibi mevcut yap\u0131larda onar\u0131m ve iyile\u015ftirmeler yapmak.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ayr\u0131ca kendi i\u015finizi kurma imk\u00e2n\u0131n\u0131n olmas\u0131 da \u00f6nemli bir avantajd\u0131r.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ki\u015fiselle\u015ftirilmi\u015f, y\u00fcksek kaliteli hizmetlere olan talebin artmas\u0131yla birlikte, bir\u00e7ok profesyonel giri\u015fimci olmay\u0131, programlar\u0131n\u0131 kontrol alt\u0131na almay\u0131 ve kazan\u00e7 potansiyellerini art\u0131rmay\u0131 tercih ediyor. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alison&#039;\u0131n sertifikas\u0131, bu alanda sa\u011flam ve gelecek vaat eden bir kariyer in\u015fa etmenin ilk ad\u0131m\u0131 olabilir.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Neden Marangoz Olmal\u0131s\u0131n\u0131z?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Marangozluk, in\u015faattan mobilya tasar\u0131m\u0131na kadar \u00e7e\u015fitli i\u015f f\u0131rsatlar\u0131 sunan bir meslektir.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Marangozluk becerilerinizle konut ve ticari projelerde \u00e7al\u0131\u015fabilir, hatta kendi i\u015finizi kurabilir, esneklik ve profesyonel \u00f6zerklik sa\u011flayabilirsiniz.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Marangozluk d\u00fcnyas\u0131na girmenin pratik ve eri\u015filebilir bir yolunu ar\u0131yorsan\u0131z, Alison&#039;\u0131n Marangozluk \u00c7al\u0131\u015fmalar\u0131 Diplomas\u0131 m\u00fckemmel bir se\u00e7enektir.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu \u00fccretsiz \u00e7evrimi\u00e7i kurs, yap\u0131 malzemelerinden manuel ve elektrikli aletlerin kullan\u0131m\u0131na kadar her \u015feyi kapsayarak bu mesle\u011fe yeni ba\u015flayan herkes i\u00e7in sa\u011flam bir temel sa\u011fl\u0131yor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00dcstelik \u00e7evrimi\u00e7i \u00f6\u011frenmenin esnekli\u011fi, kendi h\u0131z\u0131n\u0131zda \u00e7al\u0131\u015fman\u0131za olanak tan\u0131r ve bu da onu, dersleri di\u011fer sorumluluklarla dengelemek isteyenler i\u00e7in ideal hale getirir. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kursu tamamlad\u0131\u011f\u0131n\u0131zda, yeni kariyer f\u0131rsatlar\u0131na ve daha fazla mesleki ba\u011f\u0131ms\u0131zl\u0131\u011fa kap\u0131 a\u00e7abilecek profesyonel sertifika alacaks\u0131n\u0131z.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Alison Nedir?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alison, \u00f6\u011frencilerin yeni beceriler ve tan\u0131nan sertifikalar edinmelerini kolay ve esnek bir \u015fekilde sa\u011flayan, \u00e7e\u015fitli alanlarda \u00fccretsiz kurslar sunan bir \u00e7evrimi\u00e7i \u00f6\u011frenme platformudur.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alison&#039;\u0131n kursuyla marangozluk \u00f6\u011frenmek, \u00f6d\u00fcllendirici ve iyi \u00fccretli bir kariyere yol a\u00e7abilecek pratik beceriler geli\u015ftirmenin m\u00fckemmel bir yoludur.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00c7evrimi\u00e7i \u00f6\u011frenmenin esnekli\u011fi, y\u00fcksek kaliteli i\u00e7erikle birle\u015fti\u011finde bu kursu marangozluk alan\u0131nda mesleki geli\u015fim arayan herkes i\u00e7in de\u011ferli bir se\u00e7enek haline getiriyor.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1daOSo\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/clarifyou.com\/tr\/rec-construction-jobs\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Marangoz \u0130\u015fleri\">\n            Marangoz \u0130\u015fleri        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            \u015eimdi 2.000&#039;den fazla in\u015faat i\u015fi ba\u015flayacak + en az $25\/saatlik \u00fccretler        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/clarifyou.com\/tr\/rec-construction-jobs\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Okumaya devam edin            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"w-full justify-self-start flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"mx-2 h-1\/2\">\n            <p class=\"px-5 text-center pt-4 text-sm\">\n              Marangoz \u0130\u015fleri            <\/p>\n          <\/div>\n          <div class=\"mx-2 mt-1 bottom-0 h-1\/2\">\n            <a class=\"w-full m-auto\" href=\"https:\/\/clarifyou.com\/tr\/rec-construction-jobs\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n              <button class=\"flex m-auto border-0 py-2 px-6 focus:outline-none rounded text-center text-sm\">\n                Okumaya devam edin              <\/button>\n            <\/a>\n            <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n              Ayn\u0131 web sitesinde kalacaks\u0131n\u0131z  \n            <\/p>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Bu kurs, bir marangoz olarak saatte en az $25 kazanman\u0131z\u0131 sa\u011flayacakt\u0131r. Kursu bulundu\u011funuz her yerden ve size hi\u00e7bir maliyeti olmadan al\u0131n! Bu #{weekday}&#039;yi ba\u015flat\u0131n<\/p>","protected":false},"author":11,"featured_media":1676,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[169],"tags":[238,185],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Carpentry Course \u2013 100% Online and Free - Clarif You<\/title>\n<meta name=\"description\" content=\"Master essential carpentry skills and unlock career opportunities with potential earnings at least $25\/hour. Start learning today for free!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clarifyou.com\/tr\/carpentry-course-english\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Carpentry Course \u2013 100% Online and Free\" \/>\n<meta property=\"og:description\" content=\"Master essential carpentry skills and unlock career opportunities with potential earnings at least $25\/hour. Start learning today for free!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clarifyou.com\/tr\/carpentry-course-english\/\" \/>\n<meta property=\"og:site_name\" content=\"Clarif You\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-05T20:28:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-05T20:28:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/carpenter-professional-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ingrid Pontes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/clarifyou.com\/#website\",\"url\":\"https:\/\/clarifyou.com\/\",\"name\":\"Clarif You\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/clarifyou.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/clarifyou.com\/carpentry-course-english\/#primaryimage\",\"url\":\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/carpenter-professional-1.jpg\",\"contentUrl\":\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/carpenter-professional-1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/clarifyou.com\/carpentry-course-english\/#webpage\",\"url\":\"https:\/\/clarifyou.com\/carpentry-course-english\/\",\"name\":\"Carpentry Course \u2013 100% Online and Free - Clarif You\",\"isPartOf\":{\"@id\":\"https:\/\/clarifyou.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/clarifyou.com\/carpentry-course-english\/#primaryimage\"},\"datePublished\":\"2024-12-05T20:28:07+00:00\",\"dateModified\":\"2024-12-05T20:28:10+00:00\",\"author\":{\"@id\":\"https:\/\/clarifyou.com\/#\/schema\/person\/8fd9639214cf2e22b8b103fb65a3e71a\"},\"description\":\"Master essential carpentry skills and unlock career opportunities with potential earnings at least $25\/hour. Start learning today for free!\",\"breadcrumb\":{\"@id\":\"https:\/\/clarifyou.com\/carpentry-course-english\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/clarifyou.com\/carpentry-course-english\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/clarifyou.com\/carpentry-course-english\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/clarifyou.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Carpentry Course \u2013 100% Online and Free\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/clarifyou.com\/#\/schema\/person\/8fd9639214cf2e22b8b103fb65a3e71a\",\"name\":\"Ingrid Pontes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/clarifyou.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"caption\":\"Ingrid Pontes\"},\"url\":\"https:\/\/clarifyou.com\/tr\/author\/ingrid-pontes\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Carpentry Course \u2013 100% Online and Free - Clarif You","description":"Master essential carpentry skills and unlock career opportunities with potential earnings at least $25\/hour. Start learning today for free!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/clarifyou.com\/tr\/carpentry-course-english\/","og_locale":"tr_TR","og_type":"article","og_title":"Carpentry Course \u2013 100% Online and Free","og_description":"Master essential carpentry skills and unlock career opportunities with potential earnings at least $25\/hour. Start learning today for free!","og_url":"https:\/\/clarifyou.com\/tr\/carpentry-course-english\/","og_site_name":"Clarif You","article_published_time":"2024-12-05T20:28:07+00:00","article_modified_time":"2024-12-05T20:28:10+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/carpenter-professional-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ingrid Pontes","Est. reading time":"5 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/clarifyou.com\/#website","url":"https:\/\/clarifyou.com\/","name":"Clarif You","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clarifyou.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"tr"},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/clarifyou.com\/carpentry-course-english\/#primaryimage","url":"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/carpenter-professional-1.jpg","contentUrl":"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/carpenter-professional-1.jpg","width":1920,"height":1080},{"@type":"WebPage","@id":"https:\/\/clarifyou.com\/carpentry-course-english\/#webpage","url":"https:\/\/clarifyou.com\/carpentry-course-english\/","name":"Carpentry Course \u2013 100% Online and Free - Clarif You","isPartOf":{"@id":"https:\/\/clarifyou.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clarifyou.com\/carpentry-course-english\/#primaryimage"},"datePublished":"2024-12-05T20:28:07+00:00","dateModified":"2024-12-05T20:28:10+00:00","author":{"@id":"https:\/\/clarifyou.com\/#\/schema\/person\/8fd9639214cf2e22b8b103fb65a3e71a"},"description":"Master essential carpentry skills and unlock career opportunities with potential earnings at least $25\/hour. Start learning today for free!","breadcrumb":{"@id":"https:\/\/clarifyou.com\/carpentry-course-english\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clarifyou.com\/carpentry-course-english\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/clarifyou.com\/carpentry-course-english\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clarifyou.com\/"},{"@type":"ListItem","position":2,"name":"Carpentry Course \u2013 100% Online and Free"}]},{"@type":"Person","@id":"https:\/\/clarifyou.com\/#\/schema\/person\/8fd9639214cf2e22b8b103fb65a3e71a","name":"Ingrid Pontes","image":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/clarifyou.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","caption":"Ingrid Pontes"},"url":"https:\/\/clarifyou.com\/tr\/author\/ingrid-pontes\/"}]}},"_links":{"self":[{"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/posts\/1756"}],"collection":[{"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/comments?post=1756"}],"version-history":[{"count":0,"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/posts\/1756\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/media\/1676"}],"wp:attachment":[{"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/media?parent=1756"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/categories?post=1756"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clarifyou.com\/tr\/wp-json\/wp\/v2\/tags?post=1756"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}