1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!DOCTYPE html>
- <html lang="en">
- <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>Area Norte</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">Start</a>
- <a href="vdomestica_en.html">Domestic Violence</a>
- <a href="vsexual_en.html">Sexual Violence</a>
- <a href="leyes_en.html">Laws</a>
- <a href="campanas_en.html">Campaings</a>
- <a href="test_en.html">Test </a>
- <a href="servicios_en.html">Find Help</a>
- <a href="cerca_en.html">Near Me</a>
- <a href="contacto_en.html">Contacts</a>
- <a href="../index.html">App in Spanish</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;">Area Norte </h2> </center>
- <p style="font-size:20px"> ✓ Casa Protegida Julia de Burgos, Inc. :(787) 723- 3500 </p>
- <p style="font-size:20px"> ✓ Hogar Ruth, Inc.: (787) 883-1805, (787) 883-1884 ó (787) 792-6596 </p>
- <p style="font-size:20px"> ✓ Casa Protegida de Mujeres y Niños, CAPROMUNI I: (787) 880-2272</p>
- <a href="servicios_en.html">Return</a>
-
- </body>
-
- </html>
|