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

index.html 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!-- Version en ingles de lla aplicacion. Se pondra en un futuro un enlace que
  2. podra llevar al usuario a ambas versiones -->
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="stylesheet" type="text/css" href="../css/bootstrap-4.3.1-dist/css/bootstrap.css">
  9. <link rel="stylesheet" type="text/css" href="../css/custom.css">
  10. <script type="text/javascript" src="../js/custom.js"></script>
  11. </head>
  12. <body>
  13. <!-- MENU -->
  14. <div class="nav-bar">
  15. <div id="myNav" class="overlay">
  16. <div>
  17. <!-- <h2>Menu</h2> -->
  18. <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
  19. </div>
  20. <div class="overlay-content">
  21. <a href="index.html">Start</a>
  22. <a href="vdomestica_en.html">Domestic Violence</a>
  23. <a href="vsexual_en.html">Sexual Violence</a>
  24. <a href="leyes_en.html">Laws</a>
  25. <a href="campanas_en.html">Campaings</a>
  26. <a href="test_en.html">Test </a>
  27. <a href="servicios_en.html">Find Help</a>
  28. <a href="cerca_en.html">Near Me</a>
  29. <a href="contacto_en.html">Contacts</a>
  30. <a href="../index.html">App in Spanish</a>
  31. </div>
  32. </div>
  33. <p id="demo"></p>
  34. </div>
  35. <div id="menubtn">
  36. <span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776;</span>
  37. </div>
  38. </div>
  39. <!--CONTENT
  40. <div class="top-div">
  41. <img class="top-img" src="img/logo.png" style= "display: block; width:320px;height:300px; margin-left: auto; margin-right: auto;">
  42. </div>
  43. -->
  44. <div class="top-div">
  45. <center> <img src="../img/logo.png" alt="LOGO" style= "width:280px;height:250px;"> </center>
  46. </div>
  47. <div class="app">
  48. <div class="info-section">
  49. <h1 style="text-align: center;">Who are we?</h1>
  50. <p> <b>Coordinadora Paz para las Mujeres, Inc. (CPM)</b> is a coalition comprised of
  51. approximately (49) organizations and individual members that recognize and
  52. defend women’s rights and develop services, research and assignments centered
  53. around gender-based violence affecting women. </p>
  54. <p><b>Currently, the coalition is comprised by: </b></p>
  55. <ul style="list-style-type:circle;">
  56. <li>Shelter for domestic violence survivors and their children</li>
  57. <li>Non-residential service centers for victims of domestic violence and
  58. sexual assault</li>
  59. <li>Feminist organizations, individual feminists, and human right’s activists.</li>
  60. <li>Universities and governmental organizations that support the CPM
  61. philosophy.</li>
  62. </ul>
  63. </div>
  64. <div class="info-section">
  65. <p> <b>Coordinadora Paz para las Mujeres provides: </b></p>
  66. <ul style="list-style-type:circle;">
  67. <li>Community-based education</li>
  68. <li>Technical assistance to organizations</li>
  69. <li>Support through referrals to survivors of domestic violence and sexual
  70. assault victims.</li>
  71. <li>Educational services focused on under supported populations</li>
  72. <li>Support services in public policies</li>
  73. <li>Interagency collaboration</li>
  74. <li>Education campaigns</li>
  75. <li>Voz de Voces newspaper</li>
  76. <li>Videos and educational materials</li>
  77. </ul>
  78. <p><b>CPM’s mission</b> is to strengthen gender equality and human rights in coordination with members
  79. and the community. Our vision is a country free of violence.</p>
  80. </div>
  81. </div>
  82. </div>
  83. </body>
  84. </html>