mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
140 lines
6.9 KiB
HTML
140 lines
6.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Mining Wood - Precision. Profit. Power.</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Poppins', sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="bg-white text-gray-800">
|
|
|
|
<header class="bg-white shadow-md sticky top-0 z-50">
|
|
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
|
|
<a href="https://miningwood.com" class="flex items-center hover:opacity-80 transition-opacity">
|
|
<img src="miningwood-logo.png" alt="Mining Wood Logo" class="h-20 mr-3" />
|
|
<h1 class="text-2xl font-bold text-blue-800">Mining Wood</h1>
|
|
</a>
|
|
<nav class="hidden md:flex items-center space-x-6">
|
|
<a href="#trading" class="text-gray-600 hover:text-blue-600 font-medium">Day Trading</a>
|
|
<a href="#software" class="text-gray-600 hover:text-blue-600 font-medium">Software</a>
|
|
<a href="#about" class="text-gray-600 hover:text-blue-600 font-medium">About</a>
|
|
<a href="#contact" class="text-gray-600 hover:text-blue-600 font-medium">Contact</a>
|
|
</nav>
|
|
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="bg-gray-800 text-white text-center py-20">
|
|
<div class="container mx-auto px-4">
|
|
<h2 class="text-cyan-400 text-sm font-bold uppercase tracking-widest">Precision. Profit. Power.</h2>
|
|
<h1 class="text-4xl md:text-6xl font-bold mt-2 mb-4">Combining Elite Day Trading with Cutting-Edge Algorithmic
|
|
Software.</h1>
|
|
<p class="text-lg max-w-2xl mx-auto mb-8 opacity-90">Mining Wood is an exclusive firm operating at the
|
|
intersection of high-frequency finance and bespoke technology. We don't just trade; we build the tools that
|
|
master the market.</p>
|
|
<div class="flex justify-center items-center space-x-4">
|
|
<a href="#software"
|
|
class="bg-cyan-400 text-gray-900 font-semibold px-8 py-3 rounded-md hover:bg-cyan-500 transition">Explore
|
|
Our Software</a>
|
|
<a href="#"
|
|
class="bg-transparent border-2 border-blue-500 text-blue-500 font-semibold px-8 py-3 rounded-md hover:bg-blue-500 hover:text-white transition">See
|
|
Trading Results</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="py-16 bg-gray-50" id="trading">
|
|
<div class="container mx-auto px-4 text-center">
|
|
<h2 class="text-3xl font-bold mb-2">Our Dual Expertise</h2>
|
|
<p class="text-gray-600 max-w-3xl mx-auto mb-12">We are unified by a single purpose: to find and exploit
|
|
inefficiencies in the market
|
|
through superior technology and rigorous analysis.</p>
|
|
<div class="grid md:grid-cols-2 gap-8 text-left">
|
|
<div class="bg-white p-8 rounded-lg shadow-md">
|
|
<span class="text-3xl mb-4 block">📈</span>
|
|
<h3 class="text-xl font-bold text-blue-600 mb-2">Day Trading</h3>
|
|
<h4 class="font-semibold text-gray-800 mb-3">Data-Driven Execution</h4>
|
|
<p class="text-gray-600">Our team of expert traders utilizes quantitative models and real-time data analysis
|
|
to execute high-convection trades across various asset classes, focusing on <strong
|
|
class="font-semibold">high-probability setups</strong> and <strong class="font-semibold">risk
|
|
management</strong>.</p>
|
|
</div>
|
|
<div class="bg-white p-8 rounded-lg shadow-md">
|
|
<span class="text-3xl mb-4 block">💻</span>
|
|
<h3 class="text-xl font-bold text-blue-600 mb-2">Software Development</h3>
|
|
<h4 class="font-semibold text-gray-800 mb-3">Proprietary Trading Systems</h4>
|
|
<p class="text-gray-600">We design, develop, and maintain a suite of proprietary software
|
|
solutions—including backtesting engines, execution platforms, and sophisticated <strong
|
|
class="font-semibold">machine learning</strong> models—to give our traders an unmatched edge.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="py-16" id="software">
|
|
<div class="container mx-auto px-4 text-center">
|
|
<h2 class="text-3xl font-bold mb-2">Built to Outperform</h2>
|
|
<p class="text-gray-600 max-w-3xl mx-auto mb-12">At the heart of Mining Wood is our technology division. We
|
|
specialize in creating
|
|
high-speed, reliable tools essential for modern finance.</p>
|
|
<div class="grid md:grid-cols-3 gap-8 text-left">
|
|
<div class="border border-gray-200 p-6 rounded-lg hover:shadow-lg hover:-translate-y-1 transition-transform">
|
|
<h4 class="font-bold text-blue-800 border-b-2 border-cyan-400 inline-block pb-1 mb-4">The 'Vein'
|
|
Backtester</h4>
|
|
<p class="text-gray-600">Run complex, multi-variable strategies against decades of historical data in
|
|
seconds. Optimize parameters
|
|
for peak performance before deployment.</p>
|
|
</div>
|
|
<div class="border border-gray-200 p-6 rounded-lg hover:shadow-lg hover:-translate-y-1 transition-transform">
|
|
<h4 class="font-bold text-blue-800 border-b-2 border-cyan-400 inline-block pb-1 mb-4">High-Frequency APIs
|
|
</h4>
|
|
<p class="text-gray-600">Direct, low-latency connections to major exchanges. Guaranteed speed and
|
|
reliability for execution when
|
|
every millisecond counts.</p>
|
|
</div>
|
|
<div class="border border-gray-200 p-6 rounded-lg hover:shadow-lg hover:-translate-y-1 transition-transform">
|
|
<h4 class="font-bold text-blue-800 border-b-2 border-cyan-400 inline-block pb-1 mb-4">Risk Monitoring
|
|
Dashboard</h4>
|
|
<p class="text-gray-600">Instantly visualize real-time exposure, drawdown, and portfolio health across all
|
|
active strategies.
|
|
Proactive alerting for defined thresholds.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer class="bg-blue-800 text-white">
|
|
<div class="container mx-auto px-4 pt-12 pb-8">
|
|
<div class="grid md:grid-cols-3 gap-8 border-b border-blue-700 pb-8">
|
|
<div class="md:col-span-1">
|
|
<h4 class="text-cyan-400 font-bold mb-3">Mining Wood</h4>
|
|
<p class="text-sm">Jacksonville, Florida</p>
|
|
</div>
|
|
<div>
|
|
<h4 class="text-cyan-400 font-bold mb-3">Connect</h4>
|
|
<p class="text-sm">Email: <a href="mailto:contact@miningwood.com"
|
|
class="underline hover:text-cyan-300">contact
|
|
[at] miningwood.com</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="text-center text-sm pt-6">
|
|
<p>© 2025 Mining Wood. All Rights Reserved.</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html> |