mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 18:29:24 +00:00
privacy information
This commit is contained in:
parent
7151deb316
commit
613fa45f0c
@ -8,9 +8,9 @@ import { useInnerWindowSize } from '../util'
|
|||||||
|
|
||||||
const Home: React.FC = () => {
|
const Home: React.FC = () => {
|
||||||
|
|
||||||
const {height, width} = useInnerWindowSize()
|
const { height, width } = useInnerWindowSize()
|
||||||
|
|
||||||
return <div id="home" style={{width: width + 'px', height: height + 'px'}}>
|
return <div id="home" style={{ width: width + 'px', height: height + 'px' }}>
|
||||||
<Parallax>
|
<Parallax>
|
||||||
<section id={'letters-container'}>
|
<section id={'letters-container'}>
|
||||||
<h1>
|
<h1>
|
||||||
@ -28,7 +28,13 @@ const Home: React.FC = () => {
|
|||||||
<footer>
|
<footer>
|
||||||
<span>developer.</span>
|
<span>developer.</span>
|
||||||
<br/>
|
<br/>
|
||||||
<span>say <a href={'mailto:hi@nicco.io'}>hi@nicco.io</a></span>
|
<span>say <a className={'email'} href={'mailto:hi@nicco.io'}>hi@nicco.io</a></span>
|
||||||
|
<br/>
|
||||||
|
<span>
|
||||||
|
<small>
|
||||||
|
<a href={'/privacy'}>privacy</a> - <a href={'/terms-of-service'}>terms of service</a>
|
||||||
|
</small>
|
||||||
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
@ -17,5 +17,7 @@ footer
|
|||||||
|
|
||||||
a
|
a
|
||||||
text-decoration inherit
|
text-decoration inherit
|
||||||
|
cursor pointer
|
||||||
color inherit
|
color inherit
|
||||||
|
&.email
|
||||||
font-weight bold
|
font-weight bold
|
||||||
|
Loading…
x
Reference in New Issue
Block a user