123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <html lang="es">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="css/bootstrap-4.3.1-dist/css/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="css/custom.css">
- <script type="text/javascript" src="https:code.jquery.com/jquery-3.4.1.min.js"></script>
- <script type="text/javascript" src="js/custom.js"></script>
-
- <title>Centro de Servicios</title>
- <link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
- <style>
- body {
- font-family: 'Lato', sans-serif;
- font-size: 12px;
- }
- </style>
-
- </head>
-
- <body>
-
- <!--MENU-->
- <div class="nav-bar">
- <div id="myNav" class="overlay">
-
- <div>
- <span style="font-size:30px;cursor:pointer" onclick="closeNav()">☰</span>
- </div>
-
- <div class="overlay-content">
- <a href="index.html">Inicio</a>
- <a href="vdomestica.html">Violencia Doméstica</a>
- <a href="vsexual.html">Violencia Sexual</a>
- <a href="leyes.html">Leyes</a>
- <a href="campanas.html">Campañas</a>
- <a href="test.html">Test </a>
- <a href="servicios.html">Dónde Buscar Ayuda</a>
- <a href="cerca.html">Cerca de mi</a>
- <a href="contacto.html">Contacto</a>
- <a href="app_en/index.html">App en Ingles</a>
- </div>
- </div>
-
- <p id="demo"></p>
- </div>
-
- <div id="menubtn">
- <span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
- </div>
-
- <center> <h2 style="font-size:30px;">Centro de Servicios </h2> </center>
- <p style="font-size:20px"> ✓ Casa Pensamiento Mujer del Centro (Aibonito): (787)735-3200, (787)735-6698 </p>
- <p style="font-size:20px"> ✓ Casa Juana Colón (Comerío): (787)875-3170 </p>
- <p style="font-size:20px"> ✓ Centro de la Mujer Dominicana (San Juan): (787)772-9251 </p>
- <p style="font-size:20px"> ✓ Envejecer en Armonía (Aibonito): (787)735-2126 </p>
- <p style="font-size:20px"> ✓ Fundación Alas a la Mujer: (San Juan) (787)783-4535, (Utuado) (787)894-8495 </p>
- <p style="font-size:20px"> ✓ Grupo de Apoyo Mujer eres Especial (Lares):(787)299-6876 </p>
- <p style="font-size:20px"> ✓ Oficina para Promoción y Desarrollo Humano, OPDH (Arecibo): (787) 817-6951, (787) 817-6954 </p>
- <p style="font-size:20px"> ✓ Centro Salud Justicia de Puerto Rico (Caguas): (787)743-3038 ext. 3210 </p>
- <p style="font-size:20px"> ✓ Centro Comunitario LGBT (San Juan): (787) 294-9850 </p>
- <p style="font-size:20px"> ✓ Taller Salud (Loíza): (787) 876-3440, (787)256-7568 </p>
- <p style="font-size:20px"> ✓ Profamilias (San Juan): (787) 765-7373 </p>
- <p style="font-size:20px"> ✓ Mujeres de Islas (Culebra): (787) 413-3436 </p>
- <p style="font-size:20px"> ✓ Instituto del Hogar Celia y Harrys Bunker, Proyecto Criando para la Paz (San Juan): (787)765-7899, (787) 765-7896 </p>
- <p style="font-size:20px"> ✓ Casa Protegida Luisa Capetillo (Arecibo): (939) 246-3728 </p>
- <p style="font-size:20px"> ✓ Centro de Apoyo para Víctimas el Crimen, CAVIC (San Juan): (787)763-6337 </p>
- <p style="font-size:20px"> ✓ Programa de Asistencia Integral a Víctimas del Crimen, PAIVC (San Juan): (787) 522-1342, 787-764-0000 exts. 87680, 87681 </p>
- <p style="font-size:20px"> ✓ Centro de Servicios Psicológicos Nueva Vida (Arecibo): (787) 881-1212 exts. 6072, 6103, 6106 </p>
- <p style="font-size:20px"> ✓ Programa de Violencia Doméstica, Universidad Carlos Albizu (San Juan): (787)725-6500 exts. 1107, 1117 </p>
- <button class="volver" name="Volver" id="Volver" onclick="window.location.href = 'servicios.html';">Volver</button>
-
- </body>
-
- </html>
|