Fix: remove duplicate author-bio includes, add author images, move inline styles

- Remove author-bio.php and article-footer.php duplicate inclusions from
  inside related article cards across 17 articles (was rendering 4x per page)
- Create /assets/images/authors/ with SVG avatars for all 7 named authors
- Move inline <style> block out of author-bio.php into main.css
This commit is contained in:
root
2026-02-22 09:58:16 +00:00
committed by Peter Foster
parent 4d44e84478
commit 6f8a0490fc
26 changed files with 195 additions and 478 deletions

View File

@@ -1421,33 +1421,13 @@ ORDER BY predicted_clv DESC;</code></pre>
<article class="related-card">
<h3><a href="business-intelligence-dashboard-design.php">BI Dashboard Design Best Practices</a></h3>
<p>Transform your SQL analytics into compelling visual dashboards for business users.</p>
<span class="read-time">12 min read</span>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
</div>
</article>
<article class="related-card">
<span class="read-time">12 min read</span> <article class="related-card">
<h3><a href="../categories/business-intelligence.php">More Business Intelligence Articles</a></h3>
<p>Explore our complete collection of business intelligence and data analytics resources.</p>
<span class="read-time">Browse category</span>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
</div>
</article>
<article class="related-card">
<span class="read-time">Browse category</span> <article class="related-card">
<h3><a href="/case-studies/">SQL Analytics Success Stories</a></h3>
<p>See real-world examples of advanced SQL implementations across different industries.</p>
<span class="read-time">Multiple studies</span>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/article-footer.php'); ?>
</div>
</article>
</div>
<span class="read-time">Multiple studies</span> </div>
</section>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>