@@ -7,59 +7,66 @@ 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
- < p className = ' text-xl pt-10' >
10
+ < p className = " text-xl pt-10" >
11
11
CSESoc is the official representative body of computing students at UNSW. We are here to
12
12
fulfil the social, personal and professional needs of CSE students, and promote computing
13
13
through a variety of forms.
14
14
</ p >
15
15
< ul >
16
16
< li >
17
- < h3 className = 'text-2xl font-bold pt-5' > For general enquiries or feedback on our society</ h3 >
18
- < p className = 'text-xl' >
17
+ < h3 className = "text-2xl font-bold pt-5" >
18
+ For general enquiries or feedback on our society
19
+ </ h3 >
20
+ < p className = "text-xl" >
19
21
Please email{ ' ' }
20
22
< a className = "underline" href = "mailto:[email protected] " >
21
23
22
24
</ a >
23
25
</ p >
24
26
</ li >
25
27
< li >
26
- < h3 className = ' text-2xl font-bold pt-5' > For feedback on CSESoc Media</ h3 >
27
- < p className = ' text-xl' >
28
+ < h3 className = " text-2xl font-bold pt-5" > For feedback on CSESoc Media</ h3 >
29
+ < p className = " text-xl" >
28
30
Please email{ ' ' }
29
31
< a className = "underline" href = "mailto:[email protected] " >
30
32
31
33
</ a >
32
34
</ p >
33
35
</ li >
34
36
< li >
35
- < h3 className = ' text-2xl font-bold pt-5' > For enquiries about sponsorship</ h3 >
36
- < p className = ' text-xl' >
37
+ < h3 className = " text-2xl font-bold pt-5" > For enquiries about sponsorship</ h3 >
38
+ < p className = " text-xl" >
37
39
Please email{ ' ' }
38
40
< a className = "underline" href = "mailto:[email protected] " >
39
41
40
42
</ a >
41
43
</ p >
42
44
</ li >
43
45
< li >
44
- < h3 className = ' text-2xl font-bold pt-5' > For sharing opportunities with our members</ h3 >
45
- < p className = ' text-xl' >
46
+ < h3 className = " text-2xl font-bold pt-5" > For sharing opportunities with our members</ h3 >
47
+ < p className = " text-xl" >
46
48
Please fill out{ ' ' }
47
49
< a className = "underline" href = "https://forms.gle/7kk3RRBJbXo3Sip86" >
48
50
this form
49
51
</ a >
50
52
</ p >
51
- < iframe className = 'w-full h-[80vh]' src = 'https://forms.gle/7kk3RRBJbXo3Sip86' > </ iframe >
53
+ < iframe
54
+ className = "w-1/2 h-[80vh] self-center"
55
+ src = "https://forms.gle/7kk3RRBJbXo3Sip86"
56
+ > </ iframe >
52
57
</ li >
53
58
</ ul >
54
59
</ section >
55
- < section className = ' py-5' >
56
- < p className = ' text-xl' >
60
+ < section className = " py-5" >
61
+ < p className = " text-xl" >
57
62
And be sure to follow us on social media to be notified of upcoming events and
58
63
opportunities!
59
64
</ p >
60
- < Contacts />
65
+ < div className = 'pb-40' >
66
+ < Contacts />
67
+ </ div >
61
68
</ section >
62
-
69
+
63
70
< Footer />
64
71
</ section >
65
72
) ;
0 commit comments