Skip to content

Commit

Permalink
final update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 9, 2023
1 parent 53d6c86 commit f90f849
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 338 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weather App</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="weather-icon.png" type="image/x-icon">
<link rel="shortcut icon" href="./weatherIMg/weather-icon.png" type="image/x-icon">
<style>
#search-icon{
width: 20px;
Expand All @@ -27,14 +27,14 @@
<div class="card">

<div class="header">
<img id="icon-size" src="weather-icon.png" alt="Weather Icon">
<img id="icon-size" src="./weatherIMg/weather-icon.png" alt="Weather Icon">
<h1 id="heading-col">Weather App</h1>
</div>
<br>
<div class="search">
<input type="text" placeholder="Enter city name" spellcheck="false">

<button><img id="search-icon" src="search icon.png" alt=""></button>
<button><img id="search-icon" src="./weatherIMg/search icon.png" alt=""></button>
</div>
<div class="error">
<p> Sorry ! but the city name you entered is not recognized </p>
Expand All @@ -45,14 +45,14 @@ <h1 class="temp">22°C</h1>
<h2 class="city">banglore</h2>
<div class="details">
<div class="col">
<img src="humidity.png" alt="">
<img src="./weatherIMg/humidity.png" alt="">
<div>
<p class="humidity">50%</p>
<p>humidity</p>
</div>
</div>
<div class="col">
<img src="wind.png" alt="">
<img src="./weatherIMg/wind.png" alt="">
<div>
<p class="wind">15 km/hr</p>
<p>Wind Speed</p>
Expand All @@ -63,7 +63,7 @@ <h2 class="city">banglore</h2>
</div>
</div>
<div class="weather">
<img src="heavy-rain.png" class="weather-icon">
<img src="./weatherIMg/heavy-rain.png" class="weather-icon">
<h1 class="temp">tempreture</h1>
<h2 class="city">city</h2>
<div class="details">
Expand Down
41 changes: 0 additions & 41 deletions README.md

This file was deleted.

146 changes: 0 additions & 146 deletions Weather-WebAPP/Index.html

This file was deleted.

2 changes: 0 additions & 2 deletions Weather-WebAPP/README.md

This file was deleted.

Binary file removed Weather-WebAPP/heavy-rain.png
Binary file not shown.
Binary file removed Weather-WebAPP/humidity.png
Binary file not shown.
127 changes: 0 additions & 127 deletions Weather-WebAPP/style.css

This file was deleted.

Binary file removed Weather-WebAPP/weatherIMg/clear.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/clouds.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/drizzle.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/heavy-rain.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/humidity (1).png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/humidity.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/mist.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/rain.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/search icon.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/temperature max.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/temperature min.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/weather-icon.png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/wind (1).png
Binary file not shown.
Binary file removed Weather-WebAPP/weatherIMg/wind.png
Binary file not shown.
Binary file removed Weather-WebAPP/wind.png
Binary file not shown.
Binary file removed heavy-rain.png
Binary file not shown.
Binary file removed humidity.png
Binary file not shown.
16 changes: 0 additions & 16 deletions script.js

This file was deleted.

Binary file removed search icon.png
Binary file not shown.
Binary file removed weather-icon.png
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file modified weatherIMg/wind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed wind.png
Binary file not shown.

0 comments on commit f90f849

Please sign in to comment.