Skip to content

Commit

Permalink
updated the certificate details - dsa005 - ggh008
Browse files Browse the repository at this point in the history
  • Loading branch information
Mano-08 committed Mar 18, 2023
1 parent 572762f commit cc82e6d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 33 deletions.
10 changes: 5 additions & 5 deletions components/cards/MemberCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
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;
}
div {
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);
}
}
Expand Down
4 changes: 2 additions & 2 deletions components/homepage/Landing.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#landingPageContent {
height: 65vh;
width: 100%;
overflow: hidden;
}

#landingPageWrapper {
Expand Down Expand Up @@ -62,7 +61,7 @@
}

#teamwork {
width: 40%;
width: 30vw;
height: auto;
animation: slideUp 1s 0s forwards;
}
Expand All @@ -85,5 +84,6 @@
}
#teamwork {
width: 100%;
height: auto;
}
}
4 changes: 2 additions & 2 deletions content/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion pages/gallery/Gallery.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
min-height: 80vh;
width: 100%;
position: relative;
background-color: rgb(242, 242, 242);
}

@keyframes slideUp {
Expand Down Expand Up @@ -29,7 +30,6 @@
}

#gallerySwiper {
background-color: rgb(242, 242, 242);
width: 100%;
height: auto;
margin: 0 auto;
Expand Down
9 changes: 0 additions & 9 deletions pages/winter-school/WinterSchool.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
font-size: 2rem;
}

#winterSchoolContext {
font-size: 1.1rem;
text-align: center;
width: 50vw;
}

#coursesContainer {
min-height: 100vh;
width: 100%;
Expand Down Expand Up @@ -124,9 +118,6 @@
width: 60%;
height: auto;
}
#winterSchoolContext {
width: 80%;
}
#benefitsWrapper {
height: 15vh;
#courseBenefitsContainer {
Expand Down
14 changes: 0 additions & 14 deletions pages/winter-school/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ function index() {
<section id={styles.winterTheme}>
<Image src={winterSchoolLogo} id={styles.winterSchoolLogo} alt="" />
<h1 id={styles.winterSchoolTitle}>Winter School</h1>
<p id={styles.winterSchoolContext}>
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.
</p>
</section>
<section id={styles.coursesContainer}>
<h1>Courses Offered</h1>
Expand Down
Binary file modified public/certificates/GDSCNITANDHRA_WS2022_DSA_005.pdf
Binary file not shown.
Binary file modified public/certificates/GDSCNITANDHRA_WS2022_GGH_008.pdf
Binary file not shown.

0 comments on commit cc82e6d

Please sign in to comment.