We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8f033 commit 3d3ecc3Copy full SHA for 3d3ecc3
index.html
@@ -144,10 +144,10 @@ <h5 class="card-title">Form API</h5>
144
<!-- Card 2 -->
145
<div class="col-12 col-md-6 col-lg-4 mb-4">
146
<div class="card">
147
- <img src="images/horizontalComingSoon.jpg" class="card-img-top" alt="Weather App">
+ <img src="images/weatherApp.png" class="card-img-top" alt="Weather App">
148
<div class="card-body">
149
<h5 class="card-title">Weather App</h5>
150
- <p class="card-text">Coming Soon</p>
+ <p class="card-text">This is a project showcases bootstrap elements and jquery library to calculate city weather.</p>
151
<a href="weatherApp/index.html" class="btn btn-primary">See More</a>
152
</div>
153
0 commit comments