Full footer on all pages
This commit is contained in:
parent
d3b6e5a377
commit
2e20135f0f
|
|
@ -333,13 +333,38 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="border-t border-white/10 py-12 px-6">
|
<footer class="border-t border-white/10 py-12 px-6">
|
||||||
<div class="max-w-7xl mx-auto">
|
<div class="max-w-7xl mx-auto">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center">
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
||||||
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
<div>
|
||||||
<div class="flex space-x-6 mt-4 md:mt-0">
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
||||||
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors text-sm">Privacy</a>
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
||||||
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors text-sm">Terms</a>
|
|
||||||
<a href="dpa.html" class="text-gray-400 hover:text-white transition-colors text-sm">DPA</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Product</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
||||||
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
||||||
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Legal</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
||||||
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
||||||
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Contact</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
||||||
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
||||||
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
||||||
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -272,13 +272,38 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="border-t border-white/10 py-12 px-6">
|
<footer class="border-t border-white/10 py-12 px-6">
|
||||||
<div class="max-w-7xl mx-auto">
|
<div class="max-w-7xl mx-auto">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center">
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
||||||
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
<div>
|
||||||
<div class="flex space-x-6 mt-4 md:mt-0">
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
||||||
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors text-sm">Privacy</a>
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
||||||
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors text-sm">Terms</a>
|
|
||||||
<a href="dpa.html" class="text-gray-400 hover:text-white transition-colors text-sm">DPA</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Product</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
||||||
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
||||||
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Legal</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
||||||
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
||||||
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Contact</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
||||||
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
||||||
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
||||||
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -306,13 +306,38 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="border-t border-white/10 py-12 px-6">
|
<footer class="border-t border-white/10 py-12 px-6">
|
||||||
<div class="max-w-7xl mx-auto">
|
<div class="max-w-7xl mx-auto">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center">
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
||||||
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
<div>
|
||||||
<div class="flex space-x-6 mt-4 md:mt-0">
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
||||||
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors text-sm">Privacy</a>
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
||||||
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors text-sm">Terms</a>
|
|
||||||
<a href="dpa.html" class="text-gray-400 hover:text-white transition-colors text-sm">DPA</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Product</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
||||||
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
||||||
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Legal</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
||||||
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
||||||
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Contact</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
||||||
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
||||||
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
||||||
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
BIN
dealspace-linux
BIN
dealspace-linux
Binary file not shown.
|
|
@ -333,13 +333,38 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="border-t border-white/10 py-12 px-6">
|
<footer class="border-t border-white/10 py-12 px-6">
|
||||||
<div class="max-w-7xl mx-auto">
|
<div class="max-w-7xl mx-auto">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center">
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
||||||
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
<div>
|
||||||
<div class="flex space-x-6 mt-4 md:mt-0">
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
||||||
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors text-sm">Privacy</a>
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
||||||
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors text-sm">Terms</a>
|
|
||||||
<a href="dpa.html" class="text-gray-400 hover:text-white transition-colors text-sm">DPA</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Product</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
||||||
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
||||||
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Legal</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
||||||
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
||||||
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Contact</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
||||||
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
||||||
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
||||||
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -272,13 +272,38 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="border-t border-white/10 py-12 px-6">
|
<footer class="border-t border-white/10 py-12 px-6">
|
||||||
<div class="max-w-7xl mx-auto">
|
<div class="max-w-7xl mx-auto">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center">
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
||||||
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
<div>
|
||||||
<div class="flex space-x-6 mt-4 md:mt-0">
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
||||||
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors text-sm">Privacy</a>
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
||||||
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors text-sm">Terms</a>
|
|
||||||
<a href="dpa.html" class="text-gray-400 hover:text-white transition-colors text-sm">DPA</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Product</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
||||||
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
||||||
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Legal</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
||||||
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
||||||
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Contact</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
||||||
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
||||||
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
||||||
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -306,13 +306,38 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="border-t border-white/10 py-12 px-6">
|
<footer class="border-t border-white/10 py-12 px-6">
|
||||||
<div class="max-w-7xl mx-auto">
|
<div class="max-w-7xl mx-auto">
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center">
|
<div class="grid md:grid-cols-4 gap-8 mb-12">
|
||||||
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
<div>
|
||||||
<div class="flex space-x-6 mt-4 md:mt-0">
|
<span class="text-2xl font-bold text-white">Deal<span class="text-gold">space</span></span>
|
||||||
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors text-sm">Privacy</a>
|
<p class="text-gray-400 mt-4">The M&A workflow platform that Investment Banks trust.</p>
|
||||||
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors text-sm">Terms</a>
|
|
||||||
<a href="dpa.html" class="text-gray-400 hover:text-white transition-colors text-sm">DPA</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Product</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="features.html" class="hover:text-white transition-colors">Features</a></li>
|
||||||
|
<li><a href="security.html" class="hover:text-white transition-colors">Security</a></li>
|
||||||
|
<li><a href="pricing.html" class="hover:text-white transition-colors">Pricing</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Legal</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="privacy.html" class="hover:text-white transition-colors">Privacy Policy</a></li>
|
||||||
|
<li><a href="terms.html" class="hover:text-white transition-colors">Terms of Service</a></li>
|
||||||
|
<li><a href="dpa.html" class="hover:text-white transition-colors">DPA</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4 class="font-semibold mb-4">Contact</h4>
|
||||||
|
<ul class="space-y-2 text-gray-400">
|
||||||
|
<li><a href="mailto:sales@dealspace.io" class="hover:text-white transition-colors">sales@dealspace.io</a></li>
|
||||||
|
<li><a href="mailto:security@dealspace.io" class="hover:text-white transition-colors">security@dealspace.io</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="border-t border-white/10 pt-8 flex flex-col md:flex-row justify-between items-center">
|
||||||
|
<p class="text-gray-500 text-sm">© 2026 Muskepo B.V. All rights reserved.</p>
|
||||||
|
<p class="text-gray-500 text-sm mt-4 md:mt-0">Amsterdam · New York · London</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue