diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/aboutus.css deleted file mode 100644 index 4df52f3a..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/aboutus.css +++ /dev/null @@ -1,58 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; - text-align: center; -} - -.navbar { - background-color: rgba(0, 0, 0, 0.7); - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: rgba(255, 255, 255, 0.4); - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - float: right; - padding-top: 50px; - padding-left: 50px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; - float: left; - padding-left: 50px; - padding-right: 200px; -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/csk_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/csk_aboutus.css deleted file mode 100644 index c9f9ce0b..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/csk_aboutus.css +++ /dev/null @@ -1,75 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #000000; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -h1 { - color: rgb(246, 197, 3); - text-align: center; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/csk_player_performancee.css b/Assignments/CB.EN.U4CYS22064/ui/css/csk_player_performancee.css deleted file mode 100644 index 3e8c1ba6..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/csk_player_performancee.css +++ /dev/null @@ -1,40 +0,0 @@ -body { - background-image: url('https://wallpapercave.com/wp/wp2496943.jpg'); - background-repeat: no-repeat; - background-size: 100% 100%; -} - -table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - margin-bottom: 20px; -} - -td, th { - border: 1px solid #0d0c0e; - text-align: left; - padding: 8px; - -webkit-text-fill-color: #000000; -} - -p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - -th { - background-color: #274eea; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/dashboard.css b/Assignments/CB.EN.U4CYS22064/ui/css/dashboard.css deleted file mode 100644 index 102713d1..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/dashboard.css +++ /dev/null @@ -1,70 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: rgba(0, 0, 0, 0.7); - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: rgba(255, 255, 255, 0.4); - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - float: left; - padding: 50px; - padding-top: 50px; - padding-left: 50px; -} - -img { - float: right; - padding-left: 100px; - padding-right: 50px; /* Corrected property name */ -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 2s; -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -h1 { - text-align: center; - font-size: 50px; -} - -p { - color: aliceblue; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/dc_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/dc_aboutus.css deleted file mode 100644 index 6c9f7a8e..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/dc_aboutus.css +++ /dev/null @@ -1,74 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #131313; - overflow: hidden; -} - -h2 { - color: blue; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/dc_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/dc_player_performance.css deleted file mode 100644 index f91916e2..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/dc_player_performance.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - background-image: url('https://i.pinimg.com/originals/33/1a/5a/331a5a63cf1b7f78f53433ae778e1ca3.jpg'); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; - } - - @keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - - table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - margin-top: 20px; - } - - td { - border: 1px solid #0c0c0c; - text-align: left; - padding: 8px; - color: rgb(255, 255, 255); - } - - th { - border: 1px solid #0c0c0c; - text-align: left; - padding: 8px; - background-color: #f2f2f2; - color: #0c0c0c; - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/gt_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/gt_aboutus.css deleted file mode 100644 index d67e684f..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/gt_aboutus.css +++ /dev/null @@ -1,58 +0,0 @@ -body { - font-family: Arial, sans-serif; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #333; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/gt_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/gt_player_performance.css deleted file mode 100644 index f1c4d582..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/gt_player_performance.css +++ /dev/null @@ -1,50 +0,0 @@ -body { - background-image: url('../images/gt_team.jpg'); - background-repeat: no-repeat; - background-size: 100% 100%; -} - -table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; -} - -td, th { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; - color: #dddddd; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - -p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - color: azure; -} - -th { - background-color: #07227a92; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/kkr_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/kkr_aboutus.css deleted file mode 100644 index 6e61776d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/kkr_aboutus.css +++ /dev/null @@ -1,59 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #333; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/kkr_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/kkr_player_performance.css deleted file mode 100644 index 21bc1ddd..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/kkr_player_performance.css +++ /dev/null @@ -1,62 +0,0 @@ -body { - background-image: url("https://wallpaperaccess.com/full/3411317.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - margin-top: 20px; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - -p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; -} - - td, th { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; - color: aliceblue; - } - - h1 { - color: aliceblue; - } - - th { - background-color: #442e6b; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; - } - - @keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/login.css b/Assignments/CB.EN.U4CYS22064/ui/css/login.css deleted file mode 100644 index 92666cae..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/login.css +++ /dev/null @@ -1,61 +0,0 @@ -body { - font-family: Arial, sans-serif; - background-color: #f2f2f2; - margin: 0; - padding: 0; - display: flex; - justify-content: center; - align-items: center; - height: 100vh; - background-image: url('https://wallpaperaccess.com/full/2302746.jpg'); - background-repeat: no-repeat; - background-size: 100%; - } - - .container { - background-color: rgba(255, 255, 255, 0.7); - box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.7); - border-radius: 8px; - padding: 30px; - max-width: 400px; - width: 100%; - opacity: 0; - transform: translateY(-20px); - transition: opacity 5s ease, transform 5s ease; - } - - .container.active { - opacity: 1; - transform: translateY(0); - } - - .form-group { - margin-bottom: 20px; - } - - label { - display: block; - font-weight: bold; - margin-bottom: 5px; - } - - input { - width: 100%; - padding: 10px; - border: 1px solid #ccc; - border-radius: 4px; - } - - .btn { - display: block; - width: 100%; - padding: 10px; - text-align: center; - background-color: #4CAF50; - color: #ffffff; - border: none; - border-radius: 4px; - cursor: pointer; - font-weight: bold; - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/lsg_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/lsg_aboutus.css deleted file mode 100644 index 6e61776d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/lsg_aboutus.css +++ /dev/null @@ -1,59 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #333; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/lsg_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/lsg_player_performance.css deleted file mode 100644 index b1903e2c..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/lsg_player_performance.css +++ /dev/null @@ -1,44 +0,0 @@ -body { - background-image: url("https://images-cricketcom.imgix.net/news-1679716511411"); - background-repeat: no-repeat; - background-size: 100% 100%; -} - -table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - margin-top: 20px; -} - -td, th { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; -} - -p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; -} - -th { - background-color: #f2f2f2; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/mi_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/mi_aboutus.css deleted file mode 100644 index 6e61776d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/mi_aboutus.css +++ /dev/null @@ -1,59 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #333; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/mi_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/mi_player_performance.css deleted file mode 100644 index f59ea491..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/mi_player_performance.css +++ /dev/null @@ -1,46 +0,0 @@ -body { - background-image: url('https://wallpaperaccess.com/full/4561412.jpg'); - background-repeat: no-repeat; - background-size: 100% 100%; - margin: 0; - font-family: Arial, sans-serif; - } - - .fade-in-text { - font-size: 18px; - animation: fadeIn 5s; - color: rgb(225, 222, 219); - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - - table { - width: 100%; - border-collapse: collapse; - } - - table, th, td { - border: 3px solid #08100e; - padding: 8px; - text-align: left; - } - - th { - background-color: #1739a8; - } - - @keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/orangecap.css b/Assignments/CB.EN.U4CYS22064/ui/css/orangecap.css deleted file mode 100644 index 4fed9175..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/orangecap.css +++ /dev/null @@ -1,39 +0,0 @@ -body { - background-image: url("https://www.kreedon.com/wp-content/uploads/2023/05/Orange-Cap.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} - -table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; -} - -h1 { - font-size: 30px; - width: 100%; - font-weight: bold; - text-align: center; -} - -.th, td, tr { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/pbks_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/pbks_aboutus.css deleted file mode 100644 index b4bf70e6..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/pbks_aboutus.css +++ /dev/null @@ -1,70 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #0b0b0b; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/pbks_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/pbks_player_performance.css deleted file mode 100644 index 8044de36..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/pbks_player_performance.css +++ /dev/null @@ -1,52 +0,0 @@ -body { - background-image: url("https://www.insidesport.in/wp-content/uploads/2022/12/PBKS.jpg?w=690"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; - } - - .title { - -webkit-text-fill-color: #f6f3f3; - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - color: #ffffff; - } - - .ipl-table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - } - - td, th { - border: 2px solid #fffafa; - text-align: left; - padding: 8px; - color: #ffffff; - } - - th { - background-color: #b34848; - } - - h1 { - color: aliceblue; - } - @keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/pointstable.css b/Assignments/CB.EN.U4CYS22064/ui/css/pointstable.css deleted file mode 100644 index aaf0fc44..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/pointstable.css +++ /dev/null @@ -1,39 +0,0 @@ -body { - background-image: url("../images/pointstablee.jpg"); - background-repeat: no-repeat; - background-size: 100%; -} - -table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; -} - -p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - text-align: center; -} - -h1 { - font-size: 30px; - width: 100%; - font-weight: bold; - text-align: center; - color: #dddddd; -} - -th, -td { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; -} - -tr { - background-color: rgb(0, 0, 0); -} - diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/purplecap.css b/Assignments/CB.EN.U4CYS22064/ui/css/purplecap.css deleted file mode 100644 index 7273cdfb..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/purplecap.css +++ /dev/null @@ -1,25 +0,0 @@ -body { - background-image: url("https://assets.thehansindia.com/h-upload/2022/02/08/1600x960_1237912-purple-cap-16.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} - -table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; -} - -h1 { - font-size: 30px; - width: 100%; - font-weight: bold; - text-align: center; -} - -.th,td,tr { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; -} - diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/rcb_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/rcb_aboutus.css deleted file mode 100644 index b89c0de1..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/rcb_aboutus.css +++ /dev/null @@ -1,73 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #000000; - overflow: hidden; -} - -h2 { - color: crimson; -} -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.fade-in-text { - font-family: Arial; - animation: fadeIn 5s; -} - -@keyframes fadeIn { - 0% { opacity: 0; } - 100% { opacity: 1; } -} - - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/rcb_player_performancee.css b/Assignments/CB.EN.U4CYS22064/ui/css/rcb_player_performancee.css deleted file mode 100644 index 613d9598..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/rcb_player_performancee.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - background-image: url('https://wallpaperaccess.com/full/2009380.jpg'); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - table { - border-collapse: collapse; - width: 100%; - } - - td, th { - border: 1px solid #0c0c0c; - text-align: left; - padding: 8px; - color: azure; - } - - th { - background-color: #353333; - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - color: #d62929; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; - } - - @keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/rr_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/rr_aboutus.css deleted file mode 100644 index 6e61776d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/rr_aboutus.css +++ /dev/null @@ -1,59 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #333; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/rr_player_performce.css b/Assignments/CB.EN.U4CYS22064/ui/css/rr_player_performce.css deleted file mode 100644 index 1e444b67..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/rr_player_performce.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - background-image: url("https://4kwallpapers.com/images/wallpapers/rajasthan-royals-indian-premier-league-ipl-ipl-2021-cricket-2560x1440-4939.png"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - } - - td, - th { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - - th { - background-color: #f2f2f2; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; - } - - @keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/srh_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/srh_aboutus.css deleted file mode 100644 index 6e61776d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/srh_aboutus.css +++ /dev/null @@ -1,59 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: #333; - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: #ddd; - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding: 100px; - padding-top: 50px; - padding-left: 50px; - padding-right: 300px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -p { - color: aliceblue; -} - -h2 { - text-align: center; -} \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/srh_player_performance.css b/Assignments/CB.EN.U4CYS22064/ui/css/srh_player_performance.css deleted file mode 100644 index 726e993f..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/srh_player_performance.css +++ /dev/null @@ -1,44 +0,0 @@ -body { - background-image: url("https://wallpapers.com/images/featured/sunrisers-hyderabad-die68jcmuvtg8iir.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - table { - font-family: Arial, sans-serif; - border-collapse: collapse; - width: 100%; - } - - td, th { - border: 1px solid #dddddd; - text-align: left; - padding: 8px; - } - - p { - font-size: 20px; - font-family: cursive; - width: 100%; - font-weight: bold; - } - - th { - background-color: #f2f2f2; - } - - .fade-in-text { - font-family: Arial; - animation: fadeIn 5s; - } - - @keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } - } - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/teamperformance.css b/Assignments/CB.EN.U4CYS22064/ui/css/teamperformance.css deleted file mode 100644 index 9eeae311..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/teamperformance.css +++ /dev/null @@ -1,55 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: rgba(0, 0, 0, 0.7); - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: rgba(255, 255, 255, 0.4); - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding-top: 200px; - padding-left: 150px; -} - -.team-icon { - width: 100px; - height: 100px; - margin: 10px; - cursor: pointer; -} - -img { - border-radius: 50px; -} - -h1 { - padding-left: 550px; - padding-bottom: 50px; - font-size: 40px; -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/tournamentstats.css b/Assignments/CB.EN.U4CYS22064/ui/css/tournamentstats.css deleted file mode 100644 index abc058b3..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/css/tournamentstats.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - font-family: 'Orbitron', Verdana, sans-serif; - font-style: italic; - margin: 0; - padding: 0; - background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - background-attachment: fixed; -} - -.navbar { - background-color: rgba(0, 0, 0, 0.7); - overflow: hidden; -} - -.navbar a { - float: right; - color: white; - text-align: center; - padding: 14px 20px; - text-decoration: none; - font-size: 17px; -} - -.navbar a:hover { - background-color: rgba(255, 255, 255, 0.4); - color: black; -} - -.active { - background-color: #4CAF50; -} - -.content { - padding-top: 50px; - padding-left: 50px; -} - -.team-icon { - width: 450px; - height: 500px; - margin: 10px; - cursor: pointer; -} diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/aboutus.html deleted file mode 100644 index 23fd9f98..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/aboutus.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - IPL Score Dashboard - - - - - - -
-

In the Indian Premier League (IPL) 2023 season, the teams have been actively engaged in building their squads - through player auctions and trading. Here is a breakdown of the purse expenditure and the remaining balance - for each team:

-

1. Royal Challengers Bangalore (RCB): RCB has spent 93.25 crore in acquiring players for their team. After these transactions, they have 1.75 crore left in their purse.

- -

2. Kolkata Knight Riders (KKR): KKR has utilized 93.35 crore from their purse to secure players. They now have 1.65 crore remaining for further transactions.

- -

3. Punjab Kings (PBKS): PBKS has spent 82.80 crore in procuring players for their squad. They have 12.25 crore left in their purse.

- -

4. Chennai Super Kings (CSK): CSK has utilized 93.50 crore from their purse to acquire players. They currently have 1.50 crore remaining for additional transactions.

- -

5. Delhi Capitals (DC): DC has spent 90.55 crore to strengthen their team. They have 4.45 crore left in their purse.

- -

6. Rajasthan Royals (RR): RR has utilized 91.65 crore from their purse to secure players. They currently have 3.35 crore remaining for further transactions.

- -

7. Mumbai Indians (MI): MI has spent 94.95 crore in acquiring players for their team. They have a minimal balance of 0.05 crore left in their purse.

- -

8. Sunrisers Hyderabad (SRH): SRH has utilized 88.45 crore from their purse to strengthen their squad. They now have 6.55 crore remaining for additional transactions.

- -

9. Lucknow Super Giants(LSG): LSG, despite already mentioned, has spent 91.45 crore in acquiring players. They have 3.55 crore left in their purse.

- -

10. Gujarat Titans (GT): GT has spent 90.55 crore in procuring players for their team. They have 4.45 crore left in their purse.

- -

These figures reflect the financial activities of the respective IPL teams, showcasing their investments and the remaining balance in their purses to make further player acquisitions or other team-related transactions.

- RCB - CSK - MI - KKR - SRH - DC - RR - PBKS - GT - LSG -
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/csk_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/csk_aboutus.html deleted file mode 100644 index 5852c139..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/csk_aboutus.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - csk_aboutus - - - - - - -
- -

CHENNAI SUPER KINGS

-
-

The Chennai Super Kings (CSK) is a franchise cricket team based in Chennai, Tamil Nadu, India. The team is a part of the Indian Premier League (IPL), a professional Twenty20 cricket league in India. The franchise is owned by India Cements, a cement manufacturing company.

- -

Established in 2008, CSK has been one of the eight founding teams of the IPL. The team's home ground is the M. A. Chidambaram Stadium, also known as Chepauk Stadium, in Chennai. The stadium has a rich cricketing history and has witnessed many memorable moments in Indian cricket.

- -

The leadership of the iconic cricketer Mahendra Singh Dhoni, CSK has been one of the most successful franchises in the history of the IPL. The team has a strong and passionate fan base, often referred to as the "Whistle Podu Army," known for their unwavering support.

- -

CSK has consistently performed well in the tournament and has reached the playoffs in every season they have participated in, from 2008 to 2019. The team has won the IPL title three times, clinching the championship in 2010, 2011, and 2018. Additionally, CSK has finished as the runners-up on five occasions (2008, 2012, 2013, 2015, and 2019), showcasing their consistent presence in the knockout stages.

- -

The franchise has been known for its consistency, teamwork, and stability. CSK has retained a core group of players over the years, including the likes of Dhoni, Suresh Raina, Ravindra Jadeja, and Dwayne Bravo, which has contributed to the team's success.

- -

However, CSK faced a setback in 2020 when they couldn't qualify for the playoffs for the first time in the tournament's history. The team was temporarily suspended for two seasons in 2016 and 2017 due to a spot-fixing scandal that involved some team officials.

- -

Off the field, CSK has been actively involved in philanthropy and community initiatives.

- -

The team has supported various social causes, including education, healthcare, and environmental conservation.

- -

The Chennai Super Kings franchise has created a legacy in the IPL, known for their consistent performances, passionate fan base, and the leadership of Mahendra Singh Dhoni. The team continues to be a strong contender in the tournament and aims to add more titles to their name in the upcoming seasons.

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/csk_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/csk_player_performance.html deleted file mode 100644 index 065eb8bd..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/csk_player_performance.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - CSK IPL Stats - - -
-

MOST RUNS IN IPL 2023 PLAYING FOR CSK

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Devon Conway67216159251.69139.71067718
2Ruturaj Gaikwad59016159242.14147.50044630
3Shivam Dube41816145238158.33031235
4Ajinkya Rahane32614117132.60172.49022416
5Ravindra Jadeja19016122523.75142.8600119
6Ambati Rayudu15816122715.80139.8200109
7Moeen Ali12415102317.71136.2600126
8MS Dhoni10416123226182.4600310
9Ben Stokes152287.50107.140020
10Mitchell Santner2321-500000
11Deepak Chahar110111500000
- -

MOST WICKETS IN BOWLING 2023 FOR CSK

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Tushar Deshpande21161626.8616.249.92020
2Ravindra Jadeja20161621.5517.107.56020
3Matheesha Pathirana19121219.5314.638.01020
4Deepak Chahar13101022.8515.698.74020
5Maheesh Theekshana11131335.6426.738000
6Moeen Ali9151121.6717.337.50010
7Akash Singh56637.6022.809.89000
8Rajvardhan Hangargekar322201210010
9Mitchell Santner33327246.75000
10Sisanda Magala12251368.50000
- - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/dashboard.html b/Assignments/CB.EN.U4CYS22064/ui/html/dashboard.html deleted file mode 100644 index b30ebb2b..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/dashboard.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - IPL Score Dashboard - - - - - - -

IPL 2023

- -
-
- -

The Indian Premier League (IPL) is a professional Twenty20 cricket league in India. Founded by the Board of Control for Cricket in India (BCCI) in 2007, the IPL has become one of the most popular and lucrative cricket leagues in the world. The league operates on a franchise-based model, with teams being owned by individuals or companies who bid for ownership rights in an auction. The IPL has a salary cap for players, with a current limit of 85 crores (approximately $11 million USD) per team.

-

The league has attracted some of the biggest names in cricket, including Sachin Tendulkar, MS Dhoni, Virat Kohli, and AB de Villiers. Over the years, the IPL has expanded to include eight teams representing different cities in India. The league has faced some controversy over allegations of match-fixing and corruption, but it has implemented strict anti-corruption measures to address these issues. Despite these challenges, the IPL remains a hugely popular and exciting event for cricket fans around the world.

-

The league has a strong focus on entertainment, with each match featuring music, cheerleaders, and other forms of on-field entertainment. - The IPL has been known to attract significant investment from celebrities and businesspeople, with several high-profile individuals owning stakes in IPL teams. For example, Bollywood actor Shah Rukh Khan owns the Kolkata Knight Riders, while businessman Mukesh Ambani owns the Mumbai Indians.

-

Over the years, the IPL has attracted some of the world's top cricketing talent. Many renowned international players, including Virat Kohli, MS Dhoni, Rohit Sharma, AB de Villiers, and Chris Gayle, have been associated with the league.

-

The IPL enjoys massive popularity and has a dedicated fan following in India and around the world. Matches are played in various stadiums across India, with fans passionately supporting their favorite teams. The tournament's high energy, competitive nature, and star-studded line-ups contribute to its immense popularity.

-
-
- - - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/dc_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/dc_aboutus.html deleted file mode 100644 index 185600f6..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/dc_aboutus.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - - -
-

DELHI CAPITALS

-
-

- Delhi Capitals (formerly Delhi Daredevils) are a professional franchise cricket team based in Delhi that - plays in the Indian Premier League (IPL). The franchise is jointly owned by the GMR Group and the JSW - Sports. -

-

- The team's home ground is Arun Jaitley Stadium (formerly Feroz Shah Kotla), located in New - Delhi. The team is coached by Ricky Ponting. The Capitals appeared in their first IPL final in 2020 - against Mumbai Indians -

-

- Former India Opener and Delhi local, Virender Sehwag was accorded the icon player status in the Delhi - Daredevils team and was also the captain of the side during the first two seasons. However, he resigned - and passed on the leadership to Gautam Gambhir for the 2010 season. But after Gambhir left the team for - the Kolkata Knight Riders in the fourth edition, Sehwag was once again given the duty to captain the - team. -

- Since the start of the IPL in 2008, many international players such as Australian Glenn McGrath, - South African batter and part-time keeper AB de Villiers, Sri Lanka player Tillakaratne Dilshan, - Australia opener and former vice-captain David Warner, Andrew McDonald, New Zealand spinner Daniel - Vettori, Farveez Maharoof, Dirk Nannes and Aussie opener Aaron Finch have donned the cap for the - Daredevils. The team included Indian players like Tamil Nadu Middle-order batter and keeper Dinesh - Karthik and Yo Mahesh. -

-

- In 2009, Mohammad Asif and Shoaib Malik left due to the ban on Pakistani players and Asif's positive - drug test. Aussie opener David Warner, Andrew McDonald, English Opener Paul Collingwood and Owais Shah - were the new signings. Fast bowler Ashish Nehra came in from Mumbai Indians as a trade-off for Indian - Opener Shikhar Dhawan. For IPL 2010, Australian all-rounder Moises Henriques came in from the Kolkata - Knight Riders in exchange for Manoj Tiwary and Owais Shah. Wayne Parnell was purchased at the auction - for US$610,000. -

-

- In 2012, they bought Sri Lankan Mahela Jayawardene, Jamaican all-rounder Andre Russell, Doug Bracewell, - Morne Morkel and English batter Kevin Pietersen. The Daredevils also signed uncapped Indian all-rounder - Pawan Negi, batters Manpreet Juneja and Kuldeep Rawal ahead of the 2012 season. The Daredevils appointed - Mahela Jayawardene as vice-captain for 2012.On 29 February 2012, the Daredevils signed Kiwi Batter Ross - Taylor from the inaugural Champions Rajasthan Royals in a trade for an undisclosed amount. David Warner - is most valuable player and highest runner in 2022 -

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/dc_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/dc_player_performance.html deleted file mode 100644 index 69a4bc67..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/dc_player_performance.html +++ /dev/null @@ -1,516 +0,0 @@ - - - - - - - DC IPL 2023 Performance - - -
-

MOST RUNS IN IPL 2023 PLAYING FOR DC

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR10050 - 4s6s
1David Warner51614148636.86131.63066910
2Akshar Patel28314135428.30139.41012115
3Philip Salt218998727.25163.91022410
4Rilee Rossouw209998229.86148.23011711
5Manish Pandey1601095017.78109.5901153
6Mitchell Marsh128996314.22131.9601117
7Aman Khan1101195113.75108.910176
8Prithvi Shaw106885413.25124.7101161
9Lalit Yadav666638.20111.860080
10Saraz Khan53443013.2585.480041
11Ripal Patel49542316.33113.950031
12Anrich Nortje371072312.33127.590060
13Abhishek Porel3344208.25106.450012
14Kuldeep Yadav3114101015.5064.580020
15Priyam Garg2222121195.650010 -
16Praveen Dubey16111616800020
17Yash Dhull1643135.3369.570010
18Rovman Powell73342.3377.780010
19Mukesh Kumar71036-77.780000
20Chetan Sakariya4224466.670010
- -

MOST WICKETS IN BOWLING 2023 FOR DC

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerTeamWicketsMatInnsAvgSRER5W+3W+Maiden
1Mitchell MarshDC129814.1710.088.43020
2Akshar PatelDC11141330.7325.647.19000
3Ishant SharmaDC108820.60158.24000
4Anrich NortjeDC10101036.40249.10000
5Kuldeep YadavDC10141436.1029.407.37000
6Khaleel AhmedDC99933.44229.12000
7Mukesh KumarDC7101046.5726.5710.52000
8Chetan SakariyaDC32229.671611.13000
9Lalit YadavDC26459399.08000
10Praveen DubeyDC11119186.33000
11Rovman PowellDC13118129000
12Mustafizur RahmanDC122794211.29000
-
- - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/gt_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/gt_aboutus.html deleted file mode 100644 index 99fa85de..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/gt_aboutus.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - -
-

GUJARAT TITANS

-
-

- Gujarat Titans (GT) is a professional franchise cricket team based in Ahmedabad, Gujarat, India. The - Titans compete in the Indian Premier League (IPL). Founded in 2021, Gujarat Titans' home ground is - Narendra Modi Stadium in Motera. The franchise is owned by CVC Capital Partners. The team is captained by - Hardik Pandya and coached by Ashish Nehra. They won their maiden title in the 2022 season, which was also - their debut season. Although their auction methods and their selections during their first-ever auction - were considered weak, and the team was written off, the Titans surprised everyone with their performances, - gaining their first win against fellow newcomers Lucknow Super Giants. That win was the first in their - inaugural campaign, which saw the Titans eventually win 10 of their 14 group matches, qualifying at the - top of the table with 20 points. They then won the first qualifier against Rajasthan Royals, whom they - would meet again in the final after their qualifier win against Royal Challengers Bangalore. Gujarat won - the final by restricting Rajasthan to 130 on a pitch on which they were asked to bowl first, and chasing - down the target with 11 balls to spare, which included Shubman Gill hitting the winning six off the first - ball of the 19th over. Hardik Pandya was adjudged the Man of the Match for his bowling figures of 3/17 and - his 34 from 30 balls with a strike rate of 113.33. Critics have praised Pandya's captaincy, bowling, and - batting, with many agreeing that he and the management used their players well and worked as a team to win - the tournament. - This win meant that Gujarat became the second team to win the IPL in their very first season, the first - being their final opponents, Rajasthan Royals. Nevertheless, Gujarat became the first team in the IPL - against teams who already have been playing since 2008 to win the title in their very first outing. This - win is also Hardik's 5th IPL title, and first as a captain, having won all previous four with the Mumbai - Indians. -

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/gt_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/gt_player_performance.html deleted file mode 100644 index a1ac11ec..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/gt_player_performance.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - - - -
-

MOST RUNS IN 2023 PLAYING FOR GT

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Shubman Gill890171712959.33157.80348533
2Wriddhiman Saha37117178123.19129.2702478
3B Sai Sudharsan362889651.71141.41033312
4Hardik Pandya34616156631.45136.76022615
5Vijay Shankar30114106337.63160.11032715
6David Miller25916134632.38145.51001813
7Rashid Khan1301797932.50216.6701813
8Abhinav Manohar114964219137.350067
9Rahul Tewatia8717102021.75152.630037
10Dasun Shanaka263317131000021
11Noor Ahmad81337488.890010
12Alzarri Joseph7727-58.330010
13Mohammed Shami517252.5083.330010
-

MOST WICKETS IN 2023 PLAYING FOR GT

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Mohammed Shami28171718.6413.938.03050
2Mohit Sharma27141413.379.818.17130
3Rashid Khan27171720.4414.898.24040
4Noor Ahmad16131323.0617.697.82010
5Alzarri Joseph77732.1420.579.38000
6Joshua Little710104229.148.65000
7Hardik Pandya3161176509.12000
8Yash Dayal25582.504211.79000
9Darshan Nalkande111442411000
-
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/kkr_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/kkr_aboutus.html deleted file mode 100644 index 2cd27908..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/kkr_aboutus.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

KOLKATA KNIGHT RIDERS

-
-

The Kolkata Knight Riders (KKR) is a highly popular franchise cricket team that competes in the Indian - Premier League (IPL). Owned by Bollywood actor Shah Rukh Khan, actress Juhi Chawla, and her spouse Jay - Mehta, KKR represents the city of Kolkata in the tournament.

-

The team's official colors are purple and gold. KKR has a strong and dedicated fan base known as the - "Knight Riders Army." The team's home ground is the iconic Eden Gardens stadium in Kolkata, which has - witnessed numerous electrifying matches over the years. KKR has seen remarkable success in the IPL, - winning the championship in 2012 and 2014 under the leadership of Gautam Gambhir.

-

The team has boasted a star-studded lineup, featuring renowned players such as Andre Russell, Sunil - Narine, and Dinesh Karthik. Known for their explosive batting and potent bowling attack, KKR has often - enthralled fans with thrilling performances. Over time, the team has witnessed various captaincy - changes, with Eoin Morgan taking over the leadership role in recent seasons. KKR has a strong focus on - nurturing young talent and has given opportunities to promising cricketers like Shubman Gill and - Prasidh Krishna.

-

The Kolkata Knight Riders have created a legacy in the IPL, combining on-field success, a passionate fan - base, and an enthralling brand of cricket that continues to capture the imagination of cricket - enthusiasts across the country.

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/kkr_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/kkr_player_performance.html deleted file mode 100644 index 0afb4a86..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/kkr_player_performance.html +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - -
-

MOST RUNS IN BATTING FOR KKR IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
no.PlayerRunsMatInnsHSAvgSR100504s6s
1Rinku Singh47414146759.25149.53043129
2Nitish Rana41314147531.77140.96033920
3Venkatesh Iyer404141410428.86145.85123221
4Jason Roy285886135.63151.60023612
5Rahmanullah Gurbaz22711118120.64133.53021715
6Andre Russell22714144220.64145.51001318
7Shardul Thakur11311106814.13161.4301134
8Narayan Jagadeesan89663614.83109.8800141
9Anukul Roy23441311.50121.050030
10David Wiese21331221190.910003
11Sunil Narine21141073840021
12Umesh Yadav198569.50105.560010
13Mandeep Singh1433124.6787.500001
14Litton Das411441000010
15Vaibhav Arora3522-1500000
16Varun Chakravarthy11421111.110000
-

MOST WICKETS IN BOWLING FOR KKR IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Varun Chakravarthy20141421.4515.808.15030
2Sunil Narine11141434.8226.187.98010
3Suyash Sharma10111132.1023.408.23010
4Shardul Thakur711931.431810.48000
5Andre Russell714924.571311.34010
6Vaibhav Arora55529.2019.209.13000
7Harshit Rana56629.4020.408.65000
8Anukul Roy34321.67168.13000
9Nitish Rana31462517.678.49000
10Tim Southee22239.501813.17000
11Kulwant Khejroliya222321314.77000
12Lockie Ferguson133964612.52000
13Umesh Yadav1881891149.95000
-
- - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/lsg_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/lsg_aboutus.html deleted file mode 100644 index c548ac7c..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/lsg_aboutus.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

LUCKNOW SUPER GIANTS

-
-

- Lucknow Super Giants (LSG) is a professional franchise cricket team based in Lucknow, Uttar Pradesh that - competes in the Indian Premier League (IPL). Founded in 2021, the team plays its home matches at the - BRSABV Ekana Cricket Stadium, Lucknow. The team is owned by RPSG Group, who previously owned the - Rising Pune Supergiant franchise between 2016 and 2017. The team is captained by KL Rahul and coached - by Justin Langer. The team mentor is Gautam Gambhir. In its debut season, Lucknow Super Giants - qualified for the play-offs. -

-

- At the mega auction which was held in February 2022, the team brought many players in which the - all-rounders were more in numbers. The franchise brought various big international players such as - Quinton de Kock, Mark Wood, Krunal Pandya, Marcus Stoinis. Later the franchise named KL Rahul as the - captain of the team and the old Zimbabwean cricketer Andy Flower as the head coach for the upcoming - season. Franchise also appointed Gautam Gambhir as the mentor of the team. In the initial phase of - the season all-rounder Marcus Stoinis was not available due to the ongoing Australian series in - another country. Before the start of the season, it was confirmed that the English pace bowler Mark - Wood will not be able to join the team because of injury so, the franchise drafted Australian bowler - Andrew Tye in the place of Mark to fill the requirement of a pace bowler on the team in the first - season. - - In its first season of IPL, LSG finished third in the table which meant they qualified for the - playoffs. They faced fourth place Royal Challengers Bangalore in the Eliminator Match and were - knocked out by them at that stage. In their second season of IPL, LSG again finished third in the - table, which meant they qualified for the playoffs. They faced fourth place Mumbai Indians in the - Eliminator Match and lost to them, knocking them out for the second time. -

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/lsg_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/lsg_player_performance.html deleted file mode 100644 index 533e31ba..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/lsg_player_performance.html +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - -
-

MOST RUNS IN BATTING FOR LSG IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Marcus Stoinis40815158931.38150032827
2Kyle Mayers37913137329.15144.11043822
3Nicholas Pooran35815156229.83172.95022626
4Lokesh Rahul274997434.25113.2202284
5Ayush Badoni23815125923.80138.37011312
6Krunal Pandya18815144917.09113.9400156
7Quinton de Kock143447035.75140.2001108
8Prerak Mankad93556431129.1701122
9Deepak Hooda841212177.6493.330032
10Krishnappa Gowtham61772315.25164.860025
11Ravi Bishnoi2015756.6774.070010
12Amit Mishra1971191963.330020
13Naveen ul Haq1683131676.190020
14Karan Sharma12229657.140000
15Mark Wood114210112200010
- -

MOST WICKETS IN BOWLING FOR LSG IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Ravi Bishnoi16151424.4418.947.74010
2Yash Ravisingh Thakur139922.2314.699.08020
3Mark Wood114411.828.738.13110
4Naveen ul Haq118719.9115.277.82030
5Krunal Pandya9151234.78287.45010
6Avesh Khan89935.3821.759.76010
7Amit Mishra77721.2916.297.84000
8Marcus Stoinis515520139.23000
9Yudhvir Singh Charak33323.33168.75000
10Mohsin Khan35435.672010.70000
11Krishnappa Gowtham37639.33327.38000
-
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/mi_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/mi_aboutus.html deleted file mode 100644 index 95dca93d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/mi_aboutus.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

MUMBAI INDIANS

-
-

The Mumbai Indians is a highly successful franchise cricket team based in Mumbai, Maharashtra, India. They - compete in the Indian Premier League (IPL), the premier Twenty20 cricket league in India.

-

Owned by Reliance Industries, led by Mukesh Ambani, the team was formed in 2008 as one of the founding - teams of the IPL. They play their home matches at the Wankhede Stadium in Mumbai, which has a capacity - of around 33,000 spectators.

-

Mumbai Indians have an exceptional track record, having won the IPL title a record five times, in 2013, - 2015, 2017, 2019, and 2020. Rohit Sharma has been the team's captain since 2013 and under his - leadership, the Mumbai Indians have achieved remarkable success.

-

With a brand value of approximately $70 million, they are considered one of the most valuable sports - teams globally. The team boasts a well-balanced squad of domestic and international players, including - stars like Sachin Tendulkar, Lasith Malinga, Kieron Pollard, Jasprit Bumrah, and Hardik Pandya.

-

The Mumbai Indians actively engage in community initiatives through the Reliance Foundation Mumbai - Indians, focusing on education, health, and empowering the underprivileged. As a dominant force in the - IPL, the Mumbai Indians continue to thrive and aim for further glory in the tournament.

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/mi_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/mi_player_performance.html deleted file mode 100644 index bace6d3d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/mi_player_performance.html +++ /dev/null @@ -1,490 +0,0 @@ - - - - - - - - IPL 2023 Stats - - - -
-

MOST RUNS IN BATTING FOR MI IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Surya Kumar Yadav605161610343.21181.14156528
2Ishan Kishan45416157530.27142.77035418
3Cameron Green452161610050.22160.28124022
4Tilak Varma34311118442.88164.11012623
5Rohit Sharma33216166520.75132.80023517
6Nehal Wadhera24114106426.78145.18022312
7Tim David23116154525.67158.22001215
8Vishnu Vinod37333012.33119.350022
9Tristan Stubbs25222012.5080.650020
10Piyush Chawla251641812.50113.640011
11Hrithik Shokeen23831823135.290040
12Arshad Khan18631591200001
13Arjun Tendulkar13411313144.440001
14Kumar Kartikeya6816685.710010
15Chris Jordan66243500000
16Jason Behrendorff61223-66.670000
17Jofra Archer4523-1000000
- -

MOST WICKETS IN BOWLING FOR MI IN 2023

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerTeamWicketsMatInnsAvgSRER5W+3W+Maiden
1Piyush ChawlaMI22161622.5016.648.11010
2Akash MadhwalMI148815.6410.938.59120
3Jason BehrendorffMI14121227.64189.21020
4Riley MeredithMI75529.5716.8610.53000
5Cameron GreenMI6161660.17389.50000
6Arshad KhanMI566381713.41010
7Kumar KartikeyaMI58845.4031.208.73000
8Arjun TendulkarMI34430.6719.679.36000
9Chris JordanMI366794410.77000
10Hrithik ShokeenMI38862.33389.84000
11Jofra ArcherMI25595609.50000
12Tristan StubbsMI12114127000
13Duan JansenMI111532413.25000
-
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/orangecap.html b/Assignments/CB.EN.U4CYS22064/ui/html/orangecap.html deleted file mode 100644 index 471cf160..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/orangecap.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - Orange Cap Contenders 2023 - - - - - -
-

Orange Cap Contenders 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerTeamRunsMatInnsHSAvgSR100504s6s
1Shubman GillGT890171712959.33157.80348533
2Faf du PlessisRCB73014148456.15153.68086036
3Devon ConwayCSK67216159251.69139.71067718
4Virat KohliRCB639141410153.25139.82266516
5Yashasvi JaiswalRR625141412448.08163.61158226
6Surya Kumar YadavMI605161610343.21181.14156528
7Ruturaj GaikwadCSK59016159242.14147.50044630
8David WarnerDC51614148636.86131.63066910
9Rinku SinghKKR47414146759.25149.53043129
10Ishan KishanMI45416157530.27142.77035418
11Cameron GreenMI452161610050.22160.28124022
12Heinrich KlaasenSRH448121110449.78177.08123225
13Shivam DubeCSK41816145238158.33031235
14Nitish RanaKKR41314147531.77140.96033920
15Marcus StoinisLSG40815158931.38150032827
16Venkatesh IyerKKR404141410428.86145.85123221
17Glenn MaxwellRCB40014147733.33183.49052931
18Jos ButtlerRR39214149528139.01044214
19Kyle MayersLSG37913137329.15144.11043822
20Shikhar DhawanPBKS37311119941.44142.91034912
- -
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/pbks_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/pbks_aboutus.html deleted file mode 100644 index e4970a3e..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/pbks_aboutus.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

PUNJAB KINGS

-
-

The Kings XI Punjab (KXIP), now known as the Punjab Kings, is a franchise cricket team that competes in - the Indian Premier League (IPL). Established in 2008, the team is based in Mohali, Punjab. KXIP's - official colors are red and silver. The team is owned by a consortium consisting of Mohit Burman, - Ness Wadia, Preity Zinta, and Karan Paul. The Punjab Kings have a passionate fan base and enjoy strong - support from their fans, often referred to as the "Punjabi Lions." The team's home ground is the - Punjab Cricket Association IS Bindra Stadium in Mohali. KXIP has had a mix of highs and lows in the - IPL. In 2014, under the captaincy of George Bailey, the team reached the IPL final but finished as - runners-up. Over the years, KXIP has had notable players in their ranks, including Chris Gayle, KL - Rahul, and Glenn Maxwell, who have made significant contributions to the team's success. KXIP has seen - various changes in leadership, with captains like Yuvraj Singh, David Miller, Ravi Ashwin, and KL - Rahul leading the team in different seasons. The Punjab Kings have a strong emphasis on nurturing - young talent and have given opportunities to several budding cricketers. While the team has had its - share of challenges, KXIP remains a competitive force in the IPL and continues to strive for success. -

-

- The team has also had international stars like Glenn Maxwell and Mohammad Shami, who have made - significant contributions to their campaign. Despite not clinching an IPL title yet, the Punjab Kings - have had memorable moments, including scoring the highest-ever IPL team total of 263 runs in 2011. - With passionate fans supporting them, the Punjab Kings continue to strive for success and aim to - secure their maiden IPL championship. -

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/pbks_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/pbks_player_performance.html deleted file mode 100644 index aa4aae4a..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/pbks_player_performance.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - IPL 2023 Stats - - - -
-

MOST RUNS IN BATTING FOR PBKS IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Shikhar Dhawan37311119941.44142.91034912
2Prabhsimran Singh358141410325.57150.42113819
3Jitesh Sharma30914144923.77156.06002221
4Liam Livingstone279999434.88163.16022019
5Sam Curran27614135527.60135.96012013
6Atharva Taide186776626.57144.1902206
7Shahrukh Khan15614134122.29165.9600139
8Sikandar Raza139775727.80141.8401106
9Matthew Short117663619.50127.1700154
10Harpreet Singh Bhatia76334125.33128.810083
11Bhanuka Rajapaksa71445017.75114.520162
12Harpreet Brar52138178.67126.830052
13Rishi Dhawan20631910166.670011
14Arshdeep Singh21422-1000000
15Mohit Rathee11111500000
16Nathan Ellis10210.5014.290000
-

MOST WICKETS IN BOWLING FOR PBKS IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Arshdeep Singh1714142917.949.70020
2Nathan Ellis13101026.0817.548.92010
3Sam Curran10141448.9028.7010.22010
4Harpreet Brar9131124.2218.118.02010
5Rahul Chahar8141448.1337.257.75000
6Kagiso Rabada76633.1419.7110.09000
7Sikandar Raza37639.67249.92000
8Liam Livingstone295472113.43000
9Rishi Dhawan16460428.57000
-
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/pointstable.html b/Assignments/CB.EN.U4CYS22064/ui/html/pointstable.html deleted file mode 100644 index ac0a6fde..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/pointstable.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - Team Standings IPL 2023 - - - - -

Team Standings IPL 2023

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/purplecap.html b/Assignments/CB.EN.U4CYS22064/ui/html/purplecap.html deleted file mode 100644 index f3f5300d..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/purplecap.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - PurpleCap - - - - -

Purple Cap Contenders 2023

-
TeamMatches PlayedWinsLossesTiedNet Run RatePoints
Gujarat Titans141040+0.80920
Chennai Super Kings14851+0.65217
Lucknow Super Giants14851+0.28417
Mumbai Indians14860-0.04416
Rajasthan Royals14770+0.14814
Royal Challengers Bangalore14770+0.13514
Kolkata Knight Riders14680-0.23912
Punjab Kings14680-0.30412
Delhi Capitals14590-0.80810
Sunrisers Hyderabad144100-0.5908
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerTeamWicketsMatInnsAvgSRER5W+3W+Maiden
1Mohammed ShamiGT28171718.6413.938.03050
2Mohit SharmaGT27141413.379.818.17130
3Rashid KhanGT27171720.4414.898.24040
4Piyush ChawlaMI22161622.5016.648.11010
5Yuzvendra ChahalRR21141420.5715.108.18040
6Tushar DeshpandeCSK21161626.8616.249.92020
7Varun ChakravarthyKKR20141421.4515.808.15030
8Ravindra JadejaCSK20161621.5517.107.56020
9Matheesha PathiranaCSK19121219.5314.638.01020
10Mohammed SirajRCB19141419.7415.797.50020
11Arshdeep SinghPBKS17141429.0017.949.70020
12Noor AhmadGT16131323.0617.697.82010
13Ravi BishnoiLSG16151424.4418.947.74010
14Bhuvneshwar KumarSRH16141426.5619.138.33100
15Akash MadhwalMI148815.6410.938.59120
16Jason BehrendorffMI14121227.6418.009.21020
17Ravichandran AshwinRR14131326.2921.007.51000
18Harshal PatelRCB14141332.4320.149.66010
19Yash Ravisingh ThakurLSG139922.2314.699.08020
20Trent BoultRR13101024.0017.548.21010
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/rcb_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/rcb_aboutus.html deleted file mode 100644 index a6ca9699..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/rcb_aboutus.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

ROYAL CHALLENGERS BANGALORE

-
-

The Royal Challengers Bangalore (RCB) is a franchise cricket team based in Bangalore, Karnataka, India. The - team is a part of the Indian Premier League (IPL), a professional Twenty20 cricket league in India. The - franchise is owned by United Spirits, a subsidiary of British alcoholic beverages company Diageo. - Established in 2008, RCB has been one of the eight founding teams of the IPL. The team's home ground is - the M. Chinnaswamy Stadium in Bangalore, known for its lively atmosphere and passionate fan base.

-

Over the years, RCB has had a mix of successes and challenges. Led by notable players such as Rahul Dravid, - Anil Kumble, and Daniel Vettori, the team reached the finals of the IPL in 2009 but finished as the - runners-up. They reached the finals once again in 2011 but unfortunately ended as runners-up once more. - RCB's most prominent and iconic player has been Virat Kohli, who has been associated with the team since - its inception. Kohli has been the team's captain for several seasons and has consistently been one of the - top run-scorers in the tournament. Despite the presence of star players and passionate fan support, RCB - has faced challenges in winning the IPL title.

-

The team has often struggled with inconsistent performances and has not yet won the IPL trophy as of my - knowledge cutoff in September 2021. However, RCB has produced memorable moments and witnessed outstanding - individual performances, keeping the fans engaged and hopeful with each season. Off the field, RCB has - been known for its philanthropic initiatives. The franchise has actively participated in various social - causes, supporting education, healthcare, and environmental sustainability. The Royal Challengers - Bangalore franchise has played an integral role in promoting cricket in Bangalore and has garnered a - dedicated fan following over the years. The team continues to strive for success and aims to clinch its - maiden IPL title in the future seasons.

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/rcb_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/rcb_player_performance.html deleted file mode 100644 index ac861081..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/rcb_player_performance.html +++ /dev/null @@ -1,398 +0,0 @@ - - - - - - - - -
-

MOST RUNS IN BATTING FOR RCB IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Faf du Plessis73014148456.15153.68086036
2Virat Kohli639141410153.25139.82266516
3Glenn Maxwell40014147733.33183.49052931
4Dinesh Karthik14013133011.67134.6200135
5Mahipal Lomror13512105416.88139.180198
6Anuj Rawat91972930.33128.170064
7Michael Bracewell58542629123.400061
8Shahbaz Ahmed421062010.50107.690031
9David Willey354320-109.380040
10Suyash Prabhudessai3554198.75120.690012
11Wanindu Hasaranga33851216.50117.860030
12Akash Deep17211717212.500021
13Vyshak Vijay Kumar13721313144.440001
14Kedar Jadhav122112121200010
15Harshal Patel61426342.860000
-
- -

MOST WICKETS IN BOWLING FOR RCB IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Mohammed Siraj19141419.7415.797.50020
2Harshal Patel14141332.4320.149.66010
3Karn Sharma107722.3012.9010.37000
4Wayne Parnell97726.2216.789.38020
5Vyshak Vijay Kumar97728.111610.54010
6Wanindu Hasaranga98828.6719.338.90000
7Michael Bracewell65515.83118.64000
8Josh Hazlewood33325.33188.44000
9David Willey322201210010
- - - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/rr_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/rr_aboutus.html deleted file mode 100644 index 63f9b20e..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/rr_aboutus.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

RAJASTHAN ROYALS

-
-

- The Rajasthan Royals (RR) is a franchise cricket team that competes in the Indian Premier League (IPL). - Established in 2008, the team is based in Jaipur, Rajasthan. The Rajasthan Royals have a distinct identity - with their royal blue and gold team colors. The franchise is known for its underdog spirit and has gained - a reputation for nurturing young talent. In the inaugural season of the IPL, the Rajasthan Royals, under - the captaincy of Shane Warne, emerged as the surprise champions. This victory catapulted the team into the - spotlight and showcased their ability to unearth hidden talents. The Rajasthan Royals have had a strong - focus on developing local players, with the likes of Ravindra Jadeja, Ajinkya Rahane, and Sanju Samson - making their mark through their performances for the team. In recent seasons, the team has been captained - by Steve Smith and Sanju Samson. The Rajasthan Royals have had their share of ups and downs in the IPL but - have always remained competitive. With the support of their passionate fans, known as the "Royals Army," - the Rajasthan Royals continue to bring excitement to the tournament with their energetic and spirited - performances. -

-

- The Rajasthan Royals' home ground is the Sawai Mansingh Stadium in Jaipur, known for its electric - atmosphere during home matches. The team's loyal fan base, fondly known as the "Royals Army," passionately - supports the players, donning royal blue and gold, and creating a vibrant atmosphere in the stands. - - Off the field, the Rajasthan Royals have been actively involved in various social initiatives. They have - worked towards promoting cricket at the grassroots level and providing educational opportunities for - underprivileged children. Additionally, the team has supported causes such as environmental conservation - and women empowerment, showcasing their commitment to making a positive impact beyond the cricket field. -

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/rr_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/rr_player_performance.html deleted file mode 100644 index a3f1f8e5..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/rr_player_performance.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - RR - - - -
-

MOST WICKETS IN BOWLING FOR RR IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Yashasvi Jaiswal625141412448.08163.61158226
2Jos Buttler39214149528139.01044214
3Sanju Samson36214146630.17153.39032524
4Shimron Hetmyer29914135637.38151.78011223
5Devdutt Padikkal26111115226.10130.5002316
6Dhruv Jurel15213113421.71172.7300119
7Riyan Parag78772013118.180045
8Ravichandran Ashwin6713103011.17131.370053
9Trent Boult161041516114.290011
10Jason Holder1283116109.090001
11Joe Root1031101066.670010
12Adam Zampa106373.3362.500000
13Sandeep Sharma21222-33.330000
14Abdul Basith111111000000
-

MOST WICKETS IN BOWLING FOR RR IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/srh_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/srh_aboutus.html deleted file mode 100644 index 47f18cae..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/srh_aboutus.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - IPL Score Dashboard - - - - - - -
-

SUNRISERS HYDERABAD

-
-

The Sunrisers Hyderabad (SRH) is a franchise cricket team that competes in the Indian Premier League (IPL). - Founded in 2012, the team is based in Hyderabad, Telangana, and represents the state in the tournament. SRH - has gained a reputation as a competitive and formidable team in the IPL. The team's official colors are - orange and black. The Sunrisers Hyderabad is owned by the Sun TV Network, one of India's largest - television networks. The team's home ground is the Rajiv Gandhi International Cricket Stadium in - Hyderabad.

-

Over the years, SRH has seen success in the IPL, winning the championship title in 2016. Led by - experienced captains such as David Warner and Kane Williamson, the team has consistently displayed a - strong batting lineup, coupled with a formidable bowling attack. SRH has had notable players like - Bhuvneshwar Kumar, Rashid Khan, and Jonny Bairstow, who have made significant contributions to the - team's success. The Sunrisers Hyderabad has garnered a loyal fan base, known as the "Orange Army," who - passionately support the team during matches. With a strong blend of international and domestic talent, - SRH continues to be a force to be reckoned with in the Indian Premier League.

-

SRH has become known for its competitive spirit and strong performances. Led by notable captains such as - David Warner and Kane Williamson, the team has showcased a formidable batting lineup and a potent - bowling attack. With players like Bhuvneshwar Kumar and Rashid Khan, SRH has consistently demonstrated - their prowess on the field. The team's victory in the 2016 season and their consistent presence in the - IPL playoffs reflect their competitiveness. Supported by the enthusiastic "Orange Army" fan base, SRH - enjoys a vibrant home atmosphere at the Rajiv Gandhi International Cricket Stadium in Hyderabad. With a - strong coaching staff and a commitment to community initiatives, the Sunrisers Hyderabad continues to - make their mark in the IPL and captivate cricket fans around the world.

-
-
- - - - \ No newline at end of file diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/srh_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/srh_player_performance.html deleted file mode 100644 index 439de6ac..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/srh_player_performance.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - SRH Performance - - - -
-

MOST RUNS IN BATTING FOR SRH IN 2023

-
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Yuzvendra Chahal21141420.5715.108.18040
2Ravichandran Ashwin14131326.29217.51000
3Trent Boult1310102417.548.21010
4Sandeep Sharma10121239.6027.608.61000
5Adam Zampa86623.5016.508.55010
6Jason Holder4887142.759.96000
7Navdeep Saini32224.671212.33010
8KM Asif34446289.86000
9Kuldip Yadav22234219.71000
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerRunsMatInnsHSAvgSR100504s6s
1Heinrich Klaasen448121110449.78177.08123225
2Rahul Tripathi27313137422.75128.17012910
3Mayank Agarwal27010108327128.5701296
4Aiden Markram24813135022.55125.8901188
5Abhishek Sharma22611116720.55143.9502286
6Harry Brook190111110021.11123.3810234
7Abdul Samad169983742.25132.03001011
8Anmolpreet Singh105443626.25128.0500152
9Vivrant Sharma69316969146.810192
10Washington Sundar607524151000060
11Bhuvneshwar Kumar42146271489.360040
12Glenn Phillips3955257.80177.270024
13Marco Jansen3986171390.700040
14Adil Rashid22221811137.500021
15Mayank Markande2110318-161.540021
16Umran Malik184261885.710000
17T. Natarajan6421633.330010
-

MOST WICKETS IN BOWLING FOR SRH IN 2023

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No.PlayerWicketsMatInnsAvgSRER5W+3W+Maiden
1Bhuvneshwar Kumar16141426.5619.138.33100
2Mayank Markande12101025197.89010
3Marco Jansen108826.7016.209.89000
4T Natarajan10121241279.11000
5Umran Malik58843.402410.85000
6Fazalhaq Farooqi44429.25208.78000
7Washington Sundar37748.6735.338.26010
8Adil Rashid22228218000
9Abhishek Sharma2115623610.33000
10Akeal Hosein111402410000
-
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/teamperformance.html b/Assignments/CB.EN.U4CYS22064/ui/html/teamperformance.html deleted file mode 100644 index 42132127..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/teamperformance.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - IPL Score Dashboard - - - - - - -
-

Teams

- RCB - CSK - MI - KKR - SRH - DC - RR - PBKS - GT - LSG -
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/tournamentstats.html b/Assignments/CB.EN.U4CYS22064/ui/html/tournamentstats.html deleted file mode 100644 index f007ab83..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/html/tournamentstats.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - IPL Score Dashboard - - - - - -
- ORANGE - PURPLE - P.T -
- - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/8d66673056419a319fdb9f5f9c0774c5.png b/Assignments/CB.EN.U4CYS22064/ui/images/8d66673056419a319fdb9f5f9c0774c5.png deleted file mode 100644 index 42feb97e..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/8d66673056419a319fdb9f5f9c0774c5.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/csk.png b/Assignments/CB.EN.U4CYS22064/ui/images/csk.png deleted file mode 100644 index af42edd7..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/csk.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/cup.png b/Assignments/CB.EN.U4CYS22064/ui/images/cup.png deleted file mode 100644 index a0730b30..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/cup.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/dc.png b/Assignments/CB.EN.U4CYS22064/ui/images/dc.png deleted file mode 100644 index fa7bac77..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/dc.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/gt.png b/Assignments/CB.EN.U4CYS22064/ui/images/gt.png deleted file mode 100644 index 843c88f3..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/gt.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/gt_team.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/gt_team.jpg deleted file mode 100644 index 1e26f1f6..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/gt_team.jpg and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/kkr.png b/Assignments/CB.EN.U4CYS22064/ui/images/kkr.png deleted file mode 100644 index 7b58137a..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/kkr.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/lsg.png b/Assignments/CB.EN.U4CYS22064/ui/images/lsg.png deleted file mode 100644 index cee044bf..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/lsg.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/lsg_logo.png b/Assignments/CB.EN.U4CYS22064/ui/images/lsg_logo.png deleted file mode 100644 index 133bd950..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/lsg_logo.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/mi.png b/Assignments/CB.EN.U4CYS22064/ui/images/mi.png deleted file mode 100644 index fe187ef5..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/mi.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/ocap.png b/Assignments/CB.EN.U4CYS22064/ui/images/ocap.png deleted file mode 100644 index 38b3f71e..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/ocap.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/pbks.png b/Assignments/CB.EN.U4CYS22064/ui/images/pbks.png deleted file mode 100644 index 58677819..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/pbks.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/pcap.png b/Assignments/CB.EN.U4CYS22064/ui/images/pcap.png deleted file mode 100644 index 5f10f6ef..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/pcap.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/pointstablee.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/pointstablee.jpg deleted file mode 100644 index e86c602f..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/pointstablee.jpg and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/ptsble.png b/Assignments/CB.EN.U4CYS22064/ui/images/ptsble.png deleted file mode 100644 index e11fa4c6..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/ptsble.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/rajasthan-royals-logo.png b/Assignments/CB.EN.U4CYS22064/ui/images/rajasthan-royals-logo.png deleted file mode 100644 index 55ce9b87..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/rajasthan-royals-logo.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/rcb.png b/Assignments/CB.EN.U4CYS22064/ui/images/rcb.png deleted file mode 100644 index f0fe52be..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/rcb.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/srh.png b/Assignments/CB.EN.U4CYS22064/ui/images/srh.png deleted file mode 100644 index 736b891e..00000000 Binary files a/Assignments/CB.EN.U4CYS22064/ui/images/srh.png and /dev/null differ diff --git a/Assignments/CB.EN.U4CYS22064/ui/index.html b/Assignments/CB.EN.U4CYS22064/ui/index.html deleted file mode 100644 index 799181e2..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/index.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - Login Page - - - - -
-

Login

-
-
- - -
-
- - -
- - - - - - - - - - - - -
-
- - - - - diff --git a/Assignments/CB.EN.U4CYS22064/ui/javascript/login.js b/Assignments/CB.EN.U4CYS22064/ui/javascript/login.js deleted file mode 100644 index f3bdaa5e..00000000 --- a/Assignments/CB.EN.U4CYS22064/ui/javascript/login.js +++ /dev/null @@ -1,24 +0,0 @@ -document.addEventListener('DOMContentLoaded', function () { - const container = document.querySelector('.container'); - - setTimeout(function () { - container.classList.add('active'); - }, 100); - - document.querySelector('#loginForm').addEventListener('submit', function (e) { - e.preventDefault(); - const username = document.querySelector('#username').value; - const password = document.querySelector('#password').value; - - if (username === 'Kishan' && password === 'Kishan_2004') { - alert('Login successful!'); - window.location.href = '../ui/html/dashboard.html'; - } else if (username === 'Vamsi' && password === 'Vamsi_2004') { - alert('Login successful!'); - window.location.href = '../ui/html/dashboard.html'; - } else { - alert('Invalid username'); - } - }); - }); - \ No newline at end of file