oonkod-static-website / index.html
nexitech's picture
undefined - Initial Deployment
83719b3 verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ONKOD SARL - Solutions IOT pour le transport et la logistique</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-6 py-3">
<div class="flex items-center justify-between">
<div class="flex items-center">
<img src="https://www.onkod.ma/img/logo.png" alt="ONKOD Logo" class="h-12">
</div>
<div class="hidden md:flex space-x-8">
<a href="#solutions" class="text-blue-900 hover:text-blue-600 font-medium">Solutions</a>
<a href="#mission" class="text-blue-900 hover:text-blue-600 font-medium">Mission</a>
<a href="#features" class="text-blue-900 hover:text-blue-600 font-medium">Fonctionnalités</a>
<a href="#contact" class="text-blue-900 hover:text-blue-600 font-medium">Contact</a>
</div>
<a href="#contact" class="hidden md:block bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md font-medium transition duration-300">
Nous contacter
</a>
<button id="mobile-menu-button" class="md:hidden text-blue-900 focus:outline-none">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden mt-2 pb-4">
<a href="#solutions" class="block px-2 py-1 text-blue-900 hover:text-blue-600">Solutions</a>
<a href="#mission" class="block px-2 py-1 text-blue-900 hover:text-blue-600">Mission</a>
<a href="#features" class="block px-2 py-1 text-blue-900 hover:text-blue-600">Fonctionnalités</a>
<a href="#contact" class="block px-2 py-1 text-blue-900 hover:text-blue-600">Contact</a>
<a href="#contact" class="block mt-2 bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md font-medium w-max">Nous contacter</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="container mx-auto px-6 py-20 md:py-32">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">Solutions IOT pour le transport et la logistique</h1>
<p class="text-xl mb-8 opacity-90">Notre mission est de vous accompagner dans le développement de votre solution IOT en vous apportant l'expertise et tous les outils nécessaires pour connecter et exploiter vos objets connectés.</p>
<div class="flex space-x-4">
<a href="#contact" class="bg-white text-blue-900 hover:bg-gray-100 px-6 py-3 rounded-md font-medium transition duration-300">
Contactez-nous
</a>
<a href="#features" class="border-2 border-white hover:bg-white hover:text-blue-900 px-6 py-3 rounded-md font-medium transition duration-300">
En savoir plus
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://www.onkod.ma/img/code.png" alt="IOT Solutions" class="animate-float max-w-md w-full">
</div>
</div>
</div>
</section>
<!-- Mission Section -->
<section id="mission" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Notre Mission</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="max-w-4xl mx-auto text-center">
<p class="text-xl text-gray-700 leading-relaxed">
ONKOD se positionne comme votre partenaire technologique pour le développement de votre solution IOT. Nous mettons à votre disposition notre expertise et notre plateforme pour connecter vos objets, collecter et analyser vos données, et créer des tableaux de bord personnalisés pour une meilleure prise de décision.
</p>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-blue-900 mb-4">Nos Solutions</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-10">
<!-- Feature 1 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-network-wired text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-4">Gestion des objets connectés</h3>
<p class="text-gray-700 mb-4">
Gestion complète de vos appareils IOT avec surveillance en temps réel et alertes personnalisables.
</p>
<img src="https://www.onkod.ma/img/img-2.jpg" alt="Gestion des objets connectés" class="rounded-lg mt-4">
</div>
<!-- Feature 2 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-cloud text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-4">Gérer vos ressources</h3>
<p class="text-gray-700 mb-4">
Définissez et contrôlez les échanges entre vos objets, vos utilisateurs et vos clients de manière sécurisée au travers de nos solutions Cloud.
</p>
<img src="https://www.onkod.ma/img/img-3.png" alt="Gérer vos ressources" class="rounded-lg mt-4">
</div>
<!-- Feature 3 -->
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-blue-900 mb-4">Collecter et visualiser</h3>
<p class="text-gray-700 mb-4">
Personnalisez et partagez vos tableaux de bords avec vos clients pour une meilleure analyse des données.
</p>
<img src="https://www.onkod.ma/img/img-1.jpg" alt="Collecter et visualiser" class="rounded-lg mt-4">
</div>
</div>
<!-- Additional Feature -->
<div class="mt-16 bg-blue-50 rounded-xl p-8 md:p-12">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
<h3 class="text-2xl font-bold text-blue-900 mb-4">Réagir aux évènements terrain</h3>
<p class="text-gray-700 mb-6">
Créez vos règles de traitements de données et générez des alarmes en temps réel. Remontez uniquement les évènements essentiels à votre exploitation pour une gestion optimale de vos ressources.
</p>
<a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium transition duration-300">
En savoir plus
</a>
</div>
<div class="md:w-1/2">
<div class="bg-white p-4 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="w-3 h-3 bg-red-500 rounded-full mr-2"></div>
<div class="w-3 h-3 bg-yellow-500 rounded-full mr-2"></div>
<div class="w-3 h-3 bg-green-500 rounded-full"></div>
</div>
<div class="bg-gray-100 p-4 rounded">
<div class="flex items-center mb-3">
<div class="w-8 h-8 bg-blue-200 rounded-full mr-3 flex items-center justify-center">
<i class="fas fa-bell text-blue-600"></i>
</div>
<div>
<div class="font-medium">Alerte: Température critique</div>
<div class="text-sm text-gray-600">Camion réfrigéré #4521</div>
</div>
</div>
<div class="flex items-center mb-3">
<div class="w-8 h-8 bg-green-200 rounded-full mr-3 flex items-center justify-center">
<i class="fas fa-check text-green-600"></i>
</div>
<div>
<div class="font-medium">Livraison complétée</div>
<div class="text-sm text-gray-600">Commande #7892</div>
</div>
</div>
<div class="flex items-center">
<div class="w-8 h-8 bg-yellow-200 rounded-full mr-3 flex items-center justify-center">
<i class="fas fa-exclamation text-yellow-600"></i>
</div>
<div>
<div class="font-medium">Déviations d'itinéraire</div>
<div class="text-sm text-gray-600">Véhicule #3412</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-gray-900 text-white">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
<h2 class="text-3xl font-bold mb-6">Contactez ONKOD</h2>
<p class="text-gray-300 mb-8">
Vous avez un projet IOT pour le transport ou la logistique ? Notre équipe est à votre disposition pour discuter de vos besoins et vous proposer la solution la plus adaptée.
</p>
<div class="mb-8">
<h3 class="text-xl font-bold mb-4">ONKOD</h3>
<p class="text-gray-300 mb-2">
<i class="fas fa-map-marker-alt mr-3 text-blue-400"></i> Bd Massira Rue 6 Octobre N°6, Casablanca, Maroc
</p>
<p class="text-gray-300 mb-2">
<i class="fas fa-phone-alt mr-3 text-blue-400"></i> +212 XXX XXX XXX
</p>
<p class="text-gray-300">
<i class="fas fa-envelope mr-3 text-blue-400"></i> contact@onkod.ma
</p>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Nous suivre</h3>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-blue-700 hover:bg-blue-600 rounded-full flex items-center justify-center transition duration-300">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-700 hover:bg-blue-600 rounded-full flex items-center justify-center transition duration-300">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-700 hover:bg-blue-600 rounded-full flex items-center justify-center transition duration-300">
<i class="fab fa-facebook-f"></i>
</a>
</div>
</div>
</div>
<div class="md:w-1/2">
<form class="bg-gray-800 p-8 rounded-lg">
<div class="mb-6">
<label for="name" class="block text-gray-300 mb-2">Nom complet</label>
<input type="text" id="name" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 text-white">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-300 mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 text-white">
</div>
<div class="mb-6">
<label for="subject" class="block text-gray-300 mb-2">Sujet</label>
<input type="text" id="subject" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 text-white">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-300 mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 text-white"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium transition duration-300">
Envoyer le message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-gray-400 py-8">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<img src="https://www.onkod.ma/img/logo.png" alt="ONKOD Logo" class="h-10">
</div>
<div class="text-sm">
<p>&copy; 2023 ONKOD SARL. Tous droits réservés.</p>
</div>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="hidden fixed bottom-6 right-6 w-12 h-12 bg-blue-600 text-white rounded-full shadow-lg flex items-center justify-center hover:bg-blue-700 transition duration-300">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Back to top button
const backToTopButton = document.getElementById('back-to-top');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('hidden');
} else {
backToTopButton.classList.add('hidden');
}
});
backToTopButton.addEventListener('click', () => {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=nexitech/oonkod-static-website" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>