README / index.html
madibaalbert's picture
Create index.html
083feba verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OmniTech Research | Sovereign AI</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;500&family=Inter:wght@400;700&display=swap');
body { font-family: 'Inter', sans-serif; background-color: #0b0f19; color: #e5e7eb; }
.code-font { font-family: 'Fira Code', monospace; }
.gradient-border {
border: 1px solid;
border-image: linear-gradient(to right, #3b82f6, #10b981) 1;
}
</style>
</head>
<body class="p-8 md:p-16">
<div class="max-w-4xl mx-auto">
<!-- Header -->
<header class="mb-16">
<h1 class="text-5xl font-extrabold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-emerald-400">
OmniTech Research
</h1>
<p class="text-xl text-gray-400 code-font">// Architecting Sovereign Infrastructures & Low-Level Ecosystems</p>
</header>
<!-- Mission -->
<section class="mb-12">
<h2 class="text-2xl font-bold mb-4 text-white">Manifeste</h2>
<p class="text-lg leading-relaxed text-gray-300">
Basé à Douala, Cameroun, OmniTech Research est le bras armé de l'innovation d'OmniGroup.
Nous ne nous contentons pas de consommer de l'IA ; nous bâtissons les couches de bas niveau
nécessaires à une véritable souveraineté technologique africaine.
</p>
</section>
<!-- Pillars -->
<div class="grid md:grid-cols-3 gap-6 mb-12">
<div class="p-6 bg-gray-900 rounded-lg border border-gray-800">
<h3 class="font-bold text-blue-400 mb-2">Genesis Language</h3>
<p class="text-sm text-gray-400">Langage unifié pour le web et l'embarqué. Performance native, syntaxe universelle.</p>
</div>
<div class="p-6 bg-gray-900 rounded-lg border border-gray-800">
<h3 class="font-bold text-emerald-400 mb-2">Pangea AI</h3>
<p class="text-sm text-gray-400">Recherche avancée en NLP dédiée à la diversité des langues africaines.</p>
</div>
<div class="p-6 bg-gray-900 rounded-lg border border-gray-800">
<h3 class="font-bold text-purple-400 mb-2">Proton System</h3>
<p class="text-sm text-gray-400">Outillage de productivité et infrastructures cloud de haute performance.</p>
</div>
</div>
<!-- Meta Data -->
<footer class="mt-16 pt-8 border-t border-gray-800 flex flex-wrap gap-4 text-xs code-font text-gray-500">
<span>LOCATION: DOUALA_CM</span>
<span>STATUS: ACTIVE_RESEARCH</span>
<span>FOUNDER: MADIBA_ELATE</span>
<span>FOCUS: DEEP_ENGINEERING</span>
</footer>
</div>
</body>
</html>