microsite a11y

Signed-off-by: npiyush97 <npiyush35@gmail.com>
This commit is contained in:
npiyush97
2023-12-19 18:18:19 +05:30
parent 424317b829
commit afa03a89b0
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -204,7 +204,10 @@ module.exports = {
{
items: [
{
html: '<a href="/"><h2 class="footerLogo"></h2></a>',
html: `
<a href="/" aria-label="Backstage Software Catalog and Developer Platform">
<div class="footerLogo"></div>
</a>`,
},
],
},
+2
View File
@@ -95,10 +95,12 @@ const HomePage = () => {
<img
className="laptopSvg"
src={`${siteConfig.baseUrl}img/laptop.svg`}
alt="Illustration of a laptop"
/>
<img
className="laptopScreenGif"
src={`${siteConfig.baseUrl}animations/backstage-logos-hero-8.gif`}
alt='Animated Backstage Logo'
/>
</div>
</BannerSectionGrid>