-
Notifications
You must be signed in to change notification settings - Fork 0
/
quemsomos.php
149 lines (122 loc) · 3.38 KB
/
quemsomos.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?php include "header.php"?>
<?php include_once "menuresp.php"?>
<!-- CSS -->
<style>
body{
background-color: white;
height: 100%;
margin: 0;
font: 400 15px/1.8 Arial;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
position: relative;
opacity: 0.65;
background-position: center;
background-size: cover;
}
.bgimg-1 {
background-image: url(imagens/teste1.jpg);
min-height: 100%;
}
.bgimg-2 {
background-image: url(imagens/body.png);
min-height: 400px;
}
.bgimg-3 {
background-image: url(imagens/body11.jpg);
min-height: 400px;
}
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: #000;
}
.caption span.border {
background-color: #111;
color: #fff;
padding: 18px;
font-size: 25px;
letter-spacing: 10px;
}
h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 20px Arial;
color: #111;
}
p#text{
text-align:center;
font-family:Arial;
margin-left: 10%; margin-right:10%;
}
/* Consultas de mídia - Linha do timelime responsiva em telas com menos de 600 px de largura (não sei o que muda) */
@media screen and (max-width: 600px) {
/* containers */
.bgimg-2 {
background-image: url(imagens/body.png);
min-height: 178px;
}
.bgimg-3 {
background-image: url(imagens/body2.jpg);
min-height: 178px;
}
ul#ul1 {
margin-top: 0;
margin-bottom: 1rem;
margin-left: -120%;
margin-right: -45%;
}
p#text{
font-family:Arial;
margin-left: -10%;
margin-right: -10%;
text-align: justify;
}
}
</style>
<!-- TÍTULO DA PÁGINA
<div class="header">
<h2 style="color: #bff7f7;
font-family: Candara;">Quem Somos</h2>
</div>
<br> -->
<!-- CORPO-->
<h2 style="color:#1c2331; font-family:Arial; text-align:center; margin-top:0%;">Quem Somos</h2>
<div style="color: #777; background-color:#d7d7d7; text-align:center; padding:50px 80px; text-align: justify;
margin-top: 0%;">
<h3 style="text-align:center;">OBJETIVO DO PROJETO</h3>
<p id="text">O Objetivo desse projeto é oferecer por meio da tecnologia acesso para apoiar, orientar
e oferecer serviços para mulheres vítimas de
Violência Doméstica.
Voltado para mulheres em geral, com foco especificamente da região da<b> Baixada Santista</b>,
o trabalho terá como alvo mulheres de diferentes idades, pois o assunto abrange a todas, adolescentes,
jovens, adultas e até idosas com aptidão para pesquisar informações e que buscam ajuda e orientação por
websites.</p>
</div>
<div class="bgimg-2">
<div class="caption">
</div>
</div>
<div style="position:relative;">
<div style="color:#ddd; background-color:#d7d7d7; text-align:center; padding:50px 80px;text-align: justify;">
<h3 style="text-align:center; font-family:Arial; margin-left: 10%; margin-right:10%;">QUEM SOMOS</h3>
<p id="text">Site feito
por um grupo de estudantes do curso Ciência da Computação, Faculdade UNIP em Santos. </p>
<p id="text"> <b>Fundadoras:</b>
<ul id="ul1" style="color: #000;">
<li style="margin-left: 40%; margin-right:10%; "> Leticia Monteiro Feitosa </li>
<li style="margin-left: 40%; margin-right:10%;"> Maraneibson Aguiar Fernandes</li>
<li style="margin-left: 40%; margin-right:10%;"> Thainá Lavrado Matias</li>
</ul>
</p>
</div>
</div>
<div class="bgimg-3">
<div class="caption">
</div>
</div>
<!-- FOOTER-->
<?php include_once "footer.php"?>