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