-
Notifications
You must be signed in to change notification settings - Fork 2
/
enviar-recurso.html
77 lines (67 loc) · 3.98 KB
/
enviar-recurso.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
<html>
<head>
<title>Enviar Relatório | Projeto Web 0</title>
<link href="css/enviar-recurso.css" rel="stylesheet"/>
<link rel="stylesheet" href="css/common.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="center">
<div class="logo"> <img src="imagens/rural_logo.png" height="85"> </div>
<div class="menu">
<div class="perfil">
<a href="#" class="selecionado">PERFIL</a>
<ul>
<li><a class="navitem" href="atualizar-dados-comprojeto.html">Atualizar dados</a></li>
</ul>
</div>
<div class="perfil">
<a href="#" class="selecionado">SEU PROJETO</a>
<ul>
<li><a class="navitem" href="aluno-perfil-comprojeto.html">pagina inicial</a></li>
<li ><a class="navitem" href="enviar-relatorio.html">Enviar relatório</a></li>
<li ><a class="navitem" href="encerrar-vinculo.html">Solicitar encerramento de vínculo</a></li>
<li ><a class="navitem" href="historico-de-horas.html">Ver historico</a></li>
<li ><a class="navitem" href="incluir-cert.html">Incluir certificado de participação</a></li>
<li ><a class="navitem" href="contrato.html">Renovar contrato</a></li>
<li><a class="navitem" href="buscar-projetos-comprojeto.html">buscar projetos</a></li>
</ul>
</div>
<div class="perfil">
<a href="#" class="selecionado">
<svg width="20" height="20" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.775 21.0938H4.22501C3.57501 21.0938 3.00626 20.7562 2.68126 20.1656C2.35626 19.575 2.43751 18.9 2.76251 18.3094L3.65626 16.875C5.11876 14.5969 5.85001 11.9813 5.85001 9.28125C5.85001 6.15937 7.80001 3.29063 10.6438 2.27813C11.1313 1.35 12.025 0.84375 13 0.84375C13.975 0.84375 14.8688 1.35 15.3563 2.27813C18.2 3.29063 20.15 6.15937 20.15 9.28125C20.15 11.9813 20.8813 14.5969 22.3438 16.875L23.2375 18.3094C23.5625 18.9 23.6438 19.575 23.3188 20.1656C23.075 20.7562 22.425 21.0938 21.775 21.0938Z" fill="#1F1F1F"/>
<path d="M9.0188 22.7812C9.42505 24.7219 11.05 26.1562 13 26.1562C14.95 26.1562 16.575 24.7219 16.9813 22.7812H9.0188Z" fill="#1F1F1F"/>
</svg>
</a>
<ul>
</ul>
</div>
</div>
</div>
</header>
<div class="content">
<section class="title">
<h1>ENVIANDO RECURSO</h1>
<p>Referente ao projeto: <strong>Projeto Tal Que Faz Tal Coisa</strong></p>
<div class="select-mes">
<p>Referente ao mês: março </p>
</div>
</section>
<section class="justificativa">
<p>Justificativa de requerimento:</p>
<textarea name="relatorio" id="relatorio" cols="120" rows="15"></textarea>
<a class="botao-verde" href="conf-envio-recurso.html">ENVIAR</a>
</section>
</div>
<section class="footer">
<footer>
<p id="title">Projeto de Web 0 - UFRRJ</p>
<p id="credits">Sarah, Bruna, Matheus e Paulo Gabriel</p>
</footer>
</section>
</body>
</html>