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

relacion_con_problemas_en.html 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="en">
  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;">Su relación puede mejorar</h1>
  38. <p>The results of your autoevaluation show that that your relationship has some issues. In all relationships
  39. there will come a time when conflict arises, and you might feel pressured to keep the relationship going. As such,
  40. is important to keep in mind that a relationship is built upon mutual respect, trust, honesty, support, equality,
  41. separate identities, and a healthy, open communication. Reinforcing and improving these aspects are important to
  42. imprve the relationship.</p>
  43. </body>
  44. </html>