depthstrike / index.html
RedstoneExpert's picture
Update index.html
00e35c1 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DepthStrike | Model ASW Guided Bomb Concept</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>
.nav-gradient {
background: linear-gradient(135deg, #111827 0%, #1e40af 100%);
}
.hero-gradient {
background: linear-gradient(135deg, #111827 0%, #1e40af 50%, #3b82f6 100%);
}
.feature-card {
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.product-shot {
perspective: 1500px;
}
.product-3d {
transform: rotateY(-15deg) rotateX(10deg);
box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.3);
transition: all 0.5s ease;
}
.product-3d:hover {
transform: rotateY(-5deg) rotateX(5deg);
}
.btn-glow:hover {
box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}
.testimonial-card {
background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 3px;
bottom: -5px;
left: 0;
background-color: #60a5fa;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.floating {
animation: floating 6s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
<!-- Navigation -->
<nav class="nav-gradient text-white shadow-xl sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-water text-blue-300 text-2xl mr-3"></i>
<span class="text-2xl font-bold tracking-tight">DepthStrike</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#concept" class="nav-link text-blue-100 hover:text-white px-3 py-2 text-sm font-medium">Concept</a>
<a href="#tech" class="nav-link text-blue-100 hover:text-white px-3 py-2 text-sm font-medium">Technology</a>
<a href="#tracer" class="nav-link text-blue-100 hover:text-white px-3 py-2 text-sm font-medium">Tracer Language</a>
<a href="#contact" class="bg-blue-500 hover:bg-blue-600 text-white px-5 py-2 rounded-lg text-sm font-medium transition-all btn-glow">
<i class="fas fa-paper-plane mr-1"></i> Contact
</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-blue-200 hover:text-white hover:bg-blue-800 focus:outline-none">
<span class="sr-only">Open menu</span>
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-blue-900">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#concept" class="block px-3 py-2 text-base font-medium text-blue-100 hover:text-white hover:bg-blue-800 rounded-md">Concept</a>
<a href="#tech" class="block px-3 py-2 text-base font-medium text-blue-100 hover:text-white hover:bg-blue-800 rounded-md">Technology</a>
<a href="#tracer" class="block px-3 py-2 text-base font-medium text-blue-100 hover:text-white hover:bg-blue-800 rounded-md">Tracer Language</a>
<a href="#contact" class="block px-3 py-2 text-base font-medium text-blue-300 hover:text-white hover:bg-blue-800 rounded-md">
<i class="fas fa-paper-plane mr-1"></i> Contact
</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<header class="hero-gradient text-white overflow-hidden">
<div class="max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="relative z-10">
<h1 class="text-5xl font-extrabold tracking-tight sm:text-6xl lg:text-7xl mb-6">
<span class="block">Model-Sized</span>
<span class="block text-blue-200">Anti-Submarine Bomb</span>
</h1>
<p class="mt-6 text-xl text-blue-100 max-w-2xl">
A conceptual design for a fully functional ASW guided bomb for RC jets and drones
</p>
<div class="mt-10 flex flex-wrap gap-4">
<a href="#tracer" class="inline-flex items-center px-8 py-4 border-2 border-white text-lg font-bold rounded-xl shadow-lg text-white bg-transparent hover:bg-white hover:bg-opacity-10 transition-all">
<i class="fas fa-code mr-2"></i> Learn About Tracer
</a>
</div>
</div>
<div class="relative product-shot">
<div class="floating">
<div class="product-3d bg-white p-4 rounded-2xl shadow-2xl">
<img src="https://via.placeholder.com/600x400?text=RC+ASW+Bomb+Concept" alt="DepthStrike Model ASW Bomb Concept" class="rounded-xl">
</div>
<div class="absolute -bottom-8 -left-8 h-32 w-32 bg-blue-500 rounded-full mix-blend-multiply filter blur-xl opacity-30"></div>
<div class="absolute -top-8 -right-8 h-32 w-32 bg-blue-300 rounded-full mix-blend-multiply filter blur-xl opacity-30"></div>
</div>
</div>
</div>
</div>
<div class="absolute bottom-0 left-0 right-0 h-32 bg-gradient-to-t from-gray-50 to-transparent"></div>
</header>
<!-- Concept Section -->
<section id="concept" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-700 bg-blue-100 rounded-full mb-4">CONCEPT</span>
<h2 class="text-4xl font-bold text-gray-900 sm:text-5xl">
RC-Scale <span class="text-blue-600">ASW Concept</span>
</h2>
<p class="mt-6 max-w-3xl mx-auto text-xl text-gray-600">
Exploring the design of a model-sized anti-submarine weapon system
</p>
</div>
<div class="mt-16 grid grid-cols-1 gap-12 md:grid-cols-3">
<div class="feature-card bg-white p-8 rounded-2xl shadow-lg border border-gray-100">
<div class="flex items-center justify-center h-16 w-16 rounded-xl bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-jet-fighter-up text-2xl"></i>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">RC Jet Compatible</h3>
<p class="text-gray-600">
Conceptual design for 1:12 to 1:8 scale model jets with standard bomb mounts. Target weight of 850g with payload.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-2xl shadow-lg border border-gray-100">
<div class="flex items-center justify-center h-16 w-16 rounded-xl bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-bullseye text-2xl"></i>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Precision Guidance</h3>
<p class="text-gray-600">
Theoretical INS/GPS guidance with terminal acoustic homing for underwater target engagement.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-2xl shadow-lg border border-gray-100">
<div class="flex items-center justify-center h-16 w-16 rounded-xl bg-blue-100 text-blue-600 mb-6">
<i class="fas fa-water text-2xl"></i>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Nuclear Payload Compatible</h3>
<p class="text-gray-600">
The conventional explosive can be replaced with a small H-bomb
</p>
</div>
</div>
<div class="mt-20 grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="order-2 lg:order-1">
<img src="https://via.placeholder.com/600x400?text=RC+Jet+Concept+with+DepthStrike" alt="RC Jet Concept with DepthStrike" class="rounded-2xl shadow-2xl">
</div>
<div class="order-1 lg:order-2">
<h3 class="text-3xl font-bold text-gray-900 mb-6">Potential for RC ASW Competitions</h3>
<p class="text-lg text-gray-600 mb-6">
The DepthStrike concept explores how authentic anti-submarine warfare training could be adapted for the RC community. This theoretical design could enable organized ASW competitions or submarine hunting scenarios.
</p>
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<p class="ml-3 text-lg text-gray-700">
<span class="font-bold">Standardized Interface:</span> Conceptual design to work with common RC bomb release systems
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<p class="ml-3 text-lg text-gray-700">
<span class="font-bold">Reusable Concept:</span> Designed for recovery, repacking, and relaunch
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<p class="ml-3 text-lg text-gray-700">
<span class="font-bold">Modular Design:</span> Theoretical ability to swap sensors and payloads
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Technology Section -->
<section id="tech" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-700 bg-blue-100 rounded-full mb-4">TECHNOLOGY</span>
<h2 class="text-4xl font-bold text-gray-900 sm:text-5xl">
Conceptual <span class="text-blue-600">Miniature ASW</span>
</h2>
<p class="mt-6 max-w-3xl mx-auto text-xl text-gray-600">
Exploring how military-grade anti-submarine technology could be miniaturized for RC use
</p>
</div>
<div class="mt-16 grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3">
<div class="bg-gray-50 rounded-2xl overflow-hidden shadow-lg">
<div class="h-48 bg-blue-600 flex items-center justify-center">
<i class="fas fa-satellite-dish text-white text-6xl"></i>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Micro Sonar Array</h3>
<p class="text-gray-600 mb-6">
Theoretical miniaturized directional hydrophone array with 120° coverage and 50m effective range against model submarines.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-2xl overflow-hidden shadow-lg">
<div class="h-48 bg-blue-700 flex items-center justify-center">
<i class="fas fa-microchip text-white text-6xl"></i>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Guidance Computer</h3>
<p class="text-gray-600 mb-6">
Conceptual ARM Cortex-M7 flight computer with integrated INS, GPS, and acoustic processing in a 20g package.
</p>
</div>
</div>
<div class="bg-gray-50 rounded-2xl overflow-hidden shadow-lg">
<div class="h-48 bg-blue-800 flex items-center justify-center">
<i class="fas fa-wifi text-white text-6xl"></i>
</div>
<div class="p-8">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Telemetry Link</h3>
<p class="text-gray-600 mb-6">
Theoretical 900MHz telemetry providing real-time status updates and optional manual override.
</p>
</div>
</div>
</div>
<div class="mt-20 bg-gray-900 rounded-3xl overflow-hidden">
<div class="grid grid-cols-1 lg:grid-cols-2">
<div class="p-12 lg:p-16">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-700 bg-blue-100 rounded-full mb-4">THEORETICAL DEPLOYMENT</span>
<h3 class="text-3xl font-bold text-white mb-6">Conceptual Sequence</h3>
<ul class="space-y-6">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-8 w-8 rounded-full bg-blue-600 text-white font-bold">1</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">Release from RC Aircraft</h4>
<p class="text-gray-300">Standard bomb release mechanism at 30-100m altitude</p>
</div>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-8 w-8 rounded-full bg-blue-600 text-white font-bold">2</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">GPS/INS Guidance</h4>
<p class="text-gray-300">Navigates to programmed target area</p>
</div>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-8 w-8 rounded-full bg-blue-600 text-white font-bold">3</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">Terminal Acoustic Homing</h4>
<p class="text-gray-300">Activates sonar in final 10m to track moving underwater targets</p>
</div>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-8 w-8 rounded-full bg-blue-600 text-white font-bold">4</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">Impact & Marking</h4>
<p class="text-gray-300">Non-explosive payload creates visible surface disturbance</p>
</div>
</li>
</ul>
</div>
<div class="bg-gray-800 flex items-center justify-center p-8">
<img src="https://via.placeholder.com/500x350?text=Conceptual+Deployment+Sequence" alt="Conceptual Deployment Sequence" class="rounded-xl">
</div>
</div>
</div>
</div>
</section>
<!-- Tracer Language Section -->
<section id="tracer" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-700 bg-blue-100 rounded-full mb-4">TRACER LANGUAGE</span>
<h2 class="text-4xl font-bold text-gray-900 sm:text-5xl">
Accelerating Development with <span class="text-blue-600">Tracer</span>
</h2>
<p class="mt-6 max-w-3xl mx-auto text-xl text-gray-600">
The DepthStrike concept was developed using the Tracer language for rapid prototyping
</p>
</div>
<div class="mt-16 grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="order-2 lg:order-1">
<div class="bg-gray-900 p-6 rounded-xl">
<div class="flex items-center text-gray-400 mb-4">
<div class="h-3 w-3 rounded-full bg-red-500 mr-2"></div>
<div class="h-3 w-3 rounded-full bg-yellow-500 mr-2"></div>
<div class="h-3 w-3 rounded-full bg-green-500 mr-2"></div>
<span class="ml-2 text-sm">tracer/depthstrike.tr</span>
</div>
<pre class="text-green-400 text-sm overflow-x-auto">
<span class="text-gray-500">// DepthStrike guidance system in Tracer</span>
<span class="text-blue-400">module</span> depthstrike {
<span class="text-blue-400">use</span> sensor.gps;
<span class="text-blue-400">use</span> sensor.ins;
<span class="text-blue-400">use</span> sensor.sonar;
<span class="text-blue-400">state</span> <span class="text-purple-400">GuidancePhase</span> {
Released,
Midcourse,
Terminal,
Impact
}
<span class="text-blue-400">fn</span> <span class="text-yellow-300">guidance_loop</span>() {
<span class="text-blue-400">let</span> phase = GuidancePhase::Released;
<span class="text-blue-400">let</span> target = gps::acquire_target();
<span class="text-blue-400">while</span> phase != GuidancePhase::Impact {
<span class="text-blue-400">match</span> phase {
GuidancePhase::Released => {
<span class="text-blue-400">if</span> ins::altitude() < 100.0 {
phase = GuidancePhase::Midcourse;
}
},
GuidancePhase::Midcourse => {
<span class="text-blue-400">let</span> position = gps::position();
<span class="text-blue-400">let</span> correction = ins::calculate_correction(position, target);
control::adjust(correction);
<span class="text-blue-400">if</span> position.distance_to(target) < 10.0 {
phase = GuidancePhase::Terminal;
sonar::activate();
}
},
GuidancePhase::Terminal => {
<span class="text-blue-400">let</span> submarine = sonar::track_target();
<span class="text-blue-400">if</span> submarine.detected {
control::adjust(submarine.vector);
}
<span class="text-blue-400">if</span> ins::altitude() < 1.0 {
phase = GuidancePhase::Impact;
payload::release();
}
},
_ => {}
}
}
}
}</pre>
</div>
</div>
<div class="order-1 lg:order-2">
<h3 class="text-3xl font-bold text-gray-900 mb-6">Why Tracer?</h3>
<p class="text-lg text-gray-600 mb-6">
The DepthStrike concept was developed using the Tracer language, which enabled rapid prototyping and simulation of the complex guidance systems required for this theoretical ASW weapon.
</p>
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<p class="ml-3 text-lg text-gray-700">
<span class="font-bold">High-Performance:</span> Tracer's compiled nature allowed for real-time simulation of guidance algorithms
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<p class="ml-3 text-lg text-gray-700">
<span class="font-bold">Safety-Critical:</span> Built-in memory safety and formal verification capabilities
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-6 w-6 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-check text-xs"></i>
</div>
</div>
<p class="ml-3 text-lg text-gray-700">
<span class="font-bold">Embedded Focus:</span> Designed specifically for resource-constrained systems like our conceptual guidance computer
</p>
</li>
</ul>
<div class="mt-8">
<a href="https://github.com/CircuitDiffusionGroup/TracerDocs" target="_blank" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 transition-all btn-glow">
<i class="fab fa-github mr-2"></i> Explore Tracer Documentation
</a>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-blue-900 text-white py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-4xl font-bold sm:text-5xl mb-6">
Interested in the <span class="text-blue-200">Concept</span>?
</h2>
<p class="text-xl text-blue-200 max-w-3xl mx-auto mb-10">
This is a theoretical exploration of model-scale anti-submarine warfare technology.
</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="#tracer" class="inline-flex items-center px-8 py-4 border-2 border-white text-lg font-bold rounded-xl shadow-lg text-white bg-transparent hover:bg-white hover:bg-opacity-10 transition-all">
<i class="fas fa-code mr-2"></i> Learn About Tracer
</a>
<a href="#contact" class="inline-flex items-center px-8 py-4 border-2 border-white text-lg font-bold rounded-xl shadow-lg text-white bg-transparent hover:bg-white hover:bg-opacity-10 transition-all">
<i class="fas fa-paper-plane mr-2"></i> Contact Us
</a>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-700 bg-blue-100 rounded-full mb-4">FAQ</span>
<h2 class="text-4xl font-bold text-gray-900 sm:text-5xl">
About This <span class="text-blue-600">Concept</span>
</h2>
<p class="mt-6 max-w-3xl mx-auto text-xl text-gray-600">
Common questions about the DepthStrike theoretical design
</p>
</div>
<div class="mt-16 max-w-3xl mx-auto">
<div class="space-y-6">
<div class="border-b border-gray-200 pb-6">
<button class="faq-toggle flex justify-between items-center w-full text-left">
<h3 class="text-xl font-bold text-gray-900">Is this a real product?</h3>
<i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
</button>
<div class="faq-content mt-4 text-gray-600 hidden">
<p>Despite DepthStrike not beeing offered as a real product, the priciples behind it are well documented and about a dozen of functional prototypes exist somewhere at an undisclosed location.</p>
</div>
</div>
<div class="border-b border-gray-200 pb-6">
<button class="faq-toggle flex justify-between items-center w-full text-left">
<h3 class="text-xl font-bold text-gray-900">What was the purpose of this project?</h3>
<i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
</button>
<div class="faq-content mt-4 text-gray-600 hidden">
<p>This project served as a testing platform for the Tracer language, allowing us to test its capabilities in a complex, safety-critical embedded systems scenario. The ASW bomb concept provided an interesting technical challenge.</p>
</div>
</div>
<div class="border-b border-gray-200 pb-6">
<button class="faq-toggle flex justify-between items-center w-full text-left">
<h3 class="text-xl font-bold text-gray-900">Can I build this myself?</h3>
<i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
</button>
<div class="faq-content mt-4 text-gray-600 hidden">
<p>While the conceptual designs are presented here, we don't provide build instructions or support for actual construction. This is for obvious safety reasons, but feel free to larn Tracer yourself to be able to build things like this.</p>
</div>
</div>
<div class="border-b border-gray-200 pb-6">
<button class="faq-toggle flex justify-between items-center w-full text-left">
<h3 class="text-xl font-bold text-gray-900">How does Tracer help with this concept?</h3>
<i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
</button>
<div class="faq-content mt-4 text-gray-600 hidden">
<p>Tracer's focus on abstracting PCB development allowed us to rapidly prototype without having to worry about the time investment in modifying a PCB layout. It also allowed us to abstract common subcircuits so we didn't have to repeat them over and over.</p>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">
Have technical questions? <a href="#contact" class="text-blue-600 font-medium">Contact our team</a> for more information.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-16">
<div class="mb-12 lg:mb-0">
<span class="inline-block px-3 py-1 text-sm font-semibold text-blue-700 bg-blue-100 rounded-full mb-4">CONTACT</span>
<h2 class="text-4xl font-bold text-gray-900 sm:text-5xl mb-6">
Get in <span class="text-blue-600">Touch</span>
</h2>
<p class="text-xl text-gray-600 mb-8">
Interested in the Tracer language or this conceptual project?
</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600">
<i class="fas fa-envelope"></i>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-gray-900">Email Us</h4>
<p class="text-gray-600">contact@depthstrike-concept.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex items-center justify-center h-10 w-10 rounded-full bg-blue-100 text-blue-600">
<i class="fab fa-github"></i>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-gray-900">Tracer Docs</h4>
<p class="text-gray-600"><a href="https://github.com/CircuitDiffusionGroup/TracerDocs" target="_blank" class="hover:underline">github.com/CircuitDiffusionGroup/TracerDocs</a></p>
</div>
</div>
</div>
<div class="mt-12">
<h3 class="text-lg font-bold text-gray-900 mb-4">Follow Development</h3>
<div class="flex space-x-4">
<a href="#" class="h-10 w-10 rounded-full bg-gray-200 text-blue-600 flex items-center justify-center hover:bg-blue-100 transition-colors">
<i class="fab fa-github"></i>
</a>
<a href="#" class="h-10 w-10 rounded-full bg-gray-200 text-blue-600 flex items-center justify-center hover:bg-blue-100 transition-colors">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-2xl shadow-lg">
<h3 class="text-2xl font-bold text-gray-900 mb-6">Send us a message</h3>
<form>
<div class="grid grid-cols-1 gap-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Subject</label>
<select id="subject" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
<option>Tracer language inquiry</option>
<option>DepthStrike concept</option>
<option>Technical question</option>
<option>Other</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<div>
<button type="submit" class="w-full px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition-all btn-glow">
Send Message
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Concept</h3>
<ul class="mt-4 space-y-4">
<li><a href="#concept" class="text-base text-gray-300 hover:text-white">Overview</a></li>
<li><a href="#tech" class="text-base text-gray-300 hover:text-white">Technology</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Tracer</h3>
<ul class="mt-4 space-y-4">
<li><a href="#tracer" class="text-base text-gray-300 hover:text-white">Language</a></li>
<li><a href="https://github.com/CircuitDiffusionGroup/TracerDocs" target="_blank" class="text-base text-gray-300 hover:text-white">Documentation</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Papers</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center">
<i class="fas fa-water text-blue-300 text-2xl mr-3"></i>
<span class="text-xl font-bold tracking-tight">DepthStrike</span>
</div>
<p class="mt-4 md:mt-0 text-base text-gray-400">
&copy; 2023 DepthStrike Concept. All rights reserved.
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// 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) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// FAQ toggles
document.querySelectorAll('.faq-toggle').forEach(button => {
button.addEventListener('click', function() {
const content = this.nextElementSibling;
const icon = this.querySelector('i');
content.classList.toggle('hidden');
icon.classList.toggle('rotate-180');
});
});
</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=RedstoneExpert/depthstrike" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>