-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path_plan.html.erb
40 lines (40 loc) · 2.75 KB
/
_plan.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<section id="welcome-index-wedding-plan-leader" class="jumbotron text-center">
<div class="container">
<h1>The Plan</h1>
</div>
</section>
<section id="welcome-index-wedding-plan">
<div class="container">
<div class="row">
<div class="offset-md-3 col-md-6">
<h2>Order of the Day</h2>
<p><strong>12:30pm</strong> — Guests arrive</p>
<p><strong>1pm</strong> — Wedding service</p>
<p><strong>1:30pm</strong> — Cocktails, photos, confetti and canapes</p>
<p><strong>3pm-6pm</strong> — Food and drink</p>
<p><strong>7pm</strong> — Cutting of the cake! Drinking, dancing!</p>
<p><strong>12am</strong> — Bar closes</p>
<p>There will be a tab for the evening, followed by a cash bar.</p>
<p><strong>Dress code</strong> is warm.</p>
<h2>Gifts & Cards</h2>
<p>We'd be pleased if you made a donation to charity rather than bringing a gift. Our goal is to raise £1,000 for <%= link_to 'Cool Earth', @cool_earth_url %>, the non-profit that works alongside rainforest communities to halt deforestation and climate change.</p>
<p class="text-center"><%= link_to 'Donate to Cool Earth', @cool_earth_url, class: 'btn btn-primary wedding-cta-btn' %></p>
<p>If you'd like to send us a card, we'll send you our mailing address by email once you RSVP.</p>
<h2>Menu</h2>
<p><strong>Starter</strong> — Home Cured Salmon Gravadlax with Horseradish Cream & Beetroot Tart <sup>*</sup> †</p>
<p><strong>Main</strong> — Fricassee of Chicken with Lyonnaise Potato ‡</p>
<p><strong>Dessert</strong> — Choux Swan with Chocolate & Brandy Sauce <sup>§</sup></p>
<p><strong>Children's Menu</strong>: Garlic bread, chicken goujons and chips, ice cream.</p>
<ul class="list-unstyled">
<li><small><sup>*</sup> Gluten free & vegan starter: Tomato soup</small></li>
<li><small>† Gluten free & dairy free starter: Gravadlax served without tart</small></li>
<li><small>‡ Main is gluten free. Vegan main: Aubergine & Black Bean Chilli with Cumin Rice</small></li>
<li><small><sup>§</sup> Vegan, gluten free & dairy free dessert: Fruit platter</small></li>
</ul>
<p>The venue is making every effort to cater for vegan, vegetarian, gluten free, allergies and other dietary preferences, as indicated in your RSVPs.</p>
<h2>RSVPs</h2>
<p>Please RSVP as soon as possible, so we know who is coming and can make sure we keep a seat and a piece of cake for you if you can come! If it turns out you can’t make it, please let us know as soon as you can.</p>
</div>
</div>
</div>
</section>