-
Notifications
You must be signed in to change notification settings - Fork 0
/
infovoluntario.php
104 lines (89 loc) · 2.78 KB
/
infovoluntario.php
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
94
95
96
97
98
99
100
101
102
103
104
<?php include_once "header.php"?>
<?php include_once "menuresp.php"?>
<style>
ul#ul2{
margin-left: 27%;
margin-right:10%;
}
p#p1{
text-align:justify;
font-family:Arial;
margin-left: 10%;
margin-right:10%;
}
h4,h5{
text-align:center;
font-family:Arial;
margin-left: 10%;
margin-right:10%;
}
img#imgv{
width: 65%;
margin-top: -6%;
margin-left: 17.8%;
margin-right: 17.8%;
}
@media screen and (max-width: 600px) {
/* containers */
ul#ul2 {
margin-left: -35%;
margin-right: -35%;
}
p#p1 {
text-align: justify;
font-family: Arial;
margin-left: -27%;
margin-right: -27%;
}
h4,h5{
text-align:justify;
font-family:Arial;
margin-left: -27%;
margin-right: -21%;
}
img#imgv {
width: 180%;
margin-top: -37%;
margin-left: -38%;
}
}
</style>
<h2 style="color:#1c2331; font-family:Arial; text-align:center; margin-top: 2%;"><b>Saiba como fazer parte desse projeto!</b></h2>
<br>
<div style="color: #777; background-color: white; text-align:center; padding:50px 80px; text-align: justify; ">
<img src="imagens/como-funciona1.png" id="imgv" >
<!--<h4> <b>Voluntárias!</b></h4>
<p id="p1">
O trabalho envolve auxiliar e orientar vítimas de violência doméstica pelo próprio site do projeto Elas por Elas.
Com o foco sendo apenas para mulheres, as voluntarias também serão mulheres,
pois é um momento muito sensivel e delicado, por conta disso o fato de ser outra mulher do outro lado pode trazer mais segurança
e conforto para as vítimas.
</p>
<p id="p1">
Dessa forma, este é um campo que precisa do suporte de estudantes,
que por exemplo, atuam nas áreas psicologia e direito.
</p> -->
<h5> Pré-requisitos para participação no Programa de Voluntariado:</h5>
<ul id="ul2">
<li > Ser Mulher;</li>
<li> Ter mais de 18 anos;</li>
<li> Estar cursando o último ano de psicologia ou direito;</li>
<li> Ser comprometida, responsável e assídua;</li>
<li> Possuir alto nível de maturidade para atender as vítimas;</li>
<li> Ter um bom domínio do idioma português, com relação à escrita;</li>
<li> Ter disponibilidade em seu tempo para o projeto;</li>
</ul>
<!-- <h5><b>Entenda como será sua parte no projeto:</b></h5>
<p id="p1">
<b>Área de Psicologia:</b>
<p id="p1">Sua função será auxiliar as vítimas...</p>
</p>
<p id="p1">
<b>Área de Direito:</b>
<p id="p1">Sua função será orientar as vítimas sobre quais procedimentos legais tomar, pois muitas não tem essa informação de maneira fácil
e clara. </p>
</p> -->
</div>
<br>
<!-- FOOTER-->
<?php include_once "footer.php"?>