Skip to content

Commit cff1e0f

Browse files
Made book cover clickable in /about page
1 parent 5896f3d commit cff1e0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

EssentialCSharp.Web/Views/Home/About.cshtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
<div class="row gx-5">
3838
<div class="col-12 col-md-6">
3939
<div class="d-flex align-items-center justify-content-center h-100">
40-
<img src="/images/book.png" class="img-fluid" style="height: 450px" alt="Essential C Sharp Book">
40+
<a href="https://a.co/d/95wxhTg" target="_blank">
41+
<img src="/images/book.png" class="img-fluid" style="height: 450px" alt="Essential C Sharp Book">
42+
</a>
4143
</div>
4244
</div>
4345
<div class="col-12 col-md-6 mt-3">

0 commit comments

Comments
 (0)