-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfp.html
50 lines (40 loc) · 1.91 KB
/
fp.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset = "utf-8">
<title>Nelly & Pierre</title>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheets/cube.css">
</head>
<body class="impress-not-supported">
<div class="fallback-message">
<!-- Message here -->
</div>
<div id="impress">
<div id="face-1" class="step" data-z="350">
Nelly & Pierre
</div>
<div id="face-2" class="step" data-x="350" data-rotate-y="90">
Partagent avec leurs parents et grands parents, la joie de vous faire part de leur mariage.
</div>
<div id="face-3" class="step"data-z="-350" data-rotate-y="180">
Vendredi 13 septembre 2013<br>
16h en l’Eglise de Saint Chamas
</div>
<div id="face-4" class="step" data-x="-350" data-rotate-y="-90">
A l’issue des cérémonies, Nelly, Pierre, et leurs parents, seront heureux de vous recevoir au Domaine de Sulauze, salle Fénière, à Miramas (Bouches du Rhône).
</div>
<div id="face-5" class="step" data-y="-350" data-rotate-x="90">
contacts
</div>
<div id="face-6" class="step" data-y="350" data-rotate-x="-90">
Réponse souhaitée avant le 30 juin. <br><br>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.fr/maps/ms?t=k&msa=0&msid=215510745658886404171.0004da10df22930c6343b&ie=UTF8&ll=43.552475,4.995614&spn=0.002721,0.00456&z=17&output=embed"></iframe>
</div>
</div>
<script src="lib/impress.js"></script>
<script>impress().init();</script>
<script src="javascripts/typingText.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html>