Added email details and mailto link to contact us page

This commit is contained in:
2025-01-21 14:47:46 +00:00
parent ec022c2325
commit 6410b3c0a9
2 changed files with 27 additions and 6 deletions
+12 -5
View File
@@ -29,11 +29,18 @@
/>
</div>
<div class="contact-image-column">
<img
class="contact-image"
src="{CDN}/contact.webp"
alt="A photograph of our lovely colleague who is eager to hear from you"
/>
<div class="contact-image-pane hover:bg-blue-200">
<img
class="contact-image"
src="{CDN}/contact.webp"
alt="A photograph of our lovely colleague who is eager to hear from you"
/>
<a href="mailto:dermot.brabazon@dcu.ie"
><p class="contact-image-subtitle">
✉ Dermot Brabazon (dermot.brabazon@dcu.ie)
</p></a
>
</div>
</div>
</div>
<NavigationFooter />
+15 -1
View File
@@ -38,15 +38,29 @@
padding: 32px 0 32px 48px;
}
.contact-image {
.contact-image-pane {
position: sticky;
border-radius: var(--contact-corner-round);
width: 100%;
top: 64px;
max-width: var(--contact-img-size);
justify-items: center;
}
.contact-image {
border-radius: var(--contact-corner-round);
width: 100%;
max-width: var(--contact-img-size);
max-height: var(--contact-img-size);
}
.contact-image-subtitle {
font: "Assistant";
font-size: 24px;
color: #d9d9d9;
text-align: center;
}
@media (orientation: landscape) and (min-width: 1200px) {
.contact-form-column {
width: 67%;