diff options
Diffstat (limited to 'views/home.ejs')
-rw-r--r-- | views/home.ejs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/views/home.ejs b/views/home.ejs index 54c19e6..7884df8 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -110,11 +110,9 @@ </div> </div> <div class="span5 sectionright"> - <a href="https://itunes.apple.com/us/genre/ios-finance/id6015?mt=8"> - <img src="/img/iph.png" class="apple"> - </a> - <a href="https://play.google.com/store"><img src="/img/android.png" id="android" class="infoimg"></a> - <a href="http://www.windowsphone.com/nb-no/store"><img src="/img/win.png" id="windows" class="infoimg"></a> + <a href="https://itunes.apple.com/us/genre/ios-finance/id6015?mt=8"><img src="/img/iph.png" onmouseover="this.src='/img/iphoneA.png'" onmouseout="this.src='/img/iph.png'"></a> + <a href="https://play.google.com/store"><img src="/img/android.png" onmouseover="this.src='/img/androidA.png'" onmouseout="this.src='/img/android.png'"></a> + <a href="http://www.windowsphone.com/nb-no/store"><img src="/img/win.png" onmouseover="this.src='/img/winA.png'" onmouseout="this.src='/img/win.png'"></a> </div> </div> </div> |