diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-27 13:57:56 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-27 13:57:56 -0400 |
| commit | ac689e5291f2185e0a2cd1044ebfc23b5c6a30ef (patch) | |
| tree | 0c5fbc68df6310c21af951341a1432e9caebb722 /pages/index.js | |
| parent | d1e7094a2842496eb8f386e3ebdcf4a3866975f7 (diff) | |
| download | personal-website-ac689e5291f2185e0a2cd1044ebfc23b5c6a30ef.tar.gz personal-website-ac689e5291f2185e0a2cd1044ebfc23b5c6a30ef.tar.bz2 personal-website-ac689e5291f2185e0a2cd1044ebfc23b5c6a30ef.zip | |
Updated OSFT page
Diffstat (limited to 'pages/index.js')
| -rw-r--r-- | pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.js b/pages/index.js index 9bc5699..c3f30ae 100644 --- a/pages/index.js +++ b/pages/index.js @@ -45,7 +45,7 @@ export default function Home() { <div className="text-center justify-center font-bold pb-5 flex flex-col space-y-3"> <p>© 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>Using <a href="https://fontawesome.com">FontAwesome</a> as the main icon style for this site.</p> + <p>Using <a href="https://fontawesome.com" className="link">FontAwesome</a> as the main icon style for this site.</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" target="_blank" rel="noopener noreferrer">The source code of this website is publicly available</a></p> </div> |
