{"id":82,"date":"2025-12-09T09:55:25","date_gmt":"2025-12-09T09:55:25","guid":{"rendered":"https:\/\/gunvantpatil.com\/?page_id=82"},"modified":"2025-12-09T11:38:21","modified_gmt":"2025-12-09T11:38:21","slug":"brief-intro","status":"publish","type":"page","link":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/","title":{"rendered":"Brief Intro"},"content":{"rendered":"\n<!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>Gunvant Patil &#8211; Professional Profile<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: #f5f7fa;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        header {\n            background: linear-gradient(135deg, #2c5530 0%, #4a7c59 100%);\n            color: white;\n            padding: 40px 0;\n            text-align: center;\n            border-radius: 0 0 10px 10px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n        }\n\n        .profile-header h1 {\n            font-size: 2.8rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .profile-header h2 {\n            font-size: 1.5rem;\n            font-weight: 400;\n            opacity: 0.9;\n            margin-bottom: 20px;\n        }\n\n        .profile-image {\n            width: 200px;\n            height: 200px;\n            border-radius: 50%;\n            margin: 0 auto 25px;\n            border: 5px solid white;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n            overflow: hidden;\n            background-color: #f8f9fa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .profile-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: center;\n        }\n\n        .profile-image-placeholder {\n            display: none;\n        }\n\n        .main-content {\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            gap: 30px;\n        }\n\n        .card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .card-title {\n            color: #2c5530;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #4a7c59;\n            display: flex;\n            align-items: center;\n        }\n\n        .card-title i {\n            margin-right: 10px;\n        }\n\n        .profile-text {\n            font-size: 1.1rem;\n            margin-bottom: 20px;\n            text-align: justify;\n        }\n\n        .positions-list, .conferences-list {\n            list-style-type: none;\n        }\n\n        .positions-list li, .conferences-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n        }\n\n        .positions-list li:last-child, .conferences-list li:last-child {\n            border-bottom: none;\n        }\n\n        .position-title {\n            font-weight: 600;\n            color: #2c5530;\n            flex: 1;\n            min-width: 250px;\n        }\n\n        .position-date {\n            color: #666;\n            font-weight: 500;\n        }\n\n        .contact-info {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .contact-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n\n        .contact-item i {\n            color: #4a7c59;\n            font-size: 1.2rem;\n            width: 24px;\n            margin-top: 2px;\n        }\n\n        .education-box {\n            background-color: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #4a7c59;\n            margin-bottom: 25px;\n        }\n\n        .education-degree {\n            font-weight: 700;\n            font-size: 1.2rem;\n            color: #2c5530;\n        }\n\n        .education-university {\n            color: #666;\n            font-style: italic;\n        }\n\n        .family-members {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n\n        .family-member {\n            padding: 15px;\n            background-color: #f8f9fa;\n            border-radius: 8px;\n            transition: transform 0.2s ease;\n        }\n\n        .family-member:hover {\n            transform: translateX(5px);\n        }\n\n        .member-relation {\n            font-weight: 700;\n            color: #2c5530;\n            font-size: 1.1rem;\n            margin-bottom: 5px;\n        }\n\n        .member-name {\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n\n        .member-details {\n            color: #666;\n            font-size: 0.95rem;\n        }\n\n        .social-links {\n            display: flex;\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .social-link {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background-color: #4a7c59;\n            color: white;\n            border-radius: 50%;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        .social-link:hover {\n            background-color: #2c5530;\n            transform: scale(1.1);\n        }\n\n        footer {\n            text-align: center;\n            padding: 30px 0;\n            color: #666;\n            border-top: 1px solid #eee;\n            margin-top: 30px;\n        }\n\n        .print-button {\n            background-color: #4a7c59;\n            color: white;\n            border: none;\n            padding: 12px 25px;\n            border-radius: 5px;\n            cursor: pointer;\n            font-size: 1rem;\n            font-weight: 600;\n            transition: background-color 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin: 20px auto;\n        }\n\n        .print-button:hover {\n            background-color: #2c5530;\n        }\n\n        .highlight {\n            color: #2c5530;\n            font-weight: 600;\n        }\n\n        \/* Print Styles *\/\n        @media print {\n            body {\n                background-color: white;\n                font-size: 12pt;\n            }\n            \n            .container {\n                max-width: 100%;\n                padding: 10px;\n            }\n            \n            header {\n                padding: 20px 0;\n                box-shadow: none;\n            }\n            \n            .card {\n                box-shadow: none;\n                border: 1px solid #ddd;\n                break-inside: avoid;\n            }\n            \n            .print-button {\n                display: none;\n            }\n            \n            .social-links {\n                display: none;\n            }\n            \n            .card:hover {\n                transform: none;\n            }\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 992px) {\n            .main-content {\n                grid-template-columns: 1fr;\n            }\n            \n            .profile-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .profile-header h2 {\n                font-size: 1.2rem;\n            }\n            \n            .profile-image {\n                width: 180px;\n                height: 180px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .positions-list li, .conferences-list li {\n                flex-direction: column;\n                gap: 5px;\n            }\n            \n            .position-title {\n                min-width: auto;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .container {\n                padding: 15px;\n            }\n            \n            header {\n                padding: 30px 15px;\n            }\n            \n            .card {\n                padding: 20px;\n            }\n            \n            .profile-header h1 {\n                font-size: 1.8rem;\n            }\n            \n            .profile-header h2 {\n                font-size: 1.1rem;\n            }\n            \n            .card-title {\n                font-size: 1.5rem;\n            }\n            \n            .profile-image {\n                width: 150px;\n                height: 150px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <header>\n            <div class=\"profile-image\">\n                <img decoding=\"async\" src=\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg\" alt=\"Gunvant Patil\" onerror=\"this.style.display='none'; document.querySelector('.profile-image-placeholder').style.display='flex';\">\n                <div class=\"profile-image-placeholder\">\n                    <i class=\"fas fa-user-tie\" style=\"font-size: 4rem; color: #4a7c59;\"><\/i>\n                <\/div>\n            <\/div>\n            <div class=\"profile-header\">\n                <h1>Gunvant Patil Hangargekar<\/h1>\n                <h2>GENERAL SECRETARY, KISAN COORDINATION COMMITTEE<\/h2>\n            <\/div>\n        <\/header>\n\n        <div class=\"main-content\">\n            <div class=\"left-column\">\n                <section class=\"card\">\n                    <h2 class=\"card-title\"><i class=\"fas fa-user-circle\"><\/i> PROFILE<\/h2>\n                    <p class=\"profile-text\">\n                        An <span class=\"highlight\">engineer by trade, Philanthropist by passion<\/span>, Mr. Gunvant Patil has dedicated his life to the cause of farmers. He is <span class=\"highlight\">Gen. Secretary for All India Kissan Coordination Committee<\/span>. Currently, He serves on the <span class=\"highlight\">MSP committee<\/span> formed by Ministry of Agriculture and Farmers Welfare, Government of India. He has been an active leader of <span class=\"highlight\">Shetkari Sanghatna<\/span> &#8211; the largest Farmer&#8217;s association in India &#8211; founded by Late Shri Sharad Joshi. Being a close confident of Late Shri Sharad Joshi, he has been a <span class=\"highlight\">highly sought after speaker<\/span> for various national and international conferences. He is also <span class=\"highlight\">Pauls Harries fellow<\/span> through the rotary International Foundation and has chaired the <span class=\"highlight\">Maharashtra Andh Sharadha Nirmulan Samiti<\/span> for the eradication of black magic practices in India.\n                    <\/p>\n                <\/section>\n\n                <section class=\"card\">\n                    <h2 class=\"card-title\"><i class=\"fas fa-briefcase\"><\/i> POSITIONS HELD<\/h2>\n                    <ul class=\"positions-list\">\n                        <li>\n                            <span class=\"position-title\">GEN. SECRETARY, ALL INDIA KISAN COORDINATION COMMITTEE<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">MEMBER, MSP COMMITTEE, GOVERNMENT OF INDIA<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">PRESIDENT, SHETKARI SANGHATNA<\/span>\n                            <span class=\"position-date\">2011 &#8211; 2016<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">PRESIDENT, NANDED PROF. PHOTOGRAPHER&#8217;S ASSOCIATION<\/span>\n                            <span class=\"position-date\">2010 &#8211; 2017<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">ASSISTANT GOVERNOR, ROTARY CLUB DIST. 3131<\/span>\n                            <span class=\"position-date\">2014<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">PRESIDENT, ROTARY CLUB DIST. 3132<\/span>\n                            <span class=\"position-date\">2004<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">DIRECTOR, NANDED MUNICIPAL CORPORATION MERCHANTS ASSOCIATION<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/section>\n\n                <section class=\"card\">\n                    <h2 class=\"card-title\"><i class=\"fas fa-microphone-alt\"><\/i> CONFERENCES AND GUEST SPEAKER<\/h2>\n                    <ul class=\"conferences-list\">\n                        <li>\n                            <span class=\"position-title\">CENTER FOR CIVIL SOCIETY &#8211; PODCAST<\/span>\n                            <span class=\"position-date\">OCTOBER 8, 2020<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">MANTHAN INDIA FOUNDATION<\/span>\n                            <span class=\"position-date\">ONLINE EVENT &#8211; MAY 17, 2020<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">NITI AAYOG CONFERENCE FOR FARMERS<\/span>\n                            <span class=\"position-date\">SEPTEMBER 17, 2018<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">AGRI TECH SOUTH 2018, CONFEDERATION OF INDIA HYDERABAD<\/span>\n                            <span class=\"position-date\">FEB 10, 2018<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">INTERNATIONAL SOY CONCLAVE, SOPA<\/span>\n                            <span class=\"position-date\">INDIA, OCTOBER 7, 2017<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">NITI AAYOG CONFERENCE FOR FARMERS<\/span>\n                            <span class=\"position-date\">NEW DELHI, JUNE 28, 2018<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">INDIA MAZE SUMMIT 2015, FICCI<\/span>\n                            <span class=\"position-date\">NEW DELHI, APRIL 10, 2015<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"position-title\">NINTH PAN-ASIA FARMERS EXCHANGE<\/span>\n                            <span class=\"position-date\">PHILIPPINES, MARCH 1-7, 2015<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/section>\n            <\/div>\n\n            <div class=\"right-column\">\n                <section class=\"card\">\n                    <h2 class=\"card-title\"><i class=\"fas fa-address-card\"><\/i> CONTACT<\/h2>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            <div>\n                                <div>+91 94221 89521<\/div>\n                                <div>+91 976765 0009<\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                            <div>patilgunvant@gmail.com<\/div>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                            <div>Nanded, Maharashtra, India<\/div>\n                        <\/div>\n                    <\/div>\n\n                    <h3 class=\"card-title\" style=\"font-size: 1.5rem; margin-top: 25px;\"><i class=\"fas fa-graduation-cap\"><\/i> EDUCATION<\/h3>\n                    <div class=\"education-box\">\n                        <div class=\"education-degree\">BE MECHANICAL<\/div>\n                        <div class=\"education-university\">Bangalore University<\/div>\n                    <\/div>\n\n                    <h3 class=\"card-title\" style=\"font-size: 1.5rem; margin-top: 25px;\"><i class=\"fas fa-share-alt\"><\/i> CONNECT WITH ME<\/h3>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                            <div>patilgunvant@gmail.com<\/div>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <i class=\"fab fa-facebook\"><\/i>\n                            <div>http:\/\/facebook.com\/patil.gunvant<\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"social-links\">\n                        <a href=\"mailto:patilgunvant@gmail.com\" class=\"social-link\" title=\"Email\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                        <\/a>\n                        <a href=\"http:\/\/facebook.com\/patil.gunvant\" target=\"_blank\" class=\"social-link\" title=\"Facebook\">\n                            <i class=\"fab fa-facebook-f\"><\/i>\n                        <\/a>\n                        <a href=\"tel:+919422189521\" class=\"social-link\" title=\"Call\">\n                            <i class=\"fas fa-phone\"><\/i>\n                        <\/a>\n                        <a href=\"tel:+919767650009\" class=\"social-link\" title=\"Call\">\n                            <i class=\"fas fa-mobile-alt\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/section>\n\n                <section class=\"card\">\n                    <h2 class=\"card-title\"><i class=\"fas fa-users\"><\/i> FAMILY<\/h2>\n                    <div class=\"family-members\">\n                        <div class=\"family-member\">\n                            <div class=\"member-relation\">SPOUSE<\/div>\n                            <div class=\"member-name\">DR. KARUNA PATIL<\/div>\n                            <div class=\"member-details\">Md. Anaesthetist<\/div>\n                        <\/div>\n                        <div class=\"family-member\">\n                            <div class=\"member-relation\">DAUGHTER<\/div>\n                            <div class=\"member-name\">DIVYA PATIL-BHOSALE<\/div>\n                            <div class=\"member-details\">Sr. Research Scientist, Cook Medical, Michigan, U.S.<\/div>\n                        <\/div>\n                        <div class=\"family-member\">\n                            <div class=\"member-relation\">SON<\/div>\n                            <div class=\"member-name\">KARAN PATIL<\/div>\n                            <div class=\"member-details\">Global Quality Manager, EBM (Bosch), Stuttgart, Germany<\/div>\n                        <\/div>\n                    <\/div>\n                <\/section>\n            <\/div>\n        <\/div>\n\n        <button class=\"print-button\" id=\"printBtn\">\n            <i class=\"fas fa-print\"><\/i> Print Profile\n        <\/button>\n\n        <footer>\n            <p>\u00a9 2025 Gunvant Patil &#8211; Professional Profile<\/p>\n            <p>Last Updated: December 2025<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        \/\/ Print functionality\n        document.getElementById('printBtn').addEventListener('click', function() {\n            window.print();\n        });\n\n        \/\/ Add subtle animation to cards when they come into view\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.card');\n            const profileImage = document.querySelector('.profile-image');\n            \n            \/\/ Animate profile image\n            profileImage.style.opacity = '0';\n            profileImage.style.transform = 'scale(0.8)';\n            profileImage.style.transition = 'opacity 0.8s ease, transform 0.8s ease';\n            \n            setTimeout(() => {\n                profileImage.style.opacity = '1';\n                profileImage.style.transform = 'scale(1)';\n            }, 200);\n            \n            \/\/ Animate cards\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, { threshold: 0.1 });\n            \n            cards.forEach(card => {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(20px)';\n                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n                observer.observe(card);\n            });\n            \n            \/\/ Animate print button\n            const printBtn = document.getElementById('printBtn');\n            printBtn.style.opacity = '0';\n            printBtn.style.transform = 'translateY(20px)';\n            printBtn.style.transition = 'opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s';\n            \n            setTimeout(() => {\n                printBtn.style.opacity = '1';\n                printBtn.style.transform = 'translateY(0)';\n            }, 800);\n        });\n        \n        \/\/ Add click functionality for contact items\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Email click functionality\n            const emailElements = document.querySelectorAll('.contact-item:has(.fa-envelope)');\n            emailElements.forEach(el => {\n                const emailText = el.textContent.trim();\n                if (emailText.includes('@')) {\n                    el.style.cursor = 'pointer';\n                    el.addEventListener('click', function(e) {\n                        if (!e.target.classList.contains('social-link')) {\n                            window.location.href = `mailto:${emailText}`;\n                        }\n                    });\n                }\n            });\n            \n            \/\/ Phone click functionality\n            const phoneElements = document.querySelectorAll('.contact-item:has(.fa-phone), .contact-item:has(.fa-mobile-alt)');\n            phoneElements.forEach(el => {\n                const phoneText = el.textContent.trim();\n                const phoneNumber = phoneText.replace(\/\\D\/g, '');\n                if (phoneNumber.length >= 10) {\n                    el.style.cursor = 'pointer';\n                    el.addEventListener('click', function(e) {\n                        if (!e.target.classList.contains('social-link')) {\n                            window.location.href = `tel:+${phoneNumber}`;\n                        }\n                    });\n                }\n            });\n            \n            \/\/ Facebook link functionality\n            const facebookElements = document.querySelectorAll('.contact-item:has(.fa-facebook)');\n            facebookElements.forEach(el => {\n                const facebookText = el.textContent.trim();\n                if (facebookText.includes('facebook.com')) {\n                    el.style.cursor = 'pointer';\n                    el.addEventListener('click', function() {\n                        window.open(facebookText, '_blank');\n                    });\n                }\n            });\n        });\n        \n        \/\/ Handle image loading error\n        document.addEventListener('DOMContentLoaded', function() {\n            const profileImg = document.querySelector('.profile-image img');\n            if (profileImg) {\n                profileImg.onerror = function() {\n                    this.style.display = 'none';\n                    const placeholder = document.querySelector('.profile-image-placeholder');\n                    if (placeholder) {\n                        placeholder.style.display = 'flex';\n                    }\n                };\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Gunvant Patil &#8211; Professional Profile Gunvant Patil Hangargekar GENERAL SECRETARY, KISAN COORDINATION COMMITTEE PROFILE An engineer by trade, Philanthropist by passion, Mr. Gunvant Patil has dedicated his life to the cause of farmers. He is Gen. Secretary for All India Kissan Coordination Committee. Currently, He serves on the MSP committee formed by Ministry of Agriculture [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-82","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Brief Intro - gunvantpatil.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Brief Intro\" \/>\n<meta property=\"og:description\" content=\"Gunvant Patil &#8211; Professional Profile Gunvant Patil Hangargekar GENERAL SECRETARY, KISAN COORDINATION COMMITTEE PROFILE An engineer by trade, Philanthropist by passion, Mr. Gunvant Patil has dedicated his life to the cause of farmers. He is Gen. Secretary for All India Kissan Coordination Committee. Currently, He serves on the MSP committee formed by Ministry of Agriculture [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/\" \/>\n<meta property=\"og:site_name\" content=\"gunvantpatil.com\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-09T11:38:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/\",\"url\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/\",\"name\":\"Brief Intro - gunvantpatil.com\",\"isPartOf\":{\"@id\":\"https:\/\/gunvantpatil.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg\",\"datePublished\":\"2025-12-09T09:55:25+00:00\",\"dateModified\":\"2025-12-09T11:38:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#primaryimage\",\"url\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg\",\"contentUrl\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg\",\"width\":853,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gunvantpatil.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Brief Intro\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gunvantpatil.com\/#website\",\"url\":\"https:\/\/gunvantpatil.com\/\",\"name\":\"gunvantpatil.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/gunvantpatil.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gunvantpatil.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gunvantpatil.com\/#organization\",\"name\":\"gunvantpatil.com\",\"url\":\"https:\/\/gunvantpatil.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png\",\"contentUrl\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png\",\"width\":1258,\"height\":198,\"caption\":\"gunvantpatil.com\"},\"image\":{\"@id\":\"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Brief Intro - gunvantpatil.com","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:\/\/gunvantpatil.com\/index.php\/brief-intro\/","og_locale":"en_US","og_type":"article","og_title":"Brief Intro","og_description":"Gunvant Patil &#8211; Professional Profile Gunvant Patil Hangargekar GENERAL SECRETARY, KISAN COORDINATION COMMITTEE PROFILE An engineer by trade, Philanthropist by passion, Mr. Gunvant Patil has dedicated his life to the cause of farmers. He is Gen. Secretary for All India Kissan Coordination Committee. Currently, He serves on the MSP committee formed by Ministry of Agriculture [&hellip;]","og_url":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/","og_site_name":"gunvantpatil.com","article_modified_time":"2025-12-09T11:38:21+00:00","og_image":[{"url":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/","url":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/","name":"Brief Intro - gunvantpatil.com","isPartOf":{"@id":"https:\/\/gunvantpatil.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#primaryimage"},"image":{"@id":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#primaryimage"},"thumbnailUrl":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg","datePublished":"2025-12-09T09:55:25+00:00","dateModified":"2025-12-09T11:38:21+00:00","breadcrumb":{"@id":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gunvantpatil.com\/index.php\/brief-intro\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#primaryimage","url":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg","contentUrl":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp-sir.jpg","width":853,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/gunvantpatil.com\/index.php\/brief-intro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gunvantpatil.com\/"},{"@type":"ListItem","position":2,"name":"Brief Intro"}]},{"@type":"WebSite","@id":"https:\/\/gunvantpatil.com\/#website","url":"https:\/\/gunvantpatil.com\/","name":"gunvantpatil.com","description":"","publisher":{"@id":"https:\/\/gunvantpatil.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gunvantpatil.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gunvantpatil.com\/#organization","name":"gunvantpatil.com","url":"https:\/\/gunvantpatil.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/","url":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png","contentUrl":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png","width":1258,"height":198,"caption":"gunvantpatil.com"},"image":{"@id":"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages\/82","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":7,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages\/82\/revisions"}],"predecessor-version":[{"id":90,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages\/82\/revisions\/90"}],"wp:attachment":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/media?parent=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}