-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail.html
More file actions
executable file
·75 lines (71 loc) · 3.39 KB
/
mail.html
File metadata and controls
executable file
·75 lines (71 loc) · 3.39 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
<!DOCTYPE html>
<html>
<head>
<meta lang="FR">
<meta charset="UTF-8">
<title>Mail Sender</title>
<link href="./img/banner.png" rel="icon">
</head>
<body style="
font-family: 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
width: 860px;
margin: auto auto 0 auto;
}">
<header>
<div style="text-align: center;"><img alt="Bannière Driv'n Cook"
src="https://franchises.drivncook.fr/img/banner.png"></div>
</header>
<div class="jumbotron"
style="padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem">
<h1 style=" margin-top: 0; margin-bottom: 0.5rem; font-weight: 300; line-height: 1.2; font-size: 3.5rem; ">Bonjour
{{firstname}}</h1>
<p style=" font-size: 1.25rem; font-weight: 300;">Bienvenue sur Driv'n Cook !</p>
<hr style="margin-top: 1.5rem !important;">
<p style=" margin-top: 0; margin-bottom: 1rem;">Pour finaliser l'activation à votre compte, veuillez cliquer sur le
bouton ci-dessous</p>
<a class="btn-primary btn-lg" href="{{link}}" role="button"
style=" display: inline-block;
font-weight: 400;
color: #fff;
background-color: #007bff;
border-color: #007bff;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;">
Activation</a>
<p>À bientôt sur notre site</p>
</div>
<p style="text-align: justify">Si vous ne parvenez pas à accéder à la page en cliquant sur le bouton ci-dessus, nous
vous invitons à recopier le lien complet : </p>
<p><a href="{{link}}">{{link}}</a></p>
<br>
<br>
<p>Un geste simple pour l'environnement, n'imprimez ce message que si vous en avez l'utilité.
<p>
<br>
<p style="text-align: justify;">Conformément à la loi n°78-17 du 6 janvier 1978 modifiée et au règlement (UE) n°2016/679
du 27 avril 2016 vous pouvez exercer votre droit d'accès, de rectification, d’opposition et d’effacement pour motifs
légitimes. Vous disposez, également, d’un droit à la limitation du traitement et à la portabilité des données à
caractère personnel vous concernant. Ces droits peuvent être exercés par courrier à l’adresse suivante : Tour Driv'n
cook – 6ème étage – Direction Clients & Territoires - Service National Consommateurs – 242, Avenue du Faubourg
Saint-Antoine, 75015 Paris. Votre courrier doit préciser votre nom et prénom, votre adresse actuelle et votre mail,
accompagnée d’une pièce justificative d’identité. Vous avez le droit d’introduire une réclamation auprès de la
CNIL. </p>
</body>
</html>