calendar working
All checks were successful
/ deploy (push) Successful in 41s

This commit is contained in:
Loyyd 2026-06-11 17:13:37 +02:00
parent 2c41a374ec
commit 6387b4d92a
5 changed files with 633 additions and 500 deletions

View file

@ -5,9 +5,14 @@
<p>We&#8217;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.</p>
<p>Our address is:</p>
<p><strong>19 North Great Georges St.</strong><br /><strong> Dublin 1, Ireland</strong></p>
<p>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: <a href="mailto:directors@familyfed.ie">directors@familyfed.ie</a></p>
<p>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.</p>
<ul>
<li>Directors: <a href="mailto:directors@familyfed.ie">directors@familyfed.ie</a></li>
<li>General enquiries: <a href="mailto:info@familyfed.ie">info@familyfed.ie</a></li>
<li>Media: <a href="mailto:media@familyfed.ie">media@familyfed.ie</a></li>
</ul>
<form id="contact-form" class="contact-form" action="mailto:directors@familyfed.ie" method="post" enctype="text/plain">
<form id="contact-form" class="contact-form" action="mailto:directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie" method="post" enctype="text/plain">
<div class="contact-field">
<label for="contact-name">Name</label>
<input id="contact-name" name="name" type="text" autocomplete="name" required />

File diff suppressed because one or more lines are too long