From d6e4f48447f9ab7d993f0b433947023f59655e06 Mon Sep 17 00:00:00 2001 From: Monica Powell Date: Sat, 13 Oct 2018 22:52:38 -0400 Subject: [PATCH] fid github icon link --- templates/weather.html | 162 +++++++++++++++++++++++++++-------------- 1 file changed, 106 insertions(+), 56 deletions(-) diff --git a/templates/weather.html b/templates/weather.html index 0723f11..8b0140c 100644 --- a/templates/weather.html +++ b/templates/weather.html @@ -1,83 +1,133 @@ - + + Local Weather For {{ location.city }} - - - - + + + + - + - - + + - - + + - - - - - + + + + + + + + +
-

Today's Weather Forecast

+

Today's Weather Forecast

+ +
+

{{ location.city }}, {{ location.state }}

-
-

{{ location.city }}, {{ location.state }}

+ - + + {{ weather_info.temperature }} {% if weather_info.unit == True %} ℃ {% else %} ℉ {% endif %} + - {{ weather_info.temperature }}° + {% if weather_icon == "clear-day" %} + + {% elif weather_icon == "clear-night"%} + + {% elif weather_icon == "rain"%} + + {% elif weather_icon == "snow"%} + + {% elif weather_icon == "sleet"%} + + {% elif weather_icon == "wind"%} + + {% elif weather_icon == "fog"%} + + {% elif weather_icon == "cloudy"%} + + {% elif weather_icon == "partly-cloudy-day"%} + + {% elif weather_icon == "partly-cloudy-day"%} + + {% else %} + - {% if weather_icon == "clear-day" %} - -{% elif weather_icon == "clear-night"%} - -{% elif weather_icon == "rain"%} - -{% elif weather_icon == "snow"%} - -{% elif weather_icon == "sleet"%} - -{% elif weather_icon == "wind"%} - -{% elif weather_icon == "fog"%} - -{% elif weather_icon == "cloudy"%} - -{% elif weather_icon == "partly-cloudy-day"%} - -{% elif weather_icon == "partly-cloudy-day"%} - -{% else %} - + {% endif %} - {% endif %} + +

- -

+ + Right now it is {{ weather_info.temperature }} {% if weather_info.unit == True %} ℃ {% else %} ℉ {% endif %} + and {{ weather_info.rain}} + -Right now it is {{ weather_info.temperature }}° and {{ weather_info.rain}} - +

+
+
+
-

-
- -
+ - + - - + \ No newline at end of file