diff --git a/archive-source/contact.html b/archive-source/contact.html index 68d410c1..7f0abe9b 100644 --- a/archive-source/contact.html +++ b/archive-source/contact.html @@ -83,10 +83,10 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"
We’re conveniently located in Dublin City Centre, directly across from the James Joyce Center. Feel free to drop by anytime, since most days someone is around to offer you a cup of tea and a friendly chat about our beliefs.
Our address is:
19 North Great Georges St.
Dublin 1, Ireland
Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: info@unification.ie
+Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: directors@familyfed.ie
- + diff --git a/css/site.css b/css/site.css index a70b3690..7c271722 100644 --- a/css/site.css +++ b/css/site.css @@ -157,3 +157,62 @@ body.custom-background { background-color: #ffffff; } font-size: 21px; } } + +/* Contact page form. */ +.contact-form { + display: grid; + gap: 14px; + max-width: 620px; + margin: 22px 0 0; +} + +.contact-field label { + display: block; + margin-bottom: 5px; + color: #444444; + font-size: 13px; + font-weight: 700; +} + +.contact-field input, +.contact-field select, +.contact-field textarea { + box-sizing: border-box; + width: 100%; + margin: 0; +} + +.contact-field input, +.contact-field select { + min-height: 38px; +} + +.contact-field textarea { + min-height: 150px; + resize: vertical; +} + +.contact-field input:focus, +.contact-field select:focus, +.contact-field textarea:focus { + outline: 2px solid #bf4d28; + outline-offset: 2px; +} + +.contact-actions { + display: flex; + flex-wrap: wrap; + gap: 12px; + align-items: center; +} + +.contact-actions .button { + margin: 0; + cursor: pointer; +} + +.contact-form-status { + min-height: 1.4em; + margin: 0; + color: #5c5c56; +} diff --git a/src/content/pages/contact.html b/src/content/pages/contact.html index 5b0ba8fa..8716e87b 100644 --- a/src/content/pages/contact.html +++ b/src/content/pages/contact.html @@ -5,9 +5,39 @@We’re conveniently located in Dublin City Centre, directly across from the James Joyce Center. Feel free to drop by anytime, since most days someone is around to offer you a cup of tea and a friendly chat about our beliefs.
Our address is:
19 North Great Georges St.
Dublin 1, Ireland
Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: info@unification.ie
+Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: directors@familyfed.ie
+ diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 33710c32..211d7475 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -12,4 +12,43 @@ import articleHtml from "../content/pages/contact.html?raw"; canonical="/contact.html" >