Skip to content

Commit

Permalink
Update Next.js source/demo links and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Oct 31, 2023
1 parent f748c90 commit e9add0e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,12 @@ <h2 class="center">A non-trivial learning app in multiple frameworks</h2>
<!-- Next.js Block -->
<div class="grid-item">
<img src="images/nextjs-logo.svg" alt="Next.js Logo">
<span><small>Next 13+ version: <a href="https://movies-flax-sigma.vercel.app/">demo</a> and <a href="https://github.com/oktay/movies">source</a></small></span>
<span><small>Fuller Next 12 version: <a href="https://next-movies-zeta.vercel.app/">demo</a> and <a href="https://github.com/tastejs/next-movies">source</a></small></span>
<div class="demo-link">
<a href="https://next-movies-zeta.vercel.app/">Demo</a>
<!-- <a href="https://moviesprix.vercel.app/">Demo (13+)</a> -->
<a href="https://movies-flax-sigma.vercel.app/">Demo</a>
</div>
<div class="source-link">
<a href="https://github.com/tastejs/next-movies">Source</a><br>
<a href="https://github.com/oktay/movies">Source</a><br>
</div>
</div>

Expand Down Expand Up @@ -643,6 +642,21 @@ <h2>Cast/Credits</h2>
</div>
</div>

<div class="w-author">
<a href="https://github.com/Oktay">
<img alt="Oktay" height="64"
src="https://avatars.githubusercontent.com/u/3390175?s=64&v=4" width="64"
class="w-author__image" loading="lazy" decoding="async">
</a>
<div class="w-author__info" style="display: flex; flex-direction: column; justify-content: center;">
<cite class="w-author__name">
<a href="https://github.com/Oktay" class="w-author__name-link">
Oktay
</a>
</cite>
</div>
</div>

</div>

<p>&nbsp;</p>
Expand Down

0 comments on commit e9add0e

Please sign in to comment.