terrasight-geomatics / index.html
liamdare's picture
can you change the green to brown text with organge backgrounds? add transparency so it looks like the text has been high lighted
aa0f0ca verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TerraSight Geomatics | Reality Capture & Geospatial Solutions</title>
<meta name="description" content="Digitising the built and natural environment for architects, engineers, and planners. Professional reality capture and geospatial services in Melbourne.">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.dots.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#8B4513', // Saddle Brown
secondary: '#D2691E', // Chocolate Orange
stone: '#A8A29E',
charcoal: '#374151',
sand: '#E2E8F0',
offwhite: '#FEF7ED'
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
body {
font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Archivo', sans-serif;
font-weight: 800;
}
.contour-line {
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-2.156.809c-1.11.416-2.185.816-3.2 1.203-1.073.408-2.055.772-2.8 1.082V20h6.184z' fill='%238B4513' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.contour-background {
background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h100v100H0z' fill='none'/%3E%3Cpath d='M20 20c10 0 20 10 30 10s20-10 30-10 20 10 30 10M20 40c10 0 20 10 30 10s20-10 30-10 20 10 30 10M20 60c10 0 20 10 30 10s20-10 30-10 20 10 30 10M20 80c10 0 20 10 30 10s20-10 30-10 20 10 30 10' stroke='%238B4513' stroke-width='0.5' fill='none' opacity='0.1'/%3E%3C/svg%3E");
background-size: cover;
background-position: center;
}
.floating {
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}
</style>
</head>
<body class="bg-offwhite text-charcoal">
<!-- Navigation -->
<nav class="bg-offwhite/90 backdrop-blur-sm sticky top-0 z-50 border-b border-stone-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex items-center">
<a href="index.html" class="flex-shrink-0 flex items-center">
<span class="text-2xl font-bold text-primary">Alt Spatial Studio</span>
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-8">
<a href="index.html" class="text-primary font-medium border-b-2 border-primary px-3 py-2">Home</a>
<a href="about.html" class="text-charcoal hover:text-primary transition-colors px-3 py-2">About</a>
<a href="services.html" class="text-charcoal hover:text-primary transition-colors px-3 py-2">Services</a>
<a href="projects.html" class="text-charcoal hover:text-primary transition-colors px-3 py-2">Projects</a>
<a href="industries.html" class="text-charcoal hover:text-primary transition-colors px-3 py-2">Industries</a>
<a href="contact.html" class="bg-primary text-white px-4 py-2 rounded-md hover:bg-primary/90 transition-colors">Contact</a>
</div>
</div>
<div class="md:hidden">
<button type="button" class="text-charcoal hover:text-primary">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden contour-background">
<div class="absolute inset-0 bg-gradient-to-br from-stone-50 via-offwhite to-sand/30"></div>
<div class="relative z-10 text-center max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<h1 class="text-4xl md:text-6xl font-bold text-charcoal mb-6">Reality Capture & Geospatial Solutions</h1>
<p class="text-xl md:text-2xl text-charcoal/80 mb-8 max-w-3xl mx-auto">Digitising the built and natural environment for architects, engineers, and planners.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="contact.html" class="bg-primary text-white px-8 py-3 rounded-md font-medium hover:bg-primary/90 transition-colors">Request a Proposal</a>
<a href="services.html" class="border-2 border-primary text-primary px-8 py-3 rounded-md font-medium hover:bg-primary/5 transition-colors">Our Services</a>
</div>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2">
<div class="floating">
<i data-feather="chevron-down" class="text-primary w-8 h-8"></i>
</div>
</div>
</section>
<!-- Services Preview -->
<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 mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-charcoal mb-4">Precision Geospatial Services</h2>
<p class="text-lg text-charcoal/70 max-w-3xl mx-auto">Leveraging cutting-edge technology to deliver accurate spatial data for informed decision-making across diverse industries.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-sand/30 p-6 rounded-lg border border-stone-200 hover:shadow-md transition-shadow">
<div class="w-12 h-12 bg-secondary/20 rounded-full flex items-center justify-center mb-4">
<i data-feather="map" class="text-secondary"></i>
</div>
<h3 class="text-xl font-semibold text-charcoal mb-2"><span class="highlight-text">Feature Surveys</span></h3>
<p class="text-charcoal/70">Detailed topographic and feature mapping for precise project planning and design.</p>
</div>
<div class="bg-sand/30 p-6 rounded-lg border border-stone-200 hover:shadow-md transition-shadow">
<div class="w-12 h-12 bg-secondary/20 rounded-full flex items-center justify-center mb-4">
<i data-feather="box" class="text-secondary"></i>
</div>
<h3 class="text-xl font-semibold text-charcoal mb-2"><span class="highlight-text">3D BIM Modelling</span></h3>
<p class="text-charcoal/70">Intelligent building information models from point cloud data for collaborative construction.</p>
</div>
<div class="bg-sand/30 p-6 rounded-lg border border-stone-200 hover:shadow-md transition-shadow">
<div class="w-12 h-12 bg-secondary/20 rounded-full flex items-center justify-center mb-4">
<i data-feather="navigation" class="text-secondary"></i>
</div>
<h3 class="text-xl font-semibold text-charcoal mb-2"><span class="highlight-text">Reality Capture</span></h3>
<p class="text-charcoal/70">LiDAR, photogrammetry, and drone surveys to create high-fidelity digital twins.</p>
</div>
</div>
<div class="text-center mt-12">
<a href="services.html" class="inline-flex items-center text-primary font-medium hover:text-primary/80 transition-colors">
View all services
<i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
</a>
</div>
</div>
</section>
<!-- Projects Preview -->
<section class="py-20 bg-offwhite">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-charcoal mb-4">Project Showcase</h2>
<p class="text-lg text-charcoal/70 max-w-3xl mx-auto">Explore how our geospatial expertise has delivered tangible results for infrastructure, architecture, and environmental projects.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-shadow">
<img src="http://static.photos/infrastructure/640x360/101" alt="Urban Infrastructure Project" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-charcoal mb-2">Melbourne Metro Tunnel Survey</h3>
<p class="text-charcoal/70 mb-4">High-precision laser scanning for tunnel alignment and construction verification.</p>
<a href="projects.html" class="text-primary font-medium hover:text-primary/80 transition-colors">View Case Study</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-shadow">
<img src="http://static.photos/architecture/640x360/102" alt="Architectural Project" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-charcoal mb-2">Heritage Building Documentation</h3>
<p class="text-charcoal/70 mb-4">Photogrammetric capture for the restoration of a historic city landmark.</p>
<a href="projects.html" class="text-primary font-medium hover:text-primary/80 transition-colors">View Case Study</a>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-primary text-white">
<div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to Capture Your Reality?</h2>
<p class="text-xl mb-8 opacity-90">Partner with Alt Spatial Studio for innovative geospatial solutions tailored to your project requirements.</p>
<a href="contact.html" class="bg-white text-primary px-8 py-3 rounded-md font-medium hover:bg-sand transition-colors">Get in Touch</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-charcoal text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-lg font-semibold mb-4">Alt Spatial Studio</h3>
<p class="text-stone-300">Innovative reality capture and geospatial solutions for the built and natural environment.</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Services</h4>
<ul class="space-y-2 text-stone-300">
<li><a href="services.html" class="hover:text-white transition-colors">Feature Surveys</a></li>
<li><a href="services.html" class="hover:text-white transition-colors">3D BIM Modelling</a></li>
<li><a href="services.html" class="hover:text-white transition-colors">Reality Capture</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Company</h4>
<ul class="space-y-2 text-stone-300">
<li><a href="about.html" class="hover:text-white transition-colors">About Us</a></li>
<li><a href="projects.html" class="hover:text-white transition-colors">Projects</a></li>
<li><a href="industries.html" class="hover:text-white transition-colors">Industries</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Contact</h4>
<address class="not-italic text-stone-300">
<p>Melbourne, Australia</p>
<p class="mt-2"><a href="mailto:info@altspatial.com" class="hover:text-white transition-colors">info@altspatial.com</a></p>
</address>
</div>
</div>
<div class="border-t border-stone-600 mt-8 pt-8 text-center text-stone-400">
<p>&copy; 2023 Alt Spatial Studio. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize Feather Icons
feather.replace();
</script>
</body>
</html>