diff --git a/sharedComponents/quick-contact/quick-contact.component.css b/sharedComponents/quick-contact/quick-contact.component.css index 25a56178..e2af560b 100644 --- a/sharedComponents/quick-contact/quick-contact.component.css +++ b/sharedComponents/quick-contact/quick-contact.component.css @@ -3,11 +3,11 @@ bottom: 40px; right: 40px; } -.quick-contact-modal { - position: absolute; - bottom: 80px; - right: 0; - width: 375px; +.custom-avatar-circle { + width: 50px; + height: 50px; + object-fit: cover; + border: 2px solid #fff; } @media (max-width: 768px) { @@ -15,7 +15,4 @@ bottom: 20px; right: 20px; } - .quick-contact-modal { - width: 300px; - } } \ No newline at end of file diff --git a/sharedComponents/quick-contact/quick-contact.component.html b/sharedComponents/quick-contact/quick-contact.component.html index 186f04d8..ac6d3bd2 100644 --- a/sharedComponents/quick-contact/quick-contact.component.html +++ b/sharedComponents/quick-contact/quick-contact.component.html @@ -1,14 +1,46 @@
- + HELP -
-
- Send a message
- How can we help?
- We usually respond in a few hours +
+
+
+ Send a message +
+
+ + + + +
+
+ How can we help? +
+
+ We usually respond in a few hours. +
+
+
+ TODO: Contact form
+ Name
+ Email
+ Organization
+ Type
+ Comments
+ Send button
+ TODO: Contact form
+ Name
+ Email
+ Organization
+ Type
+ Comments
+ Send button
+ Organization
+ Type
+ Comments
+ Send button
\ No newline at end of file