Skip to content

Commit

Permalink
Trying to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwaAmarasinghe committed Apr 16, 2024
1 parent 5792c28 commit fd03938
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/placeholders/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>Links</h4>
<a class="footer-link-contact " href="/index.html#contact">Contact</a>
</li>
<li class="footer-link">
<a class="footer-link-competitions " href="/competitions.html">Competitions</a>
<a class="footer-link-competitions " href="./competitions.html">Competitions</a>
</li>
</ul>
</div>
Expand Down
8 changes: 4 additions & 4 deletions assets/placeholders/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link " href="index.html">Home</a>
<a class="nav-link " href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#about">About</a>
<a class="nav-link" href="./index.html#about">About</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="/index.html#contact">
<a class="nav-link " href="./index.html#contact">
Contact Us
</a>
</li>
<li class="nav-item nav-end">
<a class="nav-link " href="/competitions.html">Competitions</a>
<a class="nav-link " href="./competitions.html">Competitions</a>
</li>
</ul>

Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ <h1 class="about-header"> <center>Cyber Pulse</center></h1><br>
and e-sports, providing a platform for students to demonstrate their skills and creativity in various tech domains.</div>
<br>
<center>
<button class="button-main">
Competitions
</button>
<a href="./competitions.html">
<button class="button-main">
Competitions
</button>
</a>

</center>

</section>
Expand Down

0 comments on commit fd03938

Please sign in to comment.