This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15,591 additions
and
19,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,28 +19,29 @@ export default function Footer() { | |
<p> | ||
oleh <a href="/about/">Rochim</a> | ||
</p> | ||
<a href="mailto:[email protected]" title="Email"> | ||
<a href="mailto:[email protected]" title="Email" aria-label="mailto to email me"> | ||
<FontAwesomeIcon icon={faEnvelope} style={faStyle} size="lg" /> | ||
</a> | ||
<a href="https://t.me/rochimfn" title="Telegram"> | ||
<a href="https://t.me/rochimfn" title="Telegram" aria-label="link to my telegram"> | ||
<FontAwesomeIcon icon={faTelegram} style={faStyle} size="lg" /> | ||
</a> | ||
<a href="https://github.com/rochimfn" title="Github"> | ||
<a href="https://github.com/rochimfn" title="Github" aria-label="link to my github"> | ||
<FontAwesomeIcon icon={faGithub} style={faStyle} size="lg" /> | ||
</a> | ||
<a | ||
href="https://www.linkedin.com/in/rochim-farul-noviyan-421292164" | ||
title="Linkedin" | ||
aria-label="link to my linkedin" | ||
> | ||
<FontAwesomeIcon icon={faLinkedin} style={faStyle} size="lg" /> | ||
</a> | ||
<a href="https://twitter.com/rochimfn" title="Twitter"> | ||
<a href="https://twitter.com/rochimfn" title="Twitter" aria-label="link to my twitter"> | ||
<FontAwesomeIcon icon={faTwitter} style={faStyle} size="lg" /> | ||
</a> | ||
<a href="https://instagram.com/rochim.noviyan" title="Instagram"> | ||
<a href="https://instagram.com/rochim.noviyan" title="Instagram" aria-label="link to my instagram"> | ||
<FontAwesomeIcon icon={faInstagram} style={faStyle} size="lg" /> | ||
</a> | ||
<a href="https://www.facebook.com/rochim.farulnoviyan" title="Facebook"> | ||
<a href="https://www.facebook.com/rochim.farulnoviyan" title="Facebook" aria-label="link to my facebook"> | ||
<FontAwesomeIcon icon={faFacebook} style={faStyle} size="lg" /> | ||
</a> | ||
</footer> | ||
|
Oops, something went wrong.