Skip to content

Commit

Permalink
Fix caps error. Add alt text. normalize popovers.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-w-williams committed May 15, 2018
1 parent 050e611 commit 20d4eae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2018/fn-home01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ <h3>Tutorials</h3>
#iconlist a{padding:20px; }
</style>
<div id="iconlist">
<a href="https://fnproject.io/tutorials/Introduction/"><img src="images/langs/golang64.png" rel="popover" title="Go"></a>
<a href="https://fnproject.io/tutorials/Introduction/" rel="popover" title="Go"><img src="images/langs/golang64.png" alt="Go logo"></a>

<a href="https://fnproject.io/tutorials/JavaFDKIntroduction/" rel="popover" title="Java"><img src="images/langs/java-logo.png"></a>
<a href="https://fnproject.io/tutorials/JavaFDKIntroduction/" rel="popover" title="Java"><img src="images/langs/java-logo.png" alt="Java logo"></a>

<a href="https://fnproject.io/tutorials/node/intro/" rel="popover" title="Node.js"><img src="images/langs/nodejs-logo.png"></a>
<a href="https://fnproject.io/tutorials/node/intro/" rel="popover" title="Node.js"><img src="images/langs/nodejs-logo.png" alt="Node.js logo"></a>

<a href="https://fnproject.io/tutorials/python/intro/"><img src="images/langs/python76.png" rel="popover" title="Python"></a>
<a href="https://fnproject.io/tutorials/python/intro/" title="Python" rel="popover"><img src="images/langs/Python76.png" alt="Python logo"></a>

<a href="https://fnproject.io/tutorials/ruby/intro/" rel="popover" title="Ruby"><img src="images/langs/ruby-logo.png" alt="Ruby Logo"></a>
<a href="https://fnproject.io/tutorials/ruby/intro/" rel="popover" title="Ruby"><img src="images/langs/ruby-logo.png" alt="Ruby logo"></a>
</div> <!-- end div -->
</div>
<!-- end container -->
Expand Down

0 comments on commit 20d4eae

Please sign in to comment.