Skip to content

Commit 7b1271b

Browse files
committed
added content for contact us with reference to https://media.csesoc.org.au/contact-us/
1 parent 43c6187 commit 7b1271b

File tree

1 file changed

+52
-2
lines changed

1 file changed

+52
-2
lines changed

frontend/src/pages/contact-us.tsx

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,59 @@ export default function ContactUs() {
77
<section className="flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden">
88
<Navbar />
99
<section>
10+
<img
11+
style={{ padding: '10rem' }}
12+
src="https://media.csesoc.org.au/content/images/size/w2000/2020/09/contact-1.jpg"
13+
></img>
1014
<p>
11-
Follow us on social media to be notified of upcoming events and opportunities' or
12-
something like that
15+
CSESoc is the official representative body of computing students at UNSW. We are here to
16+
fulfil the social, personal and professional needs of CSE students, and promote computing
17+
through a variety of forms.
18+
</p>
19+
<h2>Contact</h2>
20+
<ul>
21+
<li>
22+
<h3 className='text-2xl font-bold pt-5'>For general enquiries or feedback on our society</h3>
23+
<p>
24+
Please email{' '}
25+
<a className="underline" href="mailto:[email protected]">
26+
27+
</a>
28+
</p>
29+
</li>
30+
<li>
31+
<h3 className='text-2xl font-bold pt-5'>For feedback on CSESoc Media</h3>
32+
<p>
33+
Please email{' '}
34+
<a className="underline" href="mailto:[email protected]">
35+
36+
</a>
37+
</p>
38+
</li>
39+
<li>
40+
<h3 className='text-2xl font-bold pt-5'>For enquiries about sponsorship</h3>
41+
<p>
42+
Please email{' '}
43+
<a className="underline" href="mailto:[email protected]">
44+
45+
</a>
46+
</p>
47+
</li>
48+
<li>
49+
<h3 className='text-2xl font-bold pt-5'>For sharing opportunities with our members</h3>
50+
<p>
51+
Please fill out{' '}
52+
<a className="underline" href="https://forms.gle/7kk3RRBJbXo3Sip86">
53+
this form
54+
</a>
55+
</p>
56+
</li>
57+
</ul>
58+
</section>
59+
<section className='py-5'>
60+
<p className='text-xl'>
61+
And be sure to follow us on social media to be notified of upcoming events and
62+
opportunities!
1363
</p>
1464
</section>
1565
<Footer />

0 commit comments

Comments
 (0)