Skip to content

Commit

Permalink
Display all sns
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyaigeek committed Sep 23, 2024
1 parent 86af119 commit 7f9504a
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {

export const ShinyaigeekCoreProfile: FunctionComponent = () => (
<div className="baseprofile">
<h1>About Me</h1>
<div className={hello}>
Hi{" "}
<span role="img" aria-label="wave hand">
Expand Down Expand Up @@ -39,5 +40,45 @@ export const ShinyaigeekCoreProfile: FunctionComponent = () => (
Faster, Lighter, More accessible, More secure, More productive Web for
anyone, anytime , anywhere.
</div>
<div className={mySnsBox}>
<div className={snsIcon}>
<a id="twitter" href="https://twitter.com/Shinyaigeek">
<img
src={"/assets/static/twitter.svg"}
alt="twitter"
width="54px"
height="54px"
/>
</a>
</div>
<div className={snsIcon}>
<a id="github" href="https://github.com/Shinyaigeek">
<img
src={"/assets/static/github.svg"}
alt="github"
width="54px"
height="54px"
/>
</a>
</div>
<div className={snsIcon}>
<a id="linkedin" href="https://www.linkedin.com/in/shinyaigeek/">
<img
src={"/assets/static/linkedin.svg"}
alt="linkedin"
width="54px"
height="54px"
/>
</a>
</div>
</div>
<div className={mail}>
<a href="mailto:[email protected]">
Contact Me on Email{" "}
<g-emoji fallback-src="/assets/static/email.png" alias="email">
📧
</g-emoji>
</a>
</div>
</div>
);

0 comments on commit 7f9504a

Please sign in to comment.