Skip to content

Commit 454aa6a

Browse files
committed
removed image and added iframe
1 parent fb8fddb commit 454aa6a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

frontend/src/pages/contact-us.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ 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>
1410
<p>
1511
CSESoc is the official representative body of computing students at UNSW. We are here to
1612
fulfil the social, personal and professional needs of CSE students, and promote computing
@@ -53,8 +49,10 @@ export default function ContactUs() {
5349
this form
5450
</a>
5551
</p>
52+
<iframe className='w-full h-[80vh]' src='https://forms.gle/7kk3RRBJbXo3Sip86'></iframe>
5653
</li>
5754
</ul>
55+
5856
</section>
5957
<section className='py-5'>
6058
<p className='text-xl'>

0 commit comments

Comments
 (0)