We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2d71d commit ebef8dfCopy full SHA for ebef8df
index.html
@@ -203,12 +203,12 @@ <h3>Form API</h3>
203
204
<div class="projectGridItem">
205
<!--Insert project img-->
206
- <img src="images/horizontalComingSoon.jpg" alt="Coming Soon">
+ <img src="images/horizontalComingSoon.jpg" alt="Weather App">
207
<!--Insert project title-->
208
- <h3>Coming Soon</h3>
+ <h3>Weather App</h3>
209
210
<!--Create project button link-->
211
- <a class="btn btn-primary" href="#" role="button">See More</a>
+ <a class="btn btn-primary" href="weatherApp/index.html">See More</a>
212
</div>
213
214
0 commit comments