From 5fb14b0e0aa8042eafde358480a3cb3ff10148ae Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Wed, 5 Feb 2020 14:31:34 -0500 Subject: [PATCH] color picker --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + week-3/color-picker.html | 41 +++++++++++++++++++++++++++++++++++++++ week-3/firestore.html | 32 +++++++++++++++++++++++++++++- 4 files changed, 73 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store create mode 100644 .gitignore create mode 100644 week-3/color-picker.html diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 50bc23df062c68947e1f55a5176f3735b4eb8ee6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK!Aj&n5bd5BHSI1EL2ws51Uz_gVbn#hVRSqRyBN`fx?@6u6E<`tlQD;3Aou}( z!0y%6-%$4_{189Ds_q_P7(FT~RYUcwR996`zYg7L#u#sO!zIRS#+U_)SP{@XA=r;P zA{FC7vtcVBylIN*Y9|xS{oamu*9VJ zET)7w^xA3R<$m7nH2kb(&v|he1%9>{hk1J^lFcMKjpUDP%g>{1AA@(&G=TtZ`@wD; z6)k&aJ(am1%P3Rzbd7_(ScYlQNV_uZsCZLc*+2cf4Ryr4E3Xxw!V)cew%1#(FFLFB zrT(JRTU!JB`^sv+FNF1VVRQRe_w4-7--~~jS2wqM5jecBN~R4C;6E5ce4KijOj3Ca z{z1+lmXH`A28e<8%7EF=tWWQC0`$L$0b=0A7{L9(0Y!8TmKxR80S$gWVt)-01#G-a zAUXzJgQZ630pU6oP^WTp#o#&}{Emrp4VD^pI^$|&sAERv=7z%6=-_u$IODEHYKZ}2 zV3>ibezfuYZ$5wjA5NktVt^RU32d`tmD9mNof eNAVX>CE$0^0CWwO8o>iX9|DR7YKVbXW#9p@Hene6 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/week-3/color-picker.html b/week-3/color-picker.html new file mode 100644 index 0000000..f2d558d --- /dev/null +++ b/week-3/color-picker.html @@ -0,0 +1,41 @@ + + + + + + + Color Picker + + + +
+ + +
+ + + + + \ No newline at end of file diff --git a/week-3/firestore.html b/week-3/firestore.html index 7bbea19..25d3bcd 100644 --- a/week-3/firestore.html +++ b/week-3/firestore.html @@ -36,8 +36,38 @@ - + +