forked from PedroNnsM/inlinesExact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNova Cor de BG
64 lines (60 loc) · 2.2 KB
/
Nova Cor de BG
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
<div style="background-color: #28323C; padding-bottom: 5px; padding-top: 10px">
<div style="margin: 0 auto; width: 150px; background-color: #28323C;">
<!-- Logo Academia -->
<img
align="center"
alt=""
src="https://i.ibb.co/449sZ65/Logo-Academia-White.png"
style="width: 100%"
/>
</div>
</div>
<div style="align-items: center; background-color: #28323C; color: #ffffff; display: flex; justify-content: center;">
<div style="flex: 7;">
<div style="position: relative; height: 300px; border-radius: 5px; overflow: hidden;">
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 16px;">
<img
src="https://i.ibb.co/QrPDqNr/Banco-de-Talentos.gif"
alt="Banco de Talentos GIF"
style="
border: 20px solid #28323C;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 110%; height: 120%; object-fit: contain; border-radius: 10px;"
/>
</div>
</div>
</div>
<div style="flex: 5; padding: 16px; display: flex; flex-direction: column; align-items: center;">
<!-- Titulo do evento-->
<div
style="
display: flex;
flex-direction: column;
gap: 16px;
padding-left: 8px;
width: 100%;
text-align: center;
"
>
<h4 style="text-align: center">
<strong>Banco de Talentos no Spotter!</strong>
</h4>
<!-- Chamada para o evento-->
<p style="text-align: justify; margin-right: 10px;">
O Banco de Talentos Certificados da Academia Exact está de cara nova! Agora você pode acessá-lo diretamente no Exact Spotter.
<br /><br />
Através do Banco de Talentos, você pode acessar informações de alunos certificados pela Academia Exact, filtrar por aqueles que possuem o perfil ideal para sua operação, visualizar o LinkedIn do aluno e ofertar sua vaga.
</p>
<!-- Botão para o evento -->
<a
class="buttonExactClub modal"
href="https://app.exactspotter.com/spotter/banco-talentos"
style="width: 60%; text-align: center; margin: 0 auto;"
target="_blank"
>
Acesse e confira
</a>
</div>
</div>
</div>