feat(contact-me): added webhook integration into contact me

This commit is contained in:
2025-05-12 17:22:18 -06:00
parent 4f5eff6cdb
commit 3fa74f8fd0
4 changed files with 423 additions and 74 deletions

View File

@ -15,21 +15,14 @@
border-radius: var(--card-border-radius);
flex-direction: column;
justify-content: center;
margin: 2svh 0.5svw;
padding: 2svh 1svw;
max-width: 600px;
}
#ContactMe p {
margin: 2svh 2svw;
padding: 0svh 2svw;
}
#contact-me {
display: flex;
justify-content: center;
flex-direction: column;
background-color: transparent;
border-radius: 0px;
margin: 2svh 0.5svw;
padding: 0svh 1svw;
margin: 2svh 0svw;
padding: 0svh 0svw;
}
#contact-me input {
@ -66,16 +59,6 @@
border-color: transparent;
}
#ContactMe form {
display: flex;
justify-content: center;
flex-direction: column;
background-color: transparent;
border-radius: 0px;
margin: 2svh 0.5svw;
padding: 0svh 1svw;
}
#ContactMe input {
background-color: var(--card-background-color);
border-radius: var(--card-border-radius);