Repositorio del curso CCOM4030 el semestre B91 del proyecto Paz para la Mujer

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" type="text/css" href="../css/bootstrap-4.3.1-dist/css/bootstrap.css">
  7. <link rel="stylesheet" type="text/css" href="../css/custom.css">
  8. <script type="text/javascript" src="../js/custom.js"></script>
  9. <title>Ordenes de Protección en Violencia Domestica y Agresión Sexual</title>
  10. </head>
  11. <body>
  12. <!--MENU-->
  13. <div class="nav-bar">
  14. <div id="myNav" class="overlay">
  15. <div>
  16. <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
  17. </div>
  18. <div class="overlay-content">
  19. <a href="index.html">Start</a>
  20. <a href="vdomestica_en.html">Domestic Violence</a>
  21. <a href="vsexual_en.html">Sexual Violence</a>
  22. <a href="leyes_en.html">Laws</a>
  23. <a href="campanas_en.html">Campaings</a>
  24. <a href="test_en.html">Test </a>
  25. <a href="servicios_en.html">Find Help</a>
  26. <a href="cerca_en.html">Near Me</a>
  27. <a href="contacto_en.html">Contacts</a>
  28. <a href="../index.html">App in Spanish</a>
  29. </div>
  30. </div>
  31. <p id="demo"></p>
  32. </div>
  33. <div id="menubtn">
  34. <span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776;</span>
  35. </div>
  36. </div>
  37. <h1 style="text-align: center; font-size:30px;"> Laws</h1>
  38. <!--CONTENT-->
  39. <div class="top-div">
  40. <center> <img src="../img/LEYES.PNG" alt="LEYES" style= "width:300px;height:300px;"> </center>
  41. <br>
  42. </div>
  43. <div class="app">
  44. <div id="deviceready">
  45. <h2 style="padding-right: 20px;padding-left: 20px;">Law 54: Protection Order in Domestic Violence situations:</h2>
  46. <div class="info-section">
  47. <p> Civil remedy available under the
  48. “Law for the prevention and intervention in cases of Domestic Violence”, Law num. 54 of
  49. August 15, 1989 with the purpose of attaining protection for the victim of domestic violence,
  50. regardless of sex, marital status, sexual orientation, gender indentity or immigration status of
  51. any of the individuals that comprise the relationship. As well as the protection of their
  52. offspring, family members and property. </p>
  53. </div>
  54. <h2 style="padding-right: 20px;padding-left: 20px;">Law 148: Protection Order in Sexual Assault Situations: </h2>
  55. <div class="info-section">
  56. <p> Civil remedy available under Law Num.
  57. 148 of September 15, 2015: Law for the Protection of Victims of Sexual Violence in Puerto Rico.
  58. This law provides access to a protection order that serves to prohibit an agresor from coming
  59. within distance, o attempting to contact the sexual violence victim/survivor, as defined in the
  60. Penal Code.</p>
  61. <p> <b>You can request a protection order and the company of a legal advisor or advocated in any
  62. Judicial Center in Puerto Rico</b></p>
  63. </div>
  64. </div>
  65. </div>
  66. </body>
  67. </html>