File tree Expand file tree Collapse file tree 1 file changed +52
-2
lines changed Expand file tree Collapse file tree 1 file changed +52
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,59 @@ export default function ContactUs() {
7
7
< section className = "flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden" >
8
8
< Navbar />
9
9
< 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 >
10
14
< 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:info@csesoc.org.au" >
26
+ info@csesoc.org.au
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:media@csesoc.org.au" >
35
+ media@csesoc.org.au
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:sponsorship@csesoc.org.au" >
44
+ sponsorship@csesoc.org.au
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!
13
63
</ p >
14
64
</ section >
15
65
< Footer />
You can’t perform that action at this time.
0 commit comments