Modèle de newsletter » History » Version 1
Simon, 06/17/2020 09:51 PM
1 | 1 | Simon | h1. Modèle de newsletter |
---|---|---|---|
2 | |||
3 | A placer dans le champ texte lors de la création de l'email |
||
4 | |||
5 | |||
6 | h2. Modèle Châlons Agglo |
||
7 | |||
8 | !newsletter-template-chalons.png! |
||
9 | |||
10 | <pre><code class="html"> |
||
11 | <!-- If you delete this meta tag, Half Life 3 will never be released. --><meta name="viewport" content="width=device-width" /><meta http-equiv="Content-Type" content="text/html; charset=##CHARSET##" /> |
||
12 | <title></title> |
||
13 | <link href="##CSSPATH##newsletter.css" rel="stylesheet" type="text/css" /><!-- HEADER --> |
||
14 | <table bgcolor="#FCAD35" class="head-wrap"> |
||
15 | <tbody> |
||
16 | <tr> |
||
17 | <td> </td> |
||
18 | <td class="header container"> |
||
19 | <div class="content"> |
||
20 | <table bgcolor="#FCAD35"> |
||
21 | <tbody> |
||
22 | <tr> |
||
23 | <td><img height="58" src="https://planclimat.chalons-agglo.fr/templates/public/chalons-agglo2019/images/logo-blanc.png" style="margin: 0; border: 0; padding: 0; display: block;" width="180" /></td> |
||
24 | <td align="right"> |
||
25 | <h6 class="collapse">##SITENAME##</h6> |
||
26 | </td> |
||
27 | </tr> |
||
28 | </tbody> |
||
29 | </table> |
||
30 | </div> |
||
31 | </td> |
||
32 | <td> </td> |
||
33 | </tr> |
||
34 | </tbody> |
||
35 | </table> |
||
36 | <!-- /HEADER --> |
||
37 | |||
38 | <p> </p> |
||
39 | <!-- BODY --> |
||
40 | |||
41 | <table class="body-wrap"> |
||
42 | <tbody> |
||
43 | <tr> |
||
44 | <td> </td> |
||
45 | <td bgcolor="#FFFFFF" class="container"> |
||
46 | <div class="content"> |
||
47 | <table> |
||
48 | <tbody> |
||
49 | <tr> |
||
50 | <td> |
||
51 | <h1 style="color: #d7087a; margin-bottom: 1em; font-weight: 700;font-size:26px">##TITLE##</h1> |
||
52 | <!-- !!!! WARNING !!!!! |
||
53 | keep at least the main div on your template --> |
||
54 | |||
55 | <div id="main"> |
||
56 | <p>Tandis que le COVID-19 semble faiblir, la bataille contre un autre fléau continue. Tout aussi imperceptible, mais tout aussi vulnérable aux changements de comportements : j’ai nommé, le changement climatique.</p> |
||
57 | |||
58 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">Les actions avancent</h2> |
||
59 | |||
60 | <p>Code fiche action : date de l’étape réalisée, description des avancées, suite des opérations</p> |
||
61 | |||
62 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">L'agglo délibère</h2> |
||
63 | |||
64 | <p>Délibération X : contenu / s’inscrit dans tel objectif du Plan Climat</p> |
||
65 | |||
66 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">Initiatives</h2> |
||
67 | |||
68 | <table cellpadding="5" cellspacing="5" style="width:100%;" width="100%"> |
||
69 | <tbody> |
||
70 | <tr> |
||
71 | <td style="width:50%;vertical-align:top;" width="50%"> |
||
72 | <p style="text-align: center;"><strong>D’ici </strong></p> |
||
73 | |||
74 | <p>Portrait d’un acteur local, description d’un projet sur l’Agglo</p> |
||
75 | </td> |
||
76 | <td style="width:50%;vertical-align:top;" width="50%"> |
||
77 | <p style="text-align: center;"><strong>D’ailleurs</strong></p> |
||
78 | |||
79 | <p>Mettre en avant une bonne pratique qui s’inscrit dans l’actualité (locale ou nationale), issue du recueil Cit’ergie ou d’autres sources comme le CEREMA</p> |
||
80 | </td> |
||
81 | </tr> |
||
82 | </tbody> |
||
83 | </table> |
||
84 | |||
85 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">Actualités</h2> |
||
86 | |||
87 | <table cellpadding="5" cellspacing="5" style="width:100%;" width="100%"> |
||
88 | <tbody> |
||
89 | <tr> |
||
90 | <td style="width:50%;vertical-align:top;" width="50%"> |
||
91 | <p style="text-align: center;"><strong>D’ici </strong></p> |
||
92 | |||
93 | <p>Les derniers articles de l'Union en lien avec une thmétique de Plan Climat</p> |
||
94 | </td> |
||
95 | <td style="width:50%;vertical-align:top;" width="50%"> |
||
96 | <p style="text-align: center;"><strong>D’ailleurs</strong></p> |
||
97 | |||
98 | <p>Les informations concernant les nouveaux textes de loi ou les nouveaux dispostifs nationaux (voir dans Localtis). Occasionnellement des tribunes issues de la newsletter Energy Cities ?</p> |
||
99 | </td> |
||
100 | </tr> |
||
101 | </tbody> |
||
102 | </table> |
||
103 | |||
104 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">Evénements</h2> |
||
105 | |||
106 | <table cellpadding="5" cellspacing="5" style="width:100%;" width="100%"> |
||
107 | <tbody> |
||
108 | <tr> |
||
109 | <td style="width:50%;vertical-align:top;" width="50%"> |
||
110 | <p style="text-align: center;"><strong>D’ici</strong></p> |
||
111 | |||
112 | <p>► Au Mess des entrepreneurs (10 minutes à vélo depuis l’Agglomération, temps pour se garer compris !)</p> |
||
113 | </td> |
||
114 | <td style="width:50%;vertical-align:top;" width="50%"> |
||
115 | <p style="text-align: center;"><strong>D’ailleurs</strong></p> |
||
116 | |||
117 | <p>► A Orléans (3h30 en train en passant par Paris)</p> |
||
118 | </td> |
||
119 | </tr> |
||
120 | </tbody> |
||
121 | </table> |
||
122 | |||
123 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">Appels à projets</h2> |
||
124 | |||
125 | <p>Les appels à projets reçus : porteur de l'AAP / structures éligibles / projets éligibles / date butoir de réponse / lien vers le cahier des charges ou site.</p> |
||
126 | |||
127 | <h2 align="center" style="background-color: #FCAD35; color:#ffffff; margin-top: 2em; font-weight: bold;font-size:16px;text-transform: uppercase;border-bottom:2px solid #FCAD35">Ressources</h2> |
||
128 | |||
129 | <p>Les derniers guides méthodologiques, outils, sites internet... A introduire par thématique (ex: EnR: nouveau guide du CEREMA pour l'installation de panneaux PV sur toiture).</p> |
||
130 | |||
131 | <p align="center" style="text-align:center; margin:0cm 0cm 8pt"><span style="font-size:11pt"><span style="line-height:normal"><span style="font-family:"Calibri",sans-serif"><span style="font-size:12.0pt"><span style="font-family:"Times New Roman",serif"><a href="https://planclimat.chalons-agglo.fr/"><img src="https://planclimat.chalons-agglo.fr/library/userfiles/autosave/newsletter-CGpGAoyDX59i.png" style="width:252px; height:240px" /></a></span></span><span style="font-size:12.0pt"><span style="font-family:"Times New Roman",serif"></span></span></span></span></span></p> |
||
132 | |||
133 | <p align="right" style="text-align:right; margin:0cm 0cm 8pt"><span style="font-size:11pt"><span style="line-height:normal"><span style="font-family:"Calibri",sans-serif"><i>N'hésitez pas à faire remonter vos informations en vue des prochaines lettres, à <u><span style="color:#4472c4">c.beucher@chalons-agglo.fr</span></u></i><span style="font-size:12.0pt"><span style="font-family:"Times New Roman",serif"></span></span></span></span></span></p> |
||
134 | </div> |
||
135 | </td> |
||
136 | </tr> |
||
137 | </tbody> |
||
138 | </table> |
||
139 | </div> |
||
140 | <!-- /content --></td> |
||
141 | <td> </td> |
||
142 | </tr> |
||
143 | </tbody> |
||
144 | </table> |
||
145 | <!-- /BODY --><!-- FOOTER --> |
||
146 | |||
147 | <table class="footer-wrap"> |
||
148 | <tbody> |
||
149 | <tr> |
||
150 | <td> </td> |
||
151 | <td class="container"><!-- content --> |
||
152 | <div class="content"> |
||
153 | <table> |
||
154 | <tbody> |
||
155 | <tr> |
||
156 | <td align="center"> |
||
157 | <p style="font-size:10px">##SITENAME##<br /> |
||
158 | <a href="https://planclimat.chalons-agglo.fr/" style="font-size:10px">https://planclimat.chalons-agglo.fr/</a> - <a href="mailto:##SITEMAIL##" style="font-size:10px">##SITEMAIL##</a></p> |
||
159 | </td> |
||
160 | </tr> |
||
161 | <tr> |
||
162 | <td align="center"> |
||
163 | <p style="font-size:10px">##UNSUBSCRIBE_LINK##</p> |
||
164 | </td> |
||
165 | </tr> |
||
166 | </tbody> |
||
167 | </table> |
||
168 | </div> |
||
169 | <!-- /content --></td> |
||
170 | <td> </td> |
||
171 | </tr> |
||
172 | </tbody> |
||
173 | </table> |
||
174 | <!-- /FOOTER --> |
||
175 | </code></pre> |