Skip to content

Commit

Permalink
fix: navigation bar links to contact
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaP0nce committed Dec 25, 2024
1 parent 9d02ae5 commit 11ef90c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ <h1>About Us</h1>
<li><a href="/" class="">Home</a></li>
<li><a href="/careers.html" class="">Careers</a></li>
<li><a href="/about.html" class="active">About</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
Expand Down
1 change: 1 addition & 0 deletions careers.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<li><a href="../">Home</a></li>
<li><a href="/" class="active">Careers</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
Expand Down
2 changes: 0 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@
<a href="../index.html" class="nav-logo">DuoAlly</a>
<ul class="nav-links">
<li><a href="../">Home</a></li>
<li><a href="../features.html">Features</a></li>
<li><a href="../careers.html">Careers</a></li>
<li><a href="../research.html">Research</a></li>
<li><a href="../about.html">About</a></li>
<li><a href="/" class="active">Contact</a></li>
</ul>
Expand Down
Binary file modified images/contact_mascot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1>DuoAlly AI</h1>
<li><a href="/careers.html">Careers</a></li>
<li><a href="#research">Research</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
Expand Down

0 comments on commit 11ef90c

Please sign in to comment.