-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (88 loc) · 3.75 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
86
87
88
89
90
91
92
93
<!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">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="src/css/style.css">
<script src="src/js/script.js"></script>
<title>Trabalhe conosco - Jornal OPOVO</title>
</head>
<body>
<header>
<a class="logo" href="#"><img src="src/imgs/Opovo_logo.png" alt="Logo Jornal OPOVO" srcset=""></a>
<nav>
<ul class="nav-bar">
<li><a href="#">Sobre</a></li>
<li><a href="#">Vídeo</a></li>
<li><a href="#">Propósito</a></li>
<li><a href="#">Diversidade</a></li>
<li><a href="#">Valores</a></li>
<li><a href="#">Área de atuação</a></li>
<li><a href="#">Depoimentos</a></li>
<li><a href="#">Vagas</a></li>
</ul>
</nav>
<div class="mobile-nav">
<i class="bi bi-list"></i>
</div>
</header>
<div class="back-button">
<img src="src/imgs/left-arrow.png" alt="">
<a href="">Voltar</a>
</div>
<main>
<h1>VAGAS</h1>
<h2>CONSULTOR DE NEGÓCIOS - VENDAS<br>PUBLICIDADE</h2>
<h3>Requisitos</h3>
<p>Graduação em Marketing ou Publicidade e Propaganda.<br>Experiência com Vendas. Conhecimentos de gestão de<br>indicadores, negociação e informática.</p>
<h3>Atividades</h3>
<p>Planejamento de vendas, visitas a clientes,<br>desenvolvimento de propostas comerciais e plano de<br>mídias, acompanhamento de indicadores e elaboração de<br>orçamentos<p>
<h3>Perfil do candidato</h3>
<p>Comunicativo, negociador, ágil e responsável.</p>
<h3>Hórario de trabalho</h3>
<p>8 - 18h</p>
</main>
<div>
<form id="form">
<fieldset>
<h1>Envie seu currículo</h1>
<h3>Nome</h3>
<input type="text" class="nome" id="name">
<h3>E-mail</h3>
<input type="email" class="email" id="email">
<h3>Cep</h3>
<input type="tel" class="cep" id="cep">
<h3>Endereço</h3>
<input type="text" class="endereco" id="adress">
<h3>Número</h3>
<input type="tel" class="number" id="number">
<h3>Cidade</h3>
<input type="text" class="city" id="city">
<div class="more-infos">
<h3>Bairro</h3>
<input type="text" class="street" id="street">
<h3>Estado</h3>
<input type="text" class="state" id="state">
</div>
<h2>Currículo</h2>
<div class="anexar-curriculo">
<label for="anexador">Anexar Curriculo</label>
<input type="file" name="anexador" id="anexador">
<dl>Todos os campos são obrigatórios <br>Tamanho máximo para upload - 10mb <br> Tipo de arquivo: .pdf ou .doc</dl>
</div>
</fieldset>
<button type="submit" class="envia-curriculo">Enviar Currículo</button>
</form>
</div>
<div class="background-img">
<img src="src/imgs/vagas-01-01.png" alt="Vagas.png">
</div>
<div class="rodape">
<a class="logo-rodape" href="#"><img src="src/imgs/Opovo_logo.png" alt="Logo Jornal OPOVO" srcset=""></a>
<p>Copyright© 1997-2016</p>
</div>
</body>
</html>