mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-06-01 02:42:03 +01:00
Added email details and mailto link to contact us page
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user