Skip to content

Commit

Permalink
Complete version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorjr committed Jan 24, 2017
2 parents e0c0d18 + 137d086 commit 9b52c36
Show file tree
Hide file tree
Showing 11 changed files with 2,171 additions and 335 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ The app pulls data from the [Dark Sky API](http://darksky.net/dev) and provides:

### Current Version

The current release is [v1.2.2](https://github.com/davidtaylorjr/local-weather-webapp/releases/latest) and is on a steady development cycle.

The current release is [v1.3](https://github.com/davidtaylorjr/local-weather-webapp/releases/latest) and is on a steady development cycle.



### Future Feature Plans

Future featrues that are currently planned are:

- Precipitation Chance
- Extended 3-5 day forecast
- Location Search
- Daily Almanac Details
- And More!

To leave suggestions for future feature requests please open an [Issue](https://github.com/davidtaylorjr/local-weather-webapp/issues)
Expand Down
27 changes: 18 additions & 9 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ html {
}

a {
color: #254ae6 !important;
text-decoration: none;
color: #254ae6;
text-decoration: none;
}

#pgtitle {
Expand Down Expand Up @@ -43,13 +43,21 @@ a {
}

#weathercon {
position: relative !important;
top: 50px;
font-size: 6em;
color: #ffffff;
text-align: center;
}

#extended {
position: relative;
color: #ffffff;
text-align: center;
font-family: sans-serif;
}

#locbtn {
position: relative;
margin: 3% auto auto auto;
margin: auto auto auto auto;
text-align: center;
}

Expand All @@ -60,7 +68,6 @@ a {

#celsiusbtn {
position: relative;
top: 8.5em;
font-family: sans-serif;
background-color: #828282;
color: #ffffff;
Expand All @@ -73,7 +80,6 @@ a {

#fahrenheitbtn {
position: relative;
top: 8.5em;
font-family: sans-serif;
background-color: #828282;
color: #ffffff;
Expand All @@ -98,9 +104,11 @@ button {
}

footer {
margin-top: 100px;
/* margin-top: 100px; */
padding: 1rem;
color: #ffffff;
text-align: center;
font-family: sans-serif;
}

#darkskyapi {
Expand All @@ -111,4 +119,5 @@ footer {
#copyright {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
color: #ffffff;
}
304 changes: 0 additions & 304 deletions css/weather-icon-animated.css

This file was deleted.

Loading

0 comments on commit 9b52c36

Please sign in to comment.