- Full grant strategy framework for renewable energy & green hydrogen - AI-powered grant studio, partner outreach, financial modeling - Umami analytics with data-performance tracking - Live Degelas metrics connected to solar.degelas.be - Trilingual (EN/FR/AR) with i18n support - Dockerized with Nginx frontend + Express API proxy
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Atlas Green — Green Energy & Hydrogen Strategy Platform</title>
|
|
<meta name="description" content="The AI-powered operating system for building renewable energy and green hydrogen businesses in Morocco and the EU. 23 grants, 9 zones, 7 markets, 4 AI tools — trilingual (EN/FR/AR)." />
|
|
|
|
<!-- Open Graph / Social Sharing -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Atlas Green — Green Energy Strategy Platform" />
|
|
<meta property="og:description" content="AI-powered cockpit for renewable energy market entry. Grant applications, partner outreach, financial models — generated in seconds." />
|
|
<meta property="og:url" content="https://atlasgreen.energy" />
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Atlas Green — Green Energy Strategy Platform" />
|
|
<meta name="twitter:description" content="AI-powered cockpit for renewable energy market entry across Morocco and the EU." />
|
|
|
|
<!-- Theme color (emerald) -->
|
|
<meta name="theme-color" content="#059669" />
|
|
|
|
<!-- Favicon (SVG inline — no external file needed) -->
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⬡</text></svg>" />
|
|
|
|
<!-- Umami analytics -->
|
|
<script
|
|
defer
|
|
src="https://analytics.degelas.be/script.js"
|
|
data-website-id="8a8f874f-1936-4185-8f37-6ac0ce6b484b"
|
|
data-domains="grants.degelas.be"
|
|
data-performance="true"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|