migrated to nextjs

This commit is contained in:
cupcakearmy
2020-01-05 17:34:03 +01:00
parent fafaff3990
commit 3a2ee3cd7c
51 changed files with 6321 additions and 287 deletions

63
styles/Home.styl Normal file
View File

@@ -0,0 +1,63 @@
@require 'Breakpoints.styl'
#home
height 100vh
width 100vw
display flex
align-items center
justify-content center
perspective 1em
cursor none
#bg
position absolute
left 0
top 0
width 100vw
height 100vh
z-index -1
#letters-wrapper
display inline-block
text-align center
font-size 16vw
font-weight bold
+is-netbook()
font-size 16vmin
footer
bottom 0
flex-direction column
font-size 1.2em
header
top 0
flex-direction row
font-size 2em
span
margin 0 .5em
.fixed
font-family 'Inconsolata', monospace
display flex
align-items center
justify-content center
position absolute
left 0
text-align center
width 100vw
padding 1rem
z-index 1
span
background-color hsla(0, 0%, 100%, 0.15)
a
cursor none
color inherit
transition all 100ms
display inline-block
&:hover
transform scale(1.2)