Spaces:
Running
Running
Add 2 files
Browse files- index.html +61 -52
index.html
CHANGED
|
@@ -771,59 +771,68 @@ $0
|
|
| 771 |
<footer class="bg-black py-12 px-4">
|
| 772 |
<div class="max-w-7xl mx-auto">
|
| 773 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
|
| 774 |
-
|
| 775 |
-
|
| 776 |
-
|
| 777 |
-
|
| 778 |
-
|
| 779 |
-
<p class="text-gray-400 mb-4">Game development specialists crafting next-gen experiences.</p>
|
| 780 |
-
<div class="flex space-x-4">
|
| 781 |
-
<a href="#" class="text-gray-400 hover:text-[#1F01B9] transition-colors">
|
| 782 |
-
<i class="fab fa-twitter"></i>
|
| 783 |
-
</a>
|
| 784 |
-
<a href="#" class="text-gray-400 hover:text-[#1F01B9] transition-colors">
|
| 785 |
-
<i class="fab fa-discord"></i>
|
| 786 |
-
</a>
|
| 787 |
-
<a href="#" class="text-gray-400 hover:text-[#1F01B9] transition-colors">
|
| 788 |
-
<i class="fab fa-youtube"></i>
|
| 789 |
-
</a>
|
| 790 |
-
<a href="#" class="text-gray-400 hover:text-[#1F01B9] transition-colors">
|
| 791 |
-
<i class="fab fa-linkedin"></i>
|
| 792 |
-
</a>
|
| 793 |
-
</div>
|
| 794 |
-
</div>
|
| 795 |
-
<div>
|
| 796 |
-
<h3 class="text-xl font-bold mb-4">OUR WORK</h3>
|
| 797 |
-
<ul class="space-y-2">
|
| 798 |
-
<li><a href="#projects" class="text-gray-400 hover:text-white transition-colors">Current Projects</a></li>
|
| 799 |
-
<li><a href="#video" class="text-gray-400 hover:text-white transition-colors">Game Showcase</a></li>
|
| 800 |
-
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">For Clients</a></li>
|
| 801 |
-
<li><a href="#team" class="text-gray-400 hover:text-white transition-colors">Our Team</a></li>
|
| 802 |
-
</ul>
|
| 803 |
-
</div>
|
| 804 |
-
<div>
|
| 805 |
-
<h3 class="text-xl font-bold mb-4">SERVICES</h3>
|
| 806 |
-
<ul class="space-y-2">
|
| 807 |
-
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Game Development</a></li>
|
| 808 |
-
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Co-Development</a></li>
|
| 809 |
-
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Prototyping</a></li>
|
| 810 |
-
<li><a href="#team" class="text-gray-400 hover:text-white transition-colors">Careers</a></li>
|
| 811 |
-
</ul>
|
| 812 |
-
</div>
|
| 813 |
-
<div>
|
| 814 |
-
<h3 class="text-xl font-bold mb-4">CONTACT</h3>
|
| 815 |
-
<ul class="space-y-2">
|
| 816 |
-
<li><a href="#contact" class="text-gray-400 hover:text-white transition-colors">Get In Touch</a></li>
|
| 817 |
-
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Request Quote</a></li>
|
| 818 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Press Inquiries</a></li>
|
| 819 |
-
<li><a href="#" class="text-gray-400 hover:text-white transition-colors"Support</a></li>
|
| 820 |
-
</ul>
|
| 821 |
-
</div>
|
| 822 |
-
</div>
|
| 823 |
-
<div class="pt-8 border-t border-slate-800 text-center text-gray-400">
|
| 824 |
-
<p>© 2025 AD Softwares Ltd. All rights reserved.</p>
|
| 825 |
-
</div>
|
| 826 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 827 |
</footer>
|
| 828 |
|
| 829 |
<script>
|
|
|
|
| 771 |
<footer class="bg-black py-12 px-4">
|
| 772 |
<div class="max-w-7xl mx-auto">
|
| 773 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
|
| 774 |
+
<!-- 1st column: Brand, Description, Socials -->
|
| 775 |
+
<div>
|
| 776 |
+
<div class="flex items-center mb-4">
|
| 777 |
+
<span class="text-3xl font-bold glow-text">AD</span>
|
| 778 |
+
<span class="text-3xl font-bold ml-1">STUDIO</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 779 |
</div>
|
| 780 |
+
<p class="text-gray-400 mb-4">Game development specialists crafting next-gen experiences.</p>
|
| 781 |
+
<div class="flex space-x-4 mt-4">
|
| 782 |
+
<a href="https://twitter.com/ADSoftwaresltd" target="_blank" rel="noopener" aria-label="Twitter"
|
| 783 |
+
class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#1F01B9] hover:bg-[#5E43FF] text-white shadow-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#5E43FF]">
|
| 784 |
+
<i class="fab fa-twitter text-2xl"></i>
|
| 785 |
+
</a>
|
| 786 |
+
<a href="https://www.tiktok.com/@ad_softwares?is_from_webapp=1&sender_device=pc" target="_blank" rel="noopener" aria-label="TikTok"
|
| 787 |
+
class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#1F01B9] hover:bg-[#5E43FF] text-white shadow-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#5E43FF]">
|
| 788 |
+
<i class="fab fa-tiktok text-2xl"></i>
|
| 789 |
+
</a>
|
| 790 |
+
<a href="https://www.youtube.com/@ADSOFTWARESSTUDIO" target="_blank" rel="noopener" aria-label="YouTube"
|
| 791 |
+
class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#1F01B9] hover:bg-[#5E43FF] text-white shadow-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#5E43FF]">
|
| 792 |
+
<i class="fab fa-youtube text-2xl"></i>
|
| 793 |
+
</a>
|
| 794 |
+
<a href="https://linkedin.com/company/YOUR_COMPANY" target="_blank" rel="noopener" aria-label="LinkedIn"
|
| 795 |
+
class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#1F01B9] hover:bg-[#5E43FF] text-white shadow-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#5E43FF]">
|
| 796 |
+
<i class="fab fa-linkedin text-2xl"></i>
|
| 797 |
+
</a>
|
| 798 |
+
<a href="https://www.instagram.com/antebellumdigitalsoftwares/" target="_blank" rel="noopener" aria-label="Instagram"
|
| 799 |
+
class="inline-flex items-center justify-center w-12 h-12 rounded-full bg-[#1F01B9] hover:bg-[#5E43FF] text-white shadow-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#5E43FF]">
|
| 800 |
+
<i class="fab fa-instagram text-2xl"></i>
|
| 801 |
+
</a>
|
| 802 |
+
</div>
|
| 803 |
+
</div>
|
| 804 |
+
<!-- 2nd column: OUR WORK -->
|
| 805 |
+
<div>
|
| 806 |
+
<h3 class="text-xl font-bold mb-4">OUR WORK</h3>
|
| 807 |
+
<ul class="space-y-2">
|
| 808 |
+
<li><a href="#projects" class="text-gray-400 hover:text-white transition-colors">Current Projects</a></li>
|
| 809 |
+
<li><a href="#video" class="text-gray-400 hover:text-white transition-colors">Game Showcase</a></li>
|
| 810 |
+
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">For Clients</a></li>
|
| 811 |
+
<li><a href="#team" class="text-gray-400 hover:text-white transition-colors">Our Team</a></li>
|
| 812 |
+
</ul>
|
| 813 |
+
</div>
|
| 814 |
+
<!-- 3rd column: SERVICES -->
|
| 815 |
+
<div>
|
| 816 |
+
<h3 class="text-xl font-bold mb-4">SERVICES</h3>
|
| 817 |
+
<ul class="space-y-2">
|
| 818 |
+
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Game Development</a></li>
|
| 819 |
+
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Co-Development</a></li>
|
| 820 |
+
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Prototyping</a></li>
|
| 821 |
+
<li><a href="#team" class="text-gray-400 hover:text-white transition-colors">Careers</a></li>
|
| 822 |
+
</ul>
|
| 823 |
+
</div>
|
| 824 |
+
<!-- 4th column: CONTACT -->
|
| 825 |
+
<div>
|
| 826 |
+
<h3 class="text-xl font-bold mb-4">CONTACT</h3>
|
| 827 |
+
<ul class="space-y-2">
|
| 828 |
+
<li><a href="#contact" class="text-gray-400 hover:text-white transition-colors">Get In Touch</a></li>
|
| 829 |
+
<li><a href="#clients" class="text-gray-400 hover:text-white transition-colors">Request Quote</a></li>
|
| 830 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Press Inquiries</a></li>
|
| 831 |
+
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Support</a></li>
|
| 832 |
+
</ul>
|
| 833 |
+
</div>
|
| 834 |
+
</div>
|
| 835 |
+
|
| 836 |
</footer>
|
| 837 |
|
| 838 |
<script>
|