Skip to content

Commit

Permalink
add: title property to links with web screenshots in Home
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Mar 25, 2024
1 parent 20bf36d commit df78e6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<h2 class="heading-1">Family of Brands</h2>
<hr>
<section class="sub-brand">
<a class="screen" href="https://polyfen.com" target="_blank" rel="dofollow">
<a class="screen" href="https://polyfen.com" target="_blank" rel="dofollow" title="polyfen.com">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polyfen-screen.webp" alt="Polyfen screenshot" class="web-screenshot">
</a>
Expand All @@ -88,7 +88,7 @@ class="web-icon" alt="">polyfen.com</a>
<h3 class="polyatlas --sub-brand">
<a href="https://polyatlas.wiki" target="_blank" class="web-url" rel="dofollow">Polyatlas<span></span></a>
</h3>
<a class="screen" href="https://polyatlas.wiki" target="_blank" rel="dofollow">
<a class="screen" href="https://polyatlas.wiki" target="_blank" rel="dofollow" title="polyatlas.wiki">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polyatlas-screen.webp" alt="Polyatlas screenshot" class="web-screenshot">
</a>
Expand All @@ -102,7 +102,7 @@ class="web-icon" alt="">polyatlas.wiki</a>
<h3 class="polycookies --sub-brand">
<a href="https://polycookies.com" target="_blank" class="web-url" rel="dofollow">Polycookies<span></span></a>
</h3>
<a class="screen" href="https://polycookies.com" target="_blank" rel="dofollow">
<a class="screen" href="https://polycookies.com" target="_blank" rel="dofollow" title="polycookies.com">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polycookies-screen.webp" alt="Polycookies screenshot" class="web-screenshot">
</a>
Expand All @@ -116,7 +116,7 @@ class="web-icon" alt="">polycookies.com</a>
<h3 class="polyqwerty --sub-brand">
<a href="https://polyqwerty.com" target="_blank" class="web-url" rel="dofollow">polyqwerty<span></span></a>
</h3>
<a class="screen" href="https://polyqwerty.com" target="_blank" rel="dofollow">
<a class="screen" href="https://polyqwerty.com" target="_blank" rel="dofollow" title="polyqwerty.com">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polyqwerty-screen.webp" alt="Polyqwerty screenshot" class="web-screenshot">
</a>
Expand All @@ -129,7 +129,7 @@ class="web-icon" alt="">polyqwerty.com</a>
<h3 class="polykit --sub-brand">
<a href="https://polykit.xyz" target="_blank" class="web-url" rel="dofollow">polykit<span></span></a>
</h3>
<a class="screen" href="https://polykit.xyz" target="_blank" rel="dofollow">
<a class="screen" href="https://polykit.xyz" target="_blank" rel="dofollow" title="polykit.xyz">
<img src="imgs/window-frame.svg" alt="" class="window-frame">
<img src="imgs/sub-brands/polykit-screen.webp" alt="Polikit screenshot" class="web-screenshot">
</a>
Expand Down

0 comments on commit df78e6b

Please sign in to comment.