Fix accessibility violations: color contrast, aside nesting
- Improve text contrast from #666/#888/#999 to #555/#6b6b6b across site (WCAG AA) - Fix aside nesting in all 10 blog articles (aside→div in related-articles) - Fix aside nesting in quote sidebar - Update CRO enhancement CSS/JS inline colors Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
20
quote.php
20
quote.php
@@ -505,19 +505,19 @@ $breadcrumbs = [
|
||||
<div style="display:flex;justify-content:center;gap:30px;flex-wrap:wrap;align-items:center;">
|
||||
<div style="text-align:center;">
|
||||
<div style="font-size:2em;">🔒</div>
|
||||
<div style="font-size:0.85em;color:#666;">GDPR Compliant</div>
|
||||
<div style="font-size:0.85em;color:#555;">GDPR Compliant</div>
|
||||
</div>
|
||||
<div style="text-align:center;">
|
||||
<div style="font-size:2em;">🇬🇧</div>
|
||||
<div style="font-size:0.85em;color:#666;">UK-Based</div>
|
||||
<div style="font-size:0.85em;color:#555;">UK-Based</div>
|
||||
</div>
|
||||
<div style="text-align:center;">
|
||||
<div style="font-size:2em;">💷</div>
|
||||
<div style="font-size:0.85em;color:#666;">Fixed-Price</div>
|
||||
<div style="font-size:0.85em;color:#555;">Fixed-Price</div>
|
||||
</div>
|
||||
<div style="text-align:center;">
|
||||
<div style="font-size:2em;">🤖</div>
|
||||
<div style="font-size:0.85em;color:#666;">10+ Years Experience</div>
|
||||
<div style="font-size:0.85em;color:#555;">10+ Years Experience</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -650,7 +650,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<aside class="quote-sidebar">
|
||||
<div class="quote-sidebar" role="complementary">
|
||||
<div class="testimonial-card">
|
||||
<blockquote>
|
||||
<p>"UK AI Automation transformed how we track competitor pricing. The data is accurate, timely, and has directly impacted our revenue."</p>
|
||||
@@ -666,7 +666,7 @@ $breadcrumbs = [
|
||||
<li><strong>Free consultation call</strong> — we schedule a call to discuss your project</li>
|
||||
</ol>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -679,22 +679,22 @@ $breadcrumbs = [
|
||||
|
||||
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
|
||||
<summary style="cursor:pointer;font-weight:600;color:#333;">How much does AI Automation cost?</summary>
|
||||
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Projects typically range from £500 for simple one-time extractions to £5,000+ for complex ongoing data pipelines. We provide fixed-price quotes with no hidden fees. <a href="/tools/cost-calculator">Try our cost calculator</a> for an instant estimate.</p>
|
||||
<p style="margin:15px 0 0 0;color:#555;line-height:1.6;">Projects typically range from £500 for simple one-time extractions to £5,000+ for complex ongoing data pipelines. We provide fixed-price quotes with no hidden fees. <a href="/tools/cost-calculator">Try our cost calculator</a> for an instant estimate.</p>
|
||||
</details>
|
||||
|
||||
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
|
||||
<summary style="cursor:pointer;font-weight:600;color:#333;">How long does a typical project take?</summary>
|
||||
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Simple projects: 3-5 days. Complex multi-source projects: 2-4 weeks. We'll give you a specific timeline in your proposal.</p>
|
||||
<p style="margin:15px 0 0 0;color:#555;line-height:1.6;">Simple projects: 3-5 days. Complex multi-source projects: 2-4 weeks. We'll give you a specific timeline in your proposal.</p>
|
||||
</details>
|
||||
|
||||
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
|
||||
<summary style="cursor:pointer;font-weight:600;color:#333;">Is AI Automation legal?</summary>
|
||||
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Yes, when done correctly. We ensure full compliance with GDPR, DPA 2018, and respect robots.txt. Read our <a href="/blog/articles/web-Automation-compliance-uk-guide">complete legal guide</a>.</p>
|
||||
<p style="margin:15px 0 0 0;color:#555;line-height:1.6;">Yes, when done correctly. We ensure full compliance with GDPR, DPA 2018, and respect robots.txt. Read our <a href="/blog/articles/web-Automation-compliance-uk-guide">complete legal guide</a>.</p>
|
||||
</details>
|
||||
|
||||
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
|
||||
<summary style="cursor:pointer;font-weight:600;color:#333;">What format will I receive the data in?</summary>
|
||||
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Your choice: CSV, Excel, JSON, or direct API/database delivery. We can also integrate with your existing systems.</p>
|
||||
<p style="margin:15px 0 0 0;color:#555;line-height:1.6;">Your choice: CSV, Excel, JSON, or direct API/database delivery. We can also integrate with your existing systems.</p>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user