fixing version button

pull/57/head
Erik Flowers 10 years ago
parent 5f17eb109d
commit c7507365e3

@ -45,7 +45,8 @@
<div class="col-sm-12">
<p class="intro-icons"><i class="wi wi-day-lightning"></i><i class="wi wi-night-thunderstorm"></i><i class="wi wi-day-snow"></i><i class="wi wi-sprinkles"> </i><i class="wi wi-day-sunny"></i><i class="wi wi-cloudy"></i><i class="wi wi-night-rain-mix"></i><i class="wi wi-sunset"></i><i class="wi wi-sunrise"></i><i class="wi wi-day-cloudy-windy"></i><i class="wi wi-night-rain"></i><i class="wi wi-night-alt-snow"></i></p>
<p class="headline">Weather Icons is a font of 189 weather themed icons, ready to be dropped right into <a href="http://getbootstrap.com">Bootstrap</a> or any other project. <i class="wi wi-cloudy"> </i></p>
<p>Inspired by <a href="http://fontawesome.io/"> Font Awesome</a>, they work in essentially the same way. They are infinitley scalable and any CSS that can be applied to text can be applied to them. All you need to do to insert an icon is add the class to an "i" element: <code>&lt;i class="wi wi-day-lightning"&gt;&lt;/i&gt;</code>. At this time, there are no other effects/mixins to do advanced icon manipulation. Those will be coming in future releases. </p>
<p>Inspired by <a href="http://fontawesome.io/"> Font Awesome</a>, they work in essentially the same way. They are infinitley scalable and any CSS that can be applied to text can be applied to them. All you need to do to insert an icon is add the class to an "i" element: <code>&lt;i class="wi wi-day-lightning"&gt;&lt;/i&gt;</code></p>
<p>Please make requests or report any issues to the <a href="https://github.com/erikflowers/weather-icons/issues">main repository.</a></p>
<p class="follow"><a href="https://twitter.com/weathericons" data-show-count="false" data-size="large" data-dnt="true" class="twitter-follow-button">Follow @weathericons</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
@ -55,7 +56,7 @@
<div class="download-share">
<div class="container">
<div class="row download-here">
<div class="download-button"><a href="https://github.com/erikflowers/weather-icons" class="download btn btn-primary btn-large">Download version 1.2 <i class="wi wi-cloud"></i></a></div>
<div class="download-button"><a href="https://github.com/erikflowers/weather-icons" class="download btn btn-primary btn-large">Download version 1.3 <i class="wi wi-cloud"></i></a></div>
</div>
<div class="row social">
<div class="col-sm-12">
@ -1017,11 +1018,13 @@
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="beta">
<div class="title">Version 1.3</div>
<p>The third release of Weather Icons with all new fonts including: new weather condition icons, missing down-right and up-left arrows, full moon phase set, full clock set, full Beafort wind strength set!</p>
</div>
<div class="beta">
<div class="title">Version 1.2</div>
<p>The second release of Weather Icons with streamlined, updated Less, customizable variables, adjusted font boundaries, and all new fonts including: </p>
<p>Please report any issues or requests to the <a href="https://github.com/erikflowers/weather-icons/issues">repository here</a></p>
<p>The icon designs are originally by <a href="https://twitter.com/artill">Lukas Bischoff. </a>The font has wi-been modified slightly for icon-font usage, and turned into a HTML/CSS/LESS addon by <a href="http://www.helloerik.com/">me (Erik).</a></p>
</div>
</div>
</div>
@ -1030,7 +1033,7 @@
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>The Weather Icons project created and maintained by <a href="http://www.twitter.com/Erik_UX">Erik Flowers</a>. Original artwork by <a href="http://www.twitter.com/artill">Lukas Bischoff.</a></p>
<p>The Weather Icons project created and maintained by <a href="http://www.twitter.com/Erik_UX">Erik Flowers</a>. v1.0 artwork by <a href="http://www.twitter.com/artill">Lukas Bischoff</a>. v1.1, 1.2, 1.3 artwork by <a href="http://www.twitter.com/Erik_UX">Erik Flowers</a></p>
<p>LESS/HTML implementation inspired and heavily influenced by <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome.</a></p>
<p>Weather Icons licensed under <a http://scripts.sil.org/OFL>SIL OFL 1.1</a> &mdash; Code licensed under <a http://opensource.org/licenses/mit-license.html>MIT License</a> &mdash; Documentation licensed under <a http://creativecommons.org/licenses/by/3.0/>CC BY 3.0</a></p>
</div>

Loading…
Cancel
Save