Skip to content

Commit b52df5d

Browse files
Book image is now clickable
Nested img in anchor
1 parent 2ac9709 commit b52df5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

EssentialCSharp.Web/Views/Home/Home.cshtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
<div class="row gx-5">
2929
<div class="col-12 col-md-6">
3030
<div class="d-flex align-items-center justify-content-center h-100">
31-
<img src="/images/book.png" class="img-fluid" style="height: 450px" alt="Essential C Sharp Book">
31+
<a href="https://a.co/d/95wxhTg" target="_blank">
32+
<img src="/images/book.png" class="img-fluid" style="height: 450px" alt="Essential C Sharp Book">
33+
</a>
3234
</div>
3335
</div>
3436
<div class="col-12 col-md-6 mt-3">

0 commit comments

Comments
 (0)