Skip to content

Commit

Permalink
updated: hpc and epc articles
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasChoudhary-01 authored Nov 19, 2024
2 parents 5f45bbd + e931e1e commit 52db743
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
24 changes: 14 additions & 10 deletions app/articles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,23 @@ import CursorEffect from "@/components/CursorEffect/CursorEffect";
import PDFDocument from "@/components/Articles/PDFDocument/PDFDocument";

const pdfs = [
"https://drive.google.com/file/d/1Plwf1op2aMalQlFELtzp2zkljkwh3cBJ/preview",
"https://drive.google.com/file/d/1BTxvD-BTXrhr1OYut04SJ8DfHHa9z63N/preview",
"https://drive.google.com/file/d/14Ucp8czgaKyCh4E_McsmNno5e9l3ky0U/preview",
"https://drive.google.com/file/d/1ZTWX_ovctrP1LEV2YdCCqhLjmmwuQeDW/preview",
"https://drive.google.com/file/d/1N4Po9uNEnzGVxep_G285IDhPlMiQlAoc/preview",
"https://drive.google.com/file/d/1rdPGgyWLfZNxdHNcHDJGZHc2EJUzXs_6/preview",
"https://drive.google.com/file/d/1fvW_6-t1eB3YPA2P4_ziUHVObUl746LN/preview",
"https://drive.google.com/file/d/1v_O3luxfxz2qymd8F1iCbWN9HgUiVLG-/preview",
"https://drive.google.com/file/d/1LlmyDNsLjId_NFDq6_5owTwxvTF5vjaK/preview",
"https://drive.google.com/file/d/1hQg2_-QmQcUsmvn-LCLhdyDwZbCcCHCO/preview",
"https://drive.google.com/file/d/1MncInnskmIJfEEpGzx8bRdMM5AgA7hbl/preview",
"https://drive.google.com/file/d/1V_uH5Q4egYprZH6NXZnkat_LbpYQ9-4G/preview",
];

const titles = [
"Smriti by Hindi Press Club",
"Smriti by Hindi Press Club",
"Smriti by Hindi Press Club",
"Smriti by Hindi Press Club",
"Arcanum Arcanorum by English Press Club",
"Oasis Brochure",
"Smriti: Day-1 by HPC",
"Smriti: Day-2 by HPC",
"Smriti: Day-3 by HPC",
"The Seafarer's Scrolls: Issue-1 by EPC",
"The Seafarer's Scrolls: Issue-2 by EPC",
"The Seafarer's Scrolls: Issue-3 by EPC",
];

const Articles: React.FC = () => {
Expand Down
2 changes: 1 addition & 1 deletion app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default function ContactUs() {
img={rijul}
dept1="Reception and"
dept2="Accommodation"
contact=""
contact="tel:+919811529877"
mail="mailto:[email protected]"
/>
</div>
Expand Down
16 changes: 8 additions & 8 deletions components/Landing/Navbar/HamBtn/HamMenu/HamMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ const HamMenu: React.FC<HamMenuProps> = ({isHamOpen}) => {
</svg>
<Link
onClick={() => handleClick()}
href="/devs"
href="/media-partners"
className={styles.devText}
>
DEVELOPERS
MEDIA PARTNERS
</Link>
</div>
<div className={styles.mediaPartners} ref={mediaPartnersRef}>
Expand Down Expand Up @@ -198,10 +198,10 @@ const HamMenu: React.FC<HamMenuProps> = ({isHamOpen}) => {
</svg>
<Link
onClick={() => handleClick()}
href="/brochure"
href="/devs"
className={styles.sponsorsText}
>
BROCHURE
DEVELOPERS
</Link>
</div>
<div className={styles.gallery} ref={galleryRef}>
Expand Down Expand Up @@ -277,11 +277,11 @@ const HamMenu: React.FC<HamMenuProps> = ({isHamOpen}) => {
</svg>
<Link
onClick={() => handleClick()}
href="/devs"
href="/media-partners"
className={styles.devText}
id="media-partners-mobile"
>
DEVELOPERS
MEDIA PARTNERS
</Link>
</div>
<div className={styles.mediaPartners} ref={mediaPartnersRef}>
Expand Down Expand Up @@ -324,10 +324,10 @@ const HamMenu: React.FC<HamMenuProps> = ({isHamOpen}) => {
</svg>
<Link
onClick={() => handleClick()}
href="/brochure"
href="/devs"
className={styles.sponsorsText}
>
BROCHURE
DEVELOPERS
</Link>
</div>
<div className={styles.gallery} ref={galleryRef}>
Expand Down
4 changes: 2 additions & 2 deletions components/Landing/Navbar/HamBtn/HamMenu/hamMenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
.devText {
position: absolute;
top: -10%;
right: -485%;
right: -550%;
}

.svgPath {
Expand Down Expand Up @@ -118,7 +118,7 @@
.sponsorsText {
position: absolute;
top: 5%;
right: -435%;
right: -475%;
}

.svgPath {
Expand Down
2 changes: 1 addition & 1 deletion components/MobileLanding/ContactUs/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function ContactUsMobile() {
dep1="Reception and"
dep2="Accomodation"
contactDetails={true}
phone=""
phone="tel:+919811529877"
email="mailto:[email protected]"
/>
<MobileContactCard
Expand Down

0 comments on commit 52db743

Please sign in to comment.