mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
chore: add link to author
This commit is contained in:
parent
decaf36c85
commit
c97f7a7523
@ -12,15 +12,18 @@ export default function Footer() {
|
|||||||
<span role="img" aria-label="coffee">
|
<span role="img" aria-label="coffee">
|
||||||
🦀
|
🦀
|
||||||
</span>
|
</span>
|
||||||
{' '}by <Bold>Yasuaki Uechi</Bold>
|
by{' '}
|
||||||
|
<ExternalLink href="https://uechi.io">
|
||||||
|
<Bold>Yasuaki Uechi</Bold>
|
||||||
|
</ExternalLink>
|
||||||
</p>
|
</p>
|
||||||
<Links>
|
<Links>
|
||||||
<ExternalLink href="https://twitter.com/uetschy">
|
|
||||||
<FaTwitter />
|
|
||||||
</ExternalLink>{' '}
|
|
||||||
<ExternalLink href="https://github.com/uetchy/namae">
|
<ExternalLink href="https://github.com/uetchy/namae">
|
||||||
<FaGithubAlt />
|
<FaGithubAlt />
|
||||||
</ExternalLink>
|
</ExternalLink>
|
||||||
|
<ExternalLink href="https://twitter.com/uetschy">
|
||||||
|
<FaTwitter />
|
||||||
|
</ExternalLink>
|
||||||
</Links>
|
</Links>
|
||||||
</Container>
|
</Container>
|
||||||
)
|
)
|
||||||
@ -35,6 +38,11 @@ const Container = styled.footer`
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
${ExternalLink} {
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const Links = styled.div`
|
const Links = styled.div`
|
||||||
@ -42,9 +50,8 @@ const Links = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
||||||
a {
|
${ExternalLink} {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
@ -72,17 +72,14 @@ const Container = styled.div`
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const Header = styled.h1`
|
const Header = styled.h1`
|
||||||
font-size: 5rem;
|
font-size: 3.5em;
|
||||||
line-height: 0.8em;
|
line-height: 0.8em;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
|
|
||||||
${mobile} {
|
|
||||||
font-size: 4rem;
|
|
||||||
}
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const Text = styled.p`
|
const Text = styled.p`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user