fix typo and translate
This commit is contained in:
parent
2da0996d1a
commit
77063a8fbb
12 changed files with 358 additions and 299 deletions
21
concert.html
21
concert.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
@ -27,11 +31,8 @@
|
|||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,37 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitsliste</a></li>
|
||||
<li><a href="/de/concert">Konzert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,37 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitsliste</a></li>
|
||||
<li><a href="/de/concert">Konzert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,81 +1,97 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href=".">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitsliste</a></li>
|
||||
<li><a href="/de/concert">Konzert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
Si vous etes ici, c'est surement car <strong>Rebecca et Alexandre</strong> ont le plaisir de vous convier a leur mariage.
|
||||
</br>
|
||||
Ce site regroupe toutes les informations necessaire pour les festivites qui se derouleront entre le vendredi 24 et dimanche 26 Juillet dans les environs de Toulouse.
|
||||
</br>
|
||||
</br>
|
||||
Wenn Sie hier sind, dann sicherlich, weil
|
||||
<strong>Rebecca und Alexandre</strong> Sie herzlich zu ihrer Hochzeit
|
||||
einladen möchten.
|
||||
<br />
|
||||
Auf dieser website finden Sie alle infomationen zur Hochweit, die vom
|
||||
Freitag 24 bis Sonntag den 26 Juli in der Nähe von Toulouse
|
||||
stattfinden wird.
|
||||
<br />
|
||||
<br />
|
||||
</p>
|
||||
|
||||
<h2>Wochenendprogram</h2>
|
||||
|
||||
<h2>Programme du weekend</h2>
|
||||
|
||||
<h4>Vendredi 24 Juillet : La mairie</h4>
|
||||
<h4>Freitag 24 Juli : Das Rathaus</h4>
|
||||
|
||||
<p>
|
||||
<strong>Attention :</strong> En raison de contraites imposees par la mairie sur le nombre d'invitees, la ceremonie du vendredi (ainsi que le repas) est reserve a ceux qui y sont explicitemetn invite. En cas de doutes demandez-nous !
|
||||
<strong>Achtung :</strong> Aufgrund von Einschränkungen der
|
||||
Stadtverwaltung bezüglich der Anzahl der Gäste ist die Zeremonie am
|
||||
Freitag (sowie das Essen) denjenigen vorbehalten, die explizit dazu
|
||||
eingeladen wurden. Im Zweifelsfall fragen Sie uns!
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>10:15 : Ankunft im Rathaus (Capitole von Toulouse)</li>
|
||||
<li>
|
||||
10h45 : Mariage au Capitole de Toulouse (<a href="https://www.openstreetmap.org/node/597192586">OSM</a>, <a href="https://maps.app.goo.gl/WLo8ovS2Qyuu3Vn96">Google Maps</a>)
|
||||
10:45 : Hochzeit im Capitole von Toulouse (<a
|
||||
href="https://www.openstreetmap.org/node/597192586"
|
||||
>OSM</a
|
||||
>,
|
||||
<a href="https://maps.app.goo.gl/WLo8ovS2Qyuu3Vn96">Google Maps</a>)
|
||||
</li>
|
||||
<li>
|
||||
12Uhr : Essen mit den Gästen des Kapitols (Ort und Form noch zu
|
||||
bestimmen)
|
||||
</li>
|
||||
<li>12h : Repas avec les invites du Captiole (lieu et forme a preciser)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h4>Samedi 25 Juillet : Le mariage</h4>
|
||||
<h4>Samstag 25 Juli : Hochzeit</h4>
|
||||
|
||||
<p>
|
||||
Le jour de la ceremonie, un concert ou tous les invites pourront se produire sera organise.
|
||||
Plus d'informations et inscription <a href="concert">ici</a> !
|
||||
Am Tag der Zeremonie wir ein Konzert veranstaltet, an dem jeder
|
||||
teilnehmen kann. Mehr Informationen und Inschrift
|
||||
<a href="concert">Hier</a> !
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>16h : Ceremonie de mariage au domaine</li>
|
||||
<li>17h : Concert du mariage & Vin d'honneur</li>
|
||||
<li>20h : Repas au domaine</li>
|
||||
<li>22h : Soiree jusqu'a l'aube !</li>
|
||||
<li>16Uhr : Hochzeitszeremonie auf dem Anwesen</li>
|
||||
<li>17Uhr : Hochzeitskonzert & Sektempfang</li>
|
||||
<li>20Uhr : Essen auf dem Anwesen</li>
|
||||
<li>22Uhr : Party bis zum Morgengrauen !</li>
|
||||
</ul>
|
||||
|
||||
<h4>Dimanche 26 Juillet : Le rebond</h4>
|
||||
<h4>Sonntag 26 Juli : "Le Rebond"</h4>
|
||||
|
||||
<ul>
|
||||
<li>10h : Brunch au domaine</li>
|
||||
<li>11h : Tournoi de volley au domaine</li>
|
||||
<li>16h : Fin des festivites</li>
|
||||
<li>10Uhr : Brunch auf dem Anwesen</li>
|
||||
<li>11Uhr : Volleyballturnier auf dem Anwesen</li>
|
||||
<li>16Uhr : Ende der Feierlichkeiten</li>
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,53 +1,63 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitliste</a></li>
|
||||
<li><a href="/de/concert">Konzert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
|
||||
<h2>Liste de mariage</h2>
|
||||
<h2>Hochzeitliste</h2>
|
||||
<p>
|
||||
Il est de coutume pour les mariees de preparer a l'egard des invites une liste de mariage d'idees de cadeaux.
|
||||
Apres mure reflexion, voici la notre :
|
||||
Es ist üblich, dass Bräute für die Gäste eine Hochzeitsliste mit
|
||||
Geschenkideen vorbereiten. Nach reiflicher Überlegung, hier ist
|
||||
unsere:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Vous avoir parmis nous le jour du mariage</li>
|
||||
<li>Vous entendre pousser la chansonnette pendant le concert !</li>
|
||||
<li>Se retrouver au plus vite pour ceux qui n'ont pas la possibilite de venir</li>
|
||||
<li>Qu'il fasse beau du 24 au 26 juillet...</li>
|
||||
<li>Mais pas trop chaud non plus !</li>
|
||||
<li>Dass Ihr da seid</li>
|
||||
<li>Dich während des Konzerts singen zu hören!</li>
|
||||
<li>
|
||||
Sich so schnell wie möglich für diejenigen treffen, die nicht kommen
|
||||
können
|
||||
</li>
|
||||
<li>Möge das Wetter vom 24. bis 26. Juli schön sein...</li>
|
||||
<li>Aber nicht zu warm !</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Et puis si jamais vous n'arrivez pas a exaucer la liste ci-dessus et que vous etes encore la, voici le lien vers <a href="TODO">une cagnotte</a> qui nous permettra d'organiser notre escapade dans les Pyrenees apres le mariage, notre voyage de noce en Italie (hors saison ce sera mieux !) ou encore d'accompagner nos projets futurs.
|
||||
Merci pour votre generosite !
|
||||
Und falls Sie die obige Liste nicht erfüllen können und immer noch
|
||||
hier sind, finden Sie hier den Link zu <a href="TODO">ein Topf</a> die
|
||||
es uns ermöglicht, unseren Ausflug in die Pyrenäen nach der Hochzeit,
|
||||
unsere Hochzeitsreise nach Italien (außerhalb der Saison wird es
|
||||
besser sein!) oder unsere zukünftigen Projekte zu organisieren. Danke
|
||||
für Ihre Großzügigkeit!
|
||||
</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,38 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitliste</a></li>
|
||||
<li><a href="/de/concert">Konzert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,37 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Informations</a></li>
|
||||
<li><a href="/venir">Venir</a></li>
|
||||
<li><a href="/dormir">Dormir</a></li>
|
||||
<li><a href="/liste">Liste de mariage</a></li>
|
||||
<li><a href="/concert">Concert</a></li>
|
||||
<li><a href="/tournoi">Tournoi de volley</a></li>
|
||||
<li><a href="/de/">Informationen</a></li>
|
||||
<li><a href="/de/venir">Zu Kommen</a></li>
|
||||
<li><a href="/de/dormir">Zu Schlafen</a></li>
|
||||
<li><a href="/de/liste">Hochzeitliste</a></li>
|
||||
<li><a href="/de/concert">Konwert</a></li>
|
||||
<li><a href="/de/tournoi">Volleyballturnier</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
21
dormir.html
21
dormir.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
@ -27,11 +31,8 @@
|
|||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
63
index.html
63
index.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
@ -28,42 +32,57 @@
|
|||
|
||||
<article>
|
||||
<p>
|
||||
Si vous etes ici, c'est surement car <strong>Rebecca et Alexandre</strong> ont le plaisir de vous convier a leur mariage.
|
||||
</br>
|
||||
Ce site regroupe toutes les informations necessaire pour les festivites qui se derouleront entre le vendredi 24 et dimanche 26 Juillet dans les environs de Toulouse.
|
||||
</br>
|
||||
</br>
|
||||
Si vous êtes ici, c'est surement car
|
||||
<strong>Rebecca et Alexandre</strong> ont le plaisir de vous convier à
|
||||
leur mariage.
|
||||
<br />
|
||||
Ce site regroupe toutes les informations nécessaire pour les
|
||||
festivités qui se dérouleront entre le vendredi 24 et le dimanche 26
|
||||
Juillet dans les environs de Toulouse.
|
||||
<br />
|
||||
<br />
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Programme du weekend</h2>
|
||||
|
||||
<h4>Vendredi 24 Juillet : La mairie</h4>
|
||||
|
||||
<p>
|
||||
<strong>Attention :</strong> En raison de contraites imposees par la mairie sur le nombre d'invitees, la ceremonie du vendredi (ainsi que le repas) est reserve a ceux qui y sont explicitemetn invite. En cas de doutes demandez-nous !
|
||||
<strong>Attention :</strong> En raison de contraintes imposées par la
|
||||
mairie sur le nombre d'invitées, la cérémonie du vendredi (ainsi que
|
||||
le repas qui suit) est réservé a ceux qui y sont explicitement invité.
|
||||
Pour les autres, nous nous retrouverons directement le samedi au
|
||||
domaine. En cas de doute demandez nous !
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>10h15 : Arrivée à la mairie</li>
|
||||
<li>
|
||||
10h45 : Mariage au Capitole de Toulouse (<a href="https://www.openstreetmap.org/node/597192586">OSM</a>, <a href="https://maps.app.goo.gl/WLo8ovS2Qyuu3Vn96">Google Maps</a>)
|
||||
10h45 : Mariage au Capitole de Toulouse (<a
|
||||
href="https://www.openstreetmap.org/node/597192586"
|
||||
>OSM</a
|
||||
>,
|
||||
<a href="https://maps.app.goo.gl/WLo8ovS2Qyuu3Vn96">Google Maps</a>)
|
||||
</li>
|
||||
<li>
|
||||
12h : Repas avec les invités du Captiole (lieu et forme à préciser)
|
||||
</li>
|
||||
<li>12h : Repas avec les invites du Captiole (lieu et forme a preciser)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h4>Samedi 25 Juillet : Le mariage</h4>
|
||||
|
||||
<p>
|
||||
Le jour de la ceremonie, un concert ou tous les invites pourront se produire sera organise.
|
||||
Plus d'informations et inscription <a href="concert">ici</a> !
|
||||
Le jour de la cérémonie, un concert amateur où tous les invités
|
||||
pourront se produire sera organisé. Plus d'informations et
|
||||
inscriptions
|
||||
<a href="concert">ici</a> !
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>16h : Ceremonie de mariage au domaine</li>
|
||||
<li>16h : Cérémonie de mariage au domaine</li>
|
||||
<li>17h : Concert du mariage & Vin d'honneur</li>
|
||||
<li>20h : Repas au domaine</li>
|
||||
<li>22h : Soiree jusqu'a l'aube !</li>
|
||||
<li>22h : Soirée jusqu'à l'aube !</li>
|
||||
</ul>
|
||||
|
||||
<h4>Dimanche 26 Juillet : Le rebond</h4>
|
||||
|
|
@ -71,11 +90,9 @@
|
|||
<ul>
|
||||
<li>10h : Brunch au domaine</li>
|
||||
<li>11h : Tournoi de volley au domaine</li>
|
||||
<li>16h : Fin des festivites</li>
|
||||
<li>16h : Fin des festivités</li>
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
38
liste.html
38
liste.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
@ -27,27 +31,33 @@
|
|||
</header>
|
||||
|
||||
<article>
|
||||
|
||||
<h2>Liste de mariage</h2>
|
||||
<p>
|
||||
Il est de coutume pour les mariees de preparer a l'egard des invites une liste de mariage d'idees de cadeaux.
|
||||
Apres mure reflexion, voici la notre :
|
||||
Il est de coutume pour les mariés de préparer à l'égard des invités
|
||||
une liste de mariage d'idées de cadeaux. Après mure réflexion, voici
|
||||
la notre :
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Vous avoir parmis nous le jour du mariage</li>
|
||||
<li>Vous avoir parmi nous le jour du mariage</li>
|
||||
<li>Vous entendre pousser la chansonnette pendant le concert !</li>
|
||||
<li>Se retrouver au plus vite pour ceux qui n'ont pas la possibilite de venir</li>
|
||||
<li>
|
||||
Se retrouver au plus vite pour ceux qui n'ont pas la possibilité de
|
||||
venir
|
||||
</li>
|
||||
<li>Qu'il fasse beau du 24 au 26 juillet...</li>
|
||||
<li>Mais pas trop chaud non plus !</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Et puis si jamais vous n'arrivez pas a exaucer la liste ci-dessus et que vous etes encore la, voici le lien vers <a href="TODO">une cagnotte</a> qui nous permettra d'organiser notre escapade dans les Pyrenees apres le mariage, notre voyage de noce en Italie (hors saison ce sera mieux !) ou encore d'accompagner nos projets futurs.
|
||||
Merci pour votre generosite !
|
||||
Et puis si jamais vous n'arrivez pas à exaucer les vœux de la liste
|
||||
ci-dessus et que vous êtes encore la, voici le lien vers
|
||||
<a href="TODO">une cagnotte</a> qui nous permettra d'organiser notre
|
||||
escapade dans les Pyrénées après le mariage, notre voyage de noce en
|
||||
Italie (hors saison ce sera mieux !) ou encore d'accompagner nos
|
||||
projets futurs. Merci pour votre générosité !
|
||||
</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
22
tournoi.html
22
tournoi.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
@ -27,12 +31,8 @@
|
|||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
21
venir.html
21
venir.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.9.5.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><img src="./todo.png" alt="logo" style="max-height: 100px;"/></li>
|
||||
<li>
|
||||
<img src="./todo.png" alt="logo" style="max-height: 100px" />
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav>
|
||||
|
|
@ -27,11 +31,8 @@
|
|||
</header>
|
||||
|
||||
<article>
|
||||
<p>
|
||||
TODO
|
||||
</p>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
</body>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue