Compare commits
No commits in common. "47bfdac6c1657197b850a468e8b41a65f293ac95" and "3654ae61df72c3c34e62293672921c1f077e5d8d" have entirely different histories.
47bfdac6c1
...
3654ae61df
19
Makefile
19
Makefile
|
@ -1,19 +0,0 @@
|
||||||
all: site/style.css site/index.html site/drift.js site/grotesk.woff2
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -r site .sass-cache
|
|
||||||
|
|
||||||
sitedir:
|
|
||||||
mkdir -p ./site
|
|
||||||
|
|
||||||
site/style.css: sitedir style.sass
|
|
||||||
sass style.sass site/style.css
|
|
||||||
|
|
||||||
site/index.html: sitedir index.html
|
|
||||||
cp --reflink=auto index.html site/
|
|
||||||
|
|
||||||
site/drift.js: sitedir drift.js
|
|
||||||
cp --reflink=auto drift.js site/
|
|
||||||
|
|
||||||
site/grotesk.woff2: sitedir grotesk.woff2
|
|
||||||
cp --reflink=auto grotesk.woff2 site/
|
|
BIN
grotesk.woff2
(Stored with Git LFS)
BIN
grotesk.woff2
(Stored with Git LFS)
Binary file not shown.
10
style.sass
10
style.sass
|
@ -7,12 +7,12 @@ body, html
|
||||||
|
|
||||||
h1
|
h1
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 85px
|
top: 140px
|
||||||
text-align: center
|
text-align: center
|
||||||
width: 100vw
|
width: 100vw
|
||||||
color: white
|
color: white
|
||||||
font-family: Grotesk
|
font-family: Atkinson Hyperlegible
|
||||||
font-size: 5.8em
|
font-size: 3em
|
||||||
|
|
||||||
#goop-zone
|
#goop-zone
|
||||||
position: relative
|
position: relative
|
||||||
|
@ -25,7 +25,3 @@ h1
|
||||||
|
|
||||||
main
|
main
|
||||||
background-color: #b50931
|
background-color: #b50931
|
||||||
|
|
||||||
@font-face
|
|
||||||
font-family: Grotesk
|
|
||||||
src: url("grotesk.woff2") format("woff2")
|
|
Loading…
Reference in a new issue