diff --git a/Makefile b/Makefile index 5cb6646..4687cb9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: out/gender.min.js out/index.html +all: out/gender.min.js out/index.html out/assets/ out/gender.max.js: src/ elm make src/Main.elm --optimize --output out/gender.max.js @@ -7,4 +7,7 @@ out/gender.min.js: out/gender.max.js npx uglify-js out/gender.max.js --compress 'pure_funcs=[F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9],pure_getters,keep_fargs=false,unsafe_comps,unsafe' | npx uglify-js --mangle --output out/gender.min.js out/index.html: static/index.html - cp static/index.html out/index.html \ No newline at end of file + cp static/index.html out/index.html + +out/assets/: static/assets/ + cp -r static/assets/ out/ \ No newline at end of file diff --git a/README.md b/README.md index a559524..1def8f4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,14 @@ A silly little meme sketch thingy idk +## Sources + +The floaty heart background is from [this website](https://web.archive.org/web/20090727233551/http://hk.geocities.com/ironterry_crystal/wifeinfo.html) found via [gifcities.org][] + ## Building Install [`elm`][] and [`npx`][] (just used for minification). -Run `make` in the same directory as this README. \ No newline at end of file +Run `make` in the same directory as this README. + +[gifcities.org]: https://gifcities.org/ \ No newline at end of file diff --git a/static/assets/heart-bg.gif b/static/assets/heart-bg.gif new file mode 100644 index 0000000..ef7f98a --- /dev/null +++ b/static/assets/heart-bg.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8720a6e2a2e5dab40bb7ea4c206487c30a5115d37caaf39f282cd9f94f91585 +size 4104 diff --git a/static/index.html b/static/index.html index ab88f56..03a96b5 100644 --- a/static/index.html +++ b/static/index.html @@ -2,6 +2,23 @@ +