-
Notifications
You must be signed in to change notification settings - Fork 23
/
certificate_resp.html
26 lines (24 loc) · 1.24 KB
/
certificate_resp.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
<html>
<head>
<meta charset="utf-8" />
</head>
<body style="background: url('{background}') repeat; font-family: Arial;">
<img src="{logo}" alt="Logo da instituição" style="max-width: 300px; position: absolute; left: 100px; top: 50px;">
<br /><br /><br /><br /><br /><br />
<center><h1 style="font-size: 72px;">Certificado</h1></center>
<p style="margin: 50px 150px; font-size: 36px; line-height: 150%;">Certificamos que <b>{name}</b>, portador(a) do CPF de número <b>{register}</b>, foi organizador(a)/ministrante do/a <b>{event}</b> entre os dias {start_date} e {end_date}, totalizando <b>{hours} hora(s)</b>, realizado pelo/a <b>{institution}</b>, de CNPJ <b>{inst_register}</b>.</p>
<div style="width: 30%; position: absolute; left: 200px; bottom: 100px;">
<center><img src="{institution_sig}"></center>
<hr/>
<center style="font-size:24px;">{role}</center>
</div>
<div style="width: 30%; position: absolute; left: 800px; bottom: 100px;">
<center><img src="{responsible_sig}"></center>
<hr/>
<center style="font-size:24px;">{name}</center>
</div>
<div style="position: absolute; width: 100%; bottom: 20px;">
<center>{date}</center>
</div>
</body>
</html>