index.htmlβ’2.31 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Anubis - Three Pillars of Intelligent AI Workflow Orchestration | Transform Your AI Agent
</title>
<meta
name="description"
content="Transform your AI agent with Anubis's three pillars: Intelligent Guidance for structured workflows, Seamless Transitions with perfect memory, and Beautiful Reports that showcase results. 30-50% faster development, 100% context retention."
/>
<meta property="og:title" content="Anubis - Intelligent AI Workflow Orchestration" />
<meta property="og:description" content="Three pillars that transform chaotic AI coding into intelligent workflows: Structured Guidance, Perfect Memory, Beautiful Analytics. Setup in 30 seconds." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hive-academy.github.io/Anubis-MCP/" />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- GSAP -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Fira+Code:wght@400;500&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<!-- Shared Styles -->
<link rel="stylesheet" href="./assets/css/shared.css" />
</head>
<body class="overflow-x-hidden">
<!-- Content containers -->
<div id="header-container"></div>
<div id="hero-container"></div>
<div id="three-pillars-deep-dive-container"></div>
<div id="workflow-showcase-container"></div>
<div id="how-it-works-container"></div>
<div id="features-container"></div>
<div id="getting-started-container"></div>
<div id="footer-container"></div>
<!-- Shared JavaScript -->
<script src="./assets/js/templateLoader.js"></script>
<script src="./assets/js/shared.js"></script>
</body>
</html>