-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (106 loc) · 5.42 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html>
<head>
<title>Zoe-Alex</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="images/wedding-landing-favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<link rel="stylesheet" type="text/css" href="Zoe-Alex.css">
<link href="https://fonts.googleapis.com/css?family=Great+Vibes%7CMuli:400,700%7CLibre+Baskerville:300,400,700" rel="stylesheet">
<body>
<header class="cover">
<div class="hero-text-wrapper">
<div class="hero-text">
<div class="tagline">WE'RE GETTING MARRIED! </div>
<h1>Zoe & Alex</h1>
<span class="date">August 1, 2018</span>
</div>
</div>
</header>
<main>
<section class="locations">
<h2>Locations</h2>
<div class="blurb">
<h3>Ceremony</h3>
<img src="https://codeberry-curriculum-assets.s3.eu-central-1.amazonaws.com/wsc/wedding-landing-ceremony.png" alt="ceremony">
<div>St. Nicholas Church</div>
<div> 2 Trinity Square, Budapest</div>
</div>
<div class="blurb">
<h3>Photos</h3>
<img src="https://codeberry-curriculum-assets.s3.eu-central-1.amazonaws.com/wsc/wedding-landing-photoshoot.png" alt="photos">
<div>Liberty Bastion</div>
<div>23 Wisdom Road, Budapest</div>
</div>
<div class="blurb">
<h3>Party</h3>
<img src="https://codeberry-curriculum-assets.s3.eu-central-1.amazonaws.com/wsc/wedding-landing-party.png" alt="party">
<div>Heaven Lounge</div>
<div>14 Fairy Street, Budapest</div>
</div>
</section>
<section class="program">
<h2>Program</h2>
<div class="program-wrapper">
<p>"It's going to be somehow, that's for sure."</p>
<ul>
<li>13:45 – Wedding ceremony</li>
<li>14:30 – Photos</li>
<li>16:00 – Cocktails</li>
<li>18:00 – Dinner</li>
<li>22:00 – Cake</li>
<li>... - 4:00 – Dance until dawn</li>
</ul>
</div>
</section>
<section class="gifts">
<h2>Gifts</h2>
<p>The greatest gift for us is to have you there.</p>
<img src="https://codeberry-curriculum-assets.s3.eu-central-1.amazonaws.com/wsc/wedding-landing-gifts.png" alt="gifts">
<p>Please, just bring yourself and have fun with us.</p>
</section>
<section class="faq">
<h2>Questions and Answers</h2>
<div class="question-group">
<h3>Travel and accomodations</h3>
<p class="question">Will there be some kind of organized transfer?</p>
<p class="answer">No, we'll just meet at the church at 13:15.</p>
<p class="question">Where can I park?</p>
<p class="answer">Parking is free on the weekends in the 1st district. The locations are close to each other so you won't need your car.</p>
<p class="question">How can I get home at night?</p>
<p class="answer">The 916 bus is in service all night at the castle and it hits every major traffic hub in the city.</p>
</div>
<div class="question-group">
<h3>Food and festivities</h3>
<p class="question">I'd like to do some kind of surprise for you guys at the party. To whom should I talk about this?</p>
<p class="answer">Discuss it with Abigail Smith. Just drop her an email at <a href="mailto:[email protected]">[email protected]</a>.
</p>
<p class="question">What should I wear? Do you have a dress code?</p>
<p class="answer">Wear what's comfortable to you. If it helps<a href="#" target="_blank"> smart casual</a> / <a href="#" target="_blank">business casual</a> for the ladies and <a href="#" target="_blank">smart casual</a> / <a href="#" target="_blank">informal</a> for the gentlemen are perfect options.</p>
<p class="question">I would like some kind of special food (gluten-free, lactose-free, vegan etc.)</p>
<p class="answer">Drop us a line <a href="mailto:[email protected]">here</a> and we'll find a way.</p>
</div>
<div class="question-group">
<h3>Other small stuff</h3>
<p class="question">I have a problem / question on the wedding day. With whom can I speak?</p>
<p class="answer">Jared Wright on this number: <a href="tel:+36300000000">+36 30 000 0000.</a><p>
<p class="question">Can we bring kids?<p>
<p class="answer">Sure! We planned a whole toy / sweets corner for them.<p>
<p class="question">How do you feel about dogs? Can I bring mine?<p>
<p class="answer">We love dogs and you can absolutely bring yours. The Heaven Lounge is a dog-friendly place.<p>
</div>
</section>
<section class="contact">
<h2>Contact</h2>
<p>If you have any questions feel free to call / write us.</p>
<p>Phone: <a href="tel:+36300000000">+36 30 000 0000</a> (Zoe) / <a href="tel:+36300000000">+36 30 000 0000</a> (Alex)</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</section>
</main>
<footer>
<div class="footer-wrapper">
<p><small>Made with ♥ in Budapest ©2018 | Icons by Becris (CC 3.0 BY)<a href="http://www.flaticon.com/authors/becris" title="Becris">Becris</a> (<a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>)</small></p>
</div>
</footer>
</body>
</html>