diff --git a/assets/members/Manish.jpg b/assets/members/Manish.jpg new file mode 100644 index 0000000..01c50ec Binary files /dev/null and b/assets/members/Manish.jpg differ diff --git a/css/output.css b/css/output.css index a193e58..82fb251 100644 --- a/css/output.css +++ b/css/output.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com */ /* @@ -667,8 +667,8 @@ video { bottom: 0px; } -.bottom-16 { - bottom: 4rem; +.bottom-9 { + bottom: 2.25rem; } .left-0 { @@ -687,8 +687,8 @@ video { right: 0px; } -.right-12 { - right: 3rem; +.right-6 { + right: 1.5rem; } .top-1\/2 { @@ -1805,6 +1805,10 @@ video { color: rgb(0 0 0 / var(--tw-text-opacity)); } +.hover\:cursor-not-allowed:hover { + cursor: not-allowed; +} + .hover\:cursor-pointer:hover { cursor: pointer; } @@ -1846,6 +1850,11 @@ video { color: rgb(220 38 38 / var(--tw-text-opacity)); } +.hover\:text-white:hover { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + .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); @@ -1856,11 +1865,6 @@ video { color: rgb(0 0 0 / var(--tw-text-opacity)); } -.group:hover .group-hover\:text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - @media (min-width: 640px) { .sm\:hidden { display: none; @@ -1960,6 +1964,10 @@ video { left: 1.25rem; } + .md\:right-12 { + right: 3rem; + } + .md\:top-\[4\.75rem\] { top: 4.75rem; } @@ -2084,6 +2092,10 @@ video { gap: 2rem; } + .md\:p-0 { + padding: 0px; + } + .md\:p-\[10px\] { padding: 10px; } @@ -2291,6 +2303,14 @@ video { justify-content: center; } + .lg\:justify-between { + justify-content: space-between; + } + + .lg\:gap-0 { + gap: 0px; + } + .lg\:gap-10 { gap: 2.5rem; } diff --git a/data/members.json b/data/members.json index 2242043..98116e6 100644 --- a/data/members.json +++ b/data/members.json @@ -11,6 +11,18 @@ "website": "https://anurojbaskota.com.np/" } }, + { + "name": "Manish Poudel", + "designation": "Facilitator", + "image": "../assets/members/Manish.jpg", + "socialLinks": { + "facebook": "https://www.facebook.com/manish.poudel.1297943/", + "instagram": "#", + "linkedin": "https://www.linkedin.com/in/manish-poudel-b6566a198/", + "github": "https://github.com/ManishPoudel", + "website": "#" + } + }, { "name": "Satya Raj Awasthi", "designation": "Facilitator", @@ -80,7 +92,7 @@ "instagram": "https://www.instagram.com/anishkn04/", "linkedin": "https://www.linkedin.com/in/anishkn04/", "github": "https://github.com/anishkn04/", - "website": "#" + "website": "https://anishkn.com.np/" } }, { diff --git a/index.html b/index.html index 095dc9a..814c709 100644 --- a/index.html +++ b/index.html @@ -37,16 +37,18 @@