Skip to content

Commit

Permalink
News Homepage: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
elaineleung committed Nov 28, 2023
1 parent af1c398 commit c54080f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions newshomepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@
</button>
<ul class="nav-primary-list" id="navigation-primary">
<li class="link">
<a href="#0">Home</a>
<a href="/">Home</a>
</li>
<li class="link">
<a href="#0">New</a>
<a href="/">New</a>
</li>
<li class="link">
<a href="#0">Popular</a>
<a href="/">Popular</a>
</li>
<li class="link">
<a href="#0">Trending</a>
<a href="/">Trending</a>
</li>
<li class="link">
<a href="#0">Categories</a>
<a href="/">Categories</a>
</li>
</ul>
<div class="overlay"></div>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2 class="heading">The Bright Future of Web 3.0?</h2>
power of the platforms back into the hands of the people. But is it
really fulfilling its promise?
</p>
<a class="cta" href="#0">Read more</a>
<a class="cta" href="/">Read more</a>
</section>
<section class="new">
<div class="container_side">
Expand All @@ -107,7 +107,7 @@ <h2 class="section-heading">New</h2>
<li class="item">
<article>
<h3 class="headline">
<a href="#0">Hydrogen VS Electric Cars</a>
<a href="/">Hydrogen VS Electric Cars</a>
</h3>
<p class="snippet">
Will hydrogen-fueled cars ever catch up to EVs?
Expand All @@ -117,7 +117,7 @@ <h3 class="headline">
<li class="item">
<article>
<h3 class="headline">
<a href="#0">The Downsides of AI Artistry</a>
<a href="/">The Downsides of AI Artistry</a>
</h3>
<p class="snippet">
What are the possible adverse effects of on-demand AI image
Expand Down

0 comments on commit c54080f

Please sign in to comment.