63 lines
4.4 KiB
Twig
63 lines
4.4 KiB
Twig
|
|
{% extends 'base.html.twig' %}
|
|
|
|
{% block body %}
|
|
<div class="uk-home uk-child-width-1-3@s uk-grid-match uk-grid-small" uk-grid>
|
|
<div>
|
|
<div class="uk-animation-fade uk-background-cover uk-background-fade uk-our-story-home uk-height-large uk-card uk-card-default uk-card-body uk-flex uk-flex-center uk-flex-middle">
|
|
<a href="{{ path('sikofitt_doughnutwedding_default_ourstory') }}" class="uk-position-cover"></a>
|
|
<div class="uk-light uk-width-1-1 uk-overlay uk-margin-large-top uk-position-center">
|
|
<h3 class="uk-position-cover uk-text-center">
|
|
<a href="{{ path('sikofitt_doughnutwedding_default_ourstory') }}" class="uk-position-cover">our story</a>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="uk-background-cover uk-background-fade uk-doughnut-rsvp uk-margin-small-bottom uk-height-small uk-card uk-card-default uk-card-body uk-flex uk-flex-center uk-flex-middle">
|
|
<a href="{{ path('fos_user_profile_edit') }}" class="uk-position-cover"></a>
|
|
<div class="uk-light uk-width-1-1 uk-overlay uk-margin-small-top uk-position-center">
|
|
<h3 class="uk-position-cover uk-text-center"><a href="{{ path('fos_user_profile_edit') }}" class="uk-position-cover">RSVP</a></h3>
|
|
</div>
|
|
</div>
|
|
<div class="uk-height-medium uk-background-cover uk-background-fade uk-photo-home uk-card uk-card-default uk-card-body uk-flex uk-flex-center uk-flex-middle">
|
|
<a href="{{ path('sikofitt_doughnutwedding_gallery_index') }}" class="uk-position-cover"></a>
|
|
<div class="uk-light uk-width-1-1 uk-overlay uk-margin-small-top uk-position-center">
|
|
<h3 class="uk-position-cover uk-text-center"><a href="{{ path('sikofitt_doughnutwedding_gallery_index') }}" class="uk-position-cover">photo gallery</a></h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="uk-height-medium uk-background-cover uk-margin-small-bottom uk-location-home uk-card uk-card-default uk-card-body uk-flex uk-flex-center uk-flex-middle">
|
|
<a href="{{ path('sikofitt_doughnutwedding_default_location') }}" class="uk-position-cover"></a>
|
|
<div class="uk-light uk-width-1-1 uk-overlay uk-position-center uk-margin-small-top">
|
|
<h3 class="uk-position-cover uk-text-center"><a href="{{ path('sikofitt_doughnutwedding_default_location') }}" class="uk-position-cover">location</a></h3>
|
|
</div>
|
|
</div>
|
|
<div class="uk-height-small uk-background-cover uk-background-fade uk-doughnut-get-in-touch-home uk-card uk-card-default uk-card-body uk-flex uk-flex-center uk-flex-middle">
|
|
<a href="{{ path('sikofitt_doughnutwedding_default_contact') }}" class="uk-position-cover"></a>
|
|
<div class="uk-light uk-width-1-1 uk-overlay uk-position-center uk-margin-small-top">
|
|
<h3 class="uk-position-cover uk-text-center"><a href="{{ path('sikofitt_doughnutwedding_default_contact') }}" class="uk-position-cover">get in touch</a></h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="uk-width-1-2@m uk-width-1-1@s">
|
|
<p class="uk-text-lead uk-padding-remove-vertical">Want to attend but can't make it to Oregon?</p>
|
|
</div>
|
|
<div class="uk-width-1-2@m uk-width-1-1@s">
|
|
<p class="uk-text-meta">
|
|
Watch us tie the knot on Facebook or Instagram! We know many of you wont be here in person. so we'll be broadcasting the ceremony live. Join our wedding group on Facebook or follow us on Instagram and you'll be able to see the doughnut festivities as they happen!
|
|
</p>
|
|
</div>
|
|
|
|
<div class="uk-width-1-1 uk-grid-match uk-grid-small">
|
|
<div class="uk-text-center uk-width-1-2@m uk-width-1-1@s uk-margin-small-bottom"><a href="https://www.facebook.com/groups/doughnutwedding" class="uk-width-1-1 uk-button uk-button-primary" target="_blank" title="Join Facebook Group">Join Facebook Group</a></div>
|
|
<div class="uk-text-center uk-width-1-2@m uk-width-1-1@s uk-margin-small-bottom"><a href="https://instagram.com/doughnutwedding" class="uk-width-1-1 uk-button uk-button-primary" target="_blank" title="Follow on Instagram">Follow on Instagram</a></div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|