Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -1,7 +1,7 @@
<?php
$page_title = "Free Data Format Converter | JSON CSV XML | UK Data Services";
$page_title = "Free Data Format Converter | JSON CSV XML | UK AI Automation";
$page_description = "Convert between JSON, CSV, and XML formats instantly. Free online tool for data transformation - no signup required.";
$canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
$canonical_url = "https://ukaiautomation.co.uk/tools/data-converter";
?>
<!DOCTYPE html>
<html lang="en">
@@ -26,7 +26,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
"@type": "SoftwareApplication",
"name": "Data Format Converter",
"description": "Free tool to convert between JSON, CSV, and XML data formats",
"url": "https://ukdataservices.co.uk/tools/data-converter",
"url": "https://ukaiautomation.co.uk/tools/data-converter",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web Browser",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "GBP" }
@@ -36,23 +36,23 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
<style>
.converter-container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
.converter-header { text-align: center; margin-bottom: 40px; }
.converter-header h1 { font-size: 2.2em; color: #1a1a2e; margin-bottom: 15px; }
.converter-header h1 { font-size: 2.2em; color: #1e1b4b; margin-bottom: 15px; }
.converter-header p { color: #666; font-size: 1.1em; }
.converter-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 30px; }
.format-selector { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; align-items: center; }
.format-btn { padding: 12px 24px; border: 2px solid #e0e0e0; border-radius: 8px; background: white; cursor: pointer; font-weight: 600; transition: all 0.2s; }
.format-btn:hover { border-color: #179e83; }
.format-btn.active { background: #179e83; color: white; border-color: #179e83; }
.format-btn:hover { border-color: #6d28d9; }
.format-btn.active { background: #6d28d9; color: white; border-color: #6d28d9; }
.arrow { font-size: 1.5em; color: #888; }
.editor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .editor-grid { grid-template-columns: 1fr; } }
.editor-box { display: flex; flex-direction: column; }
.editor-box label { font-weight: 600; color: #1a1a2e; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.editor-box label { font-weight: 600; color: #1e1b4b; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.editor-box textarea { flex: 1; min-height: 350px; padding: 15px; border: 2px solid #e0e0e0; border-radius: 8px; font-family: 'Monaco', 'Menlo', monospace; font-size: 0.9em; resize: vertical; }
.editor-box textarea:focus { border-color: #179e83; outline: none; }
.editor-box textarea:focus { border-color: #6d28d9; outline: none; }
.btn-row { display: flex; justify-content: center; gap: 15px; margin: 25px 0; flex-wrap: wrap; }
.btn { padding: 14px 28px; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.btn-primary { background: #179e83; color: white; }
.btn-primary { background: #6d28d9; color: white; }
.btn-primary:hover { background: #148a72; }
.btn-secondary { background: #f5f5f5; color: #333; border: 2px solid #e0e0e0; }
.btn-secondary:hover { background: #e8e8e8; }
@@ -61,10 +61,10 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
.error-msg { background: #ffebee; color: #c62828; padding: 12px; border-radius: 6px; margin-top: 15px; display: none; }
.success-msg { background: #e8f5e9; color: #2e7d32; padding: 12px; border-radius: 6px; margin-top: 15px; display: none; }
.breadcrumb { padding: 15px 20px; background: #f5f5f5; font-size: 0.9em; }
.breadcrumb a { color: #144784; text-decoration: none; }
.breadcrumb a { color: #7c3aed; text-decoration: none; }
.breadcrumb span { color: #888; margin: 0 8px; }
.sample-data { font-size: 0.85em; color: #666; margin-top: 8px; }
.sample-data a { color: #179e83; cursor: pointer; text-decoration: underline; }
.sample-data a { color: #6d28d9; cursor: pointer; text-decoration: underline; }
</style>
</head>
<body>
@@ -127,7 +127,7 @@ $canonical_url = "https://ukdataservices.co.uk/tools/data-converter";
</div>
<div style="margin-top: 40px; padding: 30px; background: #f8f9fa; border-radius: 12px;">
<h3 style="color: #1a1a2e; margin-bottom: 15px;">💡 About This Tool</h3>
<h3 style="color: #1e1b4b; margin-bottom: 15px;">💡 About This Tool</h3>
<p style="color: #666; line-height: 1.7;">
This free converter handles common data transformations needed when working with web scraped data:
</p>