Skip to content

Commit

Permalink
Removed the daily weather info setction since it is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
DiksonIvySon committed Oct 19, 2023
1 parent 5626b0a commit f0c22bb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions weatherApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,6 @@ <h3>Running</h3>
</div>
</div>
</div>
<div class="mySlides fade">
<div class="periodText">Daily Weather Conditions</div>
<div class="dayWeather-container" id="dayWeather-container">
<hr>
<div class="dayWeather-container-message">
<h2>weatherAPI.com free plan does not include future data in the package plan.</h2>
<h2>To access tomorrow's weather or any other day in the future</h2>
<h1>Click on the "MORE" button</h1>
</div>
<hr>
</div>
</div>
<div class="mySlides fade">
<div class="periodText">Last 7 days Weather Conditions</div>
<div class="previousWeather-container dayWeather-container">
Expand All @@ -215,8 +203,7 @@ <h1>Click on the "MORE" button</h1>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)">Hourly</span>
<span class="dot" onclick="currentSlide(2)">Daily</span>
<span class="dot" onclick="currentSlide(3)">Previously</span>
<span class="dot" onclick="currentSlide(2)">Previously</span>
</div>
</div>

Expand Down

0 comments on commit f0c22bb

Please sign in to comment.