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

Fixed issue with 'About Us' link in all relevant pages - issue #647 #653

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions html/audioTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a>
</li>
Expand Down Expand Up @@ -688,4 +688,4 @@ <h3>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions html/childTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a>
</li>
Expand Down Expand Up @@ -254,4 +254,4 @@ <h3>
<script src="childTherapy.js"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion html/laughTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li><a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a></li>
<li><a href="https://github.com/Susmita-Dey/Sukoon">Contribute</a></li>
<li><a href="https://www.buymeacoffee.com/susmitadey">Donate</a></li>
Expand Down
2 changes: 1 addition & 1 deletion html/readingTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h3>
<h3>HOME</h3>
<ul>

<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion html/specialTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down
2 changes: 1 addition & 1 deletion html/spirituality.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down
4 changes: 2 additions & 2 deletions html/talkingTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down Expand Up @@ -407,4 +407,4 @@ <h3>
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion html/yogatherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down