File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ 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 >
14
10
< p >
15
11
CSESoc is the official representative body of computing students at UNSW. We are here to
16
12
fulfil the social, personal and professional needs of CSE students, and promote computing
@@ -53,8 +49,10 @@ export default function ContactUs() {
53
49
this form
54
50
</ a >
55
51
</ p >
52
+ < iframe className = 'w-full h-[80vh]' src = 'https://forms.gle/7kk3RRBJbXo3Sip86' > </ iframe >
56
53
</ li >
57
54
</ ul >
55
+
58
56
</ section >
59
57
< section className = 'py-5' >
60
58
< p className = 'text-xl' >
You can’t perform that action at this time.
0 commit comments