{"id":48,"date":"2026-02-13T12:58:15","date_gmt":"2026-02-13T12:58:15","guid":{"rendered":"https:\/\/procurementconnect.nl\/?page_id=48"},"modified":"2026-02-13T12:58:16","modified_gmt":"2026-02-13T12:58:16","slug":"procurement-connect-home","status":"publish","type":"page","link":"https:\/\/procurementconnect.nl\/?page_id=48","title":{"rendered":"Procurement Connect  &#8211;  Home"},"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>Procurement Connect | Edwin Braat &#8211; Global Acquisition Project Management<\/title>\n    <meta name=\"description\" content=\"Expert procurement project management services by Edwin Braat. Specializing in aerospace, defense, pharma, and high-tech industries with AI-optimized Asana solutions.\">\n    <meta name=\"keywords\" content=\"procurement, project management, acquisition, aerospace, defense, pharmaceutical, Edwin Braat\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            overflow-x: hidden;\n            width: 100%;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            width: 100%;\n        }\n\n        \/* Navigation Bar *\/\n        nav {\n            background: transparent;\n            padding: 15px 0;\n            position: relative;\n            width: 100%;\n            z-index: 100;\n        }\n\n        .nav-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 15px 20px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            background: #ffffff;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            border-radius: 0;\n            position: relative;\n        }\n\n        .logo-container {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .logo {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #ff6b35, #f7931e);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8em;\n            color: white;\n            font-weight: bold;\n        }\n\n        .company-name {\n            font-size: 1.8em;\n            font-weight: 700;\n            color: #1e3c72;\n            letter-spacing: -0.5px;\n        }\n\n        .company-tagline {\n            font-size: 0.9em;\n            color: #666;\n            margin-top: -5px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 30px;\n            align-items: center;\n        }\n\n        .nav-links a {\n            color: #333;\n            text-decoration: none;\n            font-weight: 500;\n            transition: color 0.3s ease;\n        }\n\n        .nav-links a:hover {\n            color: #ff6b35;\n        }\n\n        .nav-cta {\n            background: linear-gradient(45deg, #ff6b35, #f7931e);\n            color: white !important;\n            padding: 10px 25px;\n            border-radius: 25px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .nav-cta:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);\n        }\n\n        \/* Header *\/\n        header {\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\n            color: white;\n            padding: 80px 0 60px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.5\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"\/><\/svg>');\n            opacity: 0.3;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .hero-title {\n            font-size: 3.2em;\n            font-weight: 700;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .hero-subtitle {\n            font-size: 1.4em;\n            margin-bottom: 30px;\n            opacity: 0.95;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(45deg, #ff6b35, #f7931e);\n            color: white;\n            padding: 15px 40px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 1.1em;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);\n            margin: 0 10px 10px 0;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);\n        }\n\n        .cta-secondary {\n            background: transparent;\n            border: 2px solid white;\n            color: white;\n        }\n\n        .cta-secondary:hover {\n            background: white;\n            color: #1e3c72;\n        }\n\n        \/* Services Section *\/\n        .services {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.5em;\n            margin-bottom: 20px;\n            color: #1e3c72;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.2em;\n            margin-bottom: 60px;\n            color: #666;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n            padding: 0 20px;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n\n        .service-card {\n            background: white;\n            padding: 40px 30px;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            text-align: center;\n            transition: all 0.3s ease;\n            border-top: 4px solid #ff6b35;\n        }\n\n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n        }\n\n        .service-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, #1e3c72, #2a5298);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 2em;\n            color: white;\n        }\n\n        .service-title {\n            font-size: 1.4em;\n            margin-bottom: 15px;\n            color: #1e3c72;\n            font-weight: 600;\n        }\n\n        \/* About Edwin Section *\/\n        .about-edwin {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .about-content {\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .edwin-profile {\n            text-align: center;\n        }\n\n        .edwin-photo {\n            width: 200px;\n            height: 200px;\n            background: linear-gradient(135deg, #1e3c72, #2a5298);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 4em;\n            color: white;\n            font-weight: bold;\n            margin: 0 auto 20px;\n            box-shadow: 0 20px 40px rgba(30, 60, 114, 0.2);\n        }\n\n        .edwin-title {\n            font-size: 1.5em;\n            color: #1e3c72;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .edwin-subtitle {\n            color: #666;\n            font-size: 1.1em;\n        }\n\n        .edwin-details h3 {\n            color: #1e3c72;\n            font-size: 2em;\n            margin-bottom: 20px;\n        }\n\n        .edwin-details p {\n            margin-bottom: 20px;\n            font-size: 1.1em;\n            line-height: 1.8;\n        }\n\n        .credentials {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .credential-item {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            border-left: 4px solid #ff6b35;\n        }\n\n        \/* Industries Section *\/\n        .industries {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .industries-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 50px;\n        }\n\n        .industry-item {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #2a5298;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n\n        .industry-item:hover {\n            background: linear-gradient(135deg, #2a5298, #1e3c72);\n            color: white;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(42, 82, 152, 0.2);\n        }\n\n        .industry-name {\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        \/* Tools Section *\/\n        .tools {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\n            color: white;\n        }\n\n        .tools-content {\n            text-align: center;\n        }\n\n        .tool-highlight {\n            background: rgba(255,255,255,0.1);\n            padding: 40px;\n            border-radius: 20px;\n            margin: 40px 0;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .asana-logo {\n            font-size: 3em;\n            margin-bottom: 20px;\n            color: #ff6b35;\n        }\n\n        .tools-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            text-align: left;\n            margin-top: 30px;\n        }\n\n        .tools-grid div {\n            padding: 15px 20px;\n            background: rgba(255,255,255,0.1);\n            border-radius: 10px;\n            border-left: 4px solid #ff6b35;\n        }\n\n        \/* Contact Section *\/\n        .contact {\n            padding: 80px 0;\n            background: white;\n            text-align: center;\n        }\n\n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            margin: 40px 0;\n        }\n\n        .contact-method {\n            background: #f8f9fa;\n            padding: 40px 30px;\n            border-radius: 15px;\n            transition: all 0.3s ease;\n        }\n\n        .contact-method:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        .contact-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #ff6b35, #f7931e);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 1.5em;\n            color: white;\n        }\n\n        .contact-form {\n            max-width: 600px;\n            margin: 40px auto 0;\n            background: #f8f9fa;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        .form-group {\n            margin-bottom: 25px;\n            text-align: left;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 600;\n            color: #333;\n        }\n\n        .form-group input,\n        .form-group textarea,\n        .form-group select {\n            width: 100%;\n            padding: 12px 15px;\n            border: 2px solid #e9ecef;\n            border-radius: 8px;\n            font-size: 16px;\n            transition: border-color 0.3s ease;\n        }\n\n        .form-group input:focus,\n        .form-group textarea:focus,\n        .form-group select:focus {\n            outline: none;\n            border-color: #2a5298;\n        }\n\n        .submit-btn {\n            background: linear-gradient(45deg, #2a5298, #1e3c72);\n            color: white;\n            padding: 15px 40px;\n            border: none;\n            border-radius: 50px;\n            font-size: 1.1em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .submit-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(42, 82, 152, 0.3);\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #1e3c72;\n            color: white;\n            text-align: center;\n            padding: 30px 0;\n        }\n\n        \/* Mobile Navigation *\/\n        .mobile-menu-toggle {\n            display: none;\n            background: none;\n            border: none;\n            font-size: 1.5em;\n            color: #333;\n            cursor: pointer;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .nav-links {\n                display: none;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                right: 0;\n                background: white;\n                flex-direction: column;\n                padding: 20px;\n                box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n                gap: 15px;\n            }\n            \n            .nav-links.active {\n                display: flex;\n            }\n            \n            .mobile-menu-toggle {\n                display: block;\n            }\n            \n            .nav-container {\n                padding: 10px 15px;\n            }\n            \n            .logo-container {\n                gap: 10px;\n            }\n            \n            .container {\n                padding: 0 15px;\n                width: 100%;\n            }\n            \n            .company-name {\n                font-size: 1.2em;\n            }\n            \n            .company-tagline {\n                font-size: 0.75em;\n            }\n            \n            .logo {\n                width: 45px;\n                height: 45px;\n                font-size: 1.3em;\n            }\n            \n            .hero-title {\n                font-size: 1.8em;\n            }\n            \n            .hero-subtitle {\n                font-size: 1em;\n            }\n            \n            .section-title {\n                font-size: 1.8em;\n            }\n\n            .about-content {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n\n            .edwin-photo {\n                width: 150px;\n                height: 150px;\n                font-size: 3em;\n            }\n            \n            .services-grid,\n            .industries-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .contact-info {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .contact-form {\n                padding: 25px 15px;\n            }\n            \n            .cta-button {\n                font-size: 1em;\n                padding: 12px 30px;\n            }\n        }\n        \n        \/* Tablet adjustments *\/\n        @media (min-width: 769px) and (max-width: 1024px) {\n            .container {\n                max-width: 95%;\n            }\n            \n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .industries-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        \/* Success\/Error Messages *\/\n        .message {\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            font-weight: 500;\n        }\n\n        .message.success {\n            background: #d4edda;\n            color: #155724;\n            border: 1px solid #c3e6cb;\n        }\n\n        .message.error {\n            background: #f8d7da;\n            color: #721c24;\n            border: 1px solid #f5c6cb;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Navigation Bar -->\n    <nav>\n        <div class=\"nav-container\">\n            <div class=\"logo-container\">\n                <div class=\"logo\">PC<\/div>\n                <div>\n                    <div class=\"company-name\">PROCUREMENT CONNECT<\/div>\n                    <div class=\"company-tagline\">Acquisition Project Management<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"nav-links\">\n                <a href=\"#services\">Services<\/a>\n                <a href=\"#about\">About Edwin<\/a>\n                <a href=\"#industries\">Industries<\/a>\n                <a href=\"#tools\">Tools<\/a>\n                <a href=\"#contact\" class=\"nav-cta\">Get Started<\/a>\n            <\/div>\n            <button class=\"mobile-menu-toggle\">\u2630<\/button>\n        <\/div>\n    <\/nav>\n\n    <!-- Header Section -->\n    <header>\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <h1 class=\"hero-title\">Procurement Connect<\/h1>\n                <p class=\"hero-subtitle\">Expert acquisition project management with Edwin Braat across aerospace, defense, pharma, and high-tech industries<\/p>\n                <a href=\"#contact\" class=\"cta-button\">Start Your Project<\/a>\n                <a href=\"#about\" class=\"cta-button cta-secondary\">Meet Edwin<\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Services Section -->\n    <section class=\"services\" id=\"services\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Core Services<\/h2>\n            <p class=\"section-subtitle\">Comprehensive procurement project management solutions tailored to your industry needs<\/p>\n            \n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udfaf<\/div>\n                    <h3 class=\"service-title\">Acquisition Strategy<\/h3>\n                    <p>End-to-end procurement strategy development and execution for complex, multi-stakeholder projects with proven methodologies.<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udf10<\/div>\n                    <h3 class=\"service-title\">Global Project Leadership<\/h3>\n                    <p>International procurement coordination with expertise in cross-border regulations, compliance, and cultural considerations.<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\u26a1<\/div>\n                    <h3 class=\"service-title\">AI-Optimized Processes<\/h3>\n                    <p>Cutting-edge automation and AI integration using Asana for enhanced efficiency, predictive analytics, and decision-making.<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83e\udd1d<\/div>\n                    <h3 class=\"service-title\">Stakeholder Management<\/h3>\n                    <p>Expert coordination of diverse teams, vendors, and partners across complex procurement ecosystems globally.<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udcca<\/div>\n                    <h3 class=\"service-title\">Risk &#038; Compliance<\/h3>\n                    <p>Comprehensive risk assessment and regulatory compliance management for global projects with industry-specific expertise.<\/p>\n                <\/div>\n                \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udd04<\/div>\n                    <h3 class=\"service-title\">Process Optimization<\/h3>\n                    <p>Continuous improvement methodologies to streamline procurement operations, reduce costs, and increase efficiency.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- About Edwin Section -->\n    <section class=\"about-edwin\" id=\"about\">\n        <div class=\"container\">\n            <div class=\"about-content\">\n                <div class=\"edwin-profile\">\n                    <div class=\"edwin-photo\">EB<\/div>\n                    <h3 class=\"edwin-title\">Edwin Braat<\/h3>\n                    <p class=\"edwin-subtitle\">Acquisition Project Manager<br>Owner, Procurement Connect<\/p>\n                    <div class=\"credentials\">\n                        <div class=\"credential-item\">\n                            <strong>20+<\/strong><br>Years Experience\n                        <\/div>\n                        <div class=\"credential-item\">\n                            <strong>Global<\/strong><br>Project Leader\n                        <\/div>\n                        <div class=\"credential-item\">\n                            <strong>Multi-Industry<\/strong><br>Expertise\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"edwin-details\">\n                    <h3>Leading Global Procurement Transformations<\/h3>\n                    <p>With over 20 years of specialized experience in acquisition project management, I help organizations across aerospace, defense, pharmaceutical, and high-tech manufacturing industries optimize their procurement processes and achieve strategic objectives.<\/p>\n                    \n                    <p>My approach combines traditional project management excellence with cutting-edge AI-optimized tools, particularly leveraging Asana&#8217;s enterprise capabilities to deliver measurable results. I&#8217;ve successfully led complex, multi-million euro procurement projects spanning multiple continents and regulatory environments.<\/p>\n                    \n                    <p>Whether you&#8217;re looking to streamline existing procurement operations, implement new acquisition strategies, or navigate complex international regulations, I bring the expertise and proven methodologies to drive your success.<\/p>\n                    \n                    <a href=\"#contact\" class=\"cta-button\">Schedule a Consultation<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Industries Section -->\n    <section class=\"industries\" id=\"industries\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Industry Expertise<\/h2>\n            <p class=\"section-subtitle\">Proven track record across high-stakes industries with complex procurement requirements<\/p>\n            \n            <div class=\"industries-grid\">\n                <div class=\"industry-item\">\n                    <div class=\"industry-name\">Aerospace<\/div>\n                    <p>Commercial &#038; defense aviation procurement, supplier qualification, and compliance management<\/p>\n                <\/div>\n                \n                <div class=\"industry-item\">\n                    <div class=\"industry-name\">Defense<\/div>\n                    <p>Military &#038; security systems acquisition with strict regulatory compliance and security clearance requirements<\/p>\n                <\/div>\n                \n                <div class=\"industry-item\">\n                    <div class=\"industry-name\">Pharmaceutical<\/div>\n                    <p>Life sciences &#038; healthcare procurement including GMP compliance and regulatory approval processes<\/p>\n                <\/div>\n                \n                <div class=\"industry-item\">\n                    <div class=\"industry-name\">Professional Services<\/div>\n                    <p>Consulting &#038; specialized service acquisition with focus on expertise validation and performance metrics<\/p>\n                <\/div>\n                \n                <div class=\"industry-item\">\n                    <div class=\"industry-name\">Engineering<\/div>\n                    <p>Technical systems &#038; infrastructure procurement with emphasis on precision and quality assurance<\/p>\n                <\/div>\n                \n                <div class=\"industry-item\">\n                    <div class=\"industry-name\">High-Tech Manufacturing<\/div>\n                    <p>Advanced technology &#038; precision manufacturing with rapid innovation cycles and quality demands<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Tools Section -->\n    <section class=\"tools\" id=\"tools\">\n        <div class=\"container\">\n            <div class=\"tools-content\">\n                <h2 class=\"section-title\">Advanced Collaboration Platform<\/h2>\n                <div class=\"tool-highlight\">\n                    <div class=\"asana-logo\">\ud83d\udccb<\/div>\n                    <h3 style=\"font-size: 2em; margin-bottom: 20px;\">Asana-Powered Project Management<\/h3>\n                    <p style=\"font-size: 1.2em; line-height: 1.8; margin-bottom: 30px;\">\n                        Leverage enterprise-grade Asana implementations with AI optimization for unprecedented project visibility and control:\n                    <\/p>\n                    <div class=\"tools-grid\">\n                        <div>\u2713 Real-time project visibility and progress tracking<\/div>\n                        <div>\u2713 Automated workflow management and notifications<\/div>\n                        <div>\u2713 Centralized stakeholder communication hubs<\/div>\n                        <div>\u2713 AI-driven insights, reporting, and analytics<\/div>\n                        <div>\u2713 Predictive risk analysis and mitigation alerts<\/div>\n                        <div>\u2713 Resource optimization and capacity planning<\/div>\n                        <div>\u2713 Compliance tracking and audit trails<\/div>\n                        <div>\u2713 Multi-project portfolio management<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section -->\n    <section class=\"contact\" id=\"contact\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Ready to Transform Your Procurement?<\/h2>\n            <p class=\"section-subtitle\">Connect with Edwin Braat for strategic consultation and project planning<\/p>\n            \n            <div class=\"contact-info\">\n                <div class=\"contact-method\">\n                    <div class=\"contact-icon\">\ud83d\udce7<\/div>\n                    <h4>Email Direct<\/h4>\n                    <p><strong><a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"f1989f979eb181839e928483949c949f85929e9f9f949285df9f9d\">[email&#160;protected]<\/a><\/strong><\/p>\n                    <p>Response within 24 hours<\/p>\n                <\/div>\n                \n                <div class=\"contact-method\">\n                    <div class=\"contact-icon\">\ud83d\udcde<\/div>\n                    <h4>Schedule Call<\/h4>\n                    <p><strong>Strategy Consultation<\/strong><\/p>\n                    <p>30-minute discovery session<\/p>\n                <\/div>\n                \n                <div class=\"contact-method\">\n                    <div class=\"contact-icon\">\ud83c\udf10<\/div>\n                    <h4>Global Reach<\/h4>\n                    <p><strong>Worldwide Projects<\/strong><\/p>\n                    <p>Remote &#038; on-site availability<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"contact-form\">\n                <h3 style=\"margin-bottom: 30px; color: #1e3c72;\">Get Strategic Consultation<\/h3>\n                <form id=\"consultation-form\">\n                    <div class=\"form-group\">\n                        <label for=\"company\">Company Name *<\/label>\n                        <input type=\"text\" id=\"company\" name=\"company\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"name\">Your Name *<\/label>\n                        <input type=\"text\" id=\"name\" name=\"name\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"email\">Email Address *<\/label>\n                        <input type=\"email\" id=\"email\" name=\"email\" required>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"phone\">Phone Number<\/label>\n                        <input type=\"tel\" id=\"phone\" name=\"phone\">\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"industry\">Industry *<\/label>\n                        <select id=\"industry\" name=\"industry\" required>\n                            <option value=\"\">Select your industry<\/option>\n                            <option value=\"aerospace\">Aerospace<\/option>\n                            <option value=\"defense\">Defense<\/option>\n                            <option value=\"pharma\">Pharmaceutical<\/option>\n                            <option value=\"professional-services\">Professional Services<\/option>\n                            <option value=\"engineering\">Engineering<\/option>\n                            <option value=\"high-tech\">High-Tech Manufacturing<\/option>\n                            <option value=\"other\">Other<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"project-scope\">Project Scope &#038; Timeline<\/label>\n                        <textarea id=\"project-scope\" name=\"project-scope\" rows=\"4\" placeholder=\"Describe your procurement project requirements, timeline, budget range, and key objectives...\"><\/textarea>\n                    <\/div>\n                    \n                    <div class=\"form-group\">\n                        <label for=\"urgency\">Project Urgency<\/label>\n                        <select id=\"urgency\" name=\"urgency\">\n                            <option value=\"\">Select timeline<\/option>\n                            <option value=\"immediate\">Immediate (Within 2 weeks)<\/option>\n                            <option value=\"1month\">Within 1 month<\/option>\n                            <option value=\"3months\">Within 3 months<\/option>\n                            <option value=\"6months\">Within 6 months<\/option>\n                            <option value=\"planning\">Planning phase<\/option>\n                        <\/select>\n                    <\/div>\n                    \n                    <button type=\"submit\" class=\"submit-btn\">Request Strategic Consultation<\/button>\n                <\/form>\n                <div id=\"form-message\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"container\">\n            <p>&copy; 2025 Procurement Connect | Edwin Braat &#8211; Acquisition Project Manager. Expert procurement leadership worldwide.<\/p>\n            <p style=\"margin-top: 10px; font-size: 0.9em; opacity: 0.8;\">Specializing in Aerospace \u2022 Defense \u2022 Pharmaceutical \u2022 High-Tech Manufacturing<\/p>\n        <\/div>\n    <\/footer>\n\n    <script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><script>\n        \/\/ Smooth scrolling\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n\n        \/\/ Mobile menu toggle\n        document.querySelector('.mobile-menu-toggle').addEventListener('click', function() {\n            const navLinks = document.querySelector('.nav-links');\n            navLinks.classList.toggle('active');\n        });\n\n        \/\/ Form submission\n        document.getElementById('consultation-form').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            const messageDiv = document.getElementById('form-message');\n            const submitBtn = document.querySelector('.submit-btn');\n            \n            submitBtn.textContent = 'Sending...';\n            submitBtn.disabled = true;\n            \n            const formData = new FormData(this);\n            const data = {\n                company: formData.get('company'),\n                name: formData.get('name'),\n                email: formData.get('email'),\n                phone: formData.get('phone') || 'Not provided',\n                industry: formData.get('industry'),\n                projectScope: formData.get('project-scope') || 'Not specified',\n                urgency: formData.get('urgency') || 'Not specified'\n            };\n            \n            const subject = `URGENT: New Procurement Consultation Request from ${data.company}`;\n            const body = `\n\ud83c\udfaf NEW PROCUREMENT CONSULTATION REQUEST\n\n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n\n\ud83d\udccb CLIENT INFORMATION:\nCompany: ${data.company}\nContact Person: ${data.name}\nEmail: ${data.email}\nPhone: ${data.phone}\nIndustry: ${data.industry}\n\n\u23f0 PROJECT DETAILS:\nTimeline: ${data.urgency}\n\n\ud83d\udcdd Project Scope & Requirements:\n${data.projectScope}\n\n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n\n\u2705 NEXT STEPS:\n1. Respond within 24 hours\n2. Schedule strategic consultation call\n3. Prepare industry-specific solutions\n\n\ud83c\udf10 Sent from: ProcurementConnect.nl Landing Page\n\ud83d\udce7 Auto-generated: ${new Date().toLocaleString('en-GB', { timeZone: 'Europe\/Amsterdam' })} (CET)\n            `.trim();\n            \n            const mailtoLink = `mailto:info@procurementconnect.nl?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`;\n            \n            try {\n                window.location.href = mailtoLink;\n                \n                messageDiv.innerHTML = `\n                    <div class=\"message success\">\n                        <strong>\u2705 Consultation Request Prepared!<\/strong><br>\n                        Your email client should open with a pre-filled message.<br>\n                        <strong>Click \"Send\" to submit your consultation request.<\/strong><br><br>\n                        <small>If your email client didn't open, please manually send to: <strong>info@procurementconnect.nl<\/strong><\/small>\n                    <\/div>\n                `;\n                \n                setTimeout(() => {\n                    this.reset();\n                    submitBtn.textContent = 'Request Strategic Consultation';\n                    submitBtn.disabled = false;\n                }, 3000);\n                \n            } catch (error) {\n                messageDiv.innerHTML = `\n                    <div class=\"message error\">\n                        <strong>\u26a0\ufe0f Email Client Not Available<\/strong><br>\n                        Please send your consultation request directly to:<br>\n                        <strong>info@procurementconnect.nl<\/strong>\n                    <\/div>\n                `;\n                \n                submitBtn.textContent = 'Request Strategic Consultation';\n                submitBtn.disabled = false;\n            }\n        });\n\n        \/\/ Scroll animations\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, rootMargin: '0px 0px -50px 0px' });\n\n        document.querySelectorAll('.service-card, .industry-item, .contact-method').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(30px)';\n            el.style.transition = 'all 0.8s ease-out';\n            observer.observe(el);\n        });\n\n        \/\/ Navbar stays fixed without hide animation\n\n        \/\/ Form validation\n        document.querySelectorAll('input[required], select[required]').forEach(field => {\n            field.addEventListener('blur', function() {\n                this.style.borderColor = !this.value.trim() ? '#dc3545' : '#28a745';\n            });\n        });\n\n        \/\/ Auto-resize textarea\n        const textarea = document.getElementById('project-scope');\n        i\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Procurement Connect | Edwin Braat &#8211; Global Acquisition Project Management PC PROCUREMENT CONNECT Acquisition Project Management Services About Edwin Industries Tools Get Started \u2630 Procurement Connect Expert acquisition project management with Edwin Braat across aerospace, defense, pharma, and high-tech industries Start Your Project Meet Edwin Core Services Comprehensive procurement project management solutions tailored to your&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Procurement Connect - Home - &gt;&gt; Acquisition Project Management<\/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:\/\/procurementconnect.nl\/?page_id=48\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Procurement Connect - Home - &gt;&gt; Acquisition Project Management\" \/>\n<meta property=\"og:description\" content=\"Procurement Connect | Edwin Braat &#8211; Global Acquisition Project Management PC PROCUREMENT CONNECT Acquisition Project Management Services About Edwin Industries Tools Get Started \u2630 Procurement Connect Expert acquisition project management with Edwin Braat across aerospace, defense, pharma, and high-tech industries Start Your Project Meet Edwin Core Services Comprehensive procurement project management solutions tailored to your...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/procurementconnect.nl\/?page_id=48\" \/>\n<meta property=\"og:site_name\" content=\"&gt;&gt; Acquisition Project Management\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T12:58:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/?page_id=48\",\"url\":\"https:\\\/\\\/procurementconnect.nl\\\/?page_id=48\",\"name\":\"Procurement Connect - Home - &gt;&gt; Acquisition Project Management\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/#website\"},\"datePublished\":\"2026-02-13T12:58:15+00:00\",\"dateModified\":\"2026-02-13T12:58:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/?page_id=48#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/procurementconnect.nl\\\/?page_id=48\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/?page_id=48#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/procurementconnect.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Procurement Connect &#8211; Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/#website\",\"url\":\"https:\\\/\\\/procurementconnect.nl\\\/\",\"name\":\"&gt;&gt; Acquisition Project Management\",\"description\":\"Procurement, Supply Chain, Project Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/procurementconnect.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/#organization\",\"name\":\"&gt;&gt; Acquisition Project Management\",\"url\":\"https:\\\/\\\/procurementconnect.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/procurementconnect.nl\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Procurement-Connect-Logo-1.png\",\"contentUrl\":\"https:\\\/\\\/procurementconnect.nl\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Procurement-Connect-Logo-1.png\",\"width\":622,\"height\":121,\"caption\":\"&gt;&gt; Acquisition Project Management\"},\"image\":{\"@id\":\"https:\\\/\\\/procurementconnect.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Procurement Connect - Home - &gt;&gt; Acquisition Project Management","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:\/\/procurementconnect.nl\/?page_id=48","og_locale":"nl_NL","og_type":"article","og_title":"Procurement Connect - Home - &gt;&gt; Acquisition Project Management","og_description":"Procurement Connect | Edwin Braat &#8211; Global Acquisition Project Management PC PROCUREMENT CONNECT Acquisition Project Management Services About Edwin Industries Tools Get Started \u2630 Procurement Connect Expert acquisition project management with Edwin Braat across aerospace, defense, pharma, and high-tech industries Start Your Project Meet Edwin Core Services Comprehensive procurement project management solutions tailored to your...","og_url":"https:\/\/procurementconnect.nl\/?page_id=48","og_site_name":"&gt;&gt; Acquisition Project Management","article_modified_time":"2026-02-13T12:58:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"3 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/procurementconnect.nl\/?page_id=48","url":"https:\/\/procurementconnect.nl\/?page_id=48","name":"Procurement Connect - Home - &gt;&gt; Acquisition Project Management","isPartOf":{"@id":"https:\/\/procurementconnect.nl\/#website"},"datePublished":"2026-02-13T12:58:15+00:00","dateModified":"2026-02-13T12:58:16+00:00","breadcrumb":{"@id":"https:\/\/procurementconnect.nl\/?page_id=48#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/procurementconnect.nl\/?page_id=48"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/procurementconnect.nl\/?page_id=48#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/procurementconnect.nl\/"},{"@type":"ListItem","position":2,"name":"Procurement Connect &#8211; Home"}]},{"@type":"WebSite","@id":"https:\/\/procurementconnect.nl\/#website","url":"https:\/\/procurementconnect.nl\/","name":"&gt;&gt; Acquisition Project Management","description":"Procurement, Supply Chain, Project Management","publisher":{"@id":"https:\/\/procurementconnect.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/procurementconnect.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/procurementconnect.nl\/#organization","name":"&gt;&gt; Acquisition Project Management","url":"https:\/\/procurementconnect.nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/procurementconnect.nl\/#\/schema\/logo\/image\/","url":"https:\/\/procurementconnect.nl\/wp-content\/uploads\/2026\/02\/Procurement-Connect-Logo-1.png","contentUrl":"https:\/\/procurementconnect.nl\/wp-content\/uploads\/2026\/02\/Procurement-Connect-Logo-1.png","width":622,"height":121,"caption":"&gt;&gt; Acquisition Project Management"},"image":{"@id":"https:\/\/procurementconnect.nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=48"}],"version-history":[{"count":5,"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=\/wp\/v2\/pages\/48\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/procurementconnect.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}