wip
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>NR-10 Complementar (SEP)</title>
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
<meta name="author" content="EDUSEG® <https://eduseg.com.br>" />
|
||||
<meta name="dcterms.created" content="{{ dcterms.created }}" />
|
||||
<style>
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
h1,
|
||||
h2,
|
||||
ul,
|
||||
p,
|
||||
a {
|
||||
margin: 0;
|
||||
@@ -43,9 +43,6 @@
|
||||
break-after: page;
|
||||
box-sizing: border-box;
|
||||
padding: 5rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
strong {
|
||||
@@ -55,11 +52,35 @@
|
||||
#cover {
|
||||
background-color: #a7e400;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
#cover h1 {
|
||||
font-weight: bolder;
|
||||
font-size: 24pt;
|
||||
font-size: 26pt;
|
||||
}
|
||||
|
||||
#cover .qrcode {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: 5rem;
|
||||
}
|
||||
|
||||
#cover .signatures {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
||||
.sign1 {
|
||||
width: 250px;
|
||||
border-top: #000 solid 1px;
|
||||
}
|
||||
|
||||
#back {
|
||||
@@ -79,8 +100,12 @@
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.space-y > :not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
.space-y-0\.5 > :not(:last-child) {
|
||||
margin-bottom: 0.125rem;
|
||||
}
|
||||
|
||||
.space-y-2\.5 > :not(:last-child) {
|
||||
margin-bottom: 0.625rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -156,12 +181,24 @@
|
||||
de
|
||||
<strong>{{ progress }}%</strong>
|
||||
</p>
|
||||
<p>Realizado entre {{ start_date }} e {{ finish_date }}</p>
|
||||
<p>Realizado entre {{ started_date }} e {{ finished_date }}</p>
|
||||
<p>Florianópolis, SC, {{ today }}</p>
|
||||
|
||||
<div class="signatures">
|
||||
<div class="sign1"></div>
|
||||
<div class="sign2">
|
||||
<p>Tiago Maciel do Santos</p>
|
||||
<p>CEO/Diretor</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="qrcode">
|
||||
<img src="{{ qrcode }}" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="back">
|
||||
<div class="space-y">
|
||||
<div class="space-y-2.5">
|
||||
<h1>Conteúdo programático ministrado</h1>
|
||||
<ul>
|
||||
<li>Organização do sistema elétrico de potência</li>
|
||||
@@ -193,18 +230,20 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="space-y">
|
||||
<dd>
|
||||
<div class="space-y-2.5">
|
||||
<dd class="space-y-0.5">
|
||||
<h2>Carga horária</h2>
|
||||
<p>40 horas</p>
|
||||
</dd>
|
||||
|
||||
<dd>
|
||||
<dd class="space-y-0.5">
|
||||
<h2>Instrutor e responsável técnico</h2>
|
||||
<p>Francis Ricardo Baretta</p>
|
||||
<p>CPF 039.539.409-02</p>
|
||||
<p>Eng. de Segurança no Trabalho Eng. Eletricista</p>
|
||||
<p>CREA/SC 126693-0</p>
|
||||
<div>
|
||||
<p>Francis Ricardo Baretta</p>
|
||||
<p>CPF 039.539.409-02</p>
|
||||
<p>Eng. de Segurança no Trabalho Eng. Eletricista</p>
|
||||
<p>CREA/SC 126693-0</p>
|
||||
</div>
|
||||
</dd>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user