aboutsummaryrefslogtreecommitdiff
path: root/pages/index.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-17 22:55:40 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-17 22:55:40 -0400
commit092e055f0c9fd2cc829a040fa915dbd0775ddbe3 (patch)
tree0c05556a414f412a33de72b9e3cdbca276b005cb /pages/index.js
parent106f4c054f29f5d0219e2cb335deccc81c43dfe7 (diff)
downloadpersonal-website-092e055f0c9fd2cc829a040fa915dbd0775ddbe3.tar.gz
personal-website-092e055f0c9fd2cc829a040fa915dbd0775ddbe3.tar.bz2
personal-website-092e055f0c9fd2cc829a040fa915dbd0775ddbe3.zip
New 404; Added more mono fonts
Diffstat (limited to 'pages/index.js')
-rw-r--r--pages/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/index.js b/pages/index.js
index 03af0f5..562f567 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -33,6 +33,7 @@ export default function Home() {
<div className="flex-row font-normal space-x-3 p-2">
<Link href="#"><button className="button">About Me</button></Link>
<Link href="#"><button className="button">Projects</button></Link>
+ <Link href="#"><button className="button">Videos</button></Link>
<Link href="#"><button className="button">Blog</button></Link>
<Link href="#"><button className="button">Downloads</button></Link>
<Link href="/guidelines"><button className="button">Guidelines</button></Link>
@@ -44,7 +45,7 @@ export default function Home() {
<p>&copy; Copyright 2018-2022 Andrew Lee</p>
<p>Created using <a href="https://nextjs.org" className="link" target="_blank" rel="noopener noreferrer">Next.js</a>, and <a href="https://tailwindcss.com" className="link" target="_blank" rel="noopener noreferrer">Tailwind CSS</a>. Hosted on <a href="https://www.netlify.com" className="link" target="_blank" rel="noopener noreferrer">Netlify</a>.</p>
<p>This website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" className="link" target="_blank" rel="noopener noreferrer">GNU General Public License v3</a></p>
- <p className="link"><a href="https://github.com/Alee14/personal-website">The source code of this website is publicly available</a></p>
+ <p className="link"><a href="https://github.com/Alee14/personal-website" target="_blank" rel="noopener noreferrer">The source code of this website is publicly available</a></p>
</div>
</div>