Add 2 files
Browse files- index.html +134 -1
index.html
CHANGED
@@ -806,5 +806,138 @@
|
|
806 |
<a href="#" class="flex items-center mb-6">
|
807 |
<img src="https://www.datait.fr/logo.png" alt="DataIT Logo" class="h-8 mr-2">
|
808 |
<span class="text-xl font-bold">DataIT</span>
|
809 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
810 |
</html>
|
|
|
806 |
<a href="#" class="flex items-center mb-6">
|
807 |
<img src="https://www.datait.fr/logo.png" alt="DataIT Logo" class="h-8 mr-2">
|
808 |
<span class="text-xl font-bold">DataIT</span>
|
809 |
+
</a>
|
810 |
+
<p class="text-gray-300 mb-4">Beyond Management. Transforming data into actionable insights for your business.</p>
|
811 |
+
<div class="flex space-x-4">
|
812 |
+
<a href="#" class="text-gray-300 hover:text-white">
|
813 |
+
<i class="fab fa-linkedin-in"></i>
|
814 |
+
</a>
|
815 |
+
<a href="#" class="text-gray-300 hover:text-white">
|
816 |
+
<i class="fab fa-twitter"></i>
|
817 |
+
</a>
|
818 |
+
<a href="#" class="text-gray-300 hover:text-white">
|
819 |
+
<i class="fab fa-facebook-f"></i>
|
820 |
+
</a>
|
821 |
+
<a href="#" class="text-gray-300 hover:text-white">
|
822 |
+
<i class="fab fa-instagram"></i>
|
823 |
+
</a>
|
824 |
+
</div>
|
825 |
+
</div>
|
826 |
+
|
827 |
+
<div>
|
828 |
+
<h4 class="text-lg font-bold mb-6">Services</h4>
|
829 |
+
<ul class="space-y-3">
|
830 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Data Analytics</a></li>
|
831 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Cloud Solutions</a></li>
|
832 |
+
<li><a href="#" class="text-gray-300 hover:text-white">AI & Machine Learning</a></li>
|
833 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Data Engineering</a></li>
|
834 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Cybersecurity</a></li>
|
835 |
+
<li><a href="#" class="text-gray-300 hover:text-white">IT Consulting</a></li>
|
836 |
+
</ul>
|
837 |
+
</div>
|
838 |
+
|
839 |
+
<div>
|
840 |
+
<h4 class="text-lg font-bold mb-6">Company</h4>
|
841 |
+
<ul class="space-y-3">
|
842 |
+
<li><a href="#about" class="text-gray-300 hover:text-white">About Us</a></li>
|
843 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Careers</a></li>
|
844 |
+
<li><a href="#case-studies" class="text-gray-300 hover:text-white">Case Studies</a></li>
|
845 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Blog</a></li>
|
846 |
+
<li><a href="#" class="text-gray-300 hover:text-white">Press</a></li>
|
847 |
+
<li><a href="#contact" class="text-gray-300 hover:text-white">Contact</a></li>
|
848 |
+
</ul>
|
849 |
+
</div>
|
850 |
+
|
851 |
+
<div>
|
852 |
+
<h4 class="text-lg font-bold mb-6">Newsletter</h4>
|
853 |
+
<p class="text-gray-300 mb-4">Subscribe to our newsletter for the latest insights and updates.</p>
|
854 |
+
<form class="flex">
|
855 |
+
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md w-full text-gray-800">
|
856 |
+
<button type="submit" class="bg-datait-pink px-4 py-2 rounded-r-md hover:bg-pink-700 transition duration-300">
|
857 |
+
<i class="fas fa-paper-plane"></i>
|
858 |
+
</button>
|
859 |
+
</form>
|
860 |
+
<p class="text-gray-400 text-sm mt-2">We respect your privacy. Unsubscribe at any time.</p>
|
861 |
+
</div>
|
862 |
+
</div>
|
863 |
+
|
864 |
+
<div class="border-t border-gray-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
865 |
+
<p class="text-gray-400 mb-4 md:mb-0">© 2023 DataIT. All rights reserved.</p>
|
866 |
+
<div class="flex space-x-6">
|
867 |
+
<a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
|
868 |
+
<a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
|
869 |
+
<a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a>
|
870 |
+
</div>
|
871 |
+
</div>
|
872 |
+
</div>
|
873 |
+
</footer>
|
874 |
+
|
875 |
+
<script>
|
876 |
+
// Mobile menu toggle
|
877 |
+
const mobileMenuButton = document.getElementById('mobile-menu-button');
|
878 |
+
const mobileMenu = document.getElementById('mobile-menu');
|
879 |
+
|
880 |
+
mobileMenuButton.addEventListener('click', () => {
|
881 |
+
mobileMenu.classList.toggle('hidden');
|
882 |
+
});
|
883 |
+
|
884 |
+
// Smooth scrolling for navigation links
|
885 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
886 |
+
anchor.addEventListener('click', function (e) {
|
887 |
+
e.preventDefault();
|
888 |
+
|
889 |
+
const targetId = this.getAttribute('href');
|
890 |
+
if (targetId === '#') return;
|
891 |
+
|
892 |
+
const targetElement = document.querySelector(targetId);
|
893 |
+
if (targetElement) {
|
894 |
+
window.scrollTo({
|
895 |
+
top: targetElement.offsetTop - 80,
|
896 |
+
behavior: 'smooth'
|
897 |
+
});
|
898 |
+
|
899 |
+
// Close mobile menu if open
|
900 |
+
if (!mobileMenu.classList.contains('hidden')) {
|
901 |
+
mobileMenu.classList.add('hidden');
|
902 |
+
}
|
903 |
+
}
|
904 |
+
});
|
905 |
+
});
|
906 |
+
|
907 |
+
// Form submission
|
908 |
+
const contactForm = document.getElementById('contact-form');
|
909 |
+
if (contactForm) {
|
910 |
+
contactForm.addEventListener('submit', function(e) {
|
911 |
+
e.preventDefault();
|
912 |
+
|
913 |
+
// Here you would typically send the form data to a server
|
914 |
+
// For this example, we'll just show an alert
|
915 |
+
alert('Thank you for your message! We will get back to you soon.');
|
916 |
+
this.reset();
|
917 |
+
});
|
918 |
+
}
|
919 |
+
|
920 |
+
// Cookie consent
|
921 |
+
const cookieConsent = document.getElementById('cookie-consent');
|
922 |
+
const cookieAccept = document.getElementById('cookie-accept');
|
923 |
+
const cookieDecline = document.getElementById('cookie-decline');
|
924 |
+
|
925 |
+
// Check if cookie consent was already given
|
926 |
+
if (!localStorage.getItem('cookieConsent')) {
|
927 |
+
setTimeout(() => {
|
928 |
+
cookieConsent.classList.remove('hidden');
|
929 |
+
}, 1000);
|
930 |
+
}
|
931 |
+
|
932 |
+
cookieAccept.addEventListener('click', () => {
|
933 |
+
localStorage.setItem('cookieConsent', 'accepted');
|
934 |
+
cookieConsent.classList.add('hidden');
|
935 |
+
});
|
936 |
+
|
937 |
+
cookieDecline.addEventListener('click', () => {
|
938 |
+
localStorage.setItem('cookieConsent', 'declined');
|
939 |
+
cookieConsent.classList.add('hidden');
|
940 |
+
});
|
941 |
+
</script>
|
942 |
+
<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=IssamKLAI/datait" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
943 |
</html>
|