We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5896f3d commit cff1e0fCopy full SHA for cff1e0f
EssentialCSharp.Web/Views/Home/About.cshtml
@@ -37,7 +37,9 @@
37
<div class="row gx-5">
38
<div class="col-12 col-md-6">
39
<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">
+ <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>
43
</div>
44
45
<div class="col-12 col-md-6 mt-3">
0 commit comments