Update logos on frontpage

This commit is contained in:
Paulus Schoutsen 2015-09-09 00:00:41 -07:00
parent 5e62b48440
commit 225024280c
2 changed files with 44 additions and 14 deletions

View File

@ -34,8 +34,9 @@
border: none !important;
box-shadow: none !important;
max-height: 50px;
max-width: 200px;
max-width: 140px;
margin: 10px;
vertical-align: middle;
}
}

View File

@ -2,19 +2,48 @@
<hr>
<p>Home Assistant will track the state of all the devices in your home, so you don't have to.</p>
<div class='supported-brands clearfix'>
<img src='/images/supported_brands/philips_hue.png' />
<img src='/images/supported_brands/vera.png' />
<img src='/images/supported_brands/mqtt.png' />
<img src='/images/supported_brands/belkin_wemo.png' />
<img src='/images/supported_brands/nest_thermostat.png' />
<img src='/images/supported_brands/pushbullet.png' />
<img src='/images/supported_brands/wink.png' />
<img src='/images/supported_brands/pushover.png' />
<img src='/images/supported_brands/google_cast.png' />
<img src='/images/supported_brands/telldus_tellstick.png' />
<img src='/images/supported_brands/netgear.png' />
<img src='/images/supported_brands/openwrt.png' />
<img src='/images/supported_brands/z-wave.png' />
<a href='/components/thermostat.nest.html'>
<img src='/images/supported_brands/nest_thermostat.png' />
</a>
<a href='/components/light.hue.html'>
<img src='/images/supported_brands/philips_hue.png' />
</a>
<a href='/components/mqtt.html'>
<img src='/images/supported_brands/mqtt.png' />
</a>
<a href='/components/media_player.cast.html'>
<img src='/images/supported_brands/google_cast.png' />
</a>
<a href='/components/switch.wemo.html'>
<img src='/images/supported_brands/belkin_wemo.png' />
</a>
<a href='/components/notify.pushbullet.html'>
<img src='/images/supported_brands/pushbullet.png' />
</a>
<a href='/components/ifttt.html'>
<img src='/images/supported_brands/ifttt.png' />
</a>
<a href='/components/wink.html'>
<img src='/images/supported_brands/wink.png' />
</a>
<a href='/components/arduino.html'>
<img src='/images/supported_brands/arduino.png' />
</a>
<a href='/components/media_player.kodi.html'>
<img src='/images/supported_brands/kodi.png' />
</a>
<a href='/components/device_tracker.netgear.html'>
<img src='/images/supported_brands/netgear.png' />
</a>
<a href='/components/zwave.html'>
<img src='/images/supported_brands/z-wave.png' />
</a>
<a href='/components/device_tracker.luci.html'>
<img src='/images/supported_brands/openwrt.png' />
</a>
<a href='/components/vera.html'>
<img src='/images/supported_brands/vera.png' />
</a>
</div>
<p class='pull-right'><a href='/components/'>Browse all &raquo;</a></p>