generated from toduyemi/project-template-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
820 changed files
with
3 additions
and
16,301 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>get yo weather</title><script defer="defer" src="index.bundle.js"></script></head><body><section id="side-panel"><section id="top-panel"><div id="search-form"></div><section id="current-ctr"></section></section><section id="daily-forecast"></section></section><section id="main-panel"><header><h1>get yo weather</h1><h1 id="user-date"></h1><div id="toggle-ctr"><img src="./static/assets/weather-icons-master/production/line/all/celsius.svg" alt="Celsius" srcset=""> <label for="unit-toggle" class="switch"><input id="unit-toggle" type="checkbox"> <span class="slider"></span></label> <img src="./static/assets/weather-icons-master/production/line/all/fahrenheit.svg" alt="Fahrenheit" srcset=""></div></header><section id="current-conditions"></section><section id="charts-ctr"><div class="chart-ctr"><div class="colSmall"><canvas id="temp-chart2"></canvas></div><div class="colLarge"><div class="box"><canvas id="temp-chart1"></canvas></div></div></div></section></section><template id="daily-template"><li><div class="card"><output class="icon"></output><div class="col"><output class="description"></output><output class="date"></output></div><div class="col"><output class="high"></output><output class="low"></output></div></div></li></template><template id="conditions"><h3>Current conditions</h3><h3 id="description-output"></h3></template><template id="current-template"><section id="date-ctr"><h2 id="location"></h2><h2 id="local-date"></h2></section><div id="icon-ctr"></div><output id="temp-output"></output><div id="feels-ctr"><div class="row"><img src="./static/assets/weather-icons-master/production/line/all/thermometer.svg" alt=""><h3>Feels like</h3></div><h2 id="feels-like"></h2></div></template><template id="daily-statistics"><li><img src="./static/assets/weather-icons-master/production/line/all/sunrise.svg" alt=""> <label for="sunrise">Sunrise</label><output class="stat-card" id="sunrise"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/sunset.svg" alt=""> <label for="sunset">Sunset</label><output class="stat-card" id="sunset"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/raindrop.svg" alt=""> <label for="humidity">Humidity</label><output class="stat-card" id="humidity"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/barometer.svg" alt=""> <label for="Pressure">Pressure</label><output class="stat-card" id="pressure"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/wind-beaufort-4.svg" alt=""> <label for="wind">Wind</label><output class="stat-card" id="windspeed"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/raindrop-measure.svg" alt=""> <label for="precipitation">Precipitation</label><output class="stat-card" id="precipitation"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/humidity.svg" alt=""> <label for="pop">Chance of precipitation</label><output class="stat-card" id="pop"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/uv-index.svg" alt=""> <label for="uv">UV Index</label><output class="stat-card" id="uv"></output></li></template></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>get yo weather</title><script defer="defer" src="index.bundle.js"></script></head><body><section id="side-panel"><section id="top-panel"><div id="search-form"></div><section id="current-ctr"></section></section><section id="daily-forecast"></section></section><section id="main-panel"><header><h1>get yo weather</h1><h1 id="user-date"></h1><div id="toggle-ctr"><img src="./static/assets/weather-icons-master/production/line/all/celsius.svg" alt="Celsius" srcset=""> <label for="unit-toggle" class="switch"><input id="unit-toggle" type="checkbox"> <span class="slider"></span></label> <img src="./static/assets/weather-icons-master/production/line/all/fahrenheit.svg" alt="Fahrenheit" srcset=""></div></header><section id="current-conditions"></section><section id="charts-ctr"><div class="chart-ctr"><div class="colSmall"><canvas id="temp-chart2"></canvas></div><div class="colLarge"><div class="box"><canvas id="temp-chart1"></canvas></div></div></div></section></section><template id="daily-template"><li><div class="card"><output class="icon"></output><div class="col"><output class="date"></output><output class="description"></output></div><div class="col"><output class="high"></output><output class="low"></output></div></div></li></template><template id="conditions"><h3>Current conditions</h3><h3 id="description-output"></h3></template><template id="current-template"><section id="date-ctr"><h2 id="location"></h2><div class="date-time-ctr"><h2 id="local-date"></h2><h2 id="local-time"></h2></div></section><div id="icon-ctr"></div><output id="temp-output"></output><div id="feels-ctr"><div class="row"><img src="./static/assets/weather-icons-master/production/line/all/thermometer-glass.svg" alt=""><h3>Feels like</h3></div><h2 id="feels-like"></h2></div></template><template id="daily-statistics"><li><img src="./static/assets/weather-icons-master/production/line/all/sunrise.svg" alt=""> <label for="sunrise">Sunrise</label><output class="stat-card" id="sunrise"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/sunset.svg" alt=""> <label for="sunset">Sunset</label><output class="stat-card" id="sunset"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/raindrop.svg" alt=""> <label for="humidity">Humidity</label><output class="stat-card" id="humidity"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/barometer.svg" alt=""> <label for="Pressure">Pressure</label><output class="stat-card" id="pressure"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/wind-beaufort-4.svg" alt=""> <label for="wind">Wind</label><output class="stat-card" id="windspeed"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/raindrop-measure.svg" alt=""> <label for="precipitation">Precipitation</label><output class="stat-card" id="precipitation"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/humidity.svg" alt=""> <label for="pop">Chance of precipitation</label><output class="stat-card" id="pop"></output></li><li><img src="./static/assets/weather-icons-master/production/line/all/uv-index.svg" alt=""> <label for="uv">UV Index</label><output class="stat-card" id="uv"></output></li></template></body></html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
static/assets/weather-icons-master/design/fill/animation-ready/barometer.svg
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
static/assets/weather-icons-master/design/fill/animation-ready/celsius.svg
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
static/assets/weather-icons-master/design/fill/animation-ready/clear-day.svg
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
static/assets/weather-icons-master/design/fill/animation-ready/clear-night.svg
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
static/assets/weather-icons-master/design/fill/animation-ready/cloudy.svg
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
static/assets/weather-icons-master/design/fill/animation-ready/compass.svg
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
static/assets/weather-icons-master/design/fill/animation-ready/drizzle.svg
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.