diff --git a/assets/sponsors/Birendra Open Source Club.jpg b/assets/sponsors/Birendra Open Source Club.jpg new file mode 100644 index 0000000..a8d5974 Binary files /dev/null and b/assets/sponsors/Birendra Open Source Club.jpg differ diff --git a/assets/sponsors/ICEC.jpg b/assets/sponsors/ICEC.jpg new file mode 100644 index 0000000..012a7d2 Binary files /dev/null and b/assets/sponsors/ICEC.jpg differ diff --git a/assets/sponsors/LeapFrog.png b/assets/sponsors/LeapFrog.png new file mode 100644 index 0000000..e14d460 Binary files /dev/null and b/assets/sponsors/LeapFrog.png differ diff --git a/assets/sponsors/Leapfrog.svg b/assets/sponsors/Leapfrog.svg new file mode 100644 index 0000000..7c2ae2c --- /dev/null +++ b/assets/sponsors/Leapfrog.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/sponsors/Logo_Club_And_Serving_Mankind.png b/assets/sponsors/Logo_Club_And_Serving_Mankind.png new file mode 100644 index 0000000..c167e4f Binary files /dev/null and b/assets/sponsors/Logo_Club_And_Serving_Mankind.png differ diff --git a/assets/sponsors/Mero Job.jpg b/assets/sponsors/Mero Job.jpg new file mode 100644 index 0000000..afe289c Binary files /dev/null and b/assets/sponsors/Mero Job.jpg differ diff --git a/assets/sponsors/NCIT.jpg b/assets/sponsors/NCIT.jpg new file mode 100644 index 0000000..3c338b1 Binary files /dev/null and b/assets/sponsors/NCIT.jpg differ diff --git a/assets/sponsors/NTC logo.png b/assets/sponsors/NTC logo.png new file mode 100644 index 0000000..b58e463 Binary files /dev/null and b/assets/sponsors/NTC logo.png differ diff --git a/assets/sponsors/RAC_Gyaneswor_CiST, Logo.png b/assets/sponsors/RAC_Gyaneswor_CiST, Logo.png new file mode 100644 index 0000000..d8e3615 Binary files /dev/null and b/assets/sponsors/RAC_Gyaneswor_CiST, Logo.png differ diff --git a/assets/sponsors/Rotaract Club Of Balaju.png b/assets/sponsors/Rotaract Club Of Balaju.png new file mode 100644 index 0000000..df515f0 Binary files /dev/null and b/assets/sponsors/Rotaract Club Of Balaju.png differ diff --git a/assets/sponsors/TriChandra Research Group.jpg b/assets/sponsors/TriChandra Research Group.jpg new file mode 100644 index 0000000..3a4816a Binary files /dev/null and b/assets/sponsors/TriChandra Research Group.jpg differ diff --git a/assets/sponsors/patan_west-1.png b/assets/sponsors/patan_west-1.png new file mode 100644 index 0000000..726d9b9 Binary files /dev/null and b/assets/sponsors/patan_west-1.png differ diff --git a/css/output.css b/css/output.css index 82fb251..c239a97 100644 --- a/css/output.css +++ b/css/output.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */ /* @@ -743,6 +743,16 @@ video { margin-bottom: 1.5rem; } +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; +} + +.my-auto { + margin-top: auto; + margin-bottom: auto; +} + .-mt-3 { margin-top: -0.75rem; } @@ -1021,10 +1031,6 @@ video { width: 2rem; } -.w-80 { - width: 20rem; -} - .w-\[145px\] { width: 145px; } @@ -1058,10 +1064,18 @@ video { min-width: 5rem; } +.min-w-48 { + min-width: 12rem; +} + .max-w-3xl { max-width: 48rem; } +.max-w-64 { + max-width: 16rem; +} + .max-w-6xl { max-width: 72rem; } @@ -1260,6 +1274,10 @@ video { border-radius: 0.375rem; } +.rounded-xl { + border-radius: 0.75rem; +} + .border { border-width: 1px; } @@ -1437,6 +1455,11 @@ video { padding-right: 0.25rem; } +.px-12 { + padding-left: 3rem; + padding-right: 3rem; +} + .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -1855,6 +1878,12 @@ video { color: rgb(255 255 255 / var(--tw-text-opacity)); } +.hover\:shadow-xl:hover { + --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .hover\:drop-shadow-2xl:hover { --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); @@ -1894,6 +1923,18 @@ video { grid-template-columns: repeat(2, minmax(0, 1fr)); } + .sm\:flex-row { + flex-direction: row; + } + + .sm\:items-stretch { + align-items: stretch; + } + + .sm\:justify-center { + justify-content: center; + } + .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; diff --git a/js/navbar.js b/js/navbar.js index 625df71..baa817e 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -1,9 +1,6 @@ const pathName = window.location.pathname; let splittedPath = pathName.split("/"); -const currentPage = splittedPath[splittedPath.length - 1].replace( - ".html", - "", -); +const currentPage = splittedPath[splittedPath.length - 1].replace(".html", ""); const navCode = `