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

vsexual_en.html 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. </head>
  10. <body>
  11. <!--MENU-->
  12. <div class="nav-bar">
  13. <div id="myNav" class="overlay">
  14. <div>
  15. <span style="font-size:30px;cursor:pointer" onclick="closeNav()">&#9776;</span>
  16. </div>
  17. <div class="overlay-content">
  18. <a href="index.html">Start</a>
  19. <a href="vdomestica_en.html">Domestic Violence</a>
  20. <a href="vsexual_en.html">Sexual Violence</a>
  21. <a href="leyes_en.html">Laws</a>
  22. <a href="campanas_en.html">Campaings</a>
  23. <a href="test_en.html">Test </a>
  24. <a href="servicios_en.html">Find Help</a>
  25. <a href="cerca_en.html">Near Me</a>
  26. <a href="contacto_en.html">Contacts</a>
  27. <a href="../index.html">App in Spanish</a>
  28. </div>
  29. </div>
  30. <p id="demo"></p>
  31. </div>
  32. <div id="menubtn">
  33. <span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776;</span>
  34. </div>
  35. </div>
  36. <!--CONTENT-->
  37. <h1 style="text-align: center; font-size:30px;">Sexual Violence</h1>
  38. <p>In any sexual act, prior to the consummation of a sexual act, comments or sexual
  39. insinuations that are not desired, actions to commercialize or utilize, in any way,
  40. the sexuality of a person by means of coercion by another person, regardless of
  41. the type of relationship with the victim, in any setting, including home and the
  42. workplace. (OMS, 2011).</p>
  43. </body>
  44. </html>