diff --git a/components/cards/MemberCard.module.scss b/components/cards/MemberCard.module.scss index 0d1c989..6c2cffb 100644 --- a/components/cards/MemberCard.module.scss +++ b/components/cards/MemberCard.module.scss @@ -4,12 +4,12 @@ margin-bottom: 5%; overflow: hidden; display: flex; + align-items: center; flex-direction: column; - border-radius: 30px; margin: 5px 20px; img { - height: 240px; - width: auto; + height: 9rem; + width: 9rem; border-radius: 50%; object-fit: cover; } @@ -17,10 +17,10 @@ width: 100%; text-align: center; .studentName { - font-size: 1.3rem; + font-size: 1rem; } .studentRole { - font-size: 1rem; + font-size: 0.8rem; color: rgba(0, 0, 0, 0.584); } } diff --git a/components/homepage/Landing.module.scss b/components/homepage/Landing.module.scss index b6a89ab..0fe5470 100644 --- a/components/homepage/Landing.module.scss +++ b/components/homepage/Landing.module.scss @@ -7,7 +7,6 @@ #landingPageContent { height: 65vh; width: 100%; - overflow: hidden; } #landingPageWrapper { @@ -62,7 +61,7 @@ } #teamwork { - width: 40%; + width: 30vw; height: auto; animation: slideUp 1s 0s forwards; } @@ -85,5 +84,6 @@ } #teamwork { width: 100%; + height: auto; } } diff --git a/content/team.js b/content/team.js index d7a15f0..6923462 100644 --- a/content/team.js +++ b/content/team.js @@ -44,8 +44,8 @@ const teams = { imgURL: i21, role: "Public Relations and OutReach Lead", }, - { name: "NAVANEETH K NAMPOOTHIRI", imgURL: i8 }, - { name: "ANANYA RAVI", imgURL: i26 }, + { name: "NAVANEETH K NAMPOOTHIRI", imgURL: i8, role: "Design Lead" }, + { name: "ANANYA RAVI", imgURL: i26, role: "Event Manager" }, { name: "PADURU VIGNATEJ REDDY", imgURL: i2 }, { name: "PRANAV", imgURL: i7 }, { name: "RANGU LAYA", imgURL: i4 }, diff --git a/pages/gallery/Gallery.module.scss b/pages/gallery/Gallery.module.scss index 59bc670..9e4bf24 100644 --- a/pages/gallery/Gallery.module.scss +++ b/pages/gallery/Gallery.module.scss @@ -2,6 +2,7 @@ min-height: 80vh; width: 100%; position: relative; + background-color: rgb(242, 242, 242); } @keyframes slideUp { @@ -29,7 +30,6 @@ } #gallerySwiper { - background-color: rgb(242, 242, 242); width: 100%; height: auto; margin: 0 auto; diff --git a/pages/winter-school/WinterSchool.module.scss b/pages/winter-school/WinterSchool.module.scss index b898d33..c971c2b 100644 --- a/pages/winter-school/WinterSchool.module.scss +++ b/pages/winter-school/WinterSchool.module.scss @@ -31,12 +31,6 @@ font-size: 2rem; } -#winterSchoolContext { - font-size: 1.1rem; - text-align: center; - width: 50vw; -} - #coursesContainer { min-height: 100vh; width: 100%; @@ -124,9 +118,6 @@ width: 60%; height: auto; } - #winterSchoolContext { - width: 80%; - } #benefitsWrapper { height: 15vh; #courseBenefitsContainer { diff --git a/pages/winter-school/index.js b/pages/winter-school/index.js index 8556a5f..d340052 100644 --- a/pages/winter-school/index.js +++ b/pages/winter-school/index.js @@ -37,20 +37,6 @@ function index() {

Winter School

-

- Winter School is an online course conducted by GDSC NIT Andhra - Pradesh. This online course will guide three of the most demanding - courses required in the programming field. - Data structures and - algorithms - Web development - Git and GitHub Winter School aims to - provide a more profound and in-depth understanding of these topics. - The subject undertaken will be taught by experienced and qualified - mentors. The schedule of this course starts on 21st December and ends - on 30th December 2022. The key aspects that make Winter School stand - out from other available courses are: - 1-1 doubt sessions - Practical - problems implementation - Certificate by GDSC - Potential internship - counseling Renowned professionals will join the course and share their - insights and knowledge in their respective fields. -

Courses Offered

diff --git a/public/certificates/GDSCNITANDHRA_WS2022_DSA_005.pdf b/public/certificates/GDSCNITANDHRA_WS2022_DSA_005.pdf index 7cd381a..2d6f7f0 100644 Binary files a/public/certificates/GDSCNITANDHRA_WS2022_DSA_005.pdf and b/public/certificates/GDSCNITANDHRA_WS2022_DSA_005.pdf differ diff --git a/public/certificates/GDSCNITANDHRA_WS2022_GGH_008.pdf b/public/certificates/GDSCNITANDHRA_WS2022_GGH_008.pdf index f3d5db7..ae58604 100644 Binary files a/public/certificates/GDSCNITANDHRA_WS2022_GGH_008.pdf and b/public/certificates/GDSCNITANDHRA_WS2022_GGH_008.pdf differ