Skip to content

Commit 226acf9

Browse files
committed
add to do list git repo link
1 parent f153cba commit 226acf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ <h5 class="card-title">Weather App</h5>
156156
<!-- Card 3 -->
157157
<div class="col-12 col-md-6 col-lg-4 mb-4">
158158
<div class="card">
159-
<img src="images/horizontalComingSoon.jpg" class="card-img-top" alt="Coming Soon">
159+
<img src="images/todoList.png" class="card-img-top" alt="React Todo List">
160160
<div class="card-body">
161-
<h5 class="card-title">Coming Soon</h5>
162-
<p class="card-text">Coming Soon</p>
163-
<a href="#" class="btn btn-primary">See More</a>
161+
<h5 class="card-title">React Todo List</h5>
162+
<p class="card-text">A simple React Todo List that uses react framework and components to create a functioning todo list.</p>
163+
<a href="https://github.com/Daniel1000c/TaskifyApp" class="btn btn-primary" target="_blank">See More</a>
164164
</div>
165165
</div>
166166
</div>

0 commit comments

Comments
 (0)