Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

footer updated #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
15 changes: 8 additions & 7 deletions components/Footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Footer() {
</div>
<div className={styles.futureWrapper}>
<div className={styles.head}>
Get latest Updates on <br />
Get the latest Updates on <br />
<span>FUTURE EVENTS</span>
</div>
<div className={styles.col2}>
Expand Down Expand Up @@ -74,15 +74,16 @@ export default function Footer() {
</div>
<div className={styles.col}>
<div className={styles.head}>CONTACT INFO</div>


<div className={styles.Items}>
President - +91 9381033844 (Umang Jhawar)
</div>
<div className={styles.Items}>
Treasurer - +91 9636081068 (Satyam)
Treasurer - +91 8957469339 (Ayush Verma)
</div>
<div className={styles.Items}>
Sponsorship Head - +91 9023054978 (Swaroop)
Sponsorship Head - +91 7890912728 (Ayush Bhartia)
</div>
<div className={styles.Items}>debatingsociety[email protected]</div>
<div className={styles.Items}>debatingsociety@nitdgp.ac.in</div>
</div>
<div className={styles.col}>
<div className={styles.head}>QUICK LINKS</div>
Expand All @@ -99,7 +100,7 @@ export default function Footer() {
</div>
<div className={styles.copyright}>
<div className={styles.body}>
&copy; The Debating Scoiety, NIT Durgapur
&copy; The Debating Society, NIT Durgapur
</div>
</div>
</>
Expand Down
Loading