Spaces:
Running
Running
Can you make the headings a thicker font, and change the greens to browns and oranges? are you able to add the contours as a background image
Browse files- about.html +9 -7
- contact.html +6 -6
- index.html +14 -11
- industries.html +6 -6
- projects.html +6 -6
- services.html +6 -6
about.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
-
primary: '#
|
| 17 |
-
secondary: '#
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
@@ -23,15 +23,17 @@
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
-
|
| 27 |
<style>
|
| 28 |
-
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
-
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; }
|
| 31 |
.contour-pattern {
|
| 32 |
-
background-image: url("data:image/svg+xml,%3Csvg width='
|
|
|
|
|
|
|
| 33 |
}
|
| 34 |
-
|
| 35 |
</head>
|
| 36 |
<body class="bg-offwhite text-charcoal">
|
| 37 |
<!-- Navigation -->
|
|
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
+
primary: '#8B4513',
|
| 17 |
+
secondary: '#D2691E',
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
+
</script>
|
| 27 |
<style>
|
| 28 |
+
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
+
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; font-weight: 800; }
|
| 31 |
.contour-pattern {
|
| 32 |
+
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");
|
| 33 |
+
background-size: cover;
|
| 34 |
+
background-position: center;
|
| 35 |
}
|
| 36 |
+
</style>
|
| 37 |
</head>
|
| 38 |
<body class="bg-offwhite text-charcoal">
|
| 39 |
<!-- Navigation -->
|
contact.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
-
primary: '#
|
| 17 |
-
secondary: '#
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
@@ -23,12 +23,12 @@
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
-
|
| 27 |
<style>
|
| 28 |
-
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
-
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; }
|
| 31 |
-
|
| 32 |
transition: all 0.3s ease;
|
| 33 |
}
|
| 34 |
.form-input:focus {
|
|
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
+
primary: '#8B4513',
|
| 17 |
+
secondary: '#D2691E',
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
+
</script>
|
| 27 |
<style>
|
| 28 |
+
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
+
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; font-weight: 800; }
|
| 31 |
+
.form-input {
|
| 32 |
transition: all 0.3s ease;
|
| 33 |
}
|
| 34 |
.form-input:focus {
|
index.html
CHANGED
|
@@ -14,8 +14,8 @@
|
|
| 14 |
theme: {
|
| 15 |
extend: {
|
| 16 |
colors: {
|
| 17 |
-
primary: '#
|
| 18 |
-
secondary: '#
|
| 19 |
stone: '#A8A29E',
|
| 20 |
charcoal: '#374151',
|
| 21 |
sand: '#E2E8F0',
|
|
@@ -24,19 +24,25 @@
|
|
| 24 |
}
|
| 25 |
}
|
| 26 |
}
|
| 27 |
-
|
| 28 |
<style>
|
| 29 |
-
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
| 30 |
body {
|
| 31 |
font-family: 'Inter', sans-serif;
|
| 32 |
}
|
| 33 |
h1, h2, h3, h4, h5, h6 {
|
| 34 |
font-family: 'Archivo', sans-serif;
|
|
|
|
| 35 |
}
|
| 36 |
.contour-line {
|
| 37 |
-
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='%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
-
|
| 40 |
animation-name: floating;
|
| 41 |
animation-duration: 3s;
|
| 42 |
animation-iteration-count: infinite;
|
|
@@ -78,12 +84,9 @@
|
|
| 78 |
</div>
|
| 79 |
</nav>
|
| 80 |
<!-- Hero Section -->
|
| 81 |
-
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden">
|
| 82 |
<div class="absolute inset-0 bg-gradient-to-br from-stone-50 via-offwhite to-sand/30"></div>
|
| 83 |
-
|
| 84 |
-
<div class="absolute inset-0" style="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=\"%232f855a\" fill-opacity=\"0.05\" fill-rule=\"evenodd\"/%3E%3C/svg%3E');"></div>
|
| 85 |
-
</div>
|
| 86 |
-
<div class="relative z-10 text-center max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 87 |
<h1 class="text-4xl md:text-6xl font-bold text-charcoal mb-6">Reality Capture & Geospatial Solutions</h1>
|
| 88 |
<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>
|
| 89 |
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
|
|
|
| 14 |
theme: {
|
| 15 |
extend: {
|
| 16 |
colors: {
|
| 17 |
+
primary: '#8B4513', // Saddle Brown
|
| 18 |
+
secondary: '#D2691E', // Chocolate Orange
|
| 19 |
stone: '#A8A29E',
|
| 20 |
charcoal: '#374151',
|
| 21 |
sand: '#E2E8F0',
|
|
|
|
| 24 |
}
|
| 25 |
}
|
| 26 |
}
|
| 27 |
+
</script>
|
| 28 |
<style>
|
| 29 |
+
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
|
| 30 |
body {
|
| 31 |
font-family: 'Inter', sans-serif;
|
| 32 |
}
|
| 33 |
h1, h2, h3, h4, h5, h6 {
|
| 34 |
font-family: 'Archivo', sans-serif;
|
| 35 |
+
font-weight: 800;
|
| 36 |
}
|
| 37 |
.contour-line {
|
| 38 |
+
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");
|
| 39 |
+
}
|
| 40 |
+
.contour-background {
|
| 41 |
+
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");
|
| 42 |
+
background-size: cover;
|
| 43 |
+
background-position: center;
|
| 44 |
}
|
| 45 |
+
.floating {
|
| 46 |
animation-name: floating;
|
| 47 |
animation-duration: 3s;
|
| 48 |
animation-iteration-count: infinite;
|
|
|
|
| 84 |
</div>
|
| 85 |
</nav>
|
| 86 |
<!-- Hero Section -->
|
| 87 |
+
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden contour-background">
|
| 88 |
<div class="absolute inset-0 bg-gradient-to-br from-stone-50 via-offwhite to-sand/30"></div>
|
| 89 |
+
<div class="relative z-10 text-center max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
|
|
|
|
|
|
|
|
| 90 |
<h1 class="text-4xl md:text-6xl font-bold text-charcoal mb-6">Reality Capture & Geospatial Solutions</h1>
|
| 91 |
<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>
|
| 92 |
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
industries.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
-
primary: '#
|
| 17 |
-
secondary: '#
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
@@ -23,12 +23,12 @@
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
-
|
| 27 |
<style>
|
| 28 |
-
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
-
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; }
|
| 31 |
-
|
| 32 |
transition: all 0.3s ease;
|
| 33 |
}
|
| 34 |
.industry-card:hover {
|
|
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
+
primary: '#8B4513',
|
| 17 |
+
secondary: '#D2691E',
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
+
</script>
|
| 27 |
<style>
|
| 28 |
+
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
+
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; font-weight: 800; }
|
| 31 |
+
.industry-card {
|
| 32 |
transition: all 0.3s ease;
|
| 33 |
}
|
| 34 |
.industry-card:hover {
|
projects.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
-
primary: '#
|
| 17 |
-
secondary: '#
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
@@ -23,12 +23,12 @@
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
-
|
| 27 |
<style>
|
| 28 |
-
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
-
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; }
|
| 31 |
-
|
| 32 |
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
| 33 |
}
|
| 34 |
.project-card:hover {
|
|
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
+
primary: '#8B4513',
|
| 17 |
+
secondary: '#D2691E',
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
+
</script>
|
| 27 |
<style>
|
| 28 |
+
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
+
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; font-weight: 800; }
|
| 31 |
+
.project-card {
|
| 32 |
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
| 33 |
}
|
| 34 |
.project-card:hover {
|
services.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
-
primary: '#
|
| 17 |
-
secondary: '#
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
@@ -23,12 +23,12 @@
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
-
|
| 27 |
<style>
|
| 28 |
-
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
-
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; }
|
| 31 |
-
|
| 32 |
background: linear-gradient(135deg, #2F855A 0%, #D69E2E 100%);
|
| 33 |
-webkit-background-clip: text;
|
| 34 |
-webkit-text-fill-color: transparent;
|
|
|
|
| 13 |
theme: {
|
| 14 |
extend: {
|
| 15 |
colors: {
|
| 16 |
+
primary: '#8B4513',
|
| 17 |
+
secondary: '#D2691E',
|
| 18 |
stone: '#A8A29E',
|
| 19 |
charcoal: '#374151',
|
| 20 |
sand: '#E2E8F0',
|
|
|
|
| 23 |
}
|
| 24 |
}
|
| 25 |
}
|
| 26 |
+
</script>
|
| 27 |
<style>
|
| 28 |
+
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Inter:wght@300;400;500&display=swap');
|
| 29 |
body { font-family: 'Inter', sans-serif; }
|
| 30 |
+
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo', sans-serif; font-weight: 800; }
|
| 31 |
+
.service-icon {
|
| 32 |
background: linear-gradient(135deg, #2F855A 0%, #D69E2E 100%);
|
| 33 |
-webkit-background-clip: text;
|
| 34 |
-webkit-text-fill-color: transparent;
|