diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/aboutus.css
new file mode 100644
index 00000000..70e5b53c
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/aboutus.css
@@ -0,0 +1,74 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ background-attachment: fixed;
+ text-align: center;
+}
+
+.navbar {
+ background-color: rgba(255, 255, 255, 0.7);
+ overflow: hidden;
+}
+
+.navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ 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: rgb(255, 255, 255);
+ margin-top: 50px;
+ font-size:larger;
+ padding-left: 120px;
+ padding-right: 140px;
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 2s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/csk_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/csk_aboutus.css
new file mode 100644
index 00000000..d81aec83
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/csk_aboutus.css
@@ -0,0 +1,102 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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: rgb(255, 255, 255);
+ margin-top: 50px;
+ font-size:larger;
+ padding-left: 120px;
+ padding-right: 140px;
+}
+
+h2 {
+ text-align: center;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..9cd43e43
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/csk_player_performancee.css
@@ -0,0 +1,63 @@
+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; }
+}
+
+.fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/dashboard.css b/Assignments/CB.EN.U4CYS22064/ui/css/dashboard.css
new file mode 100644
index 00000000..9c0cf783
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/dashboard.css
@@ -0,0 +1,83 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ background-attachment: fixed;
+}
+
+.navbar {
+ background-color: rgba(255, 255, 255, 0.7);
+ overflow: hidden;
+}
+
+.navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+}
+
+.navbar a:hover {
+ background-color: rgb(255, 255, 255);
+ color: black;
+}
+
+.active {
+ background-color: #4CAF50;
+}
+
+.content {
+ float: left;
+ padding: 50px;
+ padding-top: 20px;
+ padding-left: 50px;
+}
+
+img {
+ float: right;
+ padding-left: 100px;
+ padding-right: 50px;
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 2s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
+
+footer {
+ background-color: rgba(58, 57, 57, 0.7);
+ color: #fffcfc;
+ padding: 10px;
+ text-align: center;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+}
+
+
+h1 {
+ text-align: center;
+ font-size: 50px;
+ color: aliceblue;
+}
+
+p {
+ color: rgb(255, 255, 255);
+ font-size:larger;
+}
\ 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
new file mode 100644
index 00000000..e1dc5577
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/dc_aboutus.css
@@ -0,0 +1,101 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ background-attachment: fixed;
+}
+
+.navbar {
+ background-color: #131313;
+ overflow: hidden;
+}
+
+h2 {
+ color: rgb(255, 255, 255);
+}
+
+.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: rgb(255, 255, 255);
+ margin-top: 50px;
+ font-size:larger;
+ padding-left: 120px;
+ padding-right: 140px;
+}
+
+h2 {
+ text-align: center;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..6270b942
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/dc_player_performance.css
@@ -0,0 +1,67 @@
+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: rgba(45, 45, 221, 0.947);
+ color: #0c0c0c;
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..b3a1b5f4
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/gt_aboutus.css
@@ -0,0 +1,101 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ background-attachment: fixed;
+}
+
+.navbar {
+ background-color: #131313;
+ overflow: hidden;
+}
+
+h2 {
+ color: rgb(255, 255, 255);
+}
+
+.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;
+}
+
+.content .fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 5s;
+}
+
+@keyframes fadeIn {
+ 0% { opacity: 0; }
+ 100% { opacity: 1; }
+}
+
+img {
+ border-radius: 50px;
+}
+
+
+p {
+ color: rgb(255, 255, 255);
+ margin-top: 50px;
+ font-size:larger;
+ padding-left: 120px;
+ padding-right: 140px;
+}
+
+h2 {
+ text-align: center;
+}
+
+.content .fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.content .fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.content .fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..50d71db7
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/gt_player_performance.css
@@ -0,0 +1,80 @@
+body {
+ background-image: url('../images/gt2.png');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+}
+
+table {
+ font-family: Arial, sans-serif;
+ border-collapse: collapse;
+ width: 100%;
+}
+
+th{
+ border: 3px solid #000000;
+ text-align: left;
+ padding: 8px;
+ color: #dddddd;
+}
+
+td {
+ border: 3px solid #000000;
+ text-align: left;
+ padding: 8px;
+ color: #000000;
+}
+
+.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; }
+}
+
+.fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/kkr_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/kkr_aboutus.css
new file mode 100644
index 00000000..2ec3607b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/kkr_aboutus.css
@@ -0,0 +1,82 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..75e1fec9
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/kkr_player_performance.css
@@ -0,0 +1,85 @@
+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;
+ color: #dddddd;
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..9c759851
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/login.css
@@ -0,0 +1,79 @@
+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%;
+ }
+
+ h2{
+ text-align: center;
+ }
+
+ .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;
+ }
+
+ .footer {
+ background-color: rgba(255, 255, 255, 0.7);
+ color: #000000;
+ padding: 10px;
+ text-align: center;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+}
+
+ .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;
+ }
+
+ .btn:hover{
+ background-color: #008905;;
+ }
+
\ 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
new file mode 100644
index 00000000..2ec3607b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/lsg_aboutus.css
@@ -0,0 +1,82 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..56b4c748
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/lsg_player_performance.css
@@ -0,0 +1,69 @@
+body {
+ background-image: url("../images/lsg2.jpg");
+ 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;
+ color: white;
+}
+
+p {
+ font-size: 20px;
+ font-family: cursive;
+ width: 100%;
+ font-weight: bold;
+ color: white;
+}
+
+th {
+ background-color: rgb(40, 40, 40);
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 5s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
+
+.fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/mi_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/mi_aboutus.css
new file mode 100644
index 00000000..d7f3a7c8
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/mi_aboutus.css
@@ -0,0 +1,93 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+ color: white;
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 5s;
+}
+
+@keyframes fadeIn {
+ 0% { opacity: 0; }
+ 100% { opacity: 1; }
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..a40d8e4b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/mi_player_performance.css
@@ -0,0 +1,70 @@
+body {
+ background-image: url("../images/Untitled.png");
+ 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;
+ color: black;
+ }
+
+ th {
+ background-color: #1739a8;
+ color: white;
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..9b0e1613
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/orangecap.css
@@ -0,0 +1,62 @@
+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;
+ }
+}
+
+.fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/pbks_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/pbks_aboutus.css
new file mode 100644
index 00000000..4ea199b6
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/pbks_aboutus.css
@@ -0,0 +1,93 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..91bc6c9b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/pbks_player_performance.css
@@ -0,0 +1,74 @@
+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; }
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..cfda59b4
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/pointstable.css
@@ -0,0 +1,76 @@
+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%;
+ background: none;
+}
+
+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);
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 3s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/purplecap.css b/Assignments/CB.EN.U4CYS22064/ui/css/purplecap.css
new file mode 100644
index 00000000..71002102
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/purplecap.css
@@ -0,0 +1,62 @@
+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%;
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 5s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
+
+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 .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/rcb_aboutus.css b/Assignments/CB.EN.U4CYS22064/ui/css/rcb_aboutus.css
new file mode 100644
index 00000000..d7080044
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/rcb_aboutus.css
@@ -0,0 +1,96 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..e1636189
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/rcb_player_performancee.css
@@ -0,0 +1,67 @@
+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;
+ }
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..2ec3607b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/rr_aboutus.css
@@ -0,0 +1,82 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..22fa98ea
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/rr_player_performce.css
@@ -0,0 +1,67 @@
+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: rgba(0, 0, 194, 0.837);
+ }
+
+ .fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 5s;
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..2ec3607b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/srh_aboutus.css
@@ -0,0 +1,82 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/img.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;
+}
+
+.fade-in-text .nav {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .nav a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .nav a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..bb75d957
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/srh_player_performance.css
@@ -0,0 +1,66 @@
+body {
+ background-image: url("../images/srh.jpg");
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
+
+ table {
+ font-family: Arial, sans-serif;
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ td, th {
+ border: 3px solid #000000;
+ text-align: left;
+ padding: 8px;
+ }
+
+ p {
+ font-size: 20px;
+ font-family: cursive;
+ width: 100%;
+ font-weight: bold;
+ }
+
+ th {
+ background-color: orange;
+ }
+
+ .fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 5s;
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+ }
+
+ .fade-in-text .navbar {
+ background: none;
+ overflow: hidden;
+}
+
+
+
+.fade-in-text .navbar a {
+ float: right;
+ color: rgb(0, 0, 0);
+ text-align: center;
+ padding: 14px 20px;
+ text-decoration: none;
+ font-size: 17px;
+ background-color: rgb(248, 94, 94);
+ border-radius: 20px;
+}
+
+.fade-in-text .navbar a:hover {
+ background-color: red;
+ color: black;
+}
\ 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
new file mode 100644
index 00000000..975172ff
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/teamperformance.css
@@ -0,0 +1,81 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/back-img.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;
+ color: white;
+}
+
+footer {
+ background-color: rgba(58, 57, 57, 0.7);
+ color: #fffcfc;
+ padding: 10px;
+ text-align: center;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 2s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/css/tournamentstats.css b/Assignments/CB.EN.U4CYS22064/ui/css/tournamentstats.css
new file mode 100644
index 00000000..e2eac51f
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/css/tournamentstats.css
@@ -0,0 +1,70 @@
+body {
+ font-family: 'Orbitron', Verdana, sans-serif;
+ font-style: italic;
+ margin: 0;
+ padding: 0;
+ background-image: url("../images/back-img.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;
+}
+
+footer {
+ background-color: rgba(58, 57, 57, 0.7);
+ color: #fffcfc;
+ padding: 10px;
+ text-align: center;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+}
+
+.fade-in-text {
+ font-family: Arial;
+ animation: fadeIn 2s;
+}
+
+@keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+
+ 100% {
+ opacity: 1;
+ }
+}
\ No newline at end of file
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/aboutus.html
new file mode 100644
index 00000000..1746dc78
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/aboutus.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+ 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.
+
+
+
+
+
+
+
+
+
+
+
+
+ Copyright © 2023 - Y Kishan Sai & P Vamsi
+ 20CYS202 - User Interface Design
+ Amrita Vishwa Vidyapeetham, Coimbatore
+
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/csk_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/csk_aboutus.html
new file mode 100644
index 00000000..b0bb7e6f
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/csk_aboutus.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+ csk_aboutus
+
+
+
+
+
+
+
+
+
CHENNAI SUPER KINGS Back
+
+
+
+
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
new file mode 100644
index 00000000..c2968549
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/csk_player_performance.html
@@ -0,0 +1,359 @@
+
+
+
+
+
+
+ CSK IPL Stats
+
+
+
+
+
MOST RUNS IN BATTING FOR CSK IN 2023 Back
+
+
+
+ No.
+ Player
+
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Devon Conway
+
+ 672
+ 16
+ 15
+ 92
+ 51.69
+ 139.71
+ 0
+ 6
+ 77
+ 18
+
+
+ 2
+ Ruturaj Gaikwad
+
+ 590
+ 16
+ 15
+ 92
+ 42.14
+ 147.50
+ 0
+ 4
+ 46
+ 30
+
+
+ 3
+ Shivam Dube
+
+ 418
+ 16
+ 14
+ 52
+ 38
+ 158.33
+ 0
+ 3
+ 12
+ 35
+
+
+ 4
+ Ajinkya Rahane
+
+ 326
+ 14
+ 11
+ 71
+ 32.60
+ 172.49
+ 0
+ 2
+ 24
+ 16
+
+
+ 5
+ Ravindra Jadeja
+
+ 190
+ 16
+ 12
+ 25
+ 23.75
+ 142.86
+ 0
+ 0
+ 11
+ 9
+
+
+ 6
+ Ambati Rayudu
+
+ 158
+ 16
+ 12
+ 27
+ 15.80
+ 139.82
+ 0
+ 0
+ 10
+ 9
+
+
+ 7
+ Moeen Ali
+
+ 124
+ 15
+ 10
+ 23
+ 17.71
+ 136.26
+ 0
+ 0
+ 12
+ 6
+
+
+ 8
+ MS Dhoni
+
+ 104
+ 16
+ 12
+ 32
+ 26
+ 182.46
+ 0
+ 0
+ 3
+ 10
+
+
+ 9
+ Ben Stokes
+
+ 15
+ 2
+ 2
+ 8
+ 7.50
+ 107.14
+ 0
+ 0
+ 2
+ 0
+
+
+ 10
+ Mitchell Santner
+
+ 2
+ 3
+ 2
+ 1
+ -
+ 50
+ 0
+ 0
+ 0
+ 0
+
+
+ 11
+ Deepak Chahar
+
+ 1
+ 10
+ 1
+ 1
+ 1
+ 50
+ 0
+ 0
+ 0
+ 0
+
+
+
+
+
+
MOST WICKETS IN BOWLING 2023 FOR CSK
+
+
+ No.
+ Player
+
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Tushar Deshpande
+
+ 21
+ 16
+ 16
+ 26.86
+ 16.24
+ 9.92
+ 0
+ 2
+ 0
+
+
+ 2
+ Ravindra Jadeja
+
+ 20
+ 16
+ 16
+ 21.55
+ 17.10
+ 7.56
+ 0
+ 2
+ 0
+
+
+ 3
+ Matheesha Pathirana
+
+ 19
+ 12
+ 12
+ 19.53
+ 14.63
+ 8.01
+ 0
+ 2
+ 0
+
+
+ 4
+ Deepak Chahar
+
+ 13
+ 10
+ 10
+ 22.85
+ 15.69
+ 8.74
+ 0
+ 2
+ 0
+
+
+ 5
+ Maheesh Theekshana
+
+ 11
+ 13
+ 13
+ 35.64
+ 26.73
+ 8
+ 0
+ 0
+ 0
+
+
+ 6
+ Moeen Ali
+
+ 9
+ 15
+ 11
+ 21.67
+ 17.33
+ 7.50
+ 0
+ 1
+ 0
+
+
+ 7
+ Akash Singh
+
+ 5
+ 6
+ 6
+ 37.60
+ 22.80
+ 9.89
+ 0
+ 0
+ 0
+
+
+ 8
+ Rajvardhan Hangargekar
+
+ 3
+ 2
+ 2
+ 20
+ 12
+ 10
+ 0
+ 1
+ 0
+
+
+ 9
+ Mitchell Santner
+
+ 3
+ 3
+ 3
+ 27
+ 24
+ 6.75
+ 0
+ 0
+ 0
+
+
+ 10
+ Sisanda Magala
+
+ 1
+ 2
+ 2
+ 51
+ 36
+ 8.50
+ 0
+ 0
+ 0
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/dashboard.html b/Assignments/CB.EN.U4CYS22064/ui/html/dashboard.html
new file mode 100644
index 00000000..1a57937d
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/dashboard.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
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.
+
+
+ Copyright © 2023 - Y Kishan Sai & P Vamsi
+ 20CYS202 - User Interface Design
+ Amrita Vishwa Vidyapeetham, Coimbatore
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/dc_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/dc_aboutus.html
new file mode 100644
index 00000000..bbfa4aa7
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/dc_aboutus.html
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
new file mode 100644
index 00000000..e3afff2f
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/dc_player_performance.html
@@ -0,0 +1,518 @@
+
+
+
+
+
+
+
DC IPL 2023 Performance
+
+
+
+
+
MOST RUNS IN BATTING FOR DC IN 2023 Back
+
+
+
+ No.
+ Player
+
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50>
+ 4s
+ 6s
+
+
+ 1
+ David Warner
+
+ 516
+ 14
+ 14
+ 86
+ 36.86
+ 131.63
+ 0
+ 6
+ 69
+ 10
+
+
+ 2
+ Akshar Patel
+
+ 283
+ 14
+ 13
+ 54
+ 28.30
+ 139.41
+ 0
+ 1
+ 21
+ 15
+
+
+ 3
+ Philip Salt
+
+ 218
+ 9
+ 9
+ 87
+ 27.25
+ 163.91
+ 0
+ 2
+ 24
+ 10
+
+
+ 4
+ Rilee Rossouw
+
+ 209
+ 9
+ 9
+ 82
+ 29.86
+ 148.23
+ 0
+ 1
+ 17
+ 11
+
+
+ 5
+ Manish Pandey
+
+ 160
+ 10
+ 9
+ 50
+ 17.78
+ 109.59
+ 0
+ 1
+ 15
+ 3
+
+
+ 6
+ Mitchell Marsh
+
+ 128
+ 9
+ 9
+ 63
+ 14.22
+ 131.96
+ 0
+ 1
+ 11
+ 7
+
+
+ 7
+ Aman Khan
+
+ 110
+ 11
+ 9
+ 51
+ 13.75
+ 108.91
+ 0
+ 1
+ 7
+ 6
+
+
+ 8
+ Prithvi Shaw
+
+ 106
+ 8
+ 8
+ 54
+ 13.25
+ 124.71
+ 0
+ 1
+ 16
+ 1
+
+
+ 9
+ Lalit Yadav
+
+ 66
+ 6
+ 6
+ 38
+ .20
+ 111.86
+ 0
+ 0
+ 8
+ 0
+
+
+ 10
+ Saraz Khan
+ 53
+ 4
+ 4
+ 30
+ 13.25
+ 85.48
+ 0
+ 0
+ 4
+ 1
+
+
+ 11
+ Ripal Patel
+
+ 49
+ 5
+ 4
+ 23
+ 16.33
+ 113.95
+ 0
+ 0
+ 3
+ 1
+
+
+ 12
+ Anrich Nortje
+
+ 37
+ 10
+ 7
+ 23
+ 12.33
+ 127.59
+ 0
+ 0
+ 6
+ 0
+
+
+ 13
+ Abhishek Porel
+
+ 33
+ 4
+ 4
+ 20
+ 8.25
+ 106.45
+ 0
+ 0
+ 1
+ 2
+
+
+ 14
+ Kuldeep Yadav
+
+ 31
+ 14
+ 10
+ 10
+ 15.50
+ 64.58
+ 0
+ 0
+ 2
+ 0
+
+
+ 15
+ Priyam Garg
+
+ 22
+ 2
+ 2
+ 12
+ 11
+ 95.65
+ 0
+ 0
+ 1
+ 0>
+
+
+ 16
+ Praveen Dubey
+
+ 16
+ 1
+ 1
+ 16
+ 16
+ 80
+ 0
+ 0
+ 2
+ 0
+
+
+ 17
+ Yash Dhull
+
+ 16
+ 4
+ 3
+ 13
+ 5.33
+ 69.57
+ 0
+ 0
+ 1
+ 0
+
+
+ 18
+ Rovman Powell
+
+ 7
+ 3
+ 3
+ 4
+ 2.33
+ 77.78
+ 0
+ 0
+ 1
+ 0
+
+
+ 19
+ Mukesh Kumar
+
+ 7
+ 10
+ 3
+ 6
+ -
+ 77.78
+ 0
+ 0
+ 0
+ 0
+
+
+ 20
+ Chetan Sakariya
+
+ 4
+ 2
+ 2
+ 4
+ 4
+ 66.67
+ 0
+ 0
+ 1
+ 0
+
+
+
+
MOST WICKETS IN BOWLING 2023 FOR DC
+
+
+ No.
+ Player
+ Team
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Mitchell Marsh
+ DC
+ 12
+ 9
+ 8
+ 14.17
+ 10.08
+ 8.43
+ 0
+ 2
+ 0
+
+
+ 2
+ Akshar Patel
+ DC
+ 11
+ 14
+ 13
+ 30.73
+ 25.64
+ 7.19
+ 0
+ 0
+ 0
+
+
+ 3
+ Ishant Sharma
+ DC
+ 10
+ 8
+ 8
+ 20.60
+ 15
+ 8.24
+ 0
+ 0
+ 0
+
+
+ 4
+ Anrich Nortje
+ DC
+ 10
+ 10
+ 10
+ 36.40
+ 24
+ 9.10
+ 0
+ 0
+ 0
+
+
+ 5
+ Kuldeep Yadav
+ DC
+ 10
+ 14
+ 14
+ 36.10
+ 29.40
+ 7.37
+ 0
+ 0
+ 0
+
+
+ 6
+ Khaleel Ahmed
+ DC
+ 9
+ 9
+ 9
+ 33.44
+ 22
+ 9.12
+ 0
+ 0
+ 0
+
+
+ 7
+ Mukesh Kumar
+ DC
+ 7
+ 10
+ 10
+ 46.57
+ 26.57
+ 10.52
+ 0
+ 0
+ 0
+
+
+ 8
+ Chetan Sakariya
+ DC
+ 3
+ 2
+ 2
+ 29.67
+ 16
+ 11.13
+ 0
+ 0
+ 0
+
+
+ 9
+ Lalit Yadav
+ DC
+ 2
+ 6
+ 4
+ 59
+ 39
+ 9.08
+ 0
+ 0
+ 0
+
+
+ 10
+ Praveen Dubey
+ DC
+ 1
+ 1
+ 1
+ 19
+ 18
+ 6.33
+ 0
+ 0
+ 0
+
+
+ 11
+ Rovman Powell
+ DC
+ 1
+ 3
+ 1
+ 18
+ 12
+ 9
+ 0
+ 0
+ 0
+
+
+ 12
+ Mustafizur Rahman
+ DC
+ 1
+ 2
+ 2
+ 79
+ 42
+ 11.29
+ 0
+ 0
+ 0
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/gt_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/gt_aboutus.html
new file mode 100644
index 00000000..8f9e5a95
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/gt_aboutus.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
+
+ 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.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/gt_player_performance.html b/Assignments/CB.EN.U4CYS22064/ui/html/gt_player_performance.html
new file mode 100644
index 00000000..835f48b1
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/gt_player_performance.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+
+
+
+
MOST RUNS IN BATTING FOR GT IN 2023 Back
+
+
+
+ No.
+ Player
+
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Shubman Gill
+
+
+ 890
+ 17
+ 17
+ 129
+ 59.33
+ 157.80
+ 3
+ 4
+ 85
+ 33
+
+
+ 2
+ Wriddhiman Saha
+
+ 371
+ 17
+ 17
+ 81
+ 23.19
+ 129.27
+ 0
+ 2
+ 47
+ 8
+
+
+ 3
+ B Sai Sudharsan
+
+ 362
+ 8
+ 8
+ 96
+ 51.71
+ 141.41
+ 0
+ 3
+ 33
+ 12
+
+
+ 4
+ Hardik Pandya
+
+ 346
+ 16
+ 15
+ 66
+ 31.45
+ 136.76
+ 0
+ 2
+ 26
+ 15
+
+
+ 5
+ Vijay Shankar
+
+ 301
+ 14
+ 10
+ 63
+ 37.63
+ 160.11
+ 0
+ 3
+ 27
+ 15
+
+
+ 6
+ David Miller
+
+ 259
+ 16
+ 13
+ 46
+ 32.38
+ 145.51
+ 0
+ 0
+ 18
+ 13
+
+
+ 7
+ Rashid Khan
+
+ 130
+ 17
+ 9
+ 79
+ 32.50
+ 216.67
+ 0
+ 1
+ 8
+ 13
+
+
+ 8
+ Abhinav Manohar
+
+ 114
+ 9
+ 6
+ 42
+ 19
+ 137.35
+ 0
+ 0
+ 6
+ 7
+
+
+ 9
+ Rahul Tewatia
+
+ 87
+ 17
+ 10
+ 20
+ 21.75
+ 152.63
+ 0
+ 0
+ 3
+ 7
+
+
+ 10
+ Dasun Shanaka
+
+ 26
+ 3
+ 3
+ 17
+ 13
+ 100
+ 0
+ 0
+ 2
+ 1
+
+
+ 11
+ Noor Ahmad
+
+ 8
+ 13
+ 3
+ 7
+ 4
+ 88.89
+ 0
+ 0
+ 1
+ 0
+
+
+ 12
+ Alzarri Joseph
+
+ 7
+ 7
+ 2
+ 7
+ -
+ 58.33
+ 0
+ 0
+ 1
+ 0
+
+
+ 13
+ Mohammed Shami
+
+ 5
+ 17
+ 2
+ 5
+ 2.50
+ 83.33
+ 0
+ 0
+ 1
+ 0
+
+
+
MOST WICKETS IN 2023 PLAYING FOR GT
+
+
+ No.
+ Player
+
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Mohammed Shami
+
+ 28
+ 17
+ 17
+ 18.64
+ 13.93
+ 8.03
+ 0
+ 5
+ 0
+
+
+ 2
+ Mohit Sharma
+
+ 27
+ 14
+ 14
+ 13.37
+ 9.81
+ 8.17
+ 1
+ 3
+ 0
+
+
+ 3
+ Rashid Khan
+
+ 27
+ 17
+ 17
+ 20.44
+ 14.89
+ 8.24
+ 0
+ 4
+ 0
+
+
+ 4
+ Noor Ahmad
+
+ 16
+ 13
+ 13
+ 23.06
+ 17.69
+ 7.82
+ 0
+ 1
+ 0
+
+
+ 5
+ Alzarri Joseph
+
+ 7
+ 7
+ 7
+ 32.14
+ 20.57
+ 9.38
+ 0
+ 0
+ 0
+
+
+ 6
+ Joshua Little
+
+ 7
+ 10
+ 10
+ 42
+ 29.14
+ 8.65
+ 0
+ 0
+ 0
+
+
+ 7
+ Hardik Pandya
+
+ 3
+ 16
+ 11
+ 76
+ 50
+ 9.12
+ 0
+ 0
+ 0
+
+
+ 8
+ Yash Dayal
+
+ 2
+ 5
+ 5
+ 82.50
+ 42
+ 11.79
+ 0
+ 0
+ 0
+
+
+ 9
+ Darshan Nalkande
+
+ 1
+ 1
+ 1
+ 44
+ 24
+ 11
+ 0
+ 0
+ 0
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/kkr_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/kkr_aboutus.html
new file mode 100644
index 00000000..9303181b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/kkr_aboutus.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
KOLKATA KNIGHT RIDERS Back
+
+
+
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
new file mode 100644
index 00000000..061d65d5
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/kkr_player_performance.html
@@ -0,0 +1,454 @@
+
+
+
+
+
+
+
+
+
+
MOST RUNS IN BATTING FOR KKR IN 2023 Back
+
+
+
+ no.
+ Player
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Rinku Singh
+ 474
+ 14
+ 14
+ 67
+ 59.25
+ 149.53
+ 0
+ 4
+ 31
+ 29
+
+
+ 2
+ Nitish Rana
+ 413
+ 14
+ 14
+ 75
+ 31.77
+ 140.96
+ 0
+ 3
+ 39
+ 20
+
+
+ 3
+ Venkatesh Iyer
+ 404
+ 14
+ 14
+ 104
+ 28.86
+ 145.85
+ 1
+ 2
+ 32
+ 21
+
+
+ 4
+ Jason Roy
+ 285
+ 8
+ 8
+ 61
+ 35.63
+ 151.60
+ 0
+ 2
+ 36
+ 12
+
+
+ 5
+ Rahmanullah Gurbaz
+ 227
+ 11
+ 11
+ 81
+ 20.64
+ 133.53
+ 0
+ 2
+ 17
+ 15
+
+
+ 6
+ Andre Russell
+ 227
+ 14
+ 14
+ 42
+ 20.64
+ 145.51
+ 0
+ 0
+ 13
+ 18
+
+
+ 7
+ Shardul Thakur
+ 113
+ 11
+ 10
+ 68
+ 14.13
+ 161.43
+ 0
+ 1
+ 13
+ 4
+
+
+ 8
+ Narayan Jagadeesan
+ 89
+ 6
+ 6
+ 36
+ 14.83
+ 109.88
+ 0
+ 0
+ 14
+ 1
+
+
+ 9
+ Anukul Roy
+ 23
+ 4
+ 4
+ 13
+ 11.50
+ 121.05
+ 0
+ 0
+ 3
+ 0
+
+
+ 10
+ David Wiese
+ 21
+ 3
+ 3
+ 12
+ 21
+ 190.91
+ 0
+ 0
+ 0
+ 3
+
+
+ 11
+ Sunil Narine
+ 21
+ 14
+ 10
+ 7
+ 3
+ 84
+ 0
+ 0
+ 2
+ 1
+
+
+ 12
+ Umesh Yadav
+ 19
+ 8
+ 5
+ 6
+ 9.50
+ 105.56
+ 0
+ 0
+ 1
+ 0
+
+
+ 13
+ Mandeep Singh
+ 14
+ 3
+ 3
+ 12
+ 4.67
+ 87.50
+ 0
+ 0
+ 0
+ 1
+
+
+ 14
+ Litton Das
+ 4
+ 1
+ 1
+ 4
+ 4
+ 100
+ 0
+ 0
+ 1
+ 0
+
+
+ 15
+ Vaibhav Arora
+ 3
+ 5
+ 2
+ 2
+ -
+ 150
+ 0
+ 0
+ 0
+ 0
+
+
+ 16
+ Varun Chakravarthy
+ 1
+ 14
+ 2
+ 1
+ 1
+ 11.11
+ 0
+ 0
+ 0
+ 0
+
+
+
MOST WICKETS IN BOWLING FOR KKR IN 2023
+
+
+ No.
+ Player
+
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+
+
+ 1
+ Varun Chakravarthy
+
+ 20
+ 14
+ 14
+ 21.45
+ 15.80
+ 8.15
+ 0
+ 3
+ 0
+
+
+ 2
+ Sunil Narine
+
+ 11
+ 14
+ 14
+ 34.82
+ 26.18
+ 7.98
+ 0
+ 1
+ 0
+
+
+ 3
+ Suyash Sharma
+
+ 10
+ 11
+ 11
+ 32.10
+ 23.40
+ 8.23
+ 0
+ 1
+ 0
+
+
+ 4
+ Shardul Thakur
+
+ 7
+ 11
+ 9
+ 31.43
+ 18
+ 10.48
+ 0
+ 0
+ 0
+
+
+ 5
+ Andre Russell
+
+ 7
+ 14
+ 9
+ 24.57
+ 13
+ 11.34
+ 0
+ 1
+ 0
+
+
+ 6
+ Vaibhav Arora
+
+ 5
+ 5
+ 5
+ 29.20
+ 19.20
+ 9.13
+ 0
+ 0
+ 0
+
+
+ 7
+ Harshit Rana
+
+ 5
+ 6
+ 6
+ 29.40
+ 20.40
+ 8.65
+ 0
+ 0
+ 0
+
+
+ 8
+ Anukul Roy
+
+ 3
+ 4
+ 3
+ 21.67
+ 16
+ 8.13
+ 0
+ 0
+ 0
+
+
+ 9
+ Nitish Rana
+
+ 3
+ 14
+ 6
+ 25
+ 17.67
+ 8.49
+ 0
+ 0
+ 0
+
+
+ 10
+ Tim Southee
+
+ 2
+ 2
+ 2
+ 39.50
+ 18
+ 13.17
+ 0
+ 0
+ 0
+
+
+ 11
+ Kulwant Khejroliya
+
+ 2
+ 2
+ 2
+ 32
+ 13
+ 14.77
+ 0
+ 0
+ 0
+
+
+ 12
+ Lockie Ferguson
+
+ 1
+ 3
+ 3
+ 96
+ 46
+ 12.52
+ 0
+ 0
+ 0
+
+
+ 13
+ Umesh Yadav
+
+ 1
+ 8
+ 8
+ 189
+ 114
+ 9.95
+ 0
+ 0
+ 0
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/lsg_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/lsg_aboutus.html
new file mode 100644
index 00000000..7f70a8de
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/lsg_aboutus.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
LUCKNOW SUPER GIANTS Back
+
+
+
+ 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
new file mode 100644
index 00000000..92d6d779
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/lsg_player_performance.html
@@ -0,0 +1,438 @@
+
+
+
+
+
+
+
+
+
+
+
+
MOST RUNS IN BATTING FOR LSG IN 2023 Back
+
+
+
+
+ No.
+ Player
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+
+
+ 1
+ Marcus Stoinis
+
+ 408
+ 15
+ 15
+ 89
+ 31.38
+ 150
+ 0
+ 3
+ 28
+ 27
+
+
+ 2
+ Kyle Mayers
+
+ 379
+ 13
+ 13
+ 73
+ 29.15
+ 144.11
+ 0
+ 4
+ 38
+ 22
+
+
+ 3
+ Nicholas Pooran
+
+ 358
+ 15
+ 15
+ 62
+ 29.83
+ 172.95
+ 0
+ 2
+ 26
+ 26
+
+
+ 4
+ Lokesh Rahul
+
+ 274
+ 9
+ 9
+ 74
+ 34.25
+ 113.22
+ 0
+ 2
+ 28
+ 4
+
+
+ 5
+ Ayush Badoni
+
+ 238
+ 15
+ 12
+ 59
+ 23.80
+ 138.37
+ 0
+ 1
+ 13
+ 12
+
+
+ 6
+ Krunal Pandya
+
+ 188
+ 15
+ 14
+ 49
+ 17.09
+ 113.94
+ 0
+ 0
+ 15
+ 6
+
+
+ 7
+ Quinton de Kock
+
+ 143
+ 4
+ 4
+ 70
+ 35.75
+ 140.20
+ 0
+ 1
+ 10
+ 8
+
+
+ 8
+ Prerak Mankad
+
+ 93
+ 5
+ 5
+ 64
+ 31
+ 129.17
+ 0
+ 1
+ 12
+ 2
+
+
+ 9
+ Deepak Hooda
+
+ 84
+ 12
+ 12
+ 17
+ 7.64
+ 93.33
+ 0
+ 0
+ 3
+ 2
+
+
+ 10
+ Krishnappa Gowtham
+
+ 61
+ 7
+ 7
+ 23
+ 15.25
+ 164.86
+ 0
+ 0
+ 2
+ 5
+
+
+ 11
+ Ravi Bishnoi
+
+ 20
+ 15
+ 7
+ 5
+ 6.67
+ 74.07
+ 0
+ 0
+ 1
+ 0
+
+
+ 12
+ Amit Mishra
+
+ 19
+ 7
+ 1
+ 19
+ 19
+ 63.33
+ 0
+ 0
+ 2
+ 0
+
+
+ 13
+ Naveen ul Haq
+
+ 16
+ 8
+ 3
+ 13
+ 16
+ 76.19
+ 0
+ 0
+ 2
+ 0
+
+
+ 14
+ Karan Sharma
+
+ 12
+ 2
+ 2
+ 9
+ 6
+ 57.14
+ 0
+ 0
+ 0
+ 0
+
+
+ 15
+ Mark Wood
+
+ 11
+ 4
+ 2
+ 10
+ 11
+ 220
+ 0
+ 0
+ 1
+ 0
+
+
+
+
+
MOST WICKETS IN BOWLING FOR LSG IN 2023
+
+
+
+ No.
+ Player
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+
+
+ 1
+ Ravi Bishnoi
+
+
+ 16
+ 15
+ 14
+ 24.44
+ 18.94
+ 7.74
+ 0
+ 1
+ 0
+
+
+ 2
+ Yash Ravisingh Thakur
+
+ 13
+ 9
+ 9
+ 22.23
+ 14.69
+ 9.08
+ 0
+ 2
+ 0
+
+
+ 3
+ Mark Wood
+
+ 11
+ 4
+ 4
+ 11.82
+ 8.73
+ 8.13
+ 1
+ 1
+ 0
+
+
+ 4
+ Naveen ul Haq
+
+ 11
+ 8
+ 7
+ 19.91
+ 15.27
+ 7.82
+ 0
+ 3
+ 0
+
+
+ 5
+ Krunal Pandya
+
+ 9
+ 15
+ 12
+ 34.78
+ 28
+ 7.45
+ 0
+ 1
+ 0
+
+
+ 6
+ Avesh Khan
+
+ 8
+ 9
+ 9
+ 35.38
+ 21.75
+ 9.76
+ 0
+ 1
+ 0
+
+
+ 7
+ Amit Mishra
+
+ 7
+ 7
+ 7
+ 21.29
+ 16.29
+ 7.84
+ 0
+ 0
+ 0
+
+
+ 8
+ Marcus Stoinis
+
+ 5
+ 15
+ 5
+ 20
+ 13
+ 9.23
+ 0
+ 0
+ 0
+
+
+ 9
+ Yudhvir Singh Charak
+
+ 3
+ 3
+ 3
+ 23.33
+ 16
+ 8.75
+ 0
+ 0
+ 0
+
+
+ 10
+ Mohsin Khan
+
+ 3
+ 5
+ 4
+ 35.67
+ 20
+ 10.70
+ 0
+ 0
+ 0
+
+
+ 11
+ Krishnappa Gowtham
+
+ 3
+ 7
+ 6
+ 39.33
+ 32
+ 7.38
+ 0
+ 0
+ 0
+
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/mi_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/mi_aboutus.html
new file mode 100644
index 00000000..9e30eeee
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/mi_aboutus.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
+
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
new file mode 100644
index 00000000..4e4498fd
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/mi_player_performance.html
@@ -0,0 +1,492 @@
+
+
+
+
+
+
+
+
IPL 2023 Stats
+
+
+
+
+
+
MOST RUNS IN BATTING FOR MI IN 2023 Back
+
+
+
+ No.
+ Player
+
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Surya Kumar Yadav
+
+ 605
+ 16
+ 16
+ 103
+ 43.21
+ 181.14
+ 1
+ 5
+ 65
+ 28
+
+
+ 2
+ Ishan Kishan
+
+ 454
+ 16
+ 15
+ 75
+ 30.27
+ 142.77
+ 0
+ 3
+ 54
+ 18
+
+
+ 3
+ Cameron Green
+
+ 452
+ 16
+ 16
+ 100
+ 50.22
+ 160.28
+ 1
+ 2
+ 40
+ 22
+
+
+ 4
+ Tilak Varma
+
+ 343
+ 11
+ 11
+ 84
+ 42.88
+ 164.11
+ 0
+ 1
+ 26
+ 23
+
+
+ 5
+ Rohit Sharma
+
+ 332
+ 16
+ 16
+ 65
+ 20.75
+ 132.80
+ 0
+ 2
+ 35
+ 17
+
+
+ 6
+ Nehal Wadhera
+
+ 241
+ 14
+ 10
+ 64
+ 26.78
+ 145.18
+ 0
+ 2
+ 23
+ 12
+
+
+ 7
+ Tim David
+
+ 231
+ 16
+ 15
+ 45
+ 25.67
+ 158.22
+ 0
+ 0
+ 12
+ 15
+
+
+ 8
+ Vishnu Vinod
+
+ 37
+ 3
+ 3
+ 30
+ 12.33
+ 119.35
+ 0
+ 0
+ 2
+ 2
+
+
+ 9
+ Tristan Stubbs
+
+ 25
+ 2
+ 2
+ 20
+ 12.50
+ 80.65
+ 0
+ 0
+ 2
+ 0
+
+
+ 10
+ Piyush Chawla
+
+ 25
+ 16
+ 4
+ 18
+ 12.50
+ 113.64
+ 0
+ 0
+ 1
+ 1
+
+
+ 11
+ Hrithik Shokeen
+
+ 23
+ 8
+ 3
+ 18
+ 23
+ 135.29
+ 0
+ 0
+ 4
+ 0
+
+
+ 12
+ Arshad Khan
+
+ 18
+ 6
+ 3
+ 15
+ 9
+ 120
+ 0
+ 0
+ 0
+ 1
+
+
+ 13
+ Arjun Tendulkar
+
+ 13
+ 4
+ 1
+ 13
+ 13
+ 144.44
+ 0
+ 0
+ 0
+ 1
+
+
+ 14
+ Kumar Kartikeya
+
+ 6
+ 8
+ 1
+ 6
+ 6
+ 85.71
+ 0
+ 0
+ 1
+ 0
+
+
+ 15
+ Chris Jordan
+
+ 6
+ 6
+ 2
+ 4
+ 3
+ 50
+ 0
+ 0
+ 0
+ 0
+
+
+ 16
+ Jason Behrendorff
+
+ 6
+ 12
+ 2
+ 3
+ -
+ 66.67
+ 0
+ 0
+ 0
+ 0
+
+
+ 17
+ Jofra Archer
+
+ 4
+ 5
+ 2
+ 3
+ -
+ 100
+ 0
+ 0
+ 0
+ 0
+
+
+
+
MOST WICKETS IN BOWLING FOR MI IN 2023
+
+
+
+ No.
+ Player
+ Team
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Piyush Chawla
+ MI
+ 22
+ 16
+ 16
+ 22.50
+ 16.64
+ 8.11
+ 0
+ 1
+ 0
+
+
+ 2
+ Akash Madhwal
+ MI
+ 14
+ 8
+ 8
+ 15.64
+ 10.93
+ 8.59
+ 1
+ 2
+ 0
+
+
+ 3
+ Jason Behrendorff
+ MI
+ 14
+ 12
+ 12
+ 27.64
+ 18
+ 9.21
+ 0
+ 2
+ 0
+
+
+ 4
+ Riley Meredith
+ MI
+ 7
+ 5
+ 5
+ 29.57
+ 16.86
+ 10.53
+ 0
+ 0
+ 0
+
+
+ 5
+ Cameron Green
+ MI
+ 6
+ 16
+ 16
+ 60.17
+ 38
+ 9.50
+ 0
+ 0
+ 0
+
+
+ 6
+ Arshad Khan
+ MI
+ 5
+ 6
+ 6
+ 38
+ 17
+ 13.41
+ 0
+ 1
+ 0
+
+
+ 7
+ Kumar Kartikeya
+ MI
+ 5
+ 8
+ 8
+ 45.40
+ 31.20
+ 8.73
+ 0
+ 0
+ 0
+
+
+ 8
+ Arjun Tendulkar
+ MI
+ 3
+ 4
+ 4
+ 30.67
+ 19.67
+ 9.36
+ 0
+ 0
+ 0
+
+
+ 9
+ Chris Jordan
+ MI
+ 3
+ 6
+ 6
+ 79
+ 44
+ 10.77
+ 0
+ 0
+ 0
+
+
+ 10
+ Hrithik Shokeen
+ MI
+ 3
+ 8
+ 8
+ 62.33
+ 38
+ 9.84
+ 0
+ 0
+ 0
+
+
+ 11
+ Jofra Archer
+ MI
+ 2
+ 5
+ 5
+ 95
+ 60
+ 9.50
+ 0
+ 0
+ 0
+
+
+ 12
+ Tristan Stubbs
+ MI
+ 1
+ 2
+ 1
+ 14
+ 12
+ 7
+ 0
+ 0
+ 0
+
+
+ 13
+ Duan Jansen
+ MI
+ 1
+ 1
+ 1
+ 53
+ 24
+ 13.25
+ 0
+ 0
+ 0
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/orangecap.html b/Assignments/CB.EN.U4CYS22064/ui/html/orangecap.html
new file mode 100644
index 00000000..ae7f32c4
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/orangecap.html
@@ -0,0 +1,340 @@
+
+
+
+
+
+
+
+ Orange Cap Contenders 2023
+
+
+
+
+
+
+
+
Orange Cap Contenders 2023 Back
+
+
+
+
+ No.
+ Player
+ Team
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Shubman Gill
+ GT
+ 890
+ 17
+ 17
+ 129
+ 59.33
+ 157.80
+ 3
+ 4
+ 85
+ 33
+
+
+ 2
+ Faf du Plessis
+ RCB
+ 730
+ 14
+ 14
+ 84
+ 56.15
+ 153.68
+ 0
+ 8
+ 60
+ 36
+
+
+ 3
+ Devon Conway
+ CSK
+ 672
+ 16
+ 15
+ 92
+ 51.69
+ 139.71
+ 0
+ 6
+ 77
+ 18
+
+
+ 4
+ Virat Kohli
+ RCB
+ 639
+ 14
+ 14
+ 101
+ 53.25
+ 139.82
+ 2
+ 6
+ 65
+ 16
+
+
+ 5
+ Yashasvi Jaiswal
+ RR
+ 625
+ 14
+ 14
+ 124
+ 48.08
+ 163.61
+ 1
+ 5
+ 82
+ 26
+
+
+ 6
+ Surya Kumar Yadav
+ MI
+ 605
+ 16
+ 16
+ 103
+ 43.21
+ 181.14
+ 1
+ 5
+ 65
+ 28
+
+
+ 7
+ Ruturaj Gaikwad
+ CSK
+ 590
+ 16
+ 15
+ 92
+ 42.14
+ 147.50
+ 0
+ 4
+ 46
+ 30
+
+
+ 8
+ David Warner
+ DC
+ 516
+ 14
+ 14
+ 86
+ 36.86
+ 131.63
+ 0
+ 6
+ 69
+ 10
+
+
+ 9
+ Rinku Singh
+ KKR
+ 474
+ 14
+ 14
+ 67
+ 59.25
+ 149.53
+ 0
+ 4
+ 31
+ 29
+
+
+ 10
+ Ishan Kishan
+ MI
+ 454
+ 16
+ 15
+ 75
+ 30.27
+ 142.77
+ 0
+ 3
+ 54
+ 18
+
+
+ 11
+ Cameron Green
+ MI
+ 452
+ 16
+ 16
+ 100
+ 50.22
+ 160.28
+ 1
+ 2
+ 40
+ 22
+
+
+ 12
+ Heinrich Klaasen
+ SRH
+ 448
+ 12
+ 11
+ 104
+ 49.78
+ 177.08
+ 1
+ 2
+ 32
+ 25
+
+
+ 13
+ Shivam Dube
+ CSK
+ 418
+ 16
+ 14
+ 52
+ 38
+ 158.33
+ 0
+ 3
+ 12
+ 35
+
+
+ 14
+ Nitish Rana
+ KKR
+ 413
+ 14
+ 14
+ 75
+ 31.77
+ 140.96
+ 0
+ 3
+ 39
+ 20
+
+
+ 15
+ Marcus Stoinis
+ LSG
+ 408
+ 15
+ 15
+ 89
+ 31.38
+ 150
+ 0
+ 3
+ 28
+ 27
+
+
+ 16
+ Venkatesh Iyer
+ KKR
+ 404
+ 14
+ 14
+ 104
+ 28.86
+ 145.85
+ 1
+ 2
+ 32
+ 21
+
+
+ 17
+ Glenn Maxwell
+ RCB
+ 400
+ 14
+ 14
+ 77
+ 33.33
+ 183.49
+ 0
+ 5
+ 29
+ 31
+
+
+ 18
+ Jos Buttler
+ RR
+ 392
+ 14
+ 14
+ 95
+ 28
+ 139.01
+ 0
+ 4
+ 42
+ 14
+
+
+ 19
+ Kyle Mayers
+ LSG
+ 379
+ 13
+ 13
+ 73
+ 29.15
+ 144.11
+ 0
+ 4
+ 38
+ 22
+
+
+ 20
+ Shikhar Dhawan
+ PBKS
+ 373
+ 11
+ 11
+ 99
+ 41.44
+ 142.91
+ 0
+ 3
+ 49
+ 12
+
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/pbks_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/pbks_aboutus.html
new file mode 100644
index 00000000..169cacd5
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/pbks_aboutus.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
+
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
new file mode 100644
index 00000000..fdae4899
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/pbks_player_performance.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+
+
IPL 2023 Stats
+
+
+
+
+
+
MOST RUNS IN BATTING FOR PBKS IN 2023 Back
+
+
+
+ No.
+ Player
+
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Shikhar Dhawan
+
+ 373
+ 11
+ 11
+ 99
+ 41.44
+ 142.91
+ 0
+ 3
+ 49
+ 12
+
+
+ 2
+ Prabhsimran Singh
+
+ 358
+ 14
+ 14
+ 103
+ 25.57
+ 150.42
+ 1
+ 1
+ 38
+ 19
+
+
+ 3
+ Jitesh Sharma
+
+ 309
+ 14
+ 14
+ 49
+ 23.77
+ 156.06
+ 0
+ 0
+ 22
+ 21
+
+
+ 4
+ Liam Livingstone
+
+ 279
+ 9
+ 9
+ 94
+ 34.88
+ 163.16
+ 0
+ 2
+ 20
+ 19
+
+
+ 5
+ Sam Curran
+
+ 276
+ 14
+ 13
+ 55
+ 27.60
+ 135.96
+ 0
+ 1
+ 20
+ 13
+
+
+ 6
+ Atharva Taide
+
+ 186
+ 7
+ 7
+ 66
+ 26.57
+ 144.19
+ 0
+ 2
+ 20
+ 6
+
+
+ 7
+ Shahrukh Khan
+
+ 156
+ 14
+ 13
+ 41
+ 22.29
+ 165.96
+ 0
+ 0
+ 13
+ 9
+
+
+ 8
+ Sikandar Raza
+
+ 139
+ 7
+ 7
+ 57
+ 27.80
+ 141.84
+ 0
+ 1
+ 10
+ 6
+
+
+ 9
+ Matthew Short
+
+ 117
+ 6
+ 6
+ 36
+ 19.50
+ 127.17
+ 0
+ 0
+ 15
+ 4
+
+
+ 10
+ Harpreet Singh Bhatia
+
+ 76
+ 3
+ 3
+ 41
+ 25.33
+ 128.81
+ 0
+ 0
+ 8
+ 3
+
+
+ 11
+ Bhanuka Rajapaksa
+
+ 71
+ 4
+ 4
+ 50
+ 17.75
+ 114.52
+ 0
+ 1
+ 6
+ 2
+
+
+ 12
+ Harpreet Brar
+
+ 52
+ 13
+ 8
+ 17
+ 8.67
+ 126.83
+ 0
+ 0
+ 5
+ 2
+
+
+ 13
+ Rishi Dhawan
+
+ 20
+ 6
+ 3
+ 19
+ 10
+ 166.67
+ 0
+ 0
+ 1
+ 1
+
+
+ 14
+ Arshdeep Singh
+
+ 2
+ 14
+ 2
+ 2
+ -
+ 100
+ 0
+ 0
+ 0
+ 0
+
+
+ 15
+ Mohit Rathee
+
+ 1
+ 1
+ 1
+ 1
+ 1
+ 50
+ 0
+ 0
+ 0
+ 0
+
+
+ 16
+ Nathan Ellis
+
+ 10
+ 2
+ 1
+ 0.50
+ 14.29
+ 0
+ 0
+ 0
+ 0
+
+
+
MOST WICKETS IN BOWLING FOR PBKS IN 2023
+
+
+ No.
+ Player
+
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Arshdeep Singh
+
+ 17
+ 14
+ 14
+ 29
+ 17.94
+ 9.70
+ 0
+ 2
+ 0
+
+
+ 2
+ Nathan Ellis
+
+ 13
+ 10
+ 10
+ 26.08
+ 17.54
+ 8.92
+ 0
+ 1
+ 0
+
+
+ 3
+ Sam Curran
+
+ 10
+ 14
+ 14
+ 48.90
+ 28.70
+ 10.22
+ 0
+ 1
+ 0
+
+
+ 4
+ Harpreet Brar
+
+ 9
+ 13
+ 11
+ 24.22
+ 18.11
+ 8.02
+ 0
+ 1
+ 0
+
+
+ 5
+ Rahul Chahar
+
+ 8
+ 14
+ 14
+ 48.13
+ 37.25
+ 7.75
+ 0
+ 0
+ 0
+
+
+ 6
+ Kagiso Rabada
+
+ 7
+ 6
+ 6
+ 33.14
+ 19.71
+ 10.09
+ 0
+ 0
+ 0
+
+
+ 7
+ Sikandar Raza
+
+ 3
+ 7
+ 6
+ 39.67
+ 24
+ 9.92
+ 0
+ 0
+ 0
+
+
+ 8
+ Liam Livingstone
+
+ 2
+ 9
+ 5
+ 47
+ 21
+ 13.43
+ 0
+ 0
+ 0
+
+
+ 9
+ Rishi Dhawan
+
+ 1
+ 6
+ 4
+ 60
+ 42
+ 8.57
+ 0
+ 0
+ 0
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/pointstable.html b/Assignments/CB.EN.U4CYS22064/ui/html/pointstable.html
new file mode 100644
index 00000000..8c320f25
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/pointstable.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
Team Standings IPL 2023
+
+
+
+
+
+
+
Team Standings IPL 2023 Back
+
+
+
+ Team
+ Matches Played
+ Wins
+ Losses
+ Tied
+ Net Run Rate
+ Points
+
+
+ Gujarat Titans
+ 14
+ 10
+ 4
+ 0
+ +0.809
+ 20
+
+
+ Chennai Super Kings
+ 14
+ 8
+ 5
+ 1
+ +0.652
+ 17
+
+
+ Lucknow Super Giants
+ 14
+ 8
+ 5
+ 1
+ +0.284
+ 17
+
+
+ Mumbai Indians
+ 14
+ 8
+ 6
+ 0
+ -0.044
+ 16
+
+
+ Rajasthan Royals
+ 14
+ 7
+ 7
+ 0
+ +0.148
+ 14
+
+
+ Royal Challengers Bangalore
+ 14
+ 7
+ 7
+ 0
+ +0.135
+ 14
+
+
+ Kolkata Knight Riders
+ 14
+ 6
+ 8
+ 0
+ -0.239
+ 12
+
+
+ Punjab Kings
+ 14
+ 6
+ 8
+ 0
+ -0.304
+ 12
+
+
+ Delhi Capitals
+ 14
+ 5
+ 9
+ 0
+ -0.808
+ 10
+
+
+ Sunrisers Hyderabad
+ 14
+ 4
+ 10
+ 0
+ -0.590
+ 8
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/purplecap.html b/Assignments/CB.EN.U4CYS22064/ui/html/purplecap.html
new file mode 100644
index 00000000..9716de0b
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/purplecap.html
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
+
PurpleCap
+
+
+
+
+
+
+
Purple Cap Contenders 2023 Back
+
+
+
+ No.
+ Player
+ Team
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Mohammed Shami
+ GT
+ 28
+ 17
+ 17
+ 18.64
+ 13.93
+ 8.03
+ 0
+ 5
+ 0
+
+
+ 2
+ Mohit Sharma
+ GT
+ 27
+ 14
+ 14
+ 13.37
+ 9.81
+ 8.17
+ 1
+ 3
+ 0
+
+
+ 3
+ Rashid Khan
+ GT
+ 27
+ 17
+ 17
+ 20.44
+ 14.89
+ 8.24
+ 0
+ 4
+ 0
+
+
+ 4
+ Piyush Chawla
+ MI
+ 22
+ 16
+ 16
+ 22.50
+ 16.64
+ 8.11
+ 0
+ 1
+ 0
+
+
+ 5
+ Yuzvendra Chahal
+ RR
+ 21
+ 14
+ 14
+ 20.57
+ 15.10
+ 8.18
+ 0
+ 4
+ 0
+
+
+ 6
+ Tushar Deshpande
+ CSK
+ 21
+ 16
+ 16
+ 26.86
+ 16.24
+ 9.92
+ 0
+ 2
+ 0
+
+
+ 7
+ Varun Chakravarthy
+ KKR
+ 20
+ 14
+ 14
+ 21.45
+ 15.80
+ 8.15
+ 0
+ 3
+ 0
+
+
+ 8
+ Ravindra Jadeja
+ CSK
+ 20
+ 16
+ 16
+ 21.55
+ 17.10
+ 7.56
+ 0
+ 2
+ 0
+
+
+ 9
+ Matheesha Pathirana
+ CSK
+ 19
+ 12
+ 12
+ 19.53
+ 14.63
+ 8.01
+ 0
+ 2
+ 0
+
+
+ 10
+ Mohammed Siraj
+ RCB
+ 19
+ 14
+ 14
+ 19.74
+ 15.79
+ 7.50
+ 0
+ 2
+ 0
+
+
+ 11
+ Arshdeep Singh
+ PBKS
+ 17
+ 14
+ 14
+ 29.00
+ 17.94
+ 9.70
+ 0
+ 2
+ 0
+
+
+ 12
+ Noor Ahmad
+ GT
+ 16
+ 13
+ 13
+ 23.06
+ 17.69
+ 7.82
+ 0
+ 1
+ 0
+
+
+ 13
+ Ravi Bishnoi
+ LSG
+ 16
+ 15
+ 14
+ 24.44
+ 18.94
+ 7.74
+ 0
+ 1
+ 0
+
+
+ 14
+ Bhuvneshwar Kumar
+ SRH
+ 16
+ 14
+ 14
+ 26.56
+ 19.13
+ 8.33
+ 1
+ 0
+ 0
+
+
+ 15
+ Akash Madhwal
+ MI
+ 14
+ 8
+ 8
+ 15.64
+ 10.93
+ 8.59
+ 1
+ 2
+ 0
+
+
+ 16
+ Jason Behrendorff
+ MI
+ 14
+ 12
+ 12
+ 27.64
+ 18.00
+ 9.21
+ 0
+ 2
+ 0
+
+
+ 17
+ Ravichandran Ashwin
+ RR
+ 14
+ 13
+ 13
+ 26.29
+ 21.00
+ 7.51
+ 0
+ 0
+ 0
+
+
+ 18
+ Harshal Patel
+ RCB
+ 14
+ 14
+ 13
+ 32.43
+ 20.14
+ 9.66
+ 0
+ 1
+ 0
+
+
+ 19
+ Yash Ravisingh Thakur
+ LSG
+ 13
+ 9
+ 9
+ 22.23
+ 14.69
+ 9.08
+ 0
+ 2
+ 0
+
+
+ 20
+ Trent Boult
+ RR
+ 13
+ 10
+ 10
+ 24.00
+ 17.54
+ 8.21
+ 0
+ 1
+ 0
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/rcb_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/rcb_aboutus.html
new file mode 100644
index 00000000..9fcd8e06
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/rcb_aboutus.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
ROYAL CHALLENGERS BANGALORE Back
+
+
+
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
new file mode 100644
index 00000000..e721b43f
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/rcb_player_performance.html
@@ -0,0 +1,400 @@
+
+
+
+
+
+
+
+
+
+
+
MOST RUNS IN BATTING FOR RCB IN 2023 Back
+
+
+
+ No.
+ Player
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Faf du Plessis
+
+ 730
+ 14
+ 14
+ 84
+ 56.15
+ 153.68
+ 0
+ 8
+ 60
+ 36
+
+
+ 2
+ Virat Kohli
+
+ 639
+ 14
+ 14
+ 101
+ 53.25
+ 139.82
+ 2
+ 6
+ 65
+ 16
+
+
+ 3
+ Glenn Maxwell
+
+ 400
+ 14
+ 14
+ 77
+ 33.33
+ 183.49
+ 0
+ 5
+ 29
+ 31
+
+
+ 4
+ Dinesh Karthik
+
+ 140
+ 13
+ 13
+ 30
+ 11.67
+ 134.62
+ 0
+ 0
+ 13
+ 5
+
+
+ 5
+ Mahipal Lomror
+
+ 135
+ 12
+ 10
+ 54
+ 16.88
+ 139.18
+ 0
+ 1
+ 9
+ 8
+
+
+ 6
+ Anuj Rawat
+
+ 91
+ 9
+ 7
+ 29
+ 30.33
+ 128.17
+ 0
+ 0
+ 6
+ 4
+
+
+ 7
+ Michael Bracewell
+
+ 58
+ 5
+ 4
+ 26
+ 29
+ 123.40
+ 0
+ 0
+ 6
+ 1
+
+
+ 8
+ Shahbaz Ahmed
+
+ 42
+ 10
+ 6
+ 20
+ 10.50
+ 107.69
+ 0
+ 0
+ 3
+ 1
+
+
+ 9
+ David Willey
+
+ 35
+ 4
+ 3
+ 20
+ -
+ 109.38
+ 0
+ 0
+ 4
+ 0
+
+
+ 10
+ Suyash Prabhudessai
+
+ 35
+ 5
+ 4
+ 19
+ 8.75
+ 120.69
+ 0
+ 0
+ 1
+ 2
+
+
+ 11
+ Wanindu Hasaranga
+
+ 33
+ 8
+ 5
+ 12
+ 16.50
+ 117.86
+ 0
+ 0
+ 3
+ 0
+
+
+ 12
+ Akash Deep
+
+ 17
+ 2
+ 1
+ 17
+ 17
+ 212.50
+ 0
+ 0
+ 2
+ 1
+
+
+ 13
+ Vyshak Vijay Kumar
+
+ 13
+ 7
+ 2
+ 13
+ 13
+ 144.44
+ 0
+ 0
+ 0
+ 1
+
+
+ 14
+ Kedar Jadhav
+
+ 12
+ 2
+ 1
+ 12
+ 12
+ 120
+ 0
+ 0
+ 1
+ 0
+
+
+ 15
+ Harshal Patel
+
+ 6
+ 14
+ 2
+ 6
+ 3
+ 42.86
+ 0
+ 0
+ 0
+ 0
+
+
+
+
+
MOST WICKETS IN BOWLING FOR RCB IN 2023
+
+
+ No.
+ Player
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Mohammed Siraj
+
+ 19
+ 14
+ 14
+ 19.74
+ 15.79
+ 7.50
+ 0
+ 2
+ 0
+
+
+ 2
+ Harshal Patel
+
+ 14
+ 14
+ 13
+ 32.43
+ 20.14
+ 9.66
+ 0
+ 1
+ 0
+
+
+ 3
+ Karn Sharma
+ 10
+ 7
+ 7
+ 22.30
+ 12.90
+ 10.37
+ 0
+ 0
+ 0
+
+
+ 4
+ Wayne Parnell
+
+ 9
+ 7
+ 7
+ 26.22
+ 16.78
+ 9.38
+ 0
+ 2
+ 0
+
+
+ 5
+ Vyshak Vijay Kumar
+
+ 9
+ 7
+ 7
+ 28.11
+ 16
+ 10.54
+ 0
+ 1
+ 0
+
+
+ 6
+ Wanindu Hasaranga
+
+ 9
+ 8
+ 8
+ 28.67
+ 19.33
+ 8.90
+ 0
+ 0
+ 0
+
+
+ 7
+ Michael Bracewell
+
+ 6
+ 5
+ 5
+ 15.83
+ 11
+ 8.64
+ 0
+ 0
+ 0
+
+
+ 8
+ Josh Hazlewood
+
+ 3
+ 3
+ 3
+ 25.33
+ 18
+ 8.44
+ 0
+ 0
+ 0
+
+
+ 9
+ David Willey
+
+ 3
+ 2
+ 2
+ 20
+ 12
+ 10
+ 0
+ 1
+ 0
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/rr_aboutus.html b/Assignments/CB.EN.U4CYS22064/ui/html/rr_aboutus.html
new file mode 100644
index 00000000..68840277
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/rr_aboutus.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
+
+ 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
new file mode 100644
index 00000000..5ff9b570
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/rr_player_performance.html
@@ -0,0 +1,382 @@
+
+
+
+
+
+
+
RR
+
+
+
+
+
+
MOST RUNS IN BATTING FOR RR IN 2023 Back
+
+
+
+ No.
+ Player
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+
+ 1
+ Yashasvi Jaiswal
+
+ 625
+ 14
+ 14
+ 124
+ 48.08
+ 163.61
+ 1
+ 5
+ 82
+ 26
+
+
+ 2
+ Jos Buttler
+
+ 392
+ 14
+ 14
+ 95
+ 28
+ 139.01
+ 0
+ 4
+ 42
+ 14
+
+
+ 3
+ Sanju Samson
+
+ 362
+ 14
+ 14
+ 66
+ 30.17
+ 153.39
+ 0
+ 3
+ 25
+ 24
+
+
+ 4
+ Shimron Hetmyer
+
+ 299
+ 14
+ 13
+ 56
+ 37.38
+ 151.78
+ 0
+ 1
+ 12
+ 23
+
+
+ 5
+ Devdutt Padikkal
+
+ 261
+ 11
+ 11
+ 52
+ 26.10
+ 130.50
+ 0
+ 2
+ 31
+ 6
+
+
+ 6
+ Dhruv Jurel
+
+ 152
+ 13
+ 11
+ 34
+ 21.71
+ 172.73
+ 0
+ 0
+ 11
+ 9
+
+
+ 7
+ Riyan Parag
+
+ 78
+ 7
+ 7
+ 20
+ 13
+ 118.18
+ 0
+ 0
+ 4
+ 5
+
+
+ 8
+ Ravichandran Ashwin
+
+ 67
+ 13
+ 10
+ 30
+ 11.17
+ 131.37
+ 0
+ 0
+ 5
+ 3
+
+
+ 9
+ Trent Boult
+
+ 16
+ 10
+ 4
+ 15
+ 16
+ 114.29
+ 0
+ 0
+ 1
+ 1
+
+
+ 10
+ Jason Holder
+
+ 12
+ 8
+ 3
+ 11
+ 6
+ 109.09
+ 0
+ 0
+ 0
+ 1
+
+
+ 11
+ Joe Root
+
+ 10
+ 3
+ 1
+ 10
+ 10
+ 66.67
+ 0
+ 0
+ 1
+ 0
+
+
+ 12
+ Adam Zampa
+
+ 10
+ 6
+ 3
+ 7
+ 3.33
+ 62.50
+ 0
+ 0
+ 0
+ 0
+
+
+ 13
+ Sandeep Sharma
+
+ 2
+ 12
+ 2
+ 2
+ -
+ 33.33
+ 0
+ 0
+ 0
+ 0
+
+
+ 14
+ Abdul Basith
+
+ 1
+ 1
+ 1
+ 1
+ 1
+ 100
+ 0
+ 0
+ 0
+ 0
+
+
+
MOST WICKETS IN BOWLING FOR RR IN 2023
+
+
+ No.
+ Player
+
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Yuzvendra Chahal
+
+ 21
+ 14
+ 14
+ 20.57
+ 15.10
+ 8.18
+ 0
+ 4
+ 0
+
+
+ 2
+ Ravichandran Ashwin
+
+ 14
+ 13
+ 13
+ 26.29
+ 21
+ 7.51
+ 0
+ 0
+ 0
+
+
+ 3
+ Trent Boult
+
+ 13
+ 10
+ 10
+ 24
+ 17.54
+ 8.21
+ 0
+ 1
+ 0
+
+
+ 4
+ Sandeep Sharma
+
+ 10
+ 12
+ 12
+ 39.60
+ 27.60
+ 8.61
+ 0
+ 0
+ 0
+
+
+ 5
+ Adam Zampa
+
+ 8
+ 6
+ 6
+ 23.50
+ 16.50
+ 8.55
+ 0
+ 1
+ 0
+
+
+ 6
+ Jason Holder
+
+ 4
+ 8
+ 8
+ 71
+ 42.75
+ 9.96
+ 0
+ 0
+ 0
+
+
+ 7
+ Navdeep Saini
+
+ 3
+ 2
+ 2
+ 24.67
+ 12
+ 12.33
+ 0
+ 1
+ 0
+
+
+ 8
+ KM Asif
+
+ 3
+ 4
+ 4
+ 46
+ 28
+ 9.86
+ 0
+ 0
+ 0
+
+
+ 9
+ Kuldip Yadav
+
+ 2
+ 2
+ 2
+ 34
+ 21
+ 9.71
+ 0
+ 0
+ 0
+
\ 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
new file mode 100644
index 00000000..86254b4e
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/srh_aboutus.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+ IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
SUNRISERS HYDERABAD Back
+
+
+
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
new file mode 100644
index 00000000..73cf3977
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/srh_player_performance.html
@@ -0,0 +1,447 @@
+
+
+
+
+
+
+
SRH Performance
+
+
+
+
+
+
MOST RUNS IN BATTING FOR SRH IN 2023 Back
+
+
+
+ No.
+ Player
+
+ Runs
+ Mat
+ Inns
+ HS
+ Avg
+ SR
+ 100
+ 50
+ 4s
+ 6s
+
+ 1
+ Heinrich Klaasen
+
+ 448
+ 12
+ 11
+ 104
+ 49.78
+ 177.08
+ 1
+ 2
+ 32
+ 25
+
+
+ 2
+ Rahul Tripathi
+
+ 273
+ 13
+ 13
+ 74
+ 22.75
+ 128.17
+ 0
+ 1
+ 29
+ 10
+
+
+ 3
+ Mayank Agarwal
+
+ 270
+ 10
+ 10
+ 83
+ 27
+ 128.57
+ 0
+ 1
+ 29
+ 6
+
+
+ 4
+ Aiden Markram
+
+ 248
+ 13
+ 13
+ 50
+ 22.55
+ 125.89
+ 0
+ 1
+ 18
+ 8
+
+
+ 5
+ Abhishek Sharma
+
+ 226
+ 11
+ 11
+ 67
+ 20.55
+ 143.95
+ 0
+ 2
+ 28
+ 6
+
+
+ 6
+ Harry Brook
+
+ 190
+ 11
+ 11
+ 100
+ 21.11
+ 123.38
+ 1
+ 0
+ 23
+ 4
+
+
+ 7
+ Abdul Samad
+
+ 169
+ 9
+ 8
+ 37
+ 42.25
+ 132.03
+ 0
+ 0
+ 10
+ 11
+
+
+ 8
+ Anmolpreet Singh
+
+ 105
+ 4
+ 4
+ 36
+ 26.25
+ 128.05
+ 0
+ 0
+ 15
+ 2
+
+
+ 9
+ Vivrant Sharma
+
+ 69
+ 3
+ 1
+ 69
+ 69
+ 146.81
+ 0
+ 1
+ 9
+ 2
+
+
+ 10
+ Washington Sundar
+
+ 60
+ 7
+ 5
+ 24
+ 15
+ 100
+ 0
+ 0
+ 6
+ 0
+
+
+ 11
+ Bhuvneshwar Kumar
+
+ 42
+ 14
+ 6
+ 27
+ 14
+ 89.36
+ 0
+ 0
+ 4
+ 0
+
+
+ 12
+ Glenn Phillips
+
+ 39
+ 5
+ 5
+ 25
+ 7.80
+ 177.27
+ 0
+ 0
+ 2
+ 4
+
+
+ 13
+ Marco Jansen
+
+ 39
+ 8
+ 6
+ 17
+ 13
+ 90.70
+ 0
+ 0
+ 4
+ 0
+
+
+ 14
+ Adil Rashid
+
+ 22
+ 2
+ 2
+ 18
+ 11
+ 137.50
+ 0
+ 0
+ 2
+ 1
+
+
+ 15
+ Mayank Markande
+
+ 21
+ 10
+ 3
+ 18
+ -
+ 161.54
+ 0
+ 0
+ 2
+ 1
+
+
+ 16
+ Umran Malik
+
+ 18
+ 4
+ 2
+ 6
+ 18
+ 85.71
+ 0
+ 0
+ 0
+ 0
+
+
+
+ 17
+ T. Natarajan
+
+ 6
+ 4
+ 2
+ 1
+ 6
+ 33.33
+ 0
+ 0
+ 1
+ 0
+
+
+
MOST WICKETS IN BOWLING FOR SRH IN 2023
+
+
+ No.
+ Player
+
+ Wickets
+ Mat
+ Inns
+ Avg
+ SR
+ ER
+ 5W+
+ 3W+
+ Maiden
+
+
+ 1
+ Bhuvneshwar Kumar
+
+ 16
+ 14
+ 14
+ 26.56
+ 19.13
+ 8.33
+ 1
+ 0
+ 0
+
+
+ 2
+ Mayank Markande
+
+ 12
+ 10
+ 10
+ 25
+ 19
+ 7.89
+ 0
+ 1
+ 0
+
+
+ 3
+ Marco Jansen
+
+ 10
+ 8
+ 8
+ 26.70
+ 16.20
+ 9.89
+ 0
+ 0
+ 0
+
+
+ 4
+ T Natarajan
+
+ 10
+ 12
+ 12
+ 41
+ 27
+ 9.11
+ 0
+ 0
+ 0
+
+
+ 5
+ Umran Malik
+
+ 5
+ 8
+ 8
+ 43.40
+ 24
+ 10.85
+ 0
+ 0
+ 0
+
+
+ 6
+ Fazalhaq Farooqi
+
+ 4
+ 4
+ 4
+ 29.25
+ 20
+ 8.78
+ 0
+ 0
+ 0
+
+
+ 7
+ Washington Sundar
+
+ 3
+ 7
+ 7
+ 48.67
+ 35.33
+ 8.26
+ 0
+ 1
+ 0
+
+
+ 8
+ Adil Rashid
+
+ 2
+ 2
+ 2
+ 28
+ 21
+ 8
+ 0
+ 0
+ 0
+
+
+ 9
+ Abhishek Sharma
+
+ 2
+ 11
+ 5
+ 62
+ 36
+ 10.33
+ 0
+ 0
+ 0
+
+
+ 10
+ Akeal Hosein
+
+ 1
+ 1
+ 1
+ 40
+ 24
+ 10
+ 0
+ 0
+ 0
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/teamperformance.html b/Assignments/CB.EN.U4CYS22064/ui/html/teamperformance.html
new file mode 100644
index 00000000..464d7c75
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/teamperformance.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
Teams
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copyright © 2023 - Y Kishan Sai & P Vamsi
+ 20CYS202 - User Interface Design
+ Amrita Vishwa Vidyapeetham, Coimbatore
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/html/tournamentstats.html b/Assignments/CB.EN.U4CYS22064/ui/html/tournamentstats.html
new file mode 100644
index 00000000..b8e02d40
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/html/tournamentstats.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
IPL Score Dashboard
+
+
+
+
+
+
+
+
+
+
+ Copyright © 2023 - Y Kishan Sai & P Vamsi
+ 20CYS202 - User Interface Design
+ Amrita Vishwa Vidyapeetham, Coimbatore
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/8d66673056419a319fdb9f5f9c0774c5.png b/Assignments/CB.EN.U4CYS22064/ui/images/8d66673056419a319fdb9f5f9c0774c5.png
new file mode 100644
index 00000000..42feb97e
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/8d66673056419a319fdb9f5f9c0774c5.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/Untitled.png b/Assignments/CB.EN.U4CYS22064/ui/images/Untitled.png
new file mode 100644
index 00000000..2e1d87b6
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/Untitled.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/back-img.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/back-img.jpg
new file mode 100644
index 00000000..105d3f61
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/back-img.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/back_im.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/back_im.jpg
new file mode 100644
index 00000000..4108ae1b
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/back_im.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/background_im.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/background_im.jpg
new file mode 100644
index 00000000..629db93a
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/background_im.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/csk.png b/Assignments/CB.EN.U4CYS22064/ui/images/csk.png
new file mode 100644
index 00000000..af42edd7
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/csk.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/cup.png b/Assignments/CB.EN.U4CYS22064/ui/images/cup.png
new file mode 100644
index 00000000..a0730b30
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/cup.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/dc.png b/Assignments/CB.EN.U4CYS22064/ui/images/dc.png
new file mode 100644
index 00000000..fa7bac77
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/dc.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/gt.png b/Assignments/CB.EN.U4CYS22064/ui/images/gt.png
new file mode 100644
index 00000000..843c88f3
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/gt.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/gt2.png b/Assignments/CB.EN.U4CYS22064/ui/images/gt2.png
new file mode 100644
index 00000000..895dff2b
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/gt2.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/gt_team.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/gt_team.jpg
new file mode 100644
index 00000000..1e26f1f6
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/gt_team.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/img.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/img.jpg
new file mode 100644
index 00000000..d14ecb48
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/img.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/kkr.png b/Assignments/CB.EN.U4CYS22064/ui/images/kkr.png
new file mode 100644
index 00000000..7b58137a
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/kkr.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/lsg.png b/Assignments/CB.EN.U4CYS22064/ui/images/lsg.png
new file mode 100644
index 00000000..cee044bf
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/lsg.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/lsg2.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/lsg2.jpg
new file mode 100644
index 00000000..ed79d2fe
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/lsg2.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/lsg_logo.png b/Assignments/CB.EN.U4CYS22064/ui/images/lsg_logo.png
new file mode 100644
index 00000000..133bd950
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/lsg_logo.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/mi.png b/Assignments/CB.EN.U4CYS22064/ui/images/mi.png
new file mode 100644
index 00000000..fe187ef5
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/mi.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/ocap.png b/Assignments/CB.EN.U4CYS22064/ui/images/ocap.png
new file mode 100644
index 00000000..38b3f71e
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/ocap.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/pbks.png b/Assignments/CB.EN.U4CYS22064/ui/images/pbks.png
new file mode 100644
index 00000000..58677819
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/pbks.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/pcap.png b/Assignments/CB.EN.U4CYS22064/ui/images/pcap.png
new file mode 100644
index 00000000..5f10f6ef
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/pcap.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/pointstablee.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/pointstablee.jpg
new file mode 100644
index 00000000..e86c602f
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/pointstablee.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/ptsble.png b/Assignments/CB.EN.U4CYS22064/ui/images/ptsble.png
new file mode 100644
index 00000000..e11fa4c6
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/ptsble.png 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
new file mode 100644
index 00000000..55ce9b87
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/rajasthan-royals-logo.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/rcb.png b/Assignments/CB.EN.U4CYS22064/ui/images/rcb.png
new file mode 100644
index 00000000..f0fe52be
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/rcb.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/srh.jpg b/Assignments/CB.EN.U4CYS22064/ui/images/srh.jpg
new file mode 100644
index 00000000..cb98ada6
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/srh.jpg differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/images/srh.png b/Assignments/CB.EN.U4CYS22064/ui/images/srh.png
new file mode 100644
index 00000000..736b891e
Binary files /dev/null and b/Assignments/CB.EN.U4CYS22064/ui/images/srh.png differ
diff --git a/Assignments/CB.EN.U4CYS22064/ui/index.html b/Assignments/CB.EN.U4CYS22064/ui/index.html
new file mode 100644
index 00000000..47de5978
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/index.html
@@ -0,0 +1,46 @@
+
+
+
+
+
Login Page
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Assignments/CB.EN.U4CYS22064/ui/javascript/login.js b/Assignments/CB.EN.U4CYS22064/ui/javascript/login.js
new file mode 100644
index 00000000..f3bdaa5e
--- /dev/null
+++ b/Assignments/CB.EN.U4CYS22064/ui/javascript/login.js
@@ -0,0 +1,24 @@
+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