{"id":18,"date":"2025-04-24T20:47:24","date_gmt":"2025-04-24T20:47:24","guid":{"rendered":"https:\/\/sandbox1.ai4pk.com\/?page_id=18"},"modified":"2025-04-24T20:47:24","modified_gmt":"2025-04-24T20:47:24","slug":"18-2","status":"publish","type":"page","link":"https:\/\/sandbox1.ai4pk.com\/index.php\/18-2\/","title":{"rendered":""},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Gordian &#8211; Streamlined Acquisition Platform<\/title><\/p>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Arial', sans-serif;\n        }<\/p>\n<p>        body {\n            background-color: #0a0a0a;\n            color: #ffffff;\n            line-height: 1.6;\n        }<\/p>\n<p>        \/* Header and Navigation *\/\n        header {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            background-color: rgba(10, 10, 10, 0.95);\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n        }<\/p>\n<p>        .navbar {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 5%;\n            max-width: 1400px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .logo {\n            font-size: 2rem;\n            font-weight: bold;\n            color: #0066ff;\n            text-decoration: none;\n        }<\/p>\n<p>        .login-btn {\n            background-color: #0066ff;\n            color: white;\n            border: none;\n            padding: 10px 20px;\n            border-radius: 4px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .login-btn:hover {\n            background-color: #0055dd;\n            transform: translateY(-2px);\n        }<\/p>\n<p>        \/* Main Content Sections *\/\n        main {\n            padding-top: 70px; \/* Space for fixed header *\/\n        }<\/p>\n<p>        \/* Hero Section *\/\n        .hero {\n            text-align: center;\n            padding: 50px 20px 30px;\n            background: linear-gradient(to bottom, #001b41, #000a1a);\n        }<\/p>\n<p>        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: white;\n        }<\/p>\n<p>        .hero p {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            color: #e6e6e6;\n        }<\/p>\n<p>        .cta-btn {\n            background-color: #0066ff;\n            color: white;\n            border: none;\n            padding: 12px 30px;\n            border-radius: 4px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .cta-btn:hover {\n            background-color: #0055dd;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);\n        }<\/p>\n<p>        \/* Features Section *\/\n        .features {\n            padding: 10px 20px 60px;\n            background-color: #0a0a0a;\n            overflow-x: auto; \/* Allow horizontal scrolling on small screens *\/\n        }<\/p>\n<p>        .features-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n            min-width: 900px; \/* Ensure boxes stay in one row *\/\n        }<\/p>\n<p>        .feature-card {\n            flex: 1;\n            background: #141414;\n            border-radius: 6px;\n            padding: 25px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-top: 3px solid #0066ff;\n        }<\/p>\n<p>        .feature-card:hover {\n            transform: translateY(-15px) rotate(2deg);\n            box-shadow: 0 15px 30px rgba(0, 102, 255, 0.3);\n        }<\/p>\n<p>        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .feature-card h3 {\n            font-size: 1.4rem;\n            margin-bottom: 12px;\n            color: white;\n        }<\/p>\n<p>        .feature-card p {\n            color: #b3b3b3;\n        }<\/p>\n<p>        \/* FAQ Section *\/\n        .faq {\n            padding: 60px 20px;\n            background-color: #0c0c0c;\n        }<\/p>\n<p>        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .faq h2 {\n            text-align: center;\n            font-size: 2.2rem;\n            margin-bottom: 40px;\n            color: white;\n        }<\/p>\n<p>        .faq-item {\n            margin-bottom: 15px;\n            border-radius: 6px;\n            overflow: hidden;\n            background: #141414;\n        }<\/p>\n<p>        .faq-question {\n            padding: 18px 25px;\n            font-weight: bold;\n            cursor: pointer;\n            position: relative;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            color: white;\n        }<\/p>\n<p>        .faq-question::after {\n            content: '+';\n            font-size: 1.5rem;\n        }<\/p>\n<p>        .faq-item.active .faq-question::after {\n            content: '\u2212';\n        }<\/p>\n<p>        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease;\n            padding: 0 25px;\n            color: #b3b3b3;\n        }<\/p>\n<p>        .faq-item.active .faq-answer {\n            max-height: 300px;\n            padding: 15px 25px 25px;\n        }<\/p>\n<p>        \/* Footer *\/\n        footer {\n            padding: 30px 20px;\n            background-color: #080808;\n            text-align: center;\n            color: #757575;\n        }<\/p>\n<p>        .copyright {\n            margin-top: 15px;\n            font-size: 0.9rem;\n        }<\/p>\n<p>        \/* Netflix-style animation for feature cards *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }<\/p>\n<p>        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }<\/p>\n<p>            \/* We keep features in one row with horizontal scroll *\/\n            .features {\n                padding: 10px 5px 60px;\n            }<\/p>\n<p>            .features-container {\n                padding: 0 10px 10px;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Header & Navigation --><\/p>\n<header>\n<div class=\"navbar\">\n            <a href=\"#\" class=\"logo\">Gordian<\/a><br \/>\n            <button class=\"login-btn\">Sign Up \/ Login<\/button>\n        <\/div>\n<\/header>\n<p>    <main><br \/>\n        <!-- Hero Section --><\/p>\n<section class=\"hero\">\n<div class=\"hero-content\">\n<h1>Cut Through Acquisition Complexity<\/h1>\n<p>Gordian streamlines contract pipelines with AI-powered solutions, empowering Contracting Officers to overcome acquisition obstacles with maximum efficiency.<\/p>\n<p>                <button class=\"cta-btn\">Get Started Now<\/button>\n            <\/div>\n<\/section>\n<p>        <!-- Features Section --><\/p>\n<section class=\"features\">\n<div class=\"features-container\">\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83d\udcda<\/div>\n<h3>Access All Your Resources<\/h3>\n<p>Instant access to regulations, templates, and acquisition guidance in one centralized platform.<\/p>\n<\/p><\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83d\udd0d<\/div>\n<h3>Amazing Search Functionality<\/h3>\n<p>Find exactly what you need with powerful AI-driven search across all acquisition documentation.<\/p>\n<\/p><\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83d\udcdd<\/div>\n<h3>The Best Templates<\/h3>\n<p>Customizable contract templates and clauses built specifically for Air Force acquisition needs.<\/p>\n<\/p><\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83e\udd16<\/div>\n<h3>The Power of AI<\/h3>\n<p>Leverage fine-tuned algorithms to automate routine tasks and accelerate your contracting workflow.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>        <!-- FAQ Section --><\/p>\n<section class=\"faq\">\n<div class=\"faq-container\">\n<h2>Frequently Asked Questions<\/h2>\n<div class=\"faq-item\">\n<div class=\"faq-question\">What is Project Gordian?<\/div>\n<div class=\"faq-answer\">\n<p>Project Gordian is an intelligent platform that uses technology to streamline the tasks that are slowing down contract pipelines. It provides Contracting Officers with a user-friendly experience powered by fine-tuned algorithms and AI to move faster and overcome acquisition obstacles.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Who can use Gordian?<\/div>\n<div class=\"faq-answer\">\n<p>Gordian is designed for all 8,000 Air Force Contracting personnel as highlighted in the 2025 Contracting Flight Plan. It will be the platform all personnel use to quickly overcome acquisition obstacles and streamline the contracting process.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How does Gordian use AI?<\/div>\n<div class=\"faq-answer\">\n<p>Gordian leverages AI to provide intelligent search capabilities, automate routine documentation tasks, suggest appropriate contract clauses and templates, and help contracting officers quickly navigate through complex acquisition regulations. The platform has received backing from the Chief Data AI Office, who invested $250K as Gordian aligns with their vision for how AI will help the Air Force move faster.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How secure is Gordian?<\/div>\n<div class=\"faq-answer\">\n<p>Gordian is built with security as a top priority. The platform adheres to all DoD security requirements and protocols to ensure that sensitive acquisition data remains protected. All data is encrypted and access is strictly controlled through proper authentication and authorization mechanisms.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How can I get started with Gordian?<\/div>\n<div class=\"faq-answer\">\n<p>Getting started with Gordian is simple. Click the &#8220;Sign Up&#8221; button at the top of the page to create your account. Once registered, you&#8217;ll have immediate access to all of Gordian&#8217;s powerful features to help streamline your acquisition processes.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <\/main><\/p>\n<p>    <!-- Footer --><\/p>\n<footer>\n<p>Project Gordian &#8211; Empowering the Air Force Acquisition Pipeline<\/p>\n<p class=\"copyright\">\u00a9 2025 Project Gordian. All rights reserved.<\/p>\n<\/footer>\n<p>    <script>\n        \/\/ FAQ Accordion Functionality\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const item = question.parentNode;<\/p>\n<p>                \/\/ Close other open items\n                document.querySelectorAll('.faq-item.active').forEach(openItem => {\n                    if (openItem !== item) {\n                        openItem.classList.remove('active');\n                    }\n                });<\/p>\n<p>                \/\/ Toggle current item\n                item.classList.toggle('active');\n            });\n        });<\/p>\n<p>        \/\/ Netflix-style animations for feature cards\n        document.addEventListener('DOMContentLoaded', () => {\n            const featureCards = document.querySelectorAll('.feature-card');<\/p>\n<p>            featureCards.forEach((card, index) => {\n                card.style.opacity = '0';<\/p>\n<p>                setTimeout(() => {\n                    card.style.animation = `fadeInUp 0.6s ease forwards ${index * 0.15}s`;\n                }, 300);\n            });\n        });<\/p>\n<p>        \/\/ Sticky header effect\n        window.addEventListener('scroll', () => {\n            const header = document.querySelector('header');\n            if (window.scrollY > 10) {\n                header.style.boxShadow = '0 4px 15px rgba(0, 0, 0, 0.5)';\n            } else {\n                header.style.boxShadow = '0 2px 10px rgba(0, 0, 0, 0.3)';\n            }\n        });\n    <\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/pages\/18"}],"collection":[{"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":1,"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":19,"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions\/19"}],"wp:attachment":[{"href":"https:\/\/sandbox1.ai4pk.com\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}