-
Notifications
You must be signed in to change notification settings - Fork 0
/
mail_template.html
43 lines (40 loc) · 1.32 KB
/
mail_template.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
<html>
<head>
<style>
table{
width : 90%;
margin-left : auto;
margin-right : auto;
}
table th{
background-color : #48445E;
color : white;
font-weight : bold;
height : 30px;
}
table, tr, td{
border : 1px solid grey;
border-collapse : collapse;
}
tr:nth-child(even) {background-color: #CCC}
tr:nth-child(odd) {background-color: #FFF}
td{
text-indent : 20px;
padding : 5px;
}
a:link {
color : grey;
}
a:visited {
color : grey;
}
</style>
</head>
<body style='padding : 20px;'>
[DEST],<br/><br/>
Je vous contacte par rapport à cette annonce parue sur le site de pole-emploi ([URL_ANNONCE])<br/><br/>
Développeur web depuis une dizaine d'années, freelance depuis 6 ans, je dispose d'une expérience significative dans le domaine de l'informatique.<br/>
Développement, administration de bases de données, big data, administration système Linux, etc., je touche à tout.<br/><br/>
...
</body>
</html>