Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default function Footer() {
IIT Kanpur, Kanpur-208016 <br />
Phone no.: +91 512 259 44 33/34 <br />
Email:
<NextLink href="mailto:spo@iitk.ac.in" passHref>
<a>spo@iitk.ac.in</a>
<NextLink href="mailto:spo[AT]iitk.ac.in" passHref>
<a>spo[AT]iitk.ac.in</a>
</NextLink>
<br />
<br />
Expand All @@ -82,7 +82,7 @@ export default function Footer() {
</a>
</NextLink> */}

<NextLink href="mailto:spo@iitk.ac.in" passHref>
<NextLink href="mailto:spo[AT]iitk.ac.in" passHref>
<a>
<EmailIcon size={50} round={true} />
</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/502.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function MaintenancePage() {
<Image src="/maintenance.png" alt="Maintenance" width={400} />
<Title>Under Maintenance</Title>
<Description>We apologize for the inconvenience, but we&apos;re performing some maintenance.</Description>
<Description>You can still contact us at <Link href="mailto:spo@iitk.ac.in">spo@iitk.ac.in</Link>. We&apos;ll be back up soon!</Description>
<Description>You can still contact us at <Link href="mailto:spo[AT]iitk.ac.in">spo[AT]iitk.ac.in</Link>. We&apos;ll be back up soon!</Description>
<br />
<a target="_blank" rel="noopener noreferrer" href="https://placement.iitk.ac.in/">
<Button>
Expand Down
6 changes: 3 additions & 3 deletions pages/administration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const TeamMembers = [
name: "Kumar Srikanta Nayak",
position: "Career Development Officer",
image: "/testimonials/srikanta_2022.jpg",
email: "ksnayak@iitk.ac.in",
email: "ksnayak[AT]iitk.ac.in",
},
{
name: "Amarendra Mohanty",
position: "Deputy Project Manager",
image: "/testimonials/amarendra_2022.jpg",
email: "amaren@iitk.ac.in",
email: "amaren[AT]iitk.ac.in",
},
]

Expand Down Expand Up @@ -61,7 +61,7 @@ export default function OfficeTeam() {
</CustomAutofitGrid>
<Wrapper>
<h3>Office Contact Details</h3>
<p><span>Email:</span> <a href="mailto:spooffice@iitk.ac.in">spooffice@iitk.ac.in</a></p>
<p><span>Email:</span> <a href="mailto:spooffice[AT]iitk.ac.in">spooffice[AT]iitk.ac.in</a></p>
<p><span>Desk No. :</span> 0512-259-4433/34</p>
</Wrapper>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion pages/chairman-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function ChairmanMessage() {
Chairperson <br />
Students' Placement Office <br />
IIT Kanpur <br />
Email ID: spochair@iitk.ac.in <br />
Email ID: spochair[AT]iitk.ac.in <br />
<br />
</MessageSection>
</Page>
Expand Down
144 changes: 72 additions & 72 deletions pages/placement-coordinators.tsx

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pages/student-team/2013-14.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ const TeamMembers = [
{
"name": "Aman Bapna",
"image": "/testimonials/PastYearTeamImages/13-14/amanb.jpg",
"mail": "amanb@iitk.ac.in",
"mail": "amanb[AT]iitk.ac.in",
"phone": "",
"linkedin": "#"
},
{
"name": "Amit Saraswat",
"image": "/testimonials/PastYearTeamImages/13-14/amitsar.jpg",
"mail": "amitsar@iitk.ac.in",
"mail": "amitsar[AT]iitk.ac.in",
"phone": "",
"linkedin": "#"
},
{
"name": "Harsh Sejwar",
"image": "/testimonials/PastYearTeamImages/13-14/hrshsej.jpg",
"mail": "hrshsej@iitk.ac.in",
"mail": "hrshsej[AT]iitk.ac.in",
"phone": "",
"linkedin": "#"
},
{
"name": "Vedant Khamesra",
"image": "/testimonials/PastYearTeamImages/13-14/vedantk.jpg",
"mail": "vedantk@iitk.ac.in",
"mail": "vedantk[AT]iitk.ac.in",
"phone": "",
"linkedin": "#"
}
Expand Down
Loading