diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..fa7bf7f Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 4edb470..18fa325 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Graffiti Wall [![CircleCI](https://circleci.com/gh/eceusc/graffiti-wall/tree/master.svg?style=svg)](https://circleci.com/gh/eceusc/graffiti-wall/tree/master) +# Graffiti Wall [![CircleCI](https://circleci.com/gh/os-ucsd/graffiti-wall/tree/master.svg?style=svg)](https://circleci.com/gh/os-ucsd/graffiti-wall/tree/master) A wall that you can tag to learn about Git and Pull Requests. +A fork of the original project from [ECE USC](https://github.com/eceusc/graffiti-wall)! + ## Tutorial -Check out the tutorial here: [GIT GUD](https://paper.dropbox.com/doc/GIT-GUD-Introduction-to-GitGitHub--APxFOtaBYDCanZ_bEVI2ZTJFAQ-xUn2KzhMbLhTJ4Y23KUjf) +Check out the tutorial here: [Git Gud - Graffiti Wall Tutorial](https://paper.dropbox.com/doc/GIT-GUD-Graffiti-Wall-Tutorial-O0IedwD2H2kAM7ZT8y5NI) diff --git a/tags/Eamon.json b/tags/Eamon.json deleted file mode 100644 index c0937dc..0000000 --- a/tags/Eamon.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,1], - [1,0,1,1,1,0,1], - [1,0,1,0,1,0,1], - [1,0,1,1,1,0,1], - [1,0,0,0,1,0,1], - [1,1,1,1,1,0,1] - ], - - "color": "rgb(78, 150, 60)", - - "name":"Eamon" -} diff --git a/tags/EugeneLi.json b/tags/EugeneLi.json deleted file mode 100644 index 2067e06..0000000 --- a/tags/EugeneLi.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [1,1,1,1,1,1,1] - ], - - "color": "steelblue", - - "name":"Eugene Li" -} diff --git a/tags/Jun'stutorial.json b/tags/Jun'stutorial.json deleted file mode 100644 index 57c70d3..0000000 --- a/tags/Jun'stutorial.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [1,0,0,1,0,0,0], - [1,0,0,1,0,0,0], - [0,1,0,1,0,0,0], - [0,0,1,1,0,0,0] - ], - - "color": "rgb(100, 0, 90)", - - "name":"Kijun" -} \ No newline at end of file diff --git a/tags/Kush.json b/tags/Kush.json deleted file mode 100644 index b0c0f3e..0000000 --- a/tags/Kush.json +++ /dev/null @@ -1,16 +0,0 @@ - -{ - "grid":[ - [1,1,0,0,0,1,1], - [1,1,0,0,1,1,0], - [1,1,0,1,1,0,0], - [1,1,1,1,1,0,0], - [1,1,0,1,1,0,0], - [1,1,0,0,1,1,0], - [1,1,0,0,0,1,1] - ], - - "color": "red", - - "name":"Kush Parmar" -} diff --git a/tags/LukeS.json b/tags/LukeS.json deleted file mode 100644 index 1ff1c24..0000000 --- a/tags/LukeS.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,1,1,1,1,0], - [1,0,1,0,0,0,0], - [1,0,1,1,1,1,0], - [1,0,0,0,0,1,0], - [1,0,1,1,1,1,0], - [1,0,0,0,0,0,0], - [1,1,1,1,0,0,0] - ], - - "color": "rgb(255, 153, 0)", - - "name":"Luke S" -} \ No newline at end of file diff --git a/tags/Masaya.json b/tags/Masaya.json deleted file mode 100644 index c7a8117..0000000 --- a/tags/Masaya.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,1,0,0,0], - [0,0,1,1,1,0,0], - [0,1,0,1,0,1,0], - [1,0,0,1,0,0,1], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0] - ], - - "color": "rgb(255, 0, 0)", - - "name":"Masaya Honda" -} \ No newline at end of file diff --git a/tags/Merlin.json b/tags/Merlin.json deleted file mode 100644 index 8eeb01c..0000000 --- a/tags/Merlin.json +++ /dev/null @@ -1,16 +0,0 @@ - -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,1], - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,1], - [1,1,1,1,1,1,1] - ], - - "color": "steelblue", - - "name":"Zijian Wang" -} diff --git a/tags/Phong.json b/tags/Phong.json new file mode 100644 index 0000000..1d2e027 --- /dev/null +++ b/tags/Phong.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,1,1,1,1,0,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,0,1], + [0,1,0,0,0,1,0], + [0,1,1,1,1,0,0], + [0,1,0,0,0,0,0], + [0,1,0,0,0,0,0] + ], + + "color": "rgb(214, 48, 49)", + + "name":"Phong Vo" +} \ No newline at end of file diff --git a/tags/Sarah.json b/tags/Sarah.json deleted file mode 100644 index 0e91cf3..0000000 --- a/tags/Sarah.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,0,0,0,0], - [0,0,0,1,0,0,0], - [0,0,1,1,1,0,0], - [1,1,1,1,1,1,1], - [0,0,1,1,1,0,0], - [0,0,0,1,0,0,0], - [0,0,0,0,0,0,0] - ], - - "color": "violet", - - "name":"Sarah Kinney" -} diff --git a/tags/Shivani.json b/tags/Shivani.json deleted file mode 100644 index 8034fca..0000000 --- a/tags/Shivani.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [1,0,0,1,0,0,1], - [0,1,0,1,0,1,0], - [0,0,1,1,1,0,0], - [0,0,0,1,0,0,0] - ], - - "color": "rgb(100, 0, 90)", - - "name":"Shivani" -} \ No newline at end of file diff --git a/tags/WilliamLi.json b/tags/WilliamLi.json new file mode 100644 index 0000000..6a29907 --- /dev/null +++ b/tags/WilliamLi.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [0,0,1,0,1,0,0], + [0,1,0,0,0,1,0], + [1,0,0,0,0,0,1], + [0,1,0,0,0,1,0], + [0,0,1,0,1,0,0], + [1,1,1,1,1,1,1] + ], + + "color": "rgb(255, 127, 0)", + + "name":"William Kuan" +} diff --git a/tags/abhik.json b/tags/abhik.json new file mode 100644 index 0000000..5e3aabe --- /dev/null +++ b/tags/abhik.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,1,0,0,0,0,1], + [1,0,1,0,0,0,1], + [1,1,1,1,1,1,1], + [0,0,0,0,1,0,0], + [0,0,0,0,0,1,0], + [1,1,1,1,1,1,1] + ], + + "color": "rgb(188, 189, 34)", + + "name":"abhik roy" +} diff --git a/tags/aidan.json b/tags/aidan.json new file mode 100644 index 0000000..1b28079 --- /dev/null +++ b/tags/aidan.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,1,0,0,0], + [0,0,1,0,1,0,0], + [0,1,1,0,1,1,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0] + ], + + "color": "rgb(15, 25, 200)", + + "name":"Aidan" +} diff --git a/tags/alan.json b/tags/alan.json deleted file mode 100644 index b3a7918..0000000 --- a/tags/alan.json +++ /dev/null @@ -1,16 +0,0 @@ - -{ - "grid":[ - [1,1,1,1,0,0,0], - [1,0,0,1,1,0,0], - [1,0,1,1,1,1,0], - [1,1,1,0,0,1,1], - [0,1,1,0,0,0,1], - [0,0,1,1,0,0,0], - [0,0,0,1,1,0,0] - ], - - "color": "rgb(10, 40, 30)", - - "name":"Alan Contreras" -} diff --git a/tags/alex.json b/tags/alex.json index c30621e..7dc532a 100644 --- a/tags/alex.json +++ b/tags/alex.json @@ -1,15 +1,15 @@ { "grid":[ [0,0,1,1,1,0,0], - [0,1,1,1,1,1,0], - [1,1,0,0,0,1,1], - [1,1,1,1,1,1,1], - [1,1,1,1,1,1,1], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1] + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0] ], - "color": "#4682B4", + "color": "#007acc", "name":"Alex Garcia" } diff --git a/tags/alexsu.json b/tags/alexsu.json new file mode 100644 index 0000000..d9a5f65 --- /dev/null +++ b/tags/alexsu.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,1,1,1,0,0], + [0,1,0,0,0,1,0], + [0,0,1,0,0,0,0], + [0,0,0,1,0,0,0], + [0,0,0,0,1,0,0], + [0,1,0,0,0,1,0], + [0,0,1,1,1,0,0] + ], + + "color": "#62D84A", + + "name":"Alex Su" +} diff --git a/tags/ali.json b/tags/ali.json deleted file mode 100644 index a3f7e43..0000000 --- a/tags/ali.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,1,0,0,0,1,1], - [1,0,1,0,1,0,1], - [1,0,0,1,0,0,1], - [1,0,1,0,1,0,1], - [1,1,0,0,0,1,1], - [1,1,1,1,1,1,1] - ], - - "color": "rgb(30, 100, 230)", - - "name":"Ali Zaidi" -} \ No newline at end of file diff --git a/tags/alvin.json b/tags/alvin.json new file mode 100644 index 0000000..bdf7e81 --- /dev/null +++ b/tags/alvin.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,1,1,1,0,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0] + ], + + "color": "rgb(30, 100, 10)", + + "name":"Alvin Ngo" +} diff --git a/tags/aneesh.json b/tags/aneesh.json new file mode 100644 index 0000000..6ea0537 --- /dev/null +++ b/tags/aneesh.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,1,0,0,0,0,0], + [1,0,1,0,0,0,0], + [1,1,1,0,0,0,0], + [1,0,1,0,1,1,1], + [0,0,0,0,0,1,0], + [0,0,0,0,0,1,0], + [0,0,0,0,1,1,0] + ], + + "color":"#0eb8e3", + + "name":"Aneesh K. Jalan" +} diff --git a/tags/bao.json b/tags/bao.json deleted file mode 100644 index 0c1b4c3..0000000 --- a/tags/bao.json +++ /dev/null @@ -1,18 +0,0 @@ - - - -{ - "grid": [ - [1,1,1,1,0,0,0], - [1,0,0,0,1,0,0], - [1,1,1,1,0,0,0], - [1,0,0,0,1,1,0], - [1,0,0,0,0,0,1], - [1,0,0,0,0,1,0], - [1,1,1,1,1,0,0] - ], - - "color": "red", - - "name":"Bao" -} diff --git a/tags/bdchee.json b/tags/bdchee.json deleted file mode 100644 index 743724c..0000000 --- a/tags/bdchee.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,0], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [1,1,1,1,1,1,0], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [1,1,1,1,1,1,0] - ], - - "color": "rgb(216, 36, 6)", - - "name":"Brandon Chi" -} diff --git a/tags/bernard.json b/tags/bernard.json new file mode 100644 index 0000000..a3d30aa --- /dev/null +++ b/tags/bernard.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,0], + [1,0,0,0,0,0,1], + [1,0,0,0,0,0,1], + [1,1,1,1,1,1,0], + [1,0,0,0,0,0,1], + [1,0,0,0,0,0,1], + [1,1,1,1,1,1,0] + ], + + "color": "#9494FF", + + "name":"bernard wong" + } \ No newline at end of file diff --git a/tags/blam.json b/tags/blam.json new file mode 100644 index 0000000..d3c8bd9 --- /dev/null +++ b/tags/blam.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,1,1,1,0,0], + [0,1,0,0,0,1,0], + [1,0,0,0,0,0,1], + [1,0,1,1,1,0,1], + [1,0,0,0,0,0,1], + [0,1,0,0,0,1,0], + [0,0,1,1,1,0,0] + ], + + "color": "rgb(280, 0, 180)", + + "name":"BRIAN LAM" +} \ No newline at end of file diff --git a/tags/blk.json b/tags/blk.json deleted file mode 100644 index 95c71d8..0000000 --- a/tags/blk.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,0,0,0,0,0,0], - [0,1,0,0,0,0,0], - [0,0,1,0,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,0,1,0,0], - [0,0,0,0,0,1,0], - [0,0,0,0,0,0,1] - ], - - "color": "rgb(0, 256, 256)", - - "name":"Blank" -} diff --git a/tags/brandon.json b/tags/brandon.json new file mode 100644 index 0000000..c7757eb --- /dev/null +++ b/tags/brandon.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,0,1,1,0,0,1], + [1,1,0,1,1,0,1], + [1,1,1,0,1,1,1], + [1,0,1,1,0,1,1], + [1,0,0,1,1,0,1], + [1,1,1,1,1,1,1] + ], + + "color": "rgb(255, 0, 0)", + + "name":"Brandon Foey" +} diff --git a/tags/brendan.json b/tags/brendan.json deleted file mode 100644 index b62ec41..0000000 --- a/tags/brendan.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,0,0,0,0], - [0,0,1,0,1,0,0], - [0,0,1,0,1,0,0], - [0,0,0,0,0,0,0], - [0,0,1,1,1,0,0], - [0,1,0,0,0,1,0], - [1,0,0,0,0,0,1] - ], - - "color": "rgb(10, 100, 200)", - - "name":"Brendan Lau" -} diff --git a/tags/brice.json b/tags/brice.json new file mode 100644 index 0000000..6941434 --- /dev/null +++ b/tags/brice.json @@ -0,0 +1,16 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0], + [0,0,0,0,0,0,0], + [1,0,0,0,0,0,1], + [0,1,0,0,0,1,0], + [0,0,1,1,1,0,0] + ], + + "color": "rgb(800, 100, 100)", + + "name":"Brice Lau" +} + diff --git a/tags/brooke.json b/tags/brooke.json deleted file mode 100644 index f164780..0000000 --- a/tags/brooke.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,1,1,1,1,0,0], - [0,1,0,0,1,0,0], - [0,1,0,0,1,0,0], - [0,1,1,1,1,0,0], - [0,1,0,0,0,1,0], - [0,1,0,0,1,0,0], - [0,1,1,1,0,0,0] - ], - - "color": "green", - - "name":"Brooke Dybicz" -} \ No newline at end of file diff --git a/tags/bryan.json b/tags/bryan.json new file mode 100644 index 0000000..09f6898 --- /dev/null +++ b/tags/bryan.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,0,1,0,1,0,1], + [0,1,1,1,1,1,0], + [1,1,0,1,0,1,1], + [0,1,1,0,1,1,0], + [1,1,0,1,0,1,1], + [0,1,1,1,1,1,0], + [1,0, 1,0,1,0,1] + ], + + "color": "rgb(50, 205, 50)", + + "name":"bryan truong" +} \ No newline at end of file diff --git a/tags/brycet.json b/tags/brycet.json new file mode 100644 index 0000000..5ffc0b7 --- /dev/null +++ b/tags/brycet.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0] + ], + + "color": "#34cf36", + + "name":"Bryce Tsuyuki" +} diff --git a/tags/cbenitez.json b/tags/cbenitez.json deleted file mode 100644 index d53c471..0000000 --- a/tags/cbenitez.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,1,1,0,1,1,1], - [1,0,0,0,1,0,1], - [1,0,0,0,1,0,1], - [1,0,0,0,1,1,1], - [1,0,0,0,1,0,1], - [1,0,0,0,1,0,1], - [0,1,1,0,1,1,1] - ], - - "color": "rgb(45, 15, 155)", - - "name":"Christian Benitez" -} diff --git a/tags/charles.json b/tags/charles.json new file mode 100644 index 0000000..932e8c0 --- /dev/null +++ b/tags/charles.json @@ -0,0 +1,14 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,0,0,1,0,0,0], + [0,0,0,1,0,0,0], + [0,0,1,1,1,0,0], + [0,0,0,1,0,0,0], + [0,0,0,1,0,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(25, 150, 250)", + "name":"CHARLES" +} diff --git a/tags/chau.json b/tags/chau.json index d3c9c97..6a3fde9 100644 --- a/tags/chau.json +++ b/tags/chau.json @@ -1,15 +1,15 @@ { "grid":[ + [0,1,0,0,0,1,0], + [0,1,1,0,1,1,0], [0,1,1,1,1,1,0], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,1], - [0,1,1,1,1,1,0] + [0,1,0,1,0,1,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], + [0,0,1,1,1,0,0] ], - "color": "rgb(0, 0, 0)", + "color": "black", "name":"Chau Vu" -} +} \ No newline at end of file diff --git a/tags/chris.json b/tags/chris.json index 1c13f97..c974d30 100644 --- a/tags/chris.json +++ b/tags/chris.json @@ -1,15 +1,15 @@ { "grid":[ - [0,0,0,0,0,0,0], - [0,1,0,0,0,1,0], - [0,0,0,0,0,0,0], - [0,1,1,1,1,1,0], - [0,0,0,1,0,1,0], - [0,0,0,0,1,0,0], - [0,0,0,0,0,0,0] + [0,1,1,1,1,0,0], + [1,0,1,0,1,0,0], + [1,1,1,1,1,0,1], + [0,0,0,1,1,1,1], + [1,1,1,1,1,0,0], + [0,1,1,1,1,0,0], + [0,0,1,0,1,0,0] ], - "color": "rgb(80, 0, 200)", + "color": "#0fbcf9", - "name":"Chris :P" -} \ No newline at end of file + "name":"Chris Robles" +} diff --git a/tags/christopher.json b/tags/christina.json similarity index 54% rename from tags/christopher.json rename to tags/christina.json index 1880551..339b5ac 100644 --- a/tags/christopher.json +++ b/tags/christina.json @@ -2,14 +2,14 @@ "grid":[ [0,0,0,0,0,0,0], [0,1,1,0,1,1,0], - [0,1,1,0,1,1,0], - [0,0,0,1,0,0,0], + [1,0,0,1,0,0,1], [0,1,0,0,0,1,0], - [0,0,1,1,1,0,0], + [0,0,1,0,1,0,0], + [0,0,0,1,0,0,0], [0,0,0,0,0,0,0] ], - "color": "rgb(39, 174, 96)", + "color": "rgb(255, 255, 153)", - "name":"Christopher Robles " -} \ No newline at end of file + "name":"Christina" +} diff --git a/tags/cole.json b/tags/cole.json new file mode 100644 index 0000000..6e7161b --- /dev/null +++ b/tags/cole.json @@ -0,0 +1,18 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,0,1,1,1,0,0], + [0,1,1,1,1,1,0], + [0,1,1,1,1,1,0], + [0,0,1,1,1,0,0], + [0,0,0,0,0,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(200, 0, 60)", + + "name":"Cole" +} + + + diff --git a/tags/coolerkaus.json b/tags/coolerkaus.json deleted file mode 100644 index 6b87562..0000000 --- a/tags/coolerkaus.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,1,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,1,0,0,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,1,0,0,0,0,0] - ], - - "color": "cyan", - - "name":"Cooler Kaus" -} \ No newline at end of file diff --git a/tags/dan.json b/tags/dan.json deleted file mode 100644 index 055f06c..0000000 --- a/tags/dan.json +++ /dev/null @@ -1,16 +0,0 @@ - -{ - "grid":[ - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [0,0,1,0,1,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [1,1,1,1,1,1,1] - ], - - "color": "black", - - "name":"Dan Vu" -} \ No newline at end of file diff --git a/tags/daniel.json b/tags/daniel.json deleted file mode 100644 index 4bc4c7a..0000000 --- a/tags/daniel.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,0,0,0,0], - [0,1,1,0,1,1,0], - [0,1,1,0,1,1,0], - [0,0,0,0,0,0,0], - [1,0,0,0,0,0,1], - [1,1,1,1,1,1,1], - [0,0,0,0,0,0,0] - ], - - "color": "rgb(64, 224, 208)", - - "name":"Daniel Truong" -} \ No newline at end of file diff --git a/tags/dennis.json b/tags/dennis.json new file mode 100644 index 0000000..1cddda4 --- /dev/null +++ b/tags/dennis.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,2,5,0,0,2,1], + [1,0,3,0,3,0,0], + [1,1,2,4,0,0,0], + [1,0,3,0,3,0,1], + [1,2,0,0,0,2,7], + [1,0,1,3,1,2,0] + ], + + "color": "rgb(26, 23, 240)", + + "name":"Dennis | djuanit0x" + } diff --git a/tags/dustin.json b/tags/dustin.json new file mode 100644 index 0000000..37eafb6 --- /dev/null +++ b/tags/dustin.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,0,0,0,0,0,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], + [0,0,1,1,1,0,0], + [0,0,0,0,0,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(0,100,0)", + + "name":"dustin" +} \ No newline at end of file diff --git a/tags/duy.json b/tags/duy.json deleted file mode 100644 index f0aebf6..0000000 --- a/tags/duy.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,1,0,1], - [1,1,1,1,1,0,1], - [1,0,1,0,1,0,1], - [1,0,1,1,1,1,1], - [1,0,1,0,0,0,1], - [1,1,1,1,1,1,1] - ], - - "color": "rgb(10, 60, 150)", - - "name":"Duy Pham" -} diff --git a/tags/edwin.json b/tags/edwin.json deleted file mode 100644 index 76e199b..0000000 --- a/tags/edwin.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,1,1,1,1,0,0], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,1,1,1,1,1,1] - ], - - "color": "gold", - - "name":"Edwin Wang" -} diff --git a/tags/drew.json b/tags/elias.json similarity index 55% rename from tags/drew.json rename to tags/elias.json index e32a7a6..cb239ba 100644 --- a/tags/drew.json +++ b/tags/elias.json @@ -1,15 +1,15 @@ { "grid":[ + [0,0,1,1,1,0,0], [0,1,0,0,0,1,0], - [0,0,0,0,0,0,0], [1,0,1,1,1,0,1], [1,1,1,1,1,1,1], + [1,0,1,1,1,0,1], [0,1,0,0,0,1,0], - [0,1,1,1,1,1,0], [0,0,1,1,1,0,0] ], - "color": "rgb(255, 100, 1)", + "color":"#ff0000", - "name":"Drew has beard" -} \ No newline at end of file + "name":"Elias Fang" +} diff --git a/tags/emac.json b/tags/emac.json index 94a212a..fae81f9 100644 --- a/tags/emac.json +++ b/tags/emac.json @@ -1,15 +1,15 @@ { "grid":[ - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [1,0,1,0,1,0,1] + [1,1,1,0,0,0,0], + [1,0,0,0,0,0,0], + [1,1,1,0,0,0,0], + [1,0,0,0,1,0,1], + [1,1,1,0,1,1,1], + [0,0,0,0,1,0,1], + [0,0,0,0,1,0,1] ], - "color": "steelblue", + "color": "rgb(31, 119, 180)", - "name":"Elysia Mac" + "name":"emac" } diff --git a/tags/Park_Tutorial.json b/tags/enzo.json similarity index 75% rename from tags/Park_Tutorial.json rename to tags/enzo.json index e60783c..864bfac 100644 --- a/tags/Park_Tutorial.json +++ b/tags/enzo.json @@ -9,7 +9,7 @@ [1,1,1,1,1,1,1] ], - "color": "yellow", + "color": "rgb(20, 103, 189)", - "name":"Seok Jun Park" -} \ No newline at end of file + "name":"Enzo Han" +} diff --git a/tags/eric.json b/tags/eric.json new file mode 100644 index 0000000..8a6205a --- /dev/null +++ b/tags/eric.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,1,0,0,0], + [0,0,1,0,1,0,0], + [0,1,0,0,0,1,0], + [0,1,1,0,1,1,0], + [0,1,0,1,0,1,0], + [0,0,1,1,1,0,0], + [0,0,0,1,0,0,0] + ], + + "color": "rgb(0, 0, 225)", + + "name":"Eric Siu" +} \ No newline at end of file diff --git a/tags/garrett.json b/tags/garrett.json new file mode 100644 index 0000000..677f75f --- /dev/null +++ b/tags/garrett.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,0,0,0,0,0,0], + [1,0,0,0,0,0,0], + [1,0,0,1,1,1,1], + [1,0,0,0,0,0,1], + [1,0,0,0,0,0,1], + [1,1,1,1,1,1,1] + ], + + "color": "rgb(12, 250, 183)", + + "name":"Garrett Luu" +} diff --git a/tags/gideon.json b/tags/gideon.json new file mode 100644 index 0000000..d5b686f --- /dev/null +++ b/tags/gideon.json @@ -0,0 +1,16 @@ +{ + "grid":[ + [0,0,1,0,0,0,1], + [0,1,0,0,0,0,0], + [0,1,0,0,0,1,0], + [0,0,1,0,0,0,0], + [1,0,0,0,1,0,1], + [0,1,0,0,1,1,0], + [0,0,1,1,0,0,0] + ], + + "color": "rgb(123, 100, 100)", + + "name":"Gideon Tong" +} + diff --git a/tags/hassan.json b/tags/hassan.json new file mode 100644 index 0000000..3bb93e4 --- /dev/null +++ b/tags/hassan.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,0,1,1,1,0,1], + [1,0,1,1,1,0,1], + [1,0,0,1,0,0,1], + [1,1,1,1,1,1,1], + [0,0,0,1,0,0,0], + [1,1,1,1,1,1,1], + [1,0,0,0,0,0,1] + ], + + "color": "rgb(0, 10, 300)", + + "name":"Hassan" +} \ No newline at end of file diff --git a/tags/jack.json b/tags/jack.json new file mode 100644 index 0000000..f2a770a --- /dev/null +++ b/tags/jack.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,1,0,0,0], + [0,1,1,1,1,1,0], + [0,1,0,1,0,0,0], + [0,1,1,1,1,1,0], + [0,0,0,1,0,1,0], + [0,1,1,1,1,1,0], + [0,0,0,1,0,0,0] + ], + + "color": "#ed1043", + + "name":"Jack Yang" +} diff --git a/tags/jose.json b/tags/jacklyn.json similarity index 57% rename from tags/jose.json rename to tags/jacklyn.json index 044259a..346cab2 100644 --- a/tags/jose.json +++ b/tags/jacklyn.json @@ -1,15 +1,17 @@ { "grid":[ - [1,1,1,1,1,1,1], [0,0,0,1,0,0,0], [0,0,0,1,0,0,0], [0,0,0,1,0,0,0], [0,0,0,1,0,0,0], [0,0,0,1,0,0,0], - [1,1,1,1,0,0,0] + [0,0,1,0,0,0,0], + [0,1,0,0,0,0,0] ], - "color": "rgb(148, 103, 189)", + "color": "rgb(214,9, 40)", + + "name":"Jacklyn" +} + - "name":"Jose" -} \ No newline at end of file diff --git a/tags/shrek.json b/tags/jil732.json similarity index 56% rename from tags/shrek.json rename to tags/jil732.json index 57fac4f..c20a74c 100644 --- a/tags/shrek.json +++ b/tags/jil732.json @@ -1,15 +1,15 @@ { "grid":[ - [0,1,0,0,0,1,0], - [1,1,0,0,0,1,1], + [0,0,0,1,0,0,0], [0,0,1,1,1,0,0], + [1,1,0,0,0,1,1], [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], [0,1,1,1,1,1,0], - [0,1,1,1,1,1,0], - [0,0,1,1,1,0,0] + [0,0,0,0,0,0,0] ], - "color": "rgb(86, 230, 0)", + "color": "rgb(148, 195, 205)", - "name":"SHREK" -} \ No newline at end of file + "name":"Jinmou Li" +} diff --git a/tags/jon_carlo.json b/tags/jon_carlo.json new file mode 100644 index 0000000..cc290ae --- /dev/null +++ b/tags/jon_carlo.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,0,1,1,1,0,1], + [1,1,0,0,0,1,1], + [1,0,1,0,1,0,1], + [1,0,0,1,0,0,1], + [1,0,1,1,1,0,1], + [0,1,0,0,0,1,0], + [0,0,1,1,1,0,0] + ], + + "color": "rgb(77, 77, 77)", + + "name":"Jon Carlo Bibat" +} \ No newline at end of file diff --git a/tags/julius.json b/tags/julius.json new file mode 100644 index 0000000..a8b33b6 --- /dev/null +++ b/tags/julius.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,0,0,1,1,1,0], + [0,0,0,0,1,0,0], + [0,0,1,0,1,0,0], + [0,0,1,0,1,0,0], + [0,0,0,1,0,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(214, 39, 40)", + + "name":"Julius Tran" +} \ No newline at end of file diff --git a/tags/justin.json b/tags/justin.json new file mode 100644 index 0000000..b393afd --- /dev/null +++ b/tags/justin.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,1,1,1,0,0], + [0,1,0,1,0,1,0], + [1,0,0,1,0,0,1], + [1,0,0,1,0,0,1], + [1,0,0,1,0,0,1], + [0,1,0,1,0,1,0], + [0,0,1,1,1,0,0] + ], + + "color": "rgb(0, 100, 60)", + + "name":"Justin Ramirez" + } \ No newline at end of file diff --git a/tags/Luke.json b/tags/kelly.json similarity index 56% rename from tags/Luke.json rename to tags/kelly.json index 7d82b20..4d74171 100644 --- a/tags/Luke.json +++ b/tags/kelly.json @@ -1,15 +1,15 @@ { "grid":[ + [1,0,0,1,0,0,1], + [1,1,0,1,0,1,1], [1,1,1,1,1,1,1], - [0,1,0,0,0,1,0], - [0,0,1,1,1,0,0], [0,0,0,1,0,0,0], - [0,0,1,0,1,0,0], + [0,0,1,1,1,0,0], [0,1,1,1,1,1,0], [1,1,1,1,1,1,1] ], - "color": "rgb(50, 50, 250)", + "color": "rgb(123, 456, 789)", - "name":"Luke Yu" -} \ No newline at end of file + "name":"Kelly" +} diff --git a/tags/kelvin.json b/tags/kelvin.json deleted file mode 100644 index 307fcb4..0000000 --- a/tags/kelvin.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,1,1,1,1,1,0], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [0,1,1,1,1,1,0], - [0,0,0,0,0,0,1], - [0,0,0,0,0,0,1], - [0,1,1,1,1,1,0] - ], - - "color": "rgb(55, 250, 20)", - - "name":"Kelvin" -} \ No newline at end of file diff --git a/tags/kenneth.json b/tags/kenneth.json new file mode 100644 index 0000000..e8081ac --- /dev/null +++ b/tags/kenneth.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,1,0,0,1,0,0], + [0,1,0,1,0,0,0], + [0,1,1,0,0,0,0], + [0,1,0,1,0,0,0], + [0,1,0,0,1,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(188, 189, 34)", + + "name":"Kenneth" +} diff --git a/tags/kunal.json b/tags/kunal.json new file mode 100644 index 0000000..74c1cd6 --- /dev/null +++ b/tags/kunal.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,1,0,1,1,1,1], + [1,1,1,1,1,1,1], + [1,1,1,1,1,1,1], + [1,1,1,1,1,1,1], + [1,1,1,1,1,1,1], + [1,1,1,1,1,1,1] + ], + + "color": "#fa4047", + + "name":"Tekunalogy" +} diff --git a/tags/luis.json b/tags/luis.json new file mode 100644 index 0000000..daa0c28 --- /dev/null +++ b/tags/luis.json @@ -0,0 +1,16 @@ + +{ + "grid":[ + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0] + ], + + "color": "#007acc", + + "name":"Luis Angel Ramos" +} \ No newline at end of file diff --git a/tags/mahpxela.json b/tags/mahpxela.json new file mode 100644 index 0000000..b2a1424 --- /dev/null +++ b/tags/mahpxela.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,0,1,1,1], + [1,1,1,0,1,1,1], + [1,1,1,0,1,1,1], + [0,0,0,0,0,0,0], + [1,0,0,0,0,0,1], + [1,1,1,1,1,1,1], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(255, 230, 0)", + + "name":"Alex Pham" +} diff --git a/tags/martin.json b/tags/martin.json deleted file mode 100644 index e08bc5d..0000000 --- a/tags/martin.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [1,0,1,0,1,0,1], - [0,1,0,1,0,1,0], - [1,0,1,0,1,0,1] - ], - - "color": "rgb(0, 0, 0)", - - "name":"Martin Lu" -} diff --git a/tags/manit.json b/tags/matt.json similarity index 56% rename from tags/manit.json rename to tags/matt.json index db3b127..1564945 100644 --- a/tags/manit.json +++ b/tags/matt.json @@ -1,15 +1,15 @@ { "grid":[ - [1,0,1,0,1,0,1], + [1,0,0,0,0,0,1], [0,1,0,1,0,1,0], [0,0,1,0,1,0,0], [0,1,0,1,0,1,0], [0,0,1,0,1,0,0], [0,1,0,1,0,1,0], - [0,1,0,1,0,1,0] + [1,0,0,0,0,0,1] ], - "color": "purple", + "color": "rgb(2, 139, 194)", - "name":"Nurple" -} \ No newline at end of file + "name":"Matt Rice" +} diff --git a/tags/melanie.json b/tags/melanie.json deleted file mode 100644 index 13eb8f2..0000000 --- a/tags/melanie.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,1], - [1,0,1,1,1,0,1], - [1,0,1,1,1,0,1], - [1,0,1,1,1,0,1], - [1,0,0,0,0,0,1], - [1,1,1,1,1,1,1] - ], - - "color": "rgb(15, 100, 75)", - - "name":"Melanie" -} \ No newline at end of file diff --git a/tags/mia.json b/tags/mia.json deleted file mode 100644 index af8b3f6..0000000 --- a/tags/mia.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [1,1,1,0,1,1,1], - [1,1,0,1,0,1,1], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1] - ], - - "color": "navy", - - "name":"Mia :-)" -} \ No newline at end of file diff --git a/tags/michael.json b/tags/michael.json new file mode 100644 index 0000000..fd611c0 --- /dev/null +++ b/tags/michael.json @@ -0,0 +1,15 @@ +{ + "grid": [ + [ 0, 0, 0, 1, 0, 0, 0 ], + [ 0, 0, 1, 1, 1, 0, 0 ], + [ 0, 1, 1, 1, 1, 1, 0 ], + [ 0, 0, 1, 1, 1, 0, 0 ], + [ 0, 0, 1, 1, 1, 0, 0 ], + [ 0, 0, 1, 1, 1, 0, 0 ], + [ 0, 0, 1, 1, 1, 0, 0 ] + ], + + "color": "rgb(255, 83, 12)", + + "name": "michael lai" +} \ No newline at end of file diff --git a/tags/minh.json b/tags/minh.json new file mode 100644 index 0000000..030f35f --- /dev/null +++ b/tags/minh.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,0,0,0,0,0,1], + [1,1,0,0,0,1,1], + [1,0,1,0,1,0,1], + [1,0,0,1,0,0,1], + [1,0,0,0,0,0,1], + [1,0,0,0,0,0,1], + [1,0,0,0,0,0,1] + ], + + "color": "rgb(22, 125, 113)", + + "name":"Minh Nguyen" +} \ No newline at end of file diff --git a/tags/nakul.json b/tags/nakul.json deleted file mode 100644 index 9dd1379..0000000 --- a/tags/nakul.json +++ /dev/null @@ -1,13 +0,0 @@ -{"grid":[ - [1,0,0,1,1,1,1], - [1,0,0,1,0,0,1], - [1,0,0,1,0,0,1], - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,1,1,1,1,1,1] - ], - - "color": "steelblue", - - "name":"Nakul Goel"} \ No newline at end of file diff --git a/tags/nathan.json b/tags/nathan.json new file mode 100644 index 0000000..dfc777d --- /dev/null +++ b/tags/nathan.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,2,0,0,0,2,1], + [1,0,3,0,3,0,1], + [1,0,0,4,0,0,1], + [1,0,3,0,3,0,1], + [1,2,0,0,0,2,1], + [1,1,1,1,1,1,1] + ], + + "color": "rgb(96, 213, 240)", + + "name":"N a t h a n" +} \ No newline at end of file diff --git a/tags/nhtsai.json b/tags/nhtsai.json new file mode 100644 index 0000000..2a92b6f --- /dev/null +++ b/tags/nhtsai.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,0,1,1,1], + [1,0,1,0,1,0,1], + [1,1,1,0,1,1,1], + [0,0,0,1,0,0,0], + [1,1,1,0,1,1,1], + [1,0,1,0,1,0,1], + [1,1,1,0,1,1,1] + ], + + "color": "rgb(44, 42, 156)", + + "name":"nhtsai" +} diff --git a/tags/nikki.json b/tags/nikki.json deleted file mode 100644 index 27f17f8..0000000 --- a/tags/nikki.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,0,0,0,0,0,1], - [1,1,0,0,0,0,1], - [1,0,1,0,0,0,1], - [1,0,0,1,0,0,1], - [1,0,0,0,1,0,1], - [1,0,0,0,0,1,1], - [1,0,0,0,0,0,1] - ], - - "color": "rgb(148, 103, 189)", - - "name":"nikki" -} \ No newline at end of file diff --git a/tags/noah.json b/tags/noah.json new file mode 100644 index 0000000..70d9b59 --- /dev/null +++ b/tags/noah.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,1,0,0,0,1,0], + [1,0,1,1,1,0,1], + [0,1,0,0,0,1,0], + [0,1,1,0,1,1,0], + [0,1,0,1,0,1,0], + [0,0,1,1,1,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(0, 179, 255)", + + "name":"Noah" +} \ No newline at end of file diff --git a/tags/panyeung.json b/tags/panyeung.json new file mode 100644 index 0000000..386c519 --- /dev/null +++ b/tags/panyeung.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], + [0,1,0,0,0,1,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,0,0], + [0,1,0,0,0,0,0] + ], + + "color": "rgb(234, 28, 44)", + + "name":"Pan Yeung" +} diff --git a/tags/paulpan.json b/tags/paulpan.json deleted file mode 100644 index d28022d..0000000 --- a/tags/paulpan.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,1,0,0,0,1,1], - [1,0,1,1,1,0,1], - [1,0,1,0,1,0,1], - [1,0,1,1,1,0,1], - [1,1,0,0,0,1,1], - [1,1,1,1,1,1,1] - ], - - "color": "rgb(109, 255, 56)", - - "name":"Paul Pan" -} diff --git a/tags/pedro.json b/tags/pedro.json deleted file mode 100644 index 9a06286..0000000 --- a/tags/pedro.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,1,1,1,1,0,0], - [1,0,0,0,0,0,0], - [1,0,0,0,0,0,0], - [1,1,1,1,1,1,1] - ], - - "color": "red", - - "name":"Pedro Suchite" -} diff --git a/tags/phoebe.json b/tags/phoebe.json deleted file mode 100644 index a40021a..0000000 --- a/tags/phoebe.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,0], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [1,1,1,1,1,1,0], - [1,1,0,0,0,0,0], - [1,1,0,0,0,0,0] - ], - - "color": "rgb(100, 200, 0)", - - "name":"Phoebe Contreras-Jones" -} \ No newline at end of file diff --git a/tags/jesse.json b/tags/rebecca.json similarity index 64% rename from tags/jesse.json rename to tags/rebecca.json index 5ff67f2..c381a6f 100644 --- a/tags/jesse.json +++ b/tags/rebecca.json @@ -1,6 +1,6 @@ { "grid":[ - [1,1,1,1,1,1,1], + [1,0,0,0,0,0,1], [0,1,0,0,0,1,0], [0,0,1,0,1,0,0], [0,0,0,1,0,0,0], @@ -9,7 +9,7 @@ [1,0,0,0,0,0,1] ], - "color": "rgb(4, 20, 237)", + "color": "rgb(124, 39, 940)", - "name":"Jesse" -} \ No newline at end of file + "name":"rebecca chan" +} diff --git a/tags/richerd.json b/tags/richerd.json new file mode 100644 index 0000000..cc89887 --- /dev/null +++ b/tags/richerd.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,0,1,1,1,0,0], + [0,0,1,0,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,0,0,0], + [0,0,1,0,1,0,0], + [0,0,0,0,0,0,0] + ], + + "color": "rgb(255, 16, 12)", + + "name":"Richerd Chen" +} diff --git a/tags/ivy.json b/tags/rob.json similarity index 68% rename from tags/ivy.json rename to tags/rob.json index 1677f3f..aeb0cb7 100644 --- a/tags/ivy.json +++ b/tags/rob.json @@ -1,15 +1,16 @@ + { "grid":[ [0,0,1,1,1,0,0], [0,0,1,1,1,0,0], - [0,0,0,0,0,0,0], + [0,0,1,1,1,0,0], [0,0,1,1,1,0,0], [0,0,1,1,1,0,0], [0,0,1,1,1,0,0], [0,0,1,1,1,0,0] ], - "color": "rgb(50, 50, 250)", + "color": "#007acc", - "name":"Ivy" + "name":"Alex Garcia" } \ No newline at end of file diff --git a/tags/rory.json b/tags/rory.json deleted file mode 100644 index 24bc7ca..0000000 --- a/tags/rory.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,1,1,1,1,1], - [0,1,1,0,0,1,1], - [1,1,1,0,0,1,1], - [0,1,1,0,0,1,1], - [0,0,1,1,1,1,1], - [0,0,0,0,1,1,1], - [0,0,1,1,0,0,1] - ], - - "color": "rgb(1100, 125, 150)", - - "name":"Rory" -} \ No newline at end of file diff --git a/tags/ryuen.json b/tags/ryuen.json deleted file mode 100644 index 3aba3ee..0000000 --- a/tags/ryuen.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,0], - [1,1,0,0,1,1,0], - [1,1,0,0,1,1,0], - [1,1,1,1,1,1,0], - [1,1,1,1,0,0,0], - [1,1,0,1,1,0,0], - [1,1,0,0,1,1,0] - ], - - "color": "green", - - "name":"Ryuen Le" -} \ No newline at end of file diff --git a/tags/sam.json b/tags/sam.json new file mode 100644 index 0000000..a25a0ed --- /dev/null +++ b/tags/sam.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,0,1,1,1,0,0], + [0,1,1,1,1,1,0], + [0,1,0,1,0,1,0], + [0,1,1,1,1,1,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0] + ], + + "color": "rgb(0, 102, 125)", + + "name":"Sam Martinelli" +} diff --git a/tags/shauna.json b/tags/shauna.json new file mode 100644 index 0000000..1a0205f --- /dev/null +++ b/tags/shauna.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,1,1,1,1,1,0], + [0,0,1,1,1,0,0], + [0,0,0,1,0,0,0] + ], + + "color": "#9494FF", + + "name":"shauna sapper" +} \ No newline at end of file diff --git a/tags/shinu.json b/tags/shinu.json new file mode 100644 index 0000000..06805a9 --- /dev/null +++ b/tags/shinu.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,1,0,0,0,1,0], + [1,0,1,1,1,0,1], + [1,0,0,0,0,0,1], + [1,0,1,0,1,0,1], + [1,0,0,0,0,0,1], + [0,1,0,1,0,1,0], + [0,0,1,1,1,0,0] + ], + + "color": "rgb(110, 70, 19)", + + "name":"Shinu Shibu" +} \ No newline at end of file diff --git a/tags/shravan.json b/tags/shravan.json new file mode 100644 index 0000000..57cef8f --- /dev/null +++ b/tags/shravan.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,1,1,1,1,0], + [0,1,1,1,0,0,0], + [0,1,1,1,0,0,0], + [0,1,1,1,1,1,0], + [0,0,0,1,1,1,0], + [0,0,0,1,1,1,0], + [0,1,1,1,1,0,0] + ], + + "color": "green", + + "name":"Shravan Hariharan" +} diff --git a/tags/steven.json b/tags/steven.json new file mode 100644 index 0000000..5c99026 --- /dev/null +++ b/tags/steven.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [1,0,0,0,0,0,0], + [1,0,0,0,0,0,0], + [1,1,1,1,1,1,1], + [0,0,0,0,0,0,1], + [0,0,0,0,0,0,1], + [1,1,1,1,1,1,1] + ], + + "color": "rgb(17, 20, 200)", + + "name":"Steven Harris" +} diff --git a/tags/sup.json b/tags/sup.json deleted file mode 100644 index 6674cf1..0000000 --- a/tags/sup.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,1,0,0,1], - [1,1,1,1,1,1,1], - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0] - ], - - "color": "turquoise", - - "name":"hi mia" -} diff --git a/tags/tahmid.json b/tags/tahmid.json deleted file mode 100644 index 374de03..0000000 --- a/tags/tahmid.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [0,0,0,0,0,0,0], - [0,0,0,0,0,0,0], - [0,0,1,1,1,1,0], - [0,0,1,1,1,0,0], - [0,0,1,1,0,0,0], - [0,0,1,0,0,0,0], - [0,0,0,0,0,0,0] - ], - - "color": "rgb(7, 65, 5)", - - "name":"Tahmid" -} \ No newline at end of file diff --git a/tags/thuc.json b/tags/thuc.json deleted file mode 100644 index 028a39c..0000000 --- a/tags/thuc.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,1,0,0,1], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0], - [0,0,0,1,0,0,0] - ], - - "color": "rgb(98, 85, 229)", - - "name":"Nakul" -} \ No newline at end of file diff --git a/tags/victor.json b/tags/victor.json index 4557048..305900a 100644 --- a/tags/victor.json +++ b/tags/victor.json @@ -1,15 +1,15 @@ { "grid":[ - [1,1,0,0,0,1,1], - [1,1,0,0,0,1,1], - [0,1,1,0,1,1,0], + [0,0,0,1,0,0,0], + [0,0,1,1,1,0,0], + [0,0,1,1,1,0,0], + [0,1,1,1,1,1,0], [0,1,1,0,1,1,0], [0,1,1,0,1,1,0], - [0,0,1,1,1,0,0], - [0,0,0,1,0,0,0] + [1,1,1,0,1,1,1] ], - "color": "red", + "color": "brown", "name":"Victor Miranda" } diff --git a/tags/victoria.json b/tags/victoria.json new file mode 100644 index 0000000..8db74e1 --- /dev/null +++ b/tags/victoria.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [0,0,0,0,0,0,0], + [0,1,1,1,1,1,0], + [0,1,0,0,0,1,0], + [0,1,1,1,0,1,0], + [0,1,0,1,0,1,0], + [0,1,1,1,0,1,0], + [0,0,0,0,0,1,0] + ], + + "color": "rgb(100,0,256)", + + "name":"Victoria Edeeva" +} \ No newline at end of file diff --git a/tags/vidya.json b/tags/vidya.json deleted file mode 100644 index fc109ac..0000000 --- a/tags/vidya.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "grid":[ - [1,1,1,1,1,1,1], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,1], - [1,0,0,0,0,0,1], - [1,1,1,1,1,1,1] - ], - - "color": "blue", - - "name":"Vidya Kanekal" -} diff --git a/tags/vinay.json b/tags/vinay.json new file mode 100644 index 0000000..2af9bb4 --- /dev/null +++ b/tags/vinay.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,1,1,1,1], + [0,0,0,1,0,0,0], + [0,0,1,1,1,0,0], + [0,1,0,1,0,1,0], + [0,1,0,1,0,1,0], + [0,0,1,1,1,0,0], + [0,0,0,1,0,0,0] + ], + + "color": "rgb(255, 162, 14)", + + "name":"Vinay Pillai" +} diff --git a/tags/vivian.json b/tags/vivian.json index fae00e8..4e37da3 100644 --- a/tags/vivian.json +++ b/tags/vivian.json @@ -1,15 +1,15 @@ { "grid":[ - [0,0,0,0,0,0,0], [0,1,1,0,1,1,0], [0,1,1,0,1,1,0], + [0,0,0,0,0,0,0], [1,0,0,0,0,0,1], [1,0,0,0,0,0,1], [1,0,0,0,0,0,1], [1,1,1,1,1,1,1] ], - "color": "rgb(0, 204, 153)", + "color": "rgb(255, 179, 102)", - "name":"VIVIAN" -} \ No newline at end of file + "name":"Vivian Lee" +}