SEO : added alt attribute
This commit is contained in:
parent
a377e1b632
commit
b7f8cb14a9
@ -83,7 +83,7 @@ are some other products:
|
||||
<div style="height: 100px;">
|
||||
<a href="http://code.google.com/p/joox/"
|
||||
title="jOOX, a product inspired by jOOQ">
|
||||
<img src="<?=$root?>/img/joox-small.png" alt="jOOX" style="float:left; margin-right: 4em; border: 0"/></a>
|
||||
<img src="<?=$root?>/img/joox-small.png" alt="The jOOX Logo" style="float:left; margin-right: 4em; border: 0"/></a>
|
||||
<p><a href="http://code.google.com/p/joox/"
|
||||
title="jOOX, a product inspired by jOOQ">jOOX</a> stands for Java
|
||||
Object Oriented XML. It is a simple wrapper for the org.w3c.dom package,
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
alt="Fork me on GitHub" src="<?=$root?>/img/forkme.png"
|
||||
style="position: absolute; top: 0; right: 0; border: 0;"/> </a>
|
||||
<div style="display: none">
|
||||
<img src="/img/logo.png" title="jOOQ Logo"/>
|
||||
<img src="/img/logo.png" alt="The jOOQ Logo" title="jOOQ Logo"/>
|
||||
|
||||
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
|
||||
</body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user