Skip to content

Commit 3d3ecc3

Browse files
committed
change weather img from comingsoon to weatherApp.png
1 parent 6d8f033 commit 3d3ecc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ <h5 class="card-title">Form API</h5>
144144
<!-- Card 2 -->
145145
<div class="col-12 col-md-6 col-lg-4 mb-4">
146146
<div class="card">
147-
<img src="images/horizontalComingSoon.jpg" class="card-img-top" alt="Weather App">
147+
<img src="images/weatherApp.png" class="card-img-top" alt="Weather App">
148148
<div class="card-body">
149149
<h5 class="card-title">Weather App</h5>
150-
<p class="card-text">Coming Soon</p>
150+
<p class="card-text">This is a project showcases bootstrap elements and jquery library to calculate city weather.</p>
151151
<a href="weatherApp/index.html" class="btn btn-primary">See More</a>
152152
</div>
153153
</div>

0 commit comments

Comments
 (0)