|
@@ -1,27 +1,81 @@
|
1
|
1
|
<html>
|
2
|
|
- <head>
|
3
|
|
- <h1 style="font-size:40px;">Campañas de Paz para la Mujer </h1>
|
4
|
|
- <title>Campañas Paz para la Mujer</title>
|
5
|
|
- <link href="https://fonts.googleapis.com/css?family=Lato&display=swap"
|
6
|
|
- rel="stylesheet">
|
7
|
|
- <style>
|
8
|
|
- body {
|
9
|
|
- font-family: 'Lato', sans-serif;
|
10
|
|
- font-size: 12px;
|
11
|
|
- }
|
12
|
|
- </style>
|
|
2
|
+<head>
|
|
3
|
+<meta charset="UTF-8">
|
|
4
|
+<title>Centro de Servicios de Ayuda</title>
|
|
5
|
+<script type="text/javascript" src="https:code.jquery.com/jquery-3.4.1.min.js"></script>
|
|
6
|
+<script type="text/javascript">
|
|
7
|
+$(document).ready(function(e) {
|
|
8
|
+ $('.has-sub').click(function(){
|
|
9
|
+ $(this).toggleClass('tap');
|
|
10
|
+ });
|
|
11
|
+});
|
|
12
|
+</script>
|
|
13
|
+<style type="text/css">
|
|
14
|
+* {padding:0; margin:0;}
|
|
15
|
+.main-nav {background: rgba(122,38,122,1.00);}
|
|
16
|
+.main-nav li {list-style: none;}
|
|
17
|
+.main-nav a {
|
|
18
|
+ height: 50px;
|
|
19
|
+ color: #FFF;
|
|
20
|
+ text-transform: uppercase;
|
|
21
|
+ letter-spacing: .2em;
|
|
22
|
+ text-decoration: none;
|
|
23
|
+ display: block;
|
|
24
|
+ padding: 10px 0 10px 20px;
|
|
25
|
+ border-bottom: 1px dotted gray;
|
|
26
|
+}
|
|
27
|
+.main-nav a:hover {background: rgba(118,166,174,1.00);}
|
|
28
|
+.main-nav-ul ul {display: none;}
|
|
29
|
+.main-nav-ul li.tap ul {display: block;}
|
|
30
|
+.main-nav-ul ul a:before {
|
|
31
|
+ content: '\203A';
|
|
32
|
+ margin-right: 20px;
|
|
33
|
+}
|
|
34
|
+.main-nav .sub-arrow:after {
|
|
35
|
+ content: '\203A';
|
|
36
|
+ float: right;
|
|
37
|
+ margin-right: 20px;
|
|
38
|
+ transform: rotate(90deg);
|
|
39
|
+ -webkit-transform: rotate(90deg);
|
|
40
|
+ -moz-transform: rotate(90deg);
|
|
41
|
+}
|
|
42
|
+.main-nav li.tap .sub-arrow:after {
|
|
43
|
+ content: '\2039';
|
|
44
|
+}
|
|
45
|
+✓
|
13
|
46
|
|
14
|
|
- </head>
|
15
|
|
- <body>
|
16
|
|
-
|
17
|
|
- <center> <h2 style="font-size:25px;"> Janguea Consenti2 </h2> </center>
|
18
|
|
- <center> <img src="img/janguea_consenti2.jpg" alt="JANGUEA CON SENTIDO" style= "width:200px;height:200px;"> </center>
|
19
|
|
- <p style="font-size:20px"> Campaña educativa de prevencion e identificacion de la Violencia Sexual en los eventos multitudinarios como las Fiestas de la Calle San Sebastian en Enero y desde noviembre en las Justas LAI de la Liga Atletica Interuniversitaria (LAI) en conjunto a las 21 universidades participantes. (Pagina internet, material educativo como tarjeta y afiche, al igual que talleres a universidades) </p>
|
20
|
|
- <center> <h2 style="font-size:25px;"> AMACONSENTIDO </h2> </center>
|
21
|
|
- <center> <img src="img/ama_con_sentido.jpg" alt="AMACONSENTIDO" style="width:200px;height:200px;"> </center>
|
22
|
|
- <p style="font-size:20px"> Campaña de prevencion e identificacion de violencia en el noviazgo y la promocion de relaciones de parejas saludables enfasis en los meses de Enero a Febrero con material educativo tales como memes, Prueba en linea sobre las relaciones de pareja, afiche y talleres a jovenes. </p>
|
23
|
|
- <center> <h2 style="font-size:25px;"> Juega pal Equipo </h2> </center>
|
24
|
|
- <center> <img src="img/juega_pal_equipo.jpg" alt="JUEGA PAL EQUIPO" style="width:200px;height:200px;"> </center>
|
25
|
|
- <p style="font-size:20px"> Campaña de prevencion e identificacion de violencia sexual en el deporte dirigido a deportistas y entrenadores en el contexto deportivo en las escuelas especializadas en el deporte y en las Universidades. Su material educativo cuenta con manual de trabajo, memes y comercial.
|
26
|
|
- </body>
|
|
47
|
+</style>
|
|
48
|
+</head>
|
|
49
|
+
|
|
50
|
+<body>
|
|
51
|
+
|
|
52
|
+<nav class="main-nav">
|
|
53
|
+ <ul class="main-nav-ul">
|
|
54
|
+
|
|
55
|
+ <li><a href="ayudas.html">Donde Buscar Ayuda</a></li>
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+ <li class="has-sub"><a href="#">Linea de Orientacion y Ayuda 24/7<span class="sub-arrow"></span></a>
|
|
59
|
+ <ul>
|
|
60
|
+ <li><a href="agresion_sexual.html">Agresion Sexual</a></li>
|
|
61
|
+ <li><a href="vd_as.html">Violencia Domestica y Agresion Sexual</a></li>
|
|
62
|
+ </ul>
|
|
63
|
+ </li>
|
|
64
|
+
|
|
65
|
+ <li class="has-sub"><a href="#">Albergues en Puerto Rico<span class="sub-arrow"></span></a>
|
|
66
|
+ <ul>
|
|
67
|
+ <li><a href="area_norte.html">Area Norte</a></li>
|
|
68
|
+ <li><a href="area_este.html">Area Este</a></li>
|
|
69
|
+ <li><a href="area_oeste.html">Area Oeste</a></li>
|
|
70
|
+ <li><a href="area_central.html">Area Central</a></li>
|
|
71
|
+ </ul>
|
|
72
|
+ </li>
|
|
73
|
+
|
|
74
|
+ <li><a href="servicios.html">Centro de Servicios</a></li>
|
|
75
|
+ <li><a href="servicios_g.html">Centro de Servicios Gubermentales</a></li>
|
|
76
|
+ <li><a href="universidad.html">Universidades</a></li>
|
|
77
|
+ </ul>
|
|
78
|
+</nav>
|
|
79
|
+
|
|
80
|
+</body>
|
27
|
81
|
</html>
|