Merge branch 'master' of ssh://git.thecoredev.fr:414/volume2/GitStation/wishlist
This commit is contained in:
@@ -47,4 +47,14 @@ img:hover{
|
||||
.depenses {
|
||||
font-weight: bold;
|
||||
color: red;;
|
||||
}
|
||||
|
||||
.vote {
|
||||
text-align: center;
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.vote-sm {
|
||||
text-align: center;
|
||||
font-size: x-large;
|
||||
}
|
||||
19
views/votre-vote.hbs
Normal file
19
views/votre-vote.hbs
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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">
|
||||
<title>Votre présence à l'anniversaire de Louisa</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
</head>
|
||||
<body>
|
||||
<br><br>
|
||||
<div class="vote">{{#if present}}😁{{else}}☹️{{/if}} {{enfant}} {{#unless present}}ne{{/unless}} sera {{#unless present}}pas{{/unless}} là à l'anniversaire de Louisa le 17 décembre </div>
|
||||
<br>
|
||||
<br>
|
||||
{{#unless present}}<div class="vote-sm">Si vous changez d'avis, vous pouvez toujours nous contacter au <a href="tel:06.22.88.28.80">06.22.88.28.80</a> ou au <a href="tel:06.52.90.38.10">06.52.90.38.10</a></div>{{/unless}}
|
||||
{{#if present}}<div class="vote-sm">Louisa a hâte de retrouver ses copains pour cette occasion !!</div>{{/if}}
|
||||
</body>
|
||||
</html>
|
||||
@@ -126,6 +126,6 @@ app.post("/confirm-reservation", (req, res) => {
|
||||
});
|
||||
|
||||
|
||||
app.listen(5008, ()=> {
|
||||
console.log("server started on port 5008")
|
||||
app.listen(5006, ()=> {
|
||||
console.log("server started on port 5006")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user