Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Book Card of BOUNDARIES #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,19 @@ <h5 class="card-title">Let Us C : Authentic guide to C programming language</h5>
</div>
</div>

<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://m.media-amazon.com/images/I/41P9EzD+GkL._AC_SY1000_.jpg"
alt="Boundaries" />
<div class="card-body">
<h5 class="card-title">BOUNDARIES: When to Say Yes, How to Say No, to Take Control of Your Life</h5>
<p class="card-text">Having clear boundaries is essential to a healthy, balanced lifestyle. A boundary is a personal property line that marks those things for which we are responsible. In other words, boundaries define who we are and who we are not. Boundaries impact all areas of our lives: Physical boundaries help us determine who may touch us and under what circumstances -- Mental boundaries give us the freedom to have our own thoughts and opinions </p>
<a href="https://github.com/sb-decoder" class="btn btn-outline-danger btn-sm">Contributed by -
Sowham Bhuin</a>
</div>
</div>
</div>

<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://m.media-amazon.com/images/I/71voZy9zBXL.jpg" alt="The Dead Don't Talk" />
Expand Down