-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (93 loc) · 4.42 KB
/
index.html
File metadata and controls
104 lines (93 loc) · 4.42 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mariage de Jennifer et Pierre-Alexandre">
<meta name="author" content="Pierre-Alexandre Lacerte">
<title>Mariage de Jennifer et Pierre-Alexandre</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/sticky-footer-navbar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Le Grand Jour</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Info</a></li>
<li><a href="#ceremonie">Cérémonie</a></li>
<li><a href="#repas">Repas</a></li>
<li><a href="#soiree">Soirée</a></li>
<li><a href="#hebergement">Hébergement</a></li>
<li><a href="#rsvp">RSVP</a></li>
<li><a href="mailto:[email protected]?Subject=Mariage">Contactez-nous</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="page-header">
<h1>Mariage de Jennifer et Pierre-Alexandre</h1>
</div>
<p class="lead">Nous célébrerons notre union le <strong>24 mai 2014</strong>, à <strong>16 heures</strong>. La cérémonie et la soirée auront lieu à <strong>Espace Shawinigan</strong>.</p>
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5488.793631309465!2d-72.7617355!3d46.5398366!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cc64c1d9e96e217%3A0x745ab888792c3704!2sespace+shawinigan!5e0!3m2!1sen!2s!4v1388780911472" width="600" height="450" frameborder="0" style="border:0"></iframe>
</p>
<p>Merci de <a href="#rsvp">confirmer votre présence</a> le plus tôt possible.</p>
<h3 id="ceremonie">Cérémonie</h3>
<ul>
<li>Mariage Civil</li>
<li>Tenue rétro suggérée (Années 50)</li>
</ul>
<h3 id="repas">Repas</h3>
<ul>
<li>Cocktail dinatoire (5 à 7) suivi d'un souper 3 services.</li>
<li>Boissons à volonté.</li>
</ul>
<h3 id="soiree">Soirée</h3>
<p>Soirée dansante et autres divertissements jusqu'à 2h00. Le grand DJ de renommée internationale <strong>Richard Paquin</strong> sera sur place.</p>
<h3 id="hebergement">Hébergement</h3>
<p>Voici une liste des auberges et campings situés à proximité d'Espace Shawinigan:</p>
<ul>
<li><a href="http://www.gouverneurshawinigan.com">Auberge Gouverneur Shawinigan</a> <- À 200m d'Espace Shawinigan.</li>
<li>Comfort Inn & Suites Shawinigan.</li>
</ul>
<h3 id="rsvp">Confirmez Votre Présence</h3>
<p>
<iframe src="https://docs.google.com/forms/d/1Yd5HBw6GdfmYPB0u1Q0lingyiXs8uSeKUAxAP6DD2C0/viewform?embedded=true" width="760" height="900" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</p>
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted">Pierre-Alexandre Lacerte - 2014</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>