added a page to decribe effects of an impact on earth

This commit is contained in:
Jordan Yamada
2024-05-18 19:58:34 +00:00
parent 6b4104b9ce
commit 2241d3f65f
3 changed files with 91 additions and 24 deletions

View File

@@ -9,6 +9,7 @@ function NavBar() {
<li><Link to='/'><p className='text-2xl text-white hover:text-red-900'>Main</p></Link></li>
<li><Link to='scenario/'><p className='text-2xl text-white hover:text-red-900'>Scenario</p></Link></li>
<li><Link to='about/'><p className='text-2xl text-white hover:text-red-900'>About</p></Link></li>
<li><Link to='effects/'><p className='text-2xl text-white hover:text-red-900'>Effects</p></Link></li>
</ul>
</div>
</>