Skip to content

Commit

Permalink
fix: footer added rel
Browse files Browse the repository at this point in the history
  • Loading branch information
amolsasane committed Jul 19, 2024
1 parent 468a7db commit 22798a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Footer = () => {
href="https://amolsasane.netlify.app/"
className="block mt-2 text-sm hover:underline hover:font-bold"
target="_blank"
rel="noreferrer"
>
AMOL SASANE
</a>
Expand All @@ -41,6 +42,7 @@ const Footer = () => {
className="mx-2 hover:opacity-50"
aria-label="LinkedIn"
target="_blank"
rel="noreferrer"
>
<FontAwesomeIcon icon={faLinkedin} />
</a>
Expand All @@ -50,6 +52,7 @@ const Footer = () => {
className="mx-2 hover:opacity-50"
aria-label="Github"
target="_blank"
rel="noreferrer"
>
<FontAwesomeIcon icon={faGithub} />
</a>
Expand All @@ -59,6 +62,7 @@ const Footer = () => {
className="mx-2 hover:opacity-50"
aria-label="DEV"
target="_blank"
rel="noreferrer"
>
<FontAwesomeIcon icon={faDev} />
</a>
Expand All @@ -68,6 +72,7 @@ const Footer = () => {
className="mx-2 hover:opacity-50"
aria-label="Twitter"
target="_blank"
rel="noreferrer"
>
<FontAwesomeIcon icon={faXTwitter} />
</a>
Expand All @@ -83,20 +88,23 @@ const Footer = () => {
href="https://amolsasane.netlify.app/"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
Portfolio
</a>
<a
href="https://www.linkedin.com/in/amolsasane/overlay/1716922022455/single-media-viewer/?profileId=ACoAAC5CvzcB1oXHxIlPZb02JT9UDziLWKqvFug"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
Resume
</a>
<a
href="https://amolsasane.netlify.app/about"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
About Me
</a>
Expand All @@ -108,20 +116,23 @@ const Footer = () => {
href="https://foodexpresss.netlify.app/"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
Food Express
</a>
<a
href="https://bookwiseadvisor.netlify.app/"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
Book Adviser
</a>
<a
href="https://emojipediainterpreter.netlify.app/"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
Emojipedia
</a>
Expand All @@ -133,13 +144,15 @@ const Footer = () => {
href="https://dev.to/amolsasane_/understanding-css-box-model-1ap"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
CSS Box Model
</a>
<a
href="https://dev.to/amolsasane_/color-psychology-in-web-design-4cmf"
className="block mt-2 text-sm hover:text-white hover:underline"
target="_blank"
rel="noreferrer"
>
Color Phychology
</a>
Expand Down Expand Up @@ -168,6 +181,7 @@ const Footer = () => {
href="https://amolsasane.netlify.app/"
className="block mt-2 text-sm hover:underline hover:font-bold"
target="_blank"
rel="noreferrer"
>
Amol Sasane
</a>
Expand Down

0 comments on commit 22798a0

Please sign in to comment.