Skip to content

Commit

Permalink
fixed navbar for first and second articles
Browse files Browse the repository at this point in the history
  • Loading branch information
myaroschuk authored Dec 10, 2024
1 parent a40f230 commit 4fc2b1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions articles/First.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<div class="flex-1 hidden lg:block" style="text-align: right;">
<ul class="menu menu-horizontal">
<!-- Navbar menu content here -->
<li><a href="https://atlasautoware.org/sponsorship">Sponsorship</a></li>
<li><a href="https://atlasautoware.org/members">Members</a></li>
<li><a href="https://atlasautoware.org/Articles">Articles</a></li>
<li><a href="https://atlasautoware.org/about">About</a></li>
<li><a href="../sponsorship">Sponsorship</a></li>
<li><a href="../members">Members</a></li>
<li><a href="../Articles">Articles</a></li>
<li><a href="../about">About</a></li>
<li><form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="88VLJ6TS6554Q" />
<input type="image" src="../assets/img/donate-button-transparent-11.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" width="70px" height="20px"/>
Expand Down
8 changes: 4 additions & 4 deletions articles/Second.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<div class="flex-1 hidden lg:block" style="text-align: right;">
<ul class="menu menu-horizontal">
<!-- Navbar menu content here -->
<li><a href="https://atlasautoware.org/sponsorship">Sponsorship</a></li>
<li><a href="https://atlasautoware.org/members">Members</a></li>
<li><a href="https://atlasautoware.org/Articles">Articles</a></li>
<li><a href="https://atlasautoware.org/about">About</a></li>
<li><a href="../sponsorship">Sponsorship</a></li>
<li><a href="../members">Members</a></li>
<li><a href="../Articles">Articles</a></li>
<li><a href="../about">About</a></li>
<li><form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="88VLJ6TS6554Q" />
<input type="image" src="../assets/img/donate-button-transparent-11.png" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" width="70px" height="20px"/>
Expand Down

0 comments on commit 4fc2b1d

Please sign in to comment.