TenderRadar website with CSS fixes

- Fixed footer logo contrast (dark → white on dark background)
- Fixed avatar sizing and gradient contrasts
- Fixed testimonial layout with flexbox
- Fixed signup form contrast and LastPass icon overlap
- Added responsive company logos section
- Fixed FAQ accordion CSS
- All CSS improvements for WCAG compliance
This commit is contained in:
2026-02-14 22:21:55 +00:00
commit 282ef50093
33 changed files with 13967 additions and 0 deletions

57
sitemap.xml Normal file
View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tenderradar.co.uk/</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/signup.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/login.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/about.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/contact.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/blog.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/privacy.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/terms.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://tenderradar.co.uk/gdpr.html</loc>
<lastmod>2025-02-14</lastmod>
<changefreq>yearly</changefreq>
<priority>0.3</priority>
</url>
</urlset>