|
1 |
| -<div class="about"> |
2 |
| - <ul> |
3 |
| - <li>Angular Application built and maintained by <a href="https://rhythmandbinary.com/">Andrew Evans</a></li> |
4 |
| - <li>Weather data provided by <a href="https://www.weather.gov/documentation/services-web-api">NOAA APIs</a> and the <a href="https://openweathermap.org/api">OpenWeatherMapAPI Service</a></li> |
5 |
| - <li>Application uses <a href="https://ngrx.io/">NgRx</a> for state management</li> |
6 |
| - <li>Open Source with the |
7 |
| - <a href="https://github.com/andrewevans02/goose-weather/blob/master/LICENSE">MIT License</a> and can be viewed on <a href="https://github.com/andrewevans02/goose-weather">GitHub</a></li> |
8 |
| - <li>Goose image was made at |
| 1 | +<div clas="mobile"> |
| 2 | + <div class="about"> |
| 3 | + <p> This application is built and maintained by |
| 4 | + <a href="https://rhythmandbinary.com/">Andrew Evans</a>. It was named for Andrew's wife, and her dream of being a meteorologist. The weather data is provided by |
| 5 | + <a href="https://www.weather.gov/documentation/services-web-api">NOAA APIs</a>, and the |
| 6 | + <a href="https://openweathermap.org/api">OpenWeatherMapAPI Service</a>. This Application uses |
| 7 | + <a href="https://ngrx.io/">NgRx</a> for state management. It's also Open Source with the |
| 8 | + <a href="https://github.com/andrewevans02/goose-weather/blob/master/LICENSE">MIT License</a>. |
| 9 | + Source code can be viewed on <a href="https://github.com/andrewevans02/goose-weather">GitHub</a>. |
| 10 | + The Goose image shown was made by |
9 | 11 | <a href="https://www.flaticon.com/authors/smalllikeart" title="smalllikeart">smalllikeart</a> from
|
10 | 12 | <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
|
11 | 13 | and is licensed by
|
12 |
| - <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> |
13 |
| - </li> |
14 |
| - </ul> |
| 14 | + <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>. |
| 15 | + </p> |
| 16 | + </div> |
| 17 | + <div class="images"> |
| 18 | + <img src='./assets/goose.svg'> |
| 19 | + <img src='./assets/sun.svg'> |
| 20 | + </div> |
15 | 21 | </div>
|
16 |
| -<img src='./assets/goose.svg'> |
|
0 commit comments