From 286f2b0424ad4c2fbb90eac40d076b3ac403c408 Mon Sep 17 00:00:00 2001
From: ccatherinetan
Date: Fri, 12 Jan 2024 21:27:38 -0800
Subject: [PATCH 1/2] add graphics
---
src/components/Contact.astro | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/components/Contact.astro b/src/components/Contact.astro
index c7ec4ab..8a8055b 100644
--- a/src/components/Contact.astro
+++ b/src/components/Contact.astro
@@ -1,3 +1,8 @@
+---
+import { Image } from 'astro:assets';
+import shapes from '../graphics/shapes_twirl_2.svg';
+---
+
@@ -18,6 +23,7 @@
if you need a particular accommodation. Note that requests made less than 24
hours before the event will likely not be accommodated.
+
From d2015c798b756733e1301dcb8901f40fdd50c266 Mon Sep 17 00:00:00 2001
From: ccatherinetan
Date: Sat, 13 Jan 2024 09:32:44 -0800
Subject: [PATCH 2/2] change rem to px, add z-index
---
src/components/Contact.astro | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/Contact.astro b/src/components/Contact.astro
index 8a8055b..f33c7b6 100644
--- a/src/components/Contact.astro
+++ b/src/components/Contact.astro
@@ -58,7 +58,8 @@ import shapes from '../graphics/shapes_twirl_2.svg';
.img {
position: absolute;
- right: 0rem;
- top: 4.56rem;
+ right: 0;
+ top: 73px;
+ z-index: -1;
}