|
1 |
| -<div class="container"> |
2 |
| - <div class="row"> |
3 |
| - <div class="col-sm"> |
4 |
| - <ul> |
5 |
| - <li>Written with <a href="https://github.com/angular/angular">Angular 7</a> with <a href="https://github.com/ngrx/platform">NgRX</a></li> |
6 |
| - <li>Styling done with <a href="https://material.angular.io/">Angular Material</a> and <a href="https://getbootstrap.com/">Bootstrap</a></li> |
7 |
| - <li>Weather Data retrieved with the <a href="https://www.weather.gov/documentation/services-web-api">NOAA API</a> and |
8 |
| - <a href="https://openweathermap.org/api">Open Weather Map API</a></li> |
9 |
| - <li>Project is Open Source and can be viewed on GitHub <a href="https://github.com/andrewevans02/goose-weather">here</a></li> |
10 |
| - <li>Open Source with the <a href="https://github.com/andrewevans02/goose-weather/blob/master/LICENSE">MIT License</a></li> |
11 |
| - <li>Angular image was copied from <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Angular_full_color_logo.svg/250px-Angular_full_color_logo.svg.png">here</a></li> |
12 |
| - <li>Goose Picture was made at <a href="https://www.flaticon.com/authors/smalllikeart" title="smalllikeart">smalllikeart</a> from |
13 |
| - <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by |
14 |
| - <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></li> |
15 |
| - <li>Temperature displayed is in Fahrenheit</li> |
16 |
| - <li>Speed displayed is in Miles Per Hour</li> |
17 |
| - </ul> |
18 |
| - </div> |
19 |
| - <div class="col-sm"> |
20 |
| - <img src='./assets/goose.svg'> |
21 |
| - </div> |
22 |
| - <div class="col-sm"> |
23 |
| - <img src='./assets/Angular.png'> |
24 |
| - </div> |
25 |
| - </div> |
| 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 |
| 9 | + <a href="https://www.flaticon.com/authors/smalllikeart" title="smalllikeart">smalllikeart</a> from |
| 10 | + <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> |
| 11 | + 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> |
26 | 15 | </div>
|
27 |
| - |
28 |
| - |
| 16 | +<img src='./assets/goose.svg'> |
0 commit comments