-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (85 loc) · 2.54 KB
/
index.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
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
76
77
78
79
80
81
82
83
84
85
<div style='background-color: #fafafa'>
<div style='margin: 0px auto; max-width: 600px; background: #ffffff'>
<div>
<div
style='
max-width: 300px;
margin: auto;
margin-bottom: 32px;
margin-top: 32px;
'
>
<table>
<tr>
<td>
{$logo}
</td>
<td>
<span
style='font-family: Roboto, sans-serif; font-size: 28px; font-weight: 700;'>
Gestor Acadêmico
</span>
</td>
</tr>
</table>
</div>
</div>
<div
style='background-color: #3953a4; padding: 32px; text-align: center; color: #fafafa; font-weight: 600; font-family: "Open Sans", sans-serif;'
>
<span
style='
color: #fafafa;
text-align: center;
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: center;
'
>Bem vindo</span
>
</div>
<div
style='
color: #323232;
font-family: sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 23.4px;
text-align: center;
padding: 32px;
'
>
<span>Olá! Seja bem vindo ao <strong>Gestor Acadêmico</strong>. Uma plataforma para auxiliar sua rotina escolar diária. Para concluir seu cadastro na plataforma clique no botão abaixo<br />
<!-- <strong>{$expirationMsg}</strong> -->
</span>
</div>
<div style='margin: auto; width: 165px'>
<a href='http://localhost:3000/login' target="_blank" rel="noreferrer"
style='text-align: center; padding: 12px; text-decoration: none; border-radius: 4px;
background-color: #3953a4; color: #fafafa; font-weight: 600; font-family: "Open Sans", sans-serif;
'
>
Concluir cadastro
</a>
</div>
<div
style='
color: #323232;
font-family: "Open Sans", sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 23.4px;
text-align: left;
padding: 16px;
'
>
<p style='margin: 0'>
<span style='color: #525252; text-align: justify'
><strong>Importante:</strong> {$disclamerMsg}</span
>
</p>
</div>
</div>
</div>