mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 10:19:23 +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 {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>
|
||||
<section id={'letters-container'}>
|
||||
<h1>
|
||||
@ -28,7 +28,13 @@ const Home: React.FC = () => {
|
||||
<footer>
|
||||
<span>developer.</span>
|
||||
<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>
|
||||
</div>
|
||||
}
|
||||
|
@ -17,5 +17,7 @@ footer
|
||||
|
||||
a
|
||||
text-decoration inherit
|
||||
cursor pointer
|
||||
color inherit
|
||||
font-weight bold
|
||||
&.email
|
||||
font-weight bold
|
||||
|
Loading…
x
Reference in New Issue
Block a user