Skip to content

Commit

Permalink
Fix formatting in TeamCard.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Feb 13, 2024
1 parent f509021 commit 5e8d0dd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/containers/teamcard/TeamCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const TeamCard = () => {
<section className="team-section" id="team">
{/* Co-ordinators Section */}
<div className="container">
<h2 className="page-section-heading text-center text-uppercase text-secondary ">
<h2 className="page-section-heading text-center text-uppercase text-secondary">
Co-ordinators
</h2>
<div className="row justify-content-center">
Expand All @@ -126,7 +126,7 @@ const TeamCard = () => {
/>
</div>
</div>
<h2 className="page-section-heading text-center text-uppercase text-secondary ">
<h2 className="page-section-heading text-center text-uppercase text-secondary">
Advisory Board
</h2>
<div className="row justify-content-center">
Expand All @@ -153,7 +153,7 @@ const TeamCard = () => {
</div>
{/* TY-Committe Section*/}
<div className="container">
<h2 className="page-section-heading text-center text-uppercase text-secondary ">
<h2 className="page-section-heading text-center text-uppercase text-secondary">
TY-Committee
</h2>
<div className="row justify-content-center">
Expand Down Expand Up @@ -343,14 +343,14 @@ const TeamCard = () => {
</div>
{/* SY-Committee Section */}
<div className="container">
<h2 className="page-section-heading text-center text-uppercase text-secondary ">
<h2 className="page-section-heading text-center text-uppercase text-secondary">
SY-Committee
</h2>
<Carousel breakPoints={breakPoints}>
<TeamSection
className="cardcarousel"
image={Rijul_Pimpale}
Name="Rijul Pimpale "
Name="Rijul Pimpale"
domain="Tech Team"
linkedin="https://www.linkedin.com/in/rijul-pimpale-b72734269"
/>
Expand All @@ -371,7 +371,7 @@ const TeamCard = () => {
<TeamSection
className="cardcarousel"
image={Aishwarya_Meshram}
Name="Aishwarya Meshram "
Name="Aishwarya Meshram"
domain="Tech Team"
linkedin="https://www.linkedin.com/in/aishwarya-meshram-403338260"
/>
Expand All @@ -385,7 +385,7 @@ const TeamCard = () => {
<TeamSection
className="cardcarousel"
image={Shreyas_Borade}
Name="Shreyash Borade "
Name="Shreyash Borade"
domain="Activity Team"
linkedin="https://www.linkedin.com/in/shreyash-borade-a986a3256"
/>
Expand Down Expand Up @@ -455,7 +455,7 @@ const TeamCard = () => {
<TeamSection
className="cardcarousel"
image={Rucha_Patil}
Name="Rucha Ravindra Patil "
Name="Rucha Ravindra Patil"
domain="Comp Dept Head"
linkedin="https://www.linkedin.com/in/rucha-patil-15045625a"
/>
Expand All @@ -469,21 +469,21 @@ const TeamCard = () => {
<TeamSection
className="cardcarousel"
image={Shreyanshi_Meshram}
Name="Shreyanshi Meshram "
Name="Shreyanshi Meshram"
domain="EN&TC Dept Head"
linkedin="https://www.linkedin.com/in/shreyanshi-meshram-0694b2258"
/>
<TeamSection
className="cardcarousel"
image={Sahil_Wagh}
Name="Prasad Kulkarni "
Name="Prasad Kulkarni"
domain="IT Dept Head"
linkedin="https://www.linkedin.com/in/prasad-kulkarni-392b9b268"
/>
{/* <TeamSection
className="cardcarousel"
image={Sahil_Khilar}
Name="Sahil Khilari "
Name="Sahil Khilari"
domain="IT Dept Head"
linkedin="https://www.linkedin.com/in/sahil-khilari-20513224a"
/> */}
Expand Down Expand Up @@ -518,7 +518,7 @@ const TeamCard = () => {
</Carousel>
</div>
{/* <div className="container">
<h2 className="page-section-heading text-center text-uppercase text-secondary ">
<h2 className="page-section-heading text-center text-uppercase text-secondary">
SY-Committee
</h2>
<Carousel breakPoints={breakPoints}>
Expand Down

0 comments on commit 5e8d0dd

Please sign in to comment.