Skip to content

Commit

Permalink
SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz committed Jul 13, 2024
1 parent 1c1fd23 commit e3b68d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="A Collection of all the FreeCodeCamp projects that I've built to get the certifications from FreeCodeCamp. An unofficial FreeCodeCamp site by Juan Diaz."
/>
<!-- end favicon -->
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down
5 changes: 4 additions & 1 deletion src/Components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ const footer = () => {
<div className="container flex flex-col flex-wrap items-center justify-center px-5 pb-12 pt-10 md:flex-row md:items-center">
{/* logo: */}
<div className="mx-auto w-64 flex-shrink-0 text-center md:mx-0 md:text-left">
<a className="title-font flex items-center justify-center gap-2 text-lg font-medium text-gray-900 md:justify-start">
<a
href="/"
className="title-font flex items-center justify-center gap-2 text-lg font-medium text-gray-900 md:justify-start"
>
<img
className="h-5 w-auto fill-current text-gray-900"
src={logo}
Expand Down

0 comments on commit e3b68d0

Please sign in to comment.