diff --git a/Art/TejaJanakiRam/coffee_machine.gif b/Art/TejaJanakiRam/coffee_machine.gif deleted file mode 100644 index 76429d9cb..000000000 Binary files a/Art/TejaJanakiRam/coffee_machine.gif and /dev/null differ diff --git a/Art/TejaJanakiRam/index.html b/Art/TejaJanakiRam/index.html deleted file mode 100644 index a4a786157..000000000 --- a/Art/TejaJanakiRam/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Coffee Machine - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- - diff --git a/Art/TejaJanakiRam/styles.css b/Art/TejaJanakiRam/styles.css deleted file mode 100644 index c2a7d37b3..000000000 --- a/Art/TejaJanakiRam/styles.css +++ /dev/null @@ -1,257 +0,0 @@ -.container { - width: 300px; - height: 280px; - position: absolute; - top: calc(50% - 140px); - left: calc(50% - 150px); -} -.coffee-header { - width: 100%; - height: 80px; - position: absolute; - top: 0; - left: 0; - background-color: #ddcfcc; - border-radius: 10px; -} -.coffee-header__buttons { - width: 25px; - height: 25px; - position: absolute; - top: 25px; - background-color: #282323; - border-radius: 50%; -} -.coffee-header__buttons::after { - content: ''; - width: 8px; - height: 8px; - position: absolute; - bottom: -8px; - left: calc(50% - 4px); - background-color: #615e5e; -} -.coffee-header__button-one { - left: 15px; -} -.coffee-header__button-two { - left: 50px; -} -.coffee-header__display { - width: 50px; - height: 50px; - position: absolute; - top: calc(50% - 25px); - left: calc(50% - 25px); - border-radius: 50%; - background-color: #9acfc5; - border: 5px solid #43beae; - box-sizing: border-box; -} -.coffee-header__details { - width: 8px; - height: 20px; - position: absolute; - top: 10px; - right: 10px; - background-color: #9b9091; - box-shadow: -12px 0 0 #9b9091, -24px 0 0 #9b9091; -} -.coffee-medium { - width: 90%; - height: 160px; - position: absolute; - top: 80px; - left: calc(50% - 45%); - background-color: #bcb0af; -} -.coffee-medium:before { - content: ''; - width: 90%; - height: 100px; - background-color: #776f6e; - position: absolute; - bottom: 0; - left: calc(50% - 45%); - border-radius: 20px 20px 0 0; -} -.coffe-medium__exit { - width: 60px; - height: 20px; - position: absolute; - top: 0; - left: calc(50% - 30px); - background-color: #231f20; -} -.coffe-medium__exit::before { - content: ''; - width: 50px; - height: 20px; - border-radius: 0 0 50% 50%; - position: absolute; - bottom: -20px; - left: calc(50% - 25px); - background-color: #231f20; -} -.coffe-medium__exit::after { - content: ''; - width: 10px; - height: 10px; - position: absolute; - bottom: -30px; - left: calc(50% - 5px); - background-color: #231f20; -} -.coffee-medium__arm { - width: 70px; - height: 20px; - position: absolute; - top: 15px; - right: 25px; - background-color: #231f20; -} -.coffee-medium__arm::before { - content: ''; - width: 15px; - height: 5px; - position: absolute; - top: 7px; - left: -15px; - background-color: #9e9495; -} -.coffee-medium__cup { - width: 80px; - height: 47px; - position: absolute; - bottom: 0; - left: calc(50% - 40px); - background-color: #fff; - border-radius: 0 0 70px 70px / 0 0 110px 110px; -} -.coffee-medium__cup::after { - content: ''; - width: 20px; - height: 20px; - position: absolute; - top: 6px; - right: -13px; - border: 5px solid #fff; - border-radius: 50%; -} -@keyframes liquid { - 0% { - height: 0px; - opacity: 1; - } - 5% { - height: 0px; - opacity: 1; - } - 20% { - height: 62px; - opacity: 1; - } - 95% { - height: 62px; - opacity: 1; - } - 100% { - height: 62px; - opacity: 0; - } -} -.coffee-medium__liquid { - width: 6px; - height: 63px; - opacity: 0; - position: absolute; - top: 50px; - left: calc(50% - 3px); - background-color: #74372b; - animation: liquid 4s 4s linear infinite; -} -.coffee-medium__smoke { - width: 8px; - height: 20px; - position: absolute; - border-radius: 5px; - background-color: #b3aeae; -} -@keyframes smokeOne { - 0% { - bottom: 20px; - opacity: 0; - } - 40% { - bottom: 50px; - opacity: 0.5; - } - 80% { - bottom: 80px; - opacity: 0.3; - } - 100% { - bottom: 80px; - opacity: 0; - } -} -@keyframes smokeTwo { - 0% { - bottom: 40px; - opacity: 0; - } - 40% { - bottom: 70px; - opacity: 0.5; - } - 80% { - bottom: 80px; - opacity: 0.3; - } - 100% { - bottom: 80px; - opacity: 0; - } -} -.coffee-medium__smoke-one { - opacity: 0; - bottom: 50px; - left: 102px; - animation: smokeOne 3s 4s linear infinite; -} -.coffee-medium__smoke-two { - opacity: 0; - bottom: 70px; - left: 118px; - animation: smokeTwo 3s 5s linear infinite; -} -.coffee-medium__smoke-three { - opacity: 0; - bottom: 65px; - right: 118px; - animation: smokeTwo 3s 6s linear infinite; -} -.coffee-medium__smoke-for { - opacity: 0; - bottom: 50px; - right: 102px; - animation: smokeOne 3s 5s linear infinite; -} -.coffee-footer { - width: 95%; - height: 15px; - position: absolute; - bottom: 25px; - left: calc(50% - 47.5%); - background-color: #41bdad; - border-radius: 10px; -} -.coffee-footer::after { - content: ''; - width: 106%; - height: 26px; - position: absolute; - bottom: -25px; - left: -8px; - background-color: #000; -} diff --git a/Art/shruti-sen2004/coffee-machine.gif b/Art/shruti-sen2004/coffee-machine.gif deleted file mode 100644 index a0ac46e8f..000000000 Binary files a/Art/shruti-sen2004/coffee-machine.gif and /dev/null differ diff --git a/Art/shruti-sen2004/index.html b/Art/shruti-sen2004/index.html deleted file mode 100644 index 926808356..000000000 --- a/Art/shruti-sen2004/index.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - Document - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- - diff --git a/Art/shruti-sen2004/styles.css b/Art/shruti-sen2004/styles.css deleted file mode 100644 index 6aea4cc83..000000000 --- a/Art/shruti-sen2004/styles.css +++ /dev/null @@ -1,284 +0,0 @@ -.container { - width: 300px; - height: 280px; - position: absolute; - top: calc(50% - 140px); - left: calc(50% - 150px); -} - -.coffee-header { - width: 100%; - height: 80px; - position: absolute; - top: 0; - left: 0; - background-color: #ddcfcc; - border-radius: 10px; -} - -.coffee-header__buttons { - width: 25px; - height: 25px; - position: absolute; - top: 25px; - background-color: #282323; - border-radius: 50%; -} - -.coffee-header__buttons::after { - content: ''; - width: 8px; - height: 8px; - position: absolute; - bottom: -8px; - left: calc(50% - 4px); - background-color: #615e5e; -} - -.coffee-header__button-one { - left: 15px; -} - -.coffee-header__button-two { - left: 50px; -} - -.coffee-header__display { - width: 50px; - height: 50px; - position: absolute; - top: calc(50% - 25px); - left: calc(50% - 25px); - background-color: #9acfc5; - border-radius: 50%; - border: 5px solid #43beae; - box-sizing: border-box; -} - -.coffee-header__details { - width: 8px; - height: 20px; - position: absolute; - top: 10px; - right: 10px; - background-color: #9b9091; - box-shadow: -12px 0 0 #9b9091, -24px 0 0 #9b9091; -} - -/*////medium section/////*/ - -.coffee-medium { - width: 90%; - height: 160px; - position: absolute; - top: 80px; - left: calc(50% - 45%); - background-color: #bcb0af; -} - -.coffee-medium::before { - content: ''; - width: 90%; - height: 100px; - position: absolute; - bottom: 0; - left: calc(50% - 45%); - background-color: #776f6e; - border-radius: 20px 20px 0 0; -} - -.coffee-medium__exit { - width: 60px; - height: 20px; - position: absolute; - top: 0; - left: calc(50% - 30px); - background-color: #231f20; -} - -.coffee-medium__exit::before { - content: ''; - width: 50px; - height: 20px; - position: absolute; - bottom: -20px; - left: calc(50% - 25px); - background-color: #231f20; - border-radius: 0 0 50% 50%; -} - -.coffee-medium__exit::after { - content: ''; - width: 10px; - height: 10px; - position: absolute; - bottom: -30px; - left: calc(50% - 5px); - background-color: #231f20; -} - -.coffee-medium__arm { - width: 70px; - height: 20px; - position: absolute; - top: 15px; - right: 25px; - background-color: #231f20; -} - -.coffee-medium__arm::before { - content: ''; - width: 15px; - height: 5px; - position: absolute; - top: 7px; - left: -15px; - background-color: #9e9495; -} - -.coffee-medium__cup { - width: 80px; - height: 47px; - position: absolute; - bottom: 0; - left: calc(50% - 40px); - background-color: #fff; - border-radius: 0 0 70px 70px/ 0 0 110px 110px; -} - -.coffee-medium__cup::after { - content: ''; - width: 20px; - height: 20px; - position: absolute; - top: 6px; - right: -13px; - border: 5px solid #fff; - border-radius: 50%; -} - -@keyframes liquid { - 0% { - height: 0px; - opacity: 1; - } - 5% { - height: 0px; - opacity: 1; - } - 20% { - height: 62px; - opacity: 1; - } - 95% { - height: 62px; - opacity: 1; - } - 100% { - height: 62px; - opacity: 1; - } -} - -.coffee-medium__liquid { - width: 6px; - height: 63px; - opacity: 0; - position: absolute; - top: 50px; - left: calc(50% - 3px); - background-color: #74372b; - animation: liquid 4s 4s linear infinite; -} - -.coffee-medium__smoke { - width: 8px; - height: 20px; - position: absolute; - bottom: 0; - background-color: #b3aeae; - border-radius: 5px; -} - -@keyframes smokeone { - 0% { - bottom: 20px; - opacity: 0; - } - 40% { - bottom: 50px; - opacity: 5; - } - 80% { - bottom: 80px; - opacity: 3; - } - 100% { - bottom: 80px; - opacity: 0; - } -} - -@keyframes smoketwo { - 0% { - bottom: 40px; - opacity: 0; - } - 40% { - bottom: 70px; - opacity: 5; - } - 80% { - bottom: 80px; - opacity: 3; - } - 100% { - bottom: 80px; - opacity: 0; - } -} - -.coffee-medium__smoke-one { - opacity: 0; - bottom: 50 px; - left: 102px; - animation: smokeone 3s 4s linear infinite; -} -.coffee-medium__smoke-two { - opacity: 0; - bottom: 70 px; - left: 118px; - animation: smoketwo 4s 5s linear infinite; -} -.coffee-medium__smoke-three { - opacity: 0; - bottom: 50 px; - left: 140px; - animation: smokeone 3.5s 4.5s linear infinite; -} -.coffee-medium__smoke-four { - opacity: 0; - bottom: 70 px; - left: 157px; - animation: smoketwo 4.5s 5.5s linear infinite; -} - -.coffee-footer { - width: 95%; - height: 15px; - position: absolute; - bottom: 25px; - left: calc(50% - 47.5%); - background-color: #41ddad; - border-radius: 10px; -} - -.coffee-footer::after { - content: ''; - width: 106%; - height: 26px; - position: absolute; - bottom: -25px; - left: -8px; - background-color: #000; -} diff --git a/include.js b/include.js index a26f1ea59..a89878d8d 100644 --- a/include.js +++ b/include.js @@ -48,14 +48,6 @@ let cards = [ author: 'Aniket', githubLink: 'https://github.com/aniketmdinde' }, - // TODO: REMOVE Coffee machine x 2 author has it - { - artName: 'Coffee Dispenser', - pageLink: './Art/TejaJanakiRam/index.html', - imageLink: './Art/TejaJanakiRam/coffee_machine.gif', - author: 'Teja', - githubLink: 'https://github.com/TejaJanakiRam' - }, { artName: 'LoopLamina', pageLink: './Art/manishjha-04/LoopLamina/index.html', @@ -1486,14 +1478,6 @@ let cards = [ author: 'Hrishit', githubLink: 'https://github.com/Hrishit-B' }, - // TODO: REMOVE Coffee machine x 2 author has it - { - artName: 'Coffee Machine', - pageLink: './Art/shruti-sen2004/index.html', - imageLink: './Art/shruti-sen2004/coffee-machine.gif', - author: 'Shruti Sen', - githubLink: 'https://github.com/shruti-sen2004' - }, { artName: 'Bouncing Balls', pageLink: './Art/SamilAbud/index.html',