-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertificado.html
More file actions
58 lines (48 loc) · 1.78 KB
/
certificado.html
File metadata and controls
58 lines (48 loc) · 1.78 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Certificado</title>
<link rel="stylesheet" href="certificado.css">
</head>
<body>
<header>
<section id="head">
<ul>
<li><img src="img/premio.png" alt="premio" class="premio"></li>
<li><p id="titulo">certificado</p></li>
<li><img src="img/premio.png" alt="premio" class="premio"></li>
</ul>
</section>
</header>
<main>
<section class="conteudo">
<p class="texto">Certificamos que, para os devidos fins, o aluno(a)</p>
</section>
<section class="input">
<span id="nome"></span>
</section>
<section class="conteudo">
<p class="texto">portador(a) do CPF <span id="cpf"></span></p>
<p class="texto">concluiu o curso básico de "Banco de Dados",</p>
<p class="texto">ministrado pelo profissional Alexandre Etc, entre o período</p>
<p class="texto">de 15/08/2022 e 29/08/2022, na IANES Tech.</p>
</section>
<section class="assinatura1"></section>
<section class="assinatura2"><img src="img/assinatura.png" alt="assinatura"></section>
</main>
<footer>
<section class="aluno">
<p class="">Aluno(a)</p>
</section>
<section class="diretor">
<p class="">Diretor(a) Responsável</p>
</section>
<button onclick="window.print()" id="print">Imprimir</button>
</footer>
</body>
<script src="script.js">
</script>
</html>